Skip to content

Rename app, improve design#3

Merged
NaikSoftware merged 4 commits into
masterfrom
rename-app-and-jdk17
May 10, 2026
Merged

Rename app, improve design#3
NaikSoftware merged 4 commits into
masterfrom
rename-app-and-jdk17

Conversation

@NaikSoftware

Copy link
Copy Markdown
Owner

No description provided.

- Update app_name string across en/ru/uk to "Arity Calculator"
- Use @string/app_name in AndroidManifest for consistency
- Drop redundant toolbar logo
- GitHub Actions: JDK 11 -> 17
- Add bottom padding to the keyboard so the corner keys clear the
  screen's rounded corners on edge-to-edge devices (48dp portrait,
  16dp landscape).
- Opt out of forced edge-to-edge in MainActivity and simplify the
  keyboard inset listener to only respect gesture-nav insets.
- Refresh history rows: taller, rippled, with subtle dividers and
  ellipsised text.
- Bump AGP 8.7.3 -> 8.9.3, Gradle 8.10.2 -> 8.11.1,
  compile/targetSdk 34 -> 36.
Use setShowSoftInputOnFocus(false) so the system keyboard never appears
over the custom on-screen one, instead of relying on a one-shot
hideSoftInputFromWindow call that passed RESULT_UNCHANGED_HIDDEN as a
flag (a return-value constant, flagged by lint as WrongConstant and
breaking the CI build).
@NaikSoftware NaikSoftware merged commit f01bc4b into master May 10, 2026
1 check passed
@NaikSoftware NaikSoftware deleted the rename-app-and-jdk17 branch May 10, 2026 08:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant