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
t895
a4bbbed9d5
android: Add button to use global driver value
2 years ago
t895
12fa9df4a4
android: Reload driver data on importing user data
2 years ago
t895
83f5296be4
android: Rework driver fragment
Applies settings upon selection and uses a new Driver model to represent the information in-view. Also switches from an async diff list to a plain one.
2 years ago
t895
576cd8b9a2
android: Refactor DriverAdapter to use AbstractSingleSelectionList
2 years ago
t895
dd734ae862
android: Create generic single selection list adapter
2 years ago
t895
fc83aa7e9c
android: Refactor recycler view adapters to use AbstractListAdapter
2 years ago
t895
7f35a23be6
android: Create generic list adapter for basic lists
Simplifies basic setup for lists
2 years ago
t895
822c85fd2d
android: Refactor async diff adapters to use AbstractDiffAdapter
2 years ago
t895
f680c75cfc
android: Create generic adapter and viewholder
Eliminates repeated code associated with every async differ list
2 years ago
flodavid
ec5646a83e
Save profile name used
- Save the profile name in global config
- Read the profile name when reading the global config
2 years ago
Narr the Reg
146975c880
hid_core: Move hid to it's own subproject
2 years ago
t895
a8ca5b211a
android: Re-add global save manager
Reworked to correctly collect and import/export saves that could exist in either /nand/user/save/000...000/<user id> or /nand/user/save/account/<user id raw string>
2 years ago
t895
45089149db
android: Save global config synchronously in onCloseGameFoldersFragment
Could cause multiple global saves at once that went untracked previously
2 years ago
t895
89ef2a6bac
android: Don't save settings on config destruction
Android doesn't have a proper way of destroying its config object so it's best to stick to the built-in methods to control saving config
2 years ago
t895
dbe346a4a3
android: Update orientation on emulation fragment start
2 years ago
t895
b33c7c89cc
android: Expose all orientation locking options
2 years ago
Emma
ce022aa941
android: add basic support for google game dashboard
2 years ago
t895
9d4e56245e
android: Add internal option to disable compression for zip exports
Disables compression for user data and save exports
2 years ago
t895
872082e0e1
android: Use case-insensitive check for addon directory
2 years ago
t895
ef107ad402
android: Fix dpad position saving
Was using the wrong key previously
2 years ago