Skip to content

Urgent Android fix #3388

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Apr 5, 2025
Merged

Urgent Android fix #3388

merged 3 commits into from
Apr 5, 2025

Conversation

Ghabry
Copy link
Member

@Ghabry Ghabry commented Apr 4, 2025

Our App is broken with SDK35 (#3373) now I just hope that Google Play allows this downgrade, otherwise we are kinda fcked :(

Since the last SDL2 update the systembar is green while in-game instead of black. SDL2 calls it "Fixed Immersive Mode". Imo this breaks immersion so I applied a custom theme to revert the behaviour.

Also added a Fullscreen option just because this works now with SDL2 instead. *g* (and maybe makes some users happy because the UI is not hidden anymore)

Initially this was added because the window managed of SDL2 was broken on Android
@Ghabry Ghabry added this to the 0.8.1 milestone Apr 4, 2025
@Ghabry Ghabry requested a review from Copilot April 4, 2025 12:47
Copy link

@Copilot Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copilot reviewed 4 out of 9 changed files in this pull request and generated no comments.

Files not reviewed (5)
  • builds/android/app/build.gradle: Language not supported
  • builds/android/app/src/main/AndroidManifest.xml: Language not supported
  • builds/android/app/src/main/res/layout/activity_settings_video.xml: Language not supported
  • builds/android/app/src/main/res/values/strings.xml: Language not supported
  • builds/android/app/src/main/res/values/styles.xml: Language not supported
Comments suppressed due to low confidence (2)

builds/android/app/src/main/java/org/easyrpg/player/settings/SettingsManager.java:84

  • Verify that the default value for fullscreen (true) aligns with the intended behavior of the custom theme, ensuring consistency in the user experience.
fullscreen = configIni.video.getBoolean(FULLSCREEN.toString(), true);

builds/android/app/src/main/java/org/easyrpg/player/player/EasyRpgPlayerActivity.java:144

  • [nitpick] Confirm that removing the hideStatusBar call does not lead to unintended status bar visibility issues on devices not covered by the custom theme.
hideStatusBar();

Ghabry added 2 commits April 4, 2025 15:29
Since the recent SDL2 update the system bar while a game is running is shown in green.

This is distracting and this reverts it to the old look.
SDK35 changes the metrics and how the back button behaves.

This breaks our app in many aspects.

See EasyRPG#3373
Copy link
Member

@carstene1ns carstene1ns left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

One can only wonder how broken Android really is.

@carstene1ns carstene1ns merged commit 3b46192 into EasyRPG:master Apr 5, 2025
14 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

Successfully merging this pull request may close these issues.

3 participants