summaryrefslogtreecommitdiff
path: root/src/android (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
| | * | android: Clean up git commands in build.gradleGravatar t8952024-01-131-56/+18
| | | |
| * | | android: Move ktlintCheck to yuzu-verifyGravatar t8952024-01-131-1/+8
| |/ /
| * | Merge pull request #12605 from german77/abstractGravatar liamwhite2024-01-121-2/+2
| |\ \ | | | | | | | | service: hid: Create abstracted pad structure
| | * | service: hid: Create abstracted pad structureGravatar german772024-01-111-2/+2
| | |/
| * | android: Fix added driver pathGravatar t8952024-01-101-1/+1
| | | | | | | | | | | | While this didn't break anything, the extra separator was unnecessary
| * | android: Add button to use global driver valueGravatar t8952024-01-104-2/+65
| | |
| * | android: Reload driver data on importing user dataGravatar t8952024-01-101-0/+3
| | |
| * | android: Rework driver fragmentGravatar t8952024-01-104-110/+84
| | | | | | | | | | | | 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.
| * | android: Refactor DriverAdapter to use AbstractSingleSelectionListGravatar t8952024-01-101-73/+23
| | |
| * | android: Create generic single selection list adapterGravatar t8952024-01-102-0/+114
| | |
| * | android: Refactor recycler view adapters to use AbstractListAdapterGravatar t8952024-01-107-236/+140
| | |
| * | android: Create generic list adapter for basic listsGravatar t8952024-01-101-0/+98
| | | | | | | | | | | | Simplifies basic setup for lists
| * | android: Refactor async diff adapters to use AbstractDiffAdapterGravatar t8952024-01-103-172/+92
| | |
| * | android: Create generic adapter and viewholderGravatar t8952024-01-102-0/+51
| |/ | | | | | | Eliminates repeated code associated with every async differ list
* | Fix typos in arrays.xmlGravatar Viktor Szépe2024-01-151-1/+1
| |
* | Fix more typosGravatar Viktor Szépe2024-01-153-3/+3
|/
* Merge pull request #12560 from GayPotatoEmma/masterGravatar Charles Lombardo2024-01-072-0/+10
|\ | | | | android: add basic support for google game dashboard
| * android: add basic support for google game dashboardGravatar Emma2024-01-042-0/+10
| |
* | Merge pull request #12576 from t895/total-save-managerGravatar liamwhite2024-01-074-0/+254
|\ \ | | | | | | android: Re-add global save manager
| * | android: Re-add global save managerGravatar t8952024-01-044-0/+254
| |/ | | | | | | 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>
* | hid_core: Move hid to it's own subprojectGravatar Narr the Reg2024-01-051-3/+3
| |
* | Merge pull request #12575 from t895/inconsistent-settings-applicationGravatar liamwhite2024-01-043-9/+3
|\ \ | | | | | | frontend_common: config: Only write setting related to opened config file
| * | android: Save global config synchronously in onCloseGameFoldersFragmentGravatar t8952024-01-031-2/+3
| | | | | | | | | | | | Could cause multiple global saves at once that went untracked previously
| * | android: Don't save settings on config destructionGravatar t8952024-01-032-7/+0
| |/ | | | | | | 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
* | Merge pull request #12571 from t895/apply-orientation-on-startGravatar liamwhite2024-01-044-14/+49
|\ \ | | | | | | android: Expose more orientation options
| * | android: Update orientation on emulation fragment startGravatar t8952024-01-031-0/+1
| | |
| * | android: Expose all orientation locking optionsGravatar t8952024-01-034-14/+48
| |/
* / android: Add internal option to disable compression for zip exportsGravatar t8952024-01-023-3/+15
|/ | | | Disables compression for user data and save exports
* Merge pull request #12551 from t895/dpad-save-fixGravatar liamwhite2024-01-021-2/+1
|\ | | | | android: Fix dpad position saving
| * android: Fix dpad position savingGravatar t8952024-01-011-2/+1
| | | | | | | | Was using the wrong key previously
* | android: Use case-insensitive check for addon directoryGravatar t8952024-01-011-1/+1
|/
* android: Expose touchscreen toggleGravatar t8952023-12-303-0/+13
|
* android: Don't apply material you below android 12Gravatar t8952023-12-301-1/+8
| | | | 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.
* android: Migrate in-game overlay settings to iniGravatar t8952023-12-3025-847/+1206
|
* frontend_common: config: Refactor WriteSetting to stricter typesGravatar t8952023-12-301-2/+3
| | | | 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.
* android: Migrate theme settings to iniGravatar t8952023-12-308-61/+127
|
* android: Update Kotlin version to 1.9.20Gravatar t8952023-12-302-2/+2
|
* android: Expose anisotropic filtering settingGravatar t8952023-12-295-1/+37
|
* android: Center switch setting title when no description is presentGravatar t8952023-12-291-1/+1
|
* android: Pair fastmem toggle to CPU Debug toggleGravatar t8952023-12-291-0/+1
| | | | Hides fastmem toggle when CPU Debugging is disabled
* android: Fix "No games found" text appearing on loadGravatar t8952023-12-211-6/+8
|
* android: add oboe to audio configurationGravatar Liam2023-12-172-0/+3
|
* Merge pull request #12335 from t895/per-game-settingsGravatar liamwhite2023-12-16103-866/+3498
|\ | | | | android: Game Properties
| * android: Rework InstallableProperty view with iconGravatar t8952023-12-126-11/+191
| |
| * android: Prevent editing non-savable settings in per-game settingsGravatar t8952023-12-124-0/+23
| |
| * android: Pre-select custom config in game launch dialogGravatar t8952023-12-121-2/+2
| |
| * android: Use confirmation dialog when deleting shader cacheGravatar t8952023-12-123-15/+45
| |
| * android: Always use custom settings when launched from intentGravatar t8952023-12-121-2/+3
| |
| * android: Adjust variable name format for native configGravatar t8952023-12-121-6/+6
| |
| * android: Add game dir entries to FilesystemProviderGravatar t8952023-12-126-9/+80
| | | | | | | | Allows us to correctly parse update metadata