t895
fe69105f71
android: Sync translations
2 years ago
t895
7b3e26acc9
android: Change "Clear" to "Use global setting" for per-game settings
2 years ago
t895
378e4752a6
android: Use elevated card style for home setting card
2 years ago
t895
dad48f16b7
android: Sort recently added/played games by time
2 years ago
t895
03fa91ba3c
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
d79d4d5986
android: Use callback to update progress bar dialogs
2 years ago
t895
ccd3dd842f
frontend_common: Add content manager utility functions
Creates utility functions to remove/install DLC, updates, and base game content
2 years ago
t895
116f76e4b6
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
6531ad56a6
Fix typos in arrays.xml
2 years ago
Viktor Szépe
2044ae6b3a
Fix more typos
2 years ago
t895
8876a15227
android: Fix overlay toggle ordering
2 years ago
t895
7b3941e5d4
android: Show version name instead of git hash in the about fragment
2 years ago
t895
15d8a40529
android: Clean up git commands in build.gradle
2 years ago
t895
cdeaca73c4
android: Move ktlintCheck to yuzu-verify
2 years ago
german77
b5dac5f525
service: hid: Create abstracted pad structure
2 years ago
Liam
aae9eea532
fsp-srv: use program registry for SetCurrentProcess
2 years ago
t895
d3ba6b334b
android: Fix added driver path
While this didn't break anything, the extra separator was unnecessary
2 years ago
t895
dac8c4ce4d
android: Add button to use global driver value
2 years ago
t895
9e974d4c7e
android: Reload driver data on importing user data
2 years ago
t895
6bfc3c530c
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
93239f191a
android: Refactor DriverAdapter to use AbstractSingleSelectionList
2 years ago
t895
b17db2b462
android: Create generic single selection list adapter
2 years ago
t895
9130366a58
android: Refactor recycler view adapters to use AbstractListAdapter
2 years ago
t895
ad0066a6b6
android: Create generic list adapter for basic lists
Simplifies basic setup for lists
2 years ago
t895
78c323c4eb
android: Refactor async diff adapters to use AbstractDiffAdapter
2 years ago
t895
51ad2d10de
android: Create generic adapter and viewholder
Eliminates repeated code associated with every async differ list
2 years ago
flodavid
63b835f822
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
ee847f8ff0
hid_core: Move hid to it's own subproject
2 years ago
t895
53d4dbacf0
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
39d28a5131
android: Save global config synchronously in onCloseGameFoldersFragment
Could cause multiple global saves at once that went untracked previously
2 years ago
t895
1c278974a8
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
2b838b6d06
android: Update orientation on emulation fragment start
2 years ago
t895
82ea082997
android: Expose all orientation locking options
2 years ago
Emma
e5de3d5a77
android: add basic support for google game dashboard
2 years ago
t895
dace726d08
android: Add internal option to disable compression for zip exports
Disables compression for user data and save exports
2 years ago
t895
3c78926d75
android: Use case-insensitive check for addon directory
2 years ago
t895
466cdeb8a0
android: Fix dpad position saving
Was using the wrong key previously
2 years ago
t895
aa4d15594f
android: Expose touchscreen toggle
2 years ago
t895
278cafb76c
android: Don't apply material you below android 12
Since you can manually change the config file now, users can force the material you theme under Android 12 and that will result in crashing on startup. This swaps to the default theme if that happens.
2 years ago
t895
d163b18208
android: Migrate in-game overlay settings to ini
2 years ago
t895
051afd21e7
frontend_common: config: Refactor WriteSetting to stricter types
Previously this could cause problems if a version of the template generated for WriteSetting didn't use the type you needed (e.g. floating point values). Now these are all ready without having to be used within frontend_common first.
2 years ago
t895
d3f38ce56c
android: Migrate theme settings to ini
2 years ago
t895
b2b4742e61
android: Update Kotlin version to 1.9.20
2 years ago
t895
21e7f86697
android: Expose anisotropic filtering setting
2 years ago
t895
347b3bd18d
android: Center switch setting title when no description is present
2 years ago
t895
755c45777f
android: Pair fastmem toggle to CPU Debug toggle
Hides fastmem toggle when CPU Debugging is disabled
2 years ago
t895
d3070cafa7
android: Fix "No games found" text appearing on load
2 years ago
Liam
6ca530a721
android: add oboe to audio configuration
2 years ago
t895
86d26914a2
android: Rework InstallableProperty view with icon
2 years ago
t895
6ae4177b25
android: Prevent editing non-savable settings in per-game settings
2 years ago