Citron/src/android
Zephyron 0216eaa071
feat: Add RAM usage overlay and improve thermal display
- Add new RAM usage overlay showing current/max memory usage with color gradient
- Simplify thermal overlay to show temperature in C/F with color indication
- Add SHOW_RAM_OVERLAY boolean setting (disabled by default in UI)
- Set default values for thermal overlay and black backgrounds to true
- Update copyright headers to include Citron Emulator Project

The RAM overlay displays native heap usage with color gradient from green
(low usage) to red (high usage). The thermal display was simplified to show
just temperatures while maintaining the color indication based on system
thermal status.
2025-02-01 19:18:35 +10:00
..
app feat: Add RAM usage overlay and improve thermal display 2025-02-01 19:18:35 +10:00
gradle/wrapper Android: Update build system and dependencies 2025-01-13 15:17:39 +10:00
.gitignore Revert incorrect copyright attribution for non-contributed files 2025-01-14 15:33:24 +10:00
build.gradle.kts Android: Update build configuration for Android 15 2025-02-01 11:44:39 +10:00
gradle.properties Revert incorrect copyright attribution for non-contributed files 2025-01-14 15:33:24 +10:00
gradlew Android: Update build system and dependencies 2025-01-13 15:17:39 +10:00
gradlew.bat Android: Update build system and dependencies 2025-01-13 15:17:39 +10:00
settings.gradle.kts Revert incorrect copyright attribution for non-contributed files 2025-01-14 15:33:24 +10:00