Skip to content

Conversation

@Xavron
Copy link

@Xavron Xavron commented Dec 7, 2024

Requires

Pull Requests - Tested all three stacked pull requests to success I think... newer Android Studio has some continual bugs with merging and branches that its making it very difficult to test that. But, only seen as Android Studio problem and git merge expected to be good if merged correctly.

Fully fixes

  • Target 35 and all the Android 15+ UI problems it creates.

Some notes

  • Fixes Action bar back button missing from fragment screens.

  • Fully tested on Android 6, 8, 14, and 15 (rotation, browse away and back with text edit setting open, back buttons, movement, themes, etc). Briefly tested on Android 13 also with no problems seen.

  • Theme "mixed" changed to daynight. Note found in styles.xml partially wants this anyway. So, there's dark, light, and daynight. Its probably about how it should be.

  • User Edit > EditTexts 'android:fitsSystemWindows="false"' is used to fix the EditText's either having some sort of overlay or are pushed off the screen, to where nothing can be seen.

  • SDK 35 complains now about FsTileService min target being 24 while app min is 23. Testing on Android 6 shows this can still be ignored. Left unsuppressed, uncommented. Builds and works fine with its complaint here.

  • Other options do exist, like fully removing the action bar, but this pull request offers same looking UI.

  • Not tested on folding screen, tablets, etc.

@Xavron Xavron changed the title Changes required for SDK 15 target Changes required for SDK 35 (Android 15) target Dec 28, 2024
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