summaryrefslogtreecommitdiff
path: root/src/android
AgeCommit message (Collapse)Author
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
android: Move CoreErrorDialogFragment to its own file
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
am: rewrite part 1
2024-02-13Merge pull request #13009 from t895/message-dialog-fixliamwhite
android: Message dialog tweaks
2024-02-13android: Prevent user from dismissing mod/cheat noticet895
Makes sure that a user can't miss this dialog by touching outside the window. They must press "OK" or "Close" to continue.
2024-02-13android: Show cancel option for delete addons dialogt895
2024-02-13android: Swap ok and close default strings for MessageDialogFragmentt895
2024-02-13android: Add screen vertical alignment settingt895
It's a bit of a hack since I'm moving the view instead of telling the Vulkan surface to bias itself to the top/bottom/center but it works fine for now.
2024-02-13android: Expose FSR sharpness slidert895
2024-02-12android: Swap confirmation buttons for delete save data dialogt895
2024-02-12android: Extend MessageDialogFragment to support a negative action and ↵t895
button titles
2024-02-11am: rewrite appletAE, appletOELiam
2024-02-09Merge pull request #12920 from t895/jni-commonliamwhite
android: Move JNI setup and helpers to common
2024-02-09Merge pull request #12968 from t895/thermal-statusliamwhite
android: Thermal throttling indicator
2024-02-09Merge pull request #12964 from t895/foreground-service-testliamwhite
android: Remove foreground service
2024-02-09android: Use utility function for applying view marginst895
2024-02-09android: Add thermal throttling overlayt895
2024-02-08android: Remove foreground servicet895
2024-02-08android: Fix regex for git versiont895
2024-02-08android: Run OnEmulationStarted frontend callback in another threadt895
The JVM has problems with attaching to a Fiber so we start a new thread and wait for the result here.
2024-02-08android: Move JNI setup and helpers to commont895
2024-02-04ci: android: Play store publishing setupt895
2024-01-29am: retrieve main applet creation info from frontendLiam
2024-01-29am: re-namespace frontend applets to frontend directoryLiam
2024-01-29android: Don't show delete button for system drivert895
2024-01-28Merge pull request #12826 from t895/system-driver-versionliamwhite
android: Show system driver information
2024-01-28android: Disable focus on loading cardt895
Additionally de-emphasize the ripple that I can't disable
2024-01-27android: Show system driver informationt895
2024-01-27android: Multi-program app switchingt895
2024-01-26android: Reload global settings on closing emulationt895
UI like the driver manager expects the global settings to be loaded when in the MainActivity so we reload global config to properly reset state on exit.
2024-01-26Merge pull request #12809 from t895/error-messageliamwhite
android: Add cancel condition to installed content check
2024-01-26Merge pull request #12707 from FearlessTobi/fs-housekeepingliamwhite
fs: Various cleanups & add path class for later use
2024-01-26android: Add cancel condition to installed content checkt895
2024-01-25android: Disable default focus highlight on views that shouldn't be selectedt895
2024-01-25android: Allow controller to focus on toolbar menu itemst895
Workaround for this https://issuetracker.google.com/issues/256948272
2024-01-25android: Add 600dp layout for GameInfoFragmentt895
2024-01-25android: Fix button click listener for build version namet895
Was set to the text instead of the parent view by mistake
2024-01-25android: Disable focus for the root of cards that contain buttonst895
2024-01-25android: Focus on the in game menu when openedt895
2024-01-25Address review comments and fix compilation problemsFearlessTobi
2024-01-25Merge pull request #12777 from t895/firmware-warningliamwhite
android: Add key warning
2024-01-25Merge pull request #12787 from t895/game-list-refreshliamwhite
android: Only compare game contents for GameAdapter
2024-01-25android: Fix waiting for driver install on startupt895
2024-01-25android: Add current driver vendor to FPS overlayt895
2024-01-25android: Add key checkt895
2024-01-25android: Add option to make MessageDialogFragments non-dismissiblet895
Additionally fixes an issue where its viewmodel could hold onto a stale positive action