| Commit message (Collapse) | Author | Files | Lines | ||
|---|---|---|---|---|---|
| 2024-03-01 | Revert arbaic translation | 1 | -144/+1 | ||
| 2024-03-01 | Remove trailing whitespaces | 1 | -3/+3 | ||
| 2024-03-01 | Update translations (2024-03-01) | 21 | -203/+2988 | ||
| 2024-02-21 | android: Connect controllers with supported styles | 1 | -30/+46 | ||
| If you tried to connect a controller that was previously configured with an unsupported style for your game, when you try to connect that controller, it will immediately disconnect. This ensures that the controller that is being connected will be changed to the first supported style index before being connected. | |||||
| 2024-02-21 | android: Add additional check for hasMapping | 1 | -3/+3 | ||
| Controls can have no mapping if they are either "[empty]" or and empty string. This was causing an issue if you reset mapping on all controllers and then tried to play a game. The check to determine whether auto mapping was required would fail and leave you will no mapped controllers. This feels a bit like user error but it smooths things out if you forget so I see it as necessary. | |||||
| 2024-02-21 | android: Enable all controller styles on emulation shutdown | 1 | -0/+3 | ||
| 2024-02-20 | android: Fix extra stick setting default values | 1 | -7/+7 | ||
| The default value was accidentally hardcoded for all extra stick settings | |||||
| 2024-02-20 | android: Expose device name setting | 4 | -1/+7 | ||
| 2024-02-20 | android: Add StringInputSetting settings item | 5 | -0/+104 | ||
| 2024-02-19 | android: Have input overlay follow player 1 style index (#13085) | 1 | -6/+5 | ||
| 2024-02-19 | android: Fix broken clear button check | 5 | -16/+7 | ||
| 2024-02-19 | android: Fix overlay visibility reset (#13083) | 1 | -1/+1 | ||
| 2024-02-19 | android: Show done button when configuring input overlay (#13082) | 1 | -1/+1 | ||
| 2024-02-19 | Address review comments | 1 | -3/+3 | ||
| 2024-02-19 | scope_exit: Make constexpr | 1 | -2/+6 | ||
| Allows the use of the macro in constexpr-contexts. Also avoids some potential problems when nesting braces inside it. | |||||
| 2024-02-18 | android: Map touches to touchscreen | 3 | -5/+23 | ||
| I neglected to map touches to the touchscreen when refactoring in the input mapping PR. This fixes that regression. | |||||
| 2024-02-18 | android: Show cancel button for the content install notice | 1 | -1/+2 | ||
| 2024-02-18 | android: Only do first startup automapping if nothing has been mapped | 1 | -2/+8 | ||
| 2024-02-17 | android: Create lifecycle utility to simplify common StateFlow operations | 20 | -630/+331 | ||
| 2024-02-17 | android: Use extension functions for view visibility and text marquee | 31 | -265/+166 | ||
| 2024-02-17 | android: Move CoreErrorDialogFragment to its own file | 2 | -42/+53 | ||
| 2024-02-17 | android: Input mapping | 75 | -951/+5064 | ||
| 2024-02-16 | android: Allow SettingsItems to use String or StringRes | 17 | -214/+278 | ||
| 2024-02-13 | android: Prevent user from dismissing mod/cheat notice | 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. | |||||
| 2024-02-13 | android: Show cancel option for delete addons dialog | 1 | -1/+2 | ||
| 2024-02-13 | android: Swap ok and close default strings for MessageDialogFragment | 1 | -3/+3 | ||
| 2024-02-13 | android: Add screen vertical alignment setting | 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. | |||||
| 2024-02-13 | android: Expose FSR sharpness slider | 4 | -1/+15 | ||
| 2024-02-12 | android: Swap confirmation buttons for delete save data dialog | 1 | -1/+3 | ||
| 2024-02-12 | android: Extend MessageDialogFragment to support a negative action and ↵ | 2 | -22/+104 | ||
| button titles | |||||
| 2024-02-11 | am: rewrite appletAE, appletOE | 1 | -2/+0 | ||
| 2024-02-09 | android: Use utility function for applying view margins | 15 | -163/+104 | ||
| 2024-02-09 | android: Add thermal throttling overlay | 6 | -5/+76 | ||
| 2024-02-08 | android: Remove foreground service | 26 | -176/+0 | ||
| 2024-02-08 | android: Fix regex for git version | 1 | -2/+9 | ||
| 2024-02-08 | android: Run OnEmulationStarted frontend callback in another thread | 1 | -1/+3 | ||
| The JVM has problems with attaching to a Fiber so we start a new thread and wait for the result here. | |||||
| 2024-02-08 | android: Move JNI setup and helpers to common | 12 | -1070/+156 | ||
| 2024-02-04 | ci: android: Play store publishing setup | 1 | -15/+16 | ||
| 2024-01-29 | am: retrieve main applet creation info from frontend | 4 | -13/+35 | ||
| 2024-01-29 | am: re-namespace frontend applets to frontend directory | 3 | -14/+14 | ||
| 2024-01-29 | android: Don't show delete button for system driver | 1 | -5/+2 | ||
| 2024-01-28 | android: Disable focus on loading card | 1 | -1/+3 | ||
| Additionally de-emphasize the ripple that I can't disable | |||||
| 2024-01-27 | android: Show system driver information | 4 | -2/+46 | ||
| 2024-01-27 | android: Multi-program app switching | 8 | -34/+117 | ||
| 2024-01-26 | android: Reload global settings on closing emulation | 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. | |||||
| 2024-01-26 | android: Add cancel condition to installed content check | 1 | -1/+7 | ||
| 2024-01-25 | android: Disable default focus highlight on views that shouldn't be selected | 11 | -5/+19 | ||
| 2024-01-25 | android: Allow controller to focus on toolbar menu items | 11 | -6/+28 | ||
| Workaround for this https://issuetracker.google.com/issues/256948272 | |||||
| 2024-01-25 | android: Add 600dp layout for GameInfoFragment | 1 | -0/+155 | ||
| 2024-01-25 | android: Fix button click listener for build version name | 1 | -1/+1 | ||
| Was set to the text instead of the parent view by mistake | |||||