Skip to content

Android: Fix common crashes / various improvements#3321

Merged
carstene1ns merged 9 commits intoEasyRPG:masterfrom
Ghabry:android
Jan 8, 2025
Merged

Android: Fix common crashes / various improvements#3321
carstene1ns merged 9 commits intoEasyRPG:masterfrom
Ghabry:android

Conversation

@Ghabry
Copy link
Member

@Ghabry Ghabry commented Jan 3, 2025

  • Bumped the SDK so Google will annoy us one year later about SDK updates ;)
  • Fixed crashes existing since 0.8 (none of them was critical but good to have them resolved)
    • Most crashes are related to the settings becoming null because the app restarts, I was able to simulate this and hopefully fixed it everywhere (by adding a new class which does this automatically)
    • After a game crash the game list was empty, fixed this by refetching the easyrpgURI (which was also null...)
    • Fixed a crash when opening the settings while another scene was currently opening (race condition)
  • Fixed crashes reported after the latest APK update
    • Fixed a crash in the new "sorting" option when the game list was empty
  • Upon feedback the Z/X buttons are reverted back to A/B buttons but the setting is still available, just a different default
  • Standalone mode fixes

@Ghabry Ghabry added this to the 0.8.1 milestone Jan 3, 2025
@carstene1ns carstene1ns merged commit 85d12a2 into EasyRPG:master Jan 8, 2025
5 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.

2 participants