mintris/app/src/main/java/com/pixelmintdrop
cmclark00 04b87e8f19 Fix: Resolve crash on startup due to ProGuard/Gson TypeToken issue
- Added necessary ProGuard rules to keep HighScore class, generic signatures, and annotations.

- Fixed bug where music started on title screen instead of game start.

- Fixed bug where session stats were blank on game over screen by ensuring stats are displayed correctly after high score entry.

- Fixed bug where game music did not restart after playing again.
2025-04-01 17:34:40 -04:00
..
audio Fix: Resolve crash on startup due to ProGuard/Gson TypeToken issue 2025-04-01 17:34:40 -04:00
game refactor: Rename Tetris to Quad and fix related compilation errors 2025-04-01 08:15:46 -04:00
model refactor: Rename Tetris to Quad and fix related compilation errors 2025-04-01 08:15:46 -04:00
ui fix: Improve XP bar animation smoothness and text sync 2025-04-01 08:48:22 -04:00
HighScoreEntryActivity.kt Enhance back button handling in HighScoreEntryActivity and update vibration logic in MainActivity for better compatibility with Android versions. Implement edge-to-edge display adjustments for newer Android versions. 2025-04-01 12:21:28 -04:00
HighScoresActivity.kt Fix: Adjust layout padding to respect display cutouts 2025-04-01 11:47:10 -04:00
MainActivity.kt Fix: Resolve crash on startup due to ProGuard/Gson TypeToken issue 2025-04-01 17:34:40 -04:00
MainActivityViewModel.kt Refactor: Move selectedLevel and randomModeEnabled to ViewModel 2025-04-01 15:38:39 -04:00
StatsActivity.kt Fix: Adjust layout padding to respect display cutouts 2025-04-01 11:47:10 -04:00
ThemeManager.kt Rename project from Mintris to Pixel Mint Drop, updating all relevant namespaces, package names, and UI elements to reflect the new branding. Adjust styles, themes, and repository links accordingly. 2025-04-01 07:52:15 -04:00