Pengfei Zhu
3e795c7d8c
Revert arbaic translation
2 years ago
Pengfei Zhu
f83547b26b
Remove trailing whitespaces
2 years ago
The yuzu Community
d97964f282
Update translations (2024-03-01)
2 years ago
t895
4c2ddb2cb2
android: Connect controllers with supported styles
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.
2 years ago
t895
f46654b3b0
android: Add additional check for hasMapping
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.
2 years ago
t895
3637b5e4fb
android: Enable all controller styles on emulation shutdown
2 years ago
t895
9c51cb5361
android: Fix extra stick setting default values
The default value was accidentally hardcoded for all extra stick settings
2 years ago
t895
aa5605101a
android: Expose device name setting
2 years ago
t895
7d2f11fac6
android: Add StringInputSetting settings item
2 years ago
Charles Lombardo
30cfd14873
android: Have input overlay follow player 1 style index ( #13085 )
2 years ago
t895
fbec2ba35d
android: Fix broken clear button check
2 years ago
Charles Lombardo
0b351f0635
android: Fix overlay visibility reset ( #13083 )
2 years ago
Charles Lombardo
f7ec8a8b77
android: Show done button when configuring input overlay ( #13082 )
2 years ago
FearlessTobi
dcc9189dcb
Address review comments
2 years ago
FearlessTobi
4d55e58ee4
scope_exit: Make constexpr
Allows the use of the macro in constexpr-contexts.
Also avoids some potential problems when nesting braces inside it.
2 years ago
t895
d62cea4622
android: Map touches to touchscreen
I neglected to map touches to the touchscreen when refactoring in the input mapping PR. This fixes that regression.
2 years ago
t895
45b159e21b
android: Show cancel button for the content install notice
2 years ago
t895
7dc4962c83
android: Only do first startup automapping if nothing has been mapped
2 years ago
t895
4b0ab0fc00
android: Create lifecycle utility to simplify common StateFlow operations
2 years ago
t895
370f2eb7dd
android: Use extension functions for view visibility and text marquee
2 years ago
t895
ee98ee491a
android: Move CoreErrorDialogFragment to its own file
2 years ago
t895
a29782ce6a
android: Input mapping
2 years ago
t895
4e34af1a26
android: Allow SettingsItems to use String or StringRes
2 years ago
t895
a3f5a8151f
android: Prevent user from dismissing mod/cheat notice
Makes sure that a user can't miss this dialog by touching outside the window. They must press "OK" or "Close" to continue.
2 years ago
t895
d2fd59733b
android: Show cancel option for delete addons dialog
2 years ago
t895
cb0d5896c5
android: Swap ok and close default strings for MessageDialogFragment
2 years ago
t895
4507d2f9c3
android: Add screen vertical alignment setting
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.
2 years ago
t895
1b48ee6e45
android: Expose FSR sharpness slider
2 years ago
t895
981aac6281
android: Swap confirmation buttons for delete save data dialog
2 years ago
t895
57b827eabf
android: Extend MessageDialogFragment to support a negative action and button titles
2 years ago
Liam
0276ae2f95
am: rewrite appletAE, appletOE
2 years ago
t895
db95f51c69
android: Use utility function for applying view margins
2 years ago
t895
bce86d8102
android: Add thermal throttling overlay
2 years ago
t895
54d8e5e643
android: Remove foreground service
2 years ago
t895
95199610fd
android: Fix regex for git version
2 years ago
t895
0e001c4ab8
android: Run OnEmulationStarted frontend callback in another thread
The JVM has problems with attaching to a Fiber so we start a new thread and wait for the result here.
2 years ago
t895
28fcbacc78
android: Move JNI setup and helpers to common
2 years ago
t895
a7e7f1b899
ci: android: Play store publishing setup
2 years ago
Liam
1a51a1281c
am: retrieve main applet creation info from frontend
2 years ago
Liam
6925b78bd5
am: re-namespace frontend applets to frontend directory
2 years ago
t895
6e6b084c6c
android: Don't show delete button for system driver
2 years ago
t895
c84fac9ab4
android: Disable focus on loading card
Additionally de-emphasize the ripple that I can't disable
2 years ago
t895
6b23690b75
android: Show system driver information
2 years ago
t895
d9f725ba4a
android: Multi-program app switching
2 years ago
t895
d275537111
android: Reload global settings on closing emulation
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.
2 years ago
t895
55462a3e65
android: Add cancel condition to installed content check
2 years ago
t895
ee0b3c01de
android: Disable default focus highlight on views that shouldn't be selected
2 years ago
t895
d04853839d
android: Allow controller to focus on toolbar menu items
Workaround for this
https://issuetracker.google.com/issues/256948272
2 years ago
t895
c7a39b02d2
android: Add 600dp layout for GameInfoFragment
2 years ago
t895
546bb43a3c
android: Fix button click listener for build version name
Was set to the text instead of the parent view by mistake
2 years ago