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
t895
ee22a87867
android: Disable focus for the root of cards that contain buttons
2 years ago
t895
fdddac1a57
android: Focus on the in game menu when opened
2 years ago
FearlessTobi
2b4d7506a8
Address review comments and fix compilation problems
2 years ago
t895
b24bd81938
android: Fix waiting for driver install on startup
2 years ago
t895
1533fbce51
android: Add current driver vendor to FPS overlay
2 years ago
t895
48660d8c8a
android: Add key check
2 years ago
t895
227018508e
android: Add option to make MessageDialogFragments non-dismissible
Additionally fixes an issue where its viewmodel could hold onto a stale positive action
2 years ago
t895
564908ba83
frontend_common: Consistently use references
Was swapping between references and pointers for no reason. Just unify them here since each of these utility functions will need their parameters to be alive.
2 years ago
t895
855ef8dc60
android: Only compare game contents for GameAdapter
2 years ago
t895
a651bb87a7
android: Add to launcher button
2 years ago
t895
3116ee2cb7
android: Provide debug.keystore for debug and relWithDebInfo builds
Allows devs to share debug builds with testers without uninstalling the previous build
2 years ago
t895
49142d4e23
android: Port "Lock drawer" feature from Citra
2 years ago
t895
8f07d9bf1c
android: Add options to verify installed content
2 years ago
t895
9dd8845ace
android: Sync translations
2 years ago
t895
f5ff015ec9
android: Change "Clear" to "Use global setting" for per-game settings
2 years ago
t895
125dae11bb
android: Use elevated card style for home setting card
2 years ago
t895
aa37bffb58
android: Sort recently added/played games by time
2 years ago
t895
3df0c826a1
android: Add addon delete button
Required some refactoring of retrieving patches in order for the frontend to pass the right information to ContentManager for deletion.
2 years ago
t895
89e12de5e1
android: Use callback to update progress bar dialogs
2 years ago