summaryrefslogtreecommitdiff
path: root/src/android/app
AgeCommit message (Expand)Author
2025-02-09android: Update build toolchain to NDK 28 and Java 21Zephyron
2025-02-09network: Fix 0.0 FPS bug on Android (Part 2)Zephyron
2025-02-08android: optimize build settings and remove x86_64 supportZephyron
2025-02-03android: Reorganize and categorize gradle dependenciesZephyron
2025-02-01feat: Add RAM usage overlay and improve thermal displayZephyron
2025-02-01Android: Update build configuration for Android 15Zephyron
2025-01-30android: Fix non-scrollable legal disclaimer on setupvampiric_x
2025-01-28ui: Update repository URLs to git.citron-emu.orgZephyron
2025-01-27android: Update Gradle and Java version requirementsZephyron
2025-01-17android: Fix battery temperature reading in EmulationFragmentZephyron
2025-01-17shader_recompiler: Add stubs for CSM/FCSM flow test conditionsZephyron
2025-01-17Downgrade Android SDK and build toolsZephyron
2025-01-16android: Add USE_AUTO_STUB settingZephyron
2025-01-15feat: Improve thermal display and build systemZephyron
2025-01-14Revert incorrect copyright attribution for non-contributed filesZephyron
2025-01-13Android: Update dependencies and improve UI feedbackZephyron
2025-01-13Android: Update build system and dependenciesZephyron
2024-12-31chore: update project references and add Citron copyrightZephyron
2024-12-31chore: update project branding to CitronZephyron
2024-12-31chore: update project branding to citronZephyron
2024-03-01Revert arbaic translationPengfei Zhu
2024-03-01Remove trailing whitespacesPengfei Zhu
2024-03-01Update translations (2024-03-01)The yuzu Community
2024-02-23Merge pull request #13073 from FearlessTobi/fsp-srv-ipcliamwhite
2024-02-21Merge pull request #13105 from t895/connection-fixliamwhite
2024-02-21android: Connect controllers with supported stylest895
2024-02-21android: Add additional check for hasMappingt895
2024-02-21android: Enable all controller styles on emulation shutdownt895
2024-02-20android: Fix extra stick setting default valuest895
2024-02-20android: Expose device name settingt895
2024-02-20android: Add StringInputSetting settings itemt895
2024-02-19Merge pull request #13086 from t895/clear-button-fixliamwhite
2024-02-19android: Have input overlay follow player 1 style index (#13085)Charles Lombardo
2024-02-19android: Fix broken clear button checkt895
2024-02-19android: Fix overlay visibility reset (#13083)Charles Lombardo
2024-02-19android: Show done button when configuring input overlay (#13082)Charles Lombardo
2024-02-19Address review commentsFearlessTobi
2024-02-19scope_exit: Make constexprFearlessTobi
2024-02-18Merge pull request #13064 from t895/auto-map-failliamwhite
2024-02-18Merge pull request #13065 from t895/cancel-button-failliamwhite
2024-02-18android: Map touches to touchscreent895
2024-02-18android: Show cancel button for the content install noticet895
2024-02-18android: Only do first startup automapping if nothing has been mappedt895
2024-02-17android: Create lifecycle utility to simplify common StateFlow operationst895
2024-02-17android: Use extension functions for view visibility and text marqueet895
2024-02-17Merge pull request #13052 from t895/serializable-stuffliamwhite
2024-02-17android: Move CoreErrorDialogFragment to its own filet895
2024-02-17android: Input mappingt895
2024-02-16android: Allow SettingsItems to use String or StringRest895
2024-02-14Merge pull request #12993 from liamwhite/am-rewrite-part1Narr the Reg