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
t895
4959e07015
frontend_common: Add content manager utility functions
Creates utility functions to remove/install DLC, updates, and base game content
2 years ago
t895
5fdf16144e
android: Save overlay data while using emulation fragment
This should have been fully embraced before but the items within the popup menu and the adjust controls dialog fell through. This ensures that everything related to the overlay is saved during emulation and can't be lost during a crash.
2 years ago
Viktor Szépe
9b53207f25
Fix typos in arrays.xml
2 years ago
Viktor Szépe
8f8a15827f
Fix more typos
2 years ago
t895
b175257527
android: Fix overlay toggle ordering
2 years ago
t895
58a1e73675
android: Show version name instead of git hash in the about fragment
2 years ago
t895
b5721efd3b
android: Clean up git commands in build.gradle
2 years ago
t895
1b369e8db2
android: Move ktlintCheck to yuzu-verify
2 years ago
german77
194746c558
service: hid: Create abstracted pad structure
2 years ago
Liam
2397093e4f
fsp-srv: use program registry for SetCurrentProcess
2 years ago
t895
383f7aa8ed
android: Fix added driver path
While this didn't break anything, the extra separator was unnecessary
2 years ago