summaryrefslogtreecommitdiff
path: root/src/android (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* am: re-namespace frontend applets to frontend directoryGravatar Liam2024-01-293-14/+14
|
* android: Don't show delete button for system driverGravatar t8952024-01-291-5/+2
|
* Merge pull request #12826 from t895/system-driver-versionGravatar liamwhite2024-01-284-2/+46
|\ | | | | android: Show system driver information
| * android: Show system driver informationGravatar t8952024-01-274-2/+46
| |
* | android: Disable focus on loading cardGravatar t8952024-01-281-1/+3
| | | | | | | | Additionally de-emphasize the ripple that I can't disable
* | android: Multi-program app switchingGravatar t8952024-01-278-34/+117
|/
* android: Reload global settings on closing emulationGravatar t8952024-01-261-0/+1
| | | | UI like the driver manager expects the global settings to be loaded when in the MainActivity so we reload global config to properly reset state on exit.
* Merge pull request #12809 from t895/error-messageGravatar liamwhite2024-01-261-1/+7
|\ | | | | android: Add cancel condition to installed content check
| * android: Add cancel condition to installed content checkGravatar t8952024-01-261-1/+7
| |
* | Merge pull request #12707 from FearlessTobi/fs-housekeepingGravatar liamwhite2024-01-262-13/+14
|\ \ | |/ |/| fs: Various cleanups & add path class for later use
| * Address review comments and fix compilation problemsGravatar FearlessTobi2024-01-252-13/+14
| |
* | android: Disable default focus highlight on views that shouldn't be selectedGravatar t8952024-01-2511-5/+19
| |
* | android: Allow controller to focus on toolbar menu itemsGravatar t8952024-01-2511-6/+28
| | | | | | | | | | Workaround for this https://issuetracker.google.com/issues/256948272
* | android: Add 600dp layout for GameInfoFragmentGravatar t8952024-01-251-0/+155
| |
* | android: Fix button click listener for build version nameGravatar t8952024-01-251-1/+1
| | | | | | | | Was set to the text instead of the parent view by mistake
* | android: Disable focus for the root of cards that contain buttonsGravatar t8952024-01-254-5/+5
| |
* | android: Focus on the in game menu when openedGravatar t8952024-01-254-7/+39
|/
* 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
| | | |