aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/android
AgeCommit message (Collapse)Author
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
fsp: Migrate remaining interfaces to cmif serialization
2024-02-21Merge pull request #13105 from t895/connection-fixliamwhite
android: Misc controller fixes
2024-02-21android: Connect controllers with supported stylest895
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-21android: Add additional check for hasMappingt895
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-21android: Enable all controller styles on emulation shutdownt895
2024-02-20android: Fix extra stick setting default valuest895
The default value was accidentally hardcoded for all extra stick settings
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
android: Fix broken clear button check
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
Allows the use of the macro in constexpr-contexts. Also avoids some potential problems when nesting braces inside it.
2024-02-18Merge pull request #13064 from t895/auto-map-failliamwhite
android: Only do first startup automapping if nothing has been mapped
2024-02-18Merge pull request #13065 from t895/cancel-button-failliamwhite
android: Show cancel button for the content install notice
2024-02-18android: Map touches to touchscreent895
I neglected to map touches to the touchscreen when refactoring in the input mapping PR. This fixes that regression.
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
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