summaryrefslogtreecommitdiff
path: root/src/android (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #12777 from t895/firmware-warningGravatar liamwhite2024-01-257-17/+99
|\ | | | | android: Add key warning
| * android: Add key checkGravatar t8952024-01-256-2/+67
| |
| * android: Add option to make MessageDialogFragments non-dismissibleGravatar t8952024-01-251-8/+24
| | | | | | | | Additionally fixes an issue where its viewmodel could hold onto a stale positive action
| * frontend_common: Consistently use referencesGravatar t8952024-01-251-7/+8
| | | | | | | | 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.
* | Merge pull request #12787 from t895/game-list-refreshGravatar liamwhite2024-01-253-9/+22
|\ \ | | | | | | android: Only compare game contents for GameAdapter
| * | android: Only compare game contents for GameAdapterGravatar t8952024-01-253-9/+22
| | |
* | | android: Fix waiting for driver install on startupGravatar t8952024-01-253-13/+24
| | |
* | | android: Add current driver vendor to FPS overlayGravatar t8952024-01-253-2/+15
|/ /
* / android: Add to launcher buttonGravatar t8952024-01-227-52/+116
|/
* Merge pull request #12739 from t895/debug-keystoreGravatar Charles Lombardo2024-01-222-4/+11
|\ | | | | android: Provide debug.keystore for debug and relWithDebInfo builds
| * android: Provide debug.keystore for debug and relWithDebInfo buildsGravatar t8952024-01-212-4/+11
| | | | | | | | Allows devs to share debug builds with testers without uninstalling the previous build
* | Merge pull request #12738 from t895/lock-drawerGravatar Charles Lombardo2024-01-226-4/+70
|\ \ | | | | | | android: Port "Lock drawer" feature from Citra
| * | android: Port "Lock drawer" feature from CitraGravatar t8952024-01-216-4/+70
| |/
* / android: Add options to verify installed contentGravatar t8952024-01-218-4/+165
|/
* android: Sync translationsGravatar t8952024-01-2020-338/+2062
|
* android: Change "Clear" to "Use global setting" for per-game settingsGravatar t8952024-01-205-10/+8
|
* 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