summaryrefslogtreecommitdiff
path: root/src/android (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #12721 from t895/card-elevationGravatar liamwhite2024-01-201-3/+3
|\ | | | | android: Use elevated card style for home setting card
| * android: Use elevated card style for home setting cardGravatar t8952024-01-201-3/+3
| |
* | Merge pull request #12719 from t895/sort-searchGravatar liamwhite2024-01-201-2/+2
|\ \ | | | | | | android: Sort recently added/played games by time
| * | android: Sort recently added/played games by timeGravatar t8952024-01-201-2/+2
| |/
* | android: Add addon delete buttonGravatar t8952024-01-1912-59/+233
| | | | | | | | Required some refactoring of retrieving patches in order for the frontend to pass the right information to ContentManager for deletion.
* | android: Use callback to update progress bar dialogsGravatar t8952024-01-1910-121/+236
| |
* | frontend_common: Add content manager utility functionsGravatar t8952024-01-198-79/+114
|/ | | | Creates utility functions to remove/install DLC, updates, and base game content
* android: Save overlay data while using emulation fragmentGravatar t8952024-01-172-7/+4
| | | | 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.
* Merge pull request #12380 from flodavid/save-profileGravatar Narr the Reg2024-01-161-1/+1
|\ | | | | Save configuration profile name used by players
| * Save profile name usedGravatar flodavid2024-01-081-1/+1
| | | | | | | | | | - Save the profile name in global config - Read the profile name when reading the global config
* | Merge remote-tracking branch 'origin/master' into typos3Gravatar Viktor Szépe2024-01-1628-658/+704
|\ \
| * \ Merge pull request #12681 from t895/stick-togglesGravatar liamwhite2024-01-151-2/+2
| |\ \ | | | | | | | | android: Fix overlay toggle ordering
| | * | android: Fix overlay toggle orderingGravatar t8952024-01-151-2/+2
| | | |
| * | | Merge pull request #12612 from liamwhite/fs-pidGravatar Charles Lombardo2024-01-151-3/+3
| |\ \ \ | | |/ / | |/| | fsp-srv: use program registry for SetCurrentProcess
| | * | fsp-srv: use program registry for SetCurrentProcessGravatar Liam2024-01-111-3/+3
| | |/
| * | Merge pull request #12667 from t895/version-infoGravatar liamwhite2024-01-134-62/+24
| |\ \ | | | | | | | | android: Show version name instead of build hash in about fragment
| | * | android: Show version name instead of git hash in the about fragmentGravatar t8952024-01-133-6/+6
| | | |
| | * | 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.