Skip to content
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

Android: Fix common crashes / various improvements #3321

Open
wants to merge 9 commits into
base: master
Choose a base branch
from

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
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