Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-03-01 | Revert arbaic translation | Pengfei Zhu | |
2024-03-01 | Remove trailing whitespaces | Pengfei Zhu | |
2024-03-01 | Update translations (2024-03-01) | The yuzu Community | |
2024-02-23 | Merge pull request #13073 from FearlessTobi/fsp-srv-ipc | liamwhite | |
fsp: Migrate remaining interfaces to cmif serialization | |||
2024-02-21 | Merge pull request #13105 from t895/connection-fix | liamwhite | |
android: Misc controller fixes | |||
2024-02-21 | android: Connect controllers with supported styles | t895 | |
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 | t895 | |
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 | t895 | |
2024-02-20 | android: Fix extra stick setting default values | t895 | |
The default value was accidentally hardcoded for all extra stick settings | |||
2024-02-20 | android: Expose device name setting | t895 | |
2024-02-20 | android: Add StringInputSetting settings item | t895 | |
2024-02-19 | Merge pull request #13086 from t895/clear-button-fix | liamwhite | |
android: Fix broken clear button check | |||
2024-02-19 | android: Have input overlay follow player 1 style index (#13085) | Charles Lombardo | |
2024-02-19 | android: Fix broken clear button check | t895 | |
2024-02-19 | android: Fix overlay visibility reset (#13083) | Charles Lombardo | |
2024-02-19 | android: Show done button when configuring input overlay (#13082) | Charles Lombardo | |
2024-02-19 | Address review comments | FearlessTobi | |
2024-02-19 | scope_exit: Make constexpr | FearlessTobi | |
Allows the use of the macro in constexpr-contexts. Also avoids some potential problems when nesting braces inside it. | |||
2024-02-18 | Merge pull request #13064 from t895/auto-map-fail | liamwhite | |
android: Only do first startup automapping if nothing has been mapped | |||
2024-02-18 | Merge pull request #13065 from t895/cancel-button-fail | liamwhite | |
android: Show cancel button for the content install notice | |||
2024-02-18 | android: Map touches to touchscreen | t895 | |
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 | t895 | |
2024-02-18 | android: Only do first startup automapping if nothing has been mapped | t895 | |
2024-02-17 | android: Create lifecycle utility to simplify common StateFlow operations | t895 | |
2024-02-17 | android: Use extension functions for view visibility and text marquee | t895 | |
2024-02-17 | Merge pull request #13052 from t895/serializable-stuff | liamwhite | |
android: Move CoreErrorDialogFragment to its own file | |||
2024-02-17 | android: Move CoreErrorDialogFragment to its own file | t895 | |
2024-02-17 | android: Input mapping | t895 | |
2024-02-16 | android: Allow SettingsItems to use String or StringRes | t895 | |
2024-02-14 | Merge pull request #12993 from liamwhite/am-rewrite-part1 | Narr the Reg | |
am: rewrite part 1 | |||
2024-02-13 | Merge pull request #13009 from t895/message-dialog-fix | liamwhite | |
android: Message dialog tweaks | |||
2024-02-13 | android: Prevent user from dismissing mod/cheat notice | t895 | |
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 | t895 | |
2024-02-13 | android: Swap ok and close default strings for MessageDialogFragment | t895 | |
2024-02-13 | android: Add screen vertical alignment setting | t895 | |
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 | t895 | |
2024-02-12 | android: Swap confirmation buttons for delete save data dialog | t895 | |
2024-02-12 | android: Extend MessageDialogFragment to support a negative action and ↵ | t895 | |
button titles | |||
2024-02-11 | am: rewrite appletAE, appletOE | Liam | |
2024-02-09 | Merge pull request #12920 from t895/jni-common | liamwhite | |
android: Move JNI setup and helpers to common | |||
2024-02-09 | Merge pull request #12968 from t895/thermal-status | liamwhite | |
android: Thermal throttling indicator | |||
2024-02-09 | Merge pull request #12964 from t895/foreground-service-test | liamwhite | |
android: Remove foreground service | |||
2024-02-09 | android: Use utility function for applying view margins | t895 | |
2024-02-09 | android: Add thermal throttling overlay | t895 | |
2024-02-08 | android: Remove foreground service | t895 | |
2024-02-08 | android: Fix regex for git version | t895 | |
2024-02-08 | android: Run OnEmulationStarted frontend callback in another thread | t895 | |
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 | t895 | |
2024-02-04 | ci: android: Play store publishing setup | t895 | |
2024-01-29 | am: retrieve main applet creation info from frontend | Liam | |