| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | android: Expose device name setting | 2024-02-20 | 4 | -1/+7 | |
| | | |||||
| * | android: Add StringInputSetting settings item | 2024-02-20 | 5 | -0/+104 | |
| | | |||||
| * | Merge pull request #13086 from t895/clear-button-fix | 2024-02-19 | 5 | -16/+7 | |
| |\ | | | | | android: Fix broken clear button check | ||||
| | * | android: Fix broken clear button check | 2024-02-19 | 5 | -16/+7 | |
| | | | |||||
| * | | android: Have input overlay follow player 1 style index (#13085) | 2024-02-19 | 1 | -6/+5 | |
| |/ | |||||
| * | android: Fix overlay visibility reset (#13083) | 2024-02-19 | 1 | -1/+1 | |
| | | |||||
| * | android: Show done button when configuring input overlay (#13082) | 2024-02-19 | 1 | -1/+1 | |
| | | |||||
| * | scope_exit: Make constexpr | 2024-02-19 | 1 | -2/+6 | |
| | | | | | | Allows the use of the macro in constexpr-contexts. Also avoids some potential problems when nesting braces inside it. | ||||
| * | Merge pull request #13064 from t895/auto-map-fail | 2024-02-18 | 1 | -2/+8 | |
| |\ | | | | | android: Only do first startup automapping if nothing has been mapped | ||||
| | * | android: Only do first startup automapping if nothing has been mapped | 2024-02-18 | 1 | -2/+8 | |
| | | | |||||
| * | | Merge pull request #13065 from t895/cancel-button-fail | 2024-02-18 | 1 | -1/+2 | |
| |\ \ | | | | | | | android: Show cancel button for the content install notice | ||||
| | * | | android: Show cancel button for the content install notice | 2024-02-18 | 1 | -1/+2 | |
| | |/ | |||||
| * / | android: Map touches to touchscreen | 2024-02-18 | 3 | -5/+23 | |
| |/ | | | | I neglected to map touches to the touchscreen when refactoring in the input mapping PR. This fixes that regression. | ||||
| * | android: Create lifecycle utility to simplify common StateFlow operations | 2024-02-17 | 20 | -630/+331 | |
| | | |||||
| * | android: Use extension functions for view visibility and text marquee | 2024-02-17 | 31 | -265/+166 | |
| | | |||||
| * | Merge pull request #13052 from t895/serializable-stuff | 2024-02-17 | 2 | -42/+53 | |
| |\ | | | | | android: Move CoreErrorDialogFragment to its own file | ||||
| | * | android: Move CoreErrorDialogFragment to its own file | 2024-02-17 | 2 | -42/+53 | |
| | | | |||||
| * | | android: Input mapping | 2024-02-17 | 75 | -951/+5064 | |
| | | | |||||
| * | | android: Allow SettingsItems to use String or StringRes | 2024-02-16 | 17 | -214/+278 | |
| |/ | |||||
| * | Merge pull request #12993 from liamwhite/am-rewrite-part1 | 2024-02-14 | 1 | -2/+0 | |
| |\ | | | | | am: rewrite part 1 | ||||
| | * | am: rewrite appletAE, appletOE | 2024-02-11 | 1 | -2/+0 | |
| | | | |||||
| * | | Merge pull request #13009 from t895/message-dialog-fix | 2024-02-13 | 2 | -5/+9 | |
| |\ \ | | | | | | | android: Message dialog tweaks | ||||
| | * | | android: Prevent user from dismissing mod/cheat notice | 2024-02-13 | 1 | -1/+4 | |
| | | | | | | | | | | | | | Makes sure that a user can't miss this dialog by touching outside the window. They must press "OK" or "Close" to continue. | ||||
| | * | | android: Show cancel option for delete addons dialog | 2024-02-13 | 1 | -1/+2 | |
| | | | | |||||
| | * | | android: Swap ok and close default strings for MessageDialogFragment | 2024-02-13 | 1 | -3/+3 | |
| | | | | |||||
| * | | | android: Add screen vertical alignment setting | 2024-02-13 | 8 | -1/+90 | |
| | | | | | | | | | | | | | 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. | ||||
| * | | | android: Expose FSR sharpness slider | 2024-02-13 | 4 | -1/+15 | |
| |/ / | |||||
| * | | android: Swap confirmation buttons for delete save data dialog | 2024-02-12 | 1 | -1/+3 | |
| | | | |||||
| * | | android: Extend MessageDialogFragment to support a negative action and ↵ | 2024-02-12 | 2 | -22/+104 | |
| |/ | | | | button titles | ||||
| * | Merge pull request #12920 from t895/jni-common | 2024-02-09 | 13 | -1071/+159 | |
| |\ | | | | | android: Move JNI setup and helpers to common | ||||
| | * | android: Run OnEmulationStarted frontend callback in another thread | 2024-02-08 | 1 | -1/+3 | |
| | | | | | | | | | The JVM has problems with attaching to a Fiber so we start a new thread and wait for the result here. | ||||
| | * | android: Move JNI setup and helpers to common | 2024-02-08 | 12 | -1070/+156 | |
| | | | |||||
| * | | Merge pull request #12968 from t895/thermal-status | 2024-02-09 | 21 | -168/+180 | |
| |\ \ | | | | | | | android: Thermal throttling indicator | ||||
| | * | | android: Use utility function for applying view margins | 2024-02-09 | 15 | -163/+104 | |
| | | | | |||||
| | * | | android: Add thermal throttling overlay | 2024-02-09 | 6 | -5/+76 | |
| | | | | |||||
| * | | | Merge pull request #12964 from t895/foreground-service-test | 2024-02-09 | 26 | -176/+0 | |
| |\ \ \ | |/ / |/| | | android: Remove foreground service | ||||
| | * | | android: Remove foreground service | 2024-02-08 | 26 | -176/+0 | |
| | |/ | |||||
| * | | android: Fix regex for git version | 2024-02-08 | 1 | -2/+9 | |
| | | | |||||
| * | | ci: android: Play store publishing setup | 2024-02-04 | 1 | -15/+16 | |
| |/ | |||||
| * | am: retrieve main applet creation info from frontend | 2024-01-29 | 4 | -13/+35 | |
| | | |||||
| * | am: re-namespace frontend applets to frontend directory | 2024-01-29 | 3 | -14/+14 | |
| | | |||||
| * | android: Don't show delete button for system driver | 2024-01-29 | 1 | -5/+2 | |
| | | |||||
| * | Merge pull request #12826 from t895/system-driver-version | 2024-01-28 | 4 | -2/+46 | |
| |\ | | | | | android: Show system driver information | ||||
| | * | android: Show system driver information | 2024-01-27 | 4 | -2/+46 | |
| | | | |||||
| * | | android: Disable focus on loading card | 2024-01-28 | 1 | -1/+3 | |
| | | | | | | | | | Additionally de-emphasize the ripple that I can't disable | ||||
| * | | android: Multi-program app switching | 2024-01-27 | 8 | -34/+117 | |
| |/ | |||||
| * | android: Reload global settings on closing emulation | 2024-01-26 | 1 | -0/+1 | |
| | | | | | 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. | ||||
| * | Merge pull request #12809 from t895/error-message | 2024-01-26 | 1 | -1/+7 | |
| |\ | | | | | android: Add cancel condition to installed content check | ||||
| | * | android: Add cancel condition to installed content check | 2024-01-26 | 1 | -1/+7 | |
| | | | |||||
| * | | Merge pull request #12707 from FearlessTobi/fs-housekeeping | 2024-01-26 | 2 | -13/+14 | |
| |\ \ | |/ |/| | fs: Various cleanups & add path class for later use | ||||