summaryrefslogtreecommitdiff
path: root/src/android (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * android: Fix games list loading thread safetyGravatar t8952023-12-121-36/+38
| * android: Collect latest information for games listGravatar t8952023-12-122-2/+3
| * android: Remove global save import/exporter UIGravatar t8952023-12-121-24/+0
| * android: Compare all properties between games in DiffCallbackGravatar t8952023-12-122-1/+2
| * android: Expose MemoryUtil size formatting functionGravatar t8952023-12-122-2/+3
| * android: Add JNI initialization information for Game classGravatar t8952023-12-122-0/+64
| * android: Add per-game driversGravatar t8952023-12-1212-95/+215
| * android: Add per-game settingsGravatar t8952023-12-1227-83/+303
| * android: Add Game propertiesGravatar t8952023-12-1240-253/+2227
| * android: Refactor settings to expose more optionsGravatar t8952023-12-1233-352/+320
* | Merge pull request #12237 from liamwhite/nce-sigtrapGravatar liamwhite2023-12-161-1/+2
|\ \ | |/ |/|
| * nce: implement instruction emulation for misaligned memory accessesGravatar Liam2023-12-101-1/+2
* | core: Use single instance of profile managerGravatar german772023-12-102-6/+2
|/
* android: Listen for directory selection in viewmodelGravatar t8952023-12-084-8/+33
* android: Don't reload filesystem on update installGravatar t8952023-12-011-3/+0
* Merge pull request #12074 from GPUCode/yuwu-on-the-metalGravatar liamwhite2023-11-308-1/+50
|\
| * Address more review commentsGravatar GPUCode2023-11-253-5/+13
| * android: show current backend in fps overlayGravatar Liam2023-11-253-1/+16
| * android: Add cpu bakend gui toggleGravatar GPUCode2023-11-255-0/+26
* | Merge pull request #12204 from t895/config-migrationGravatar liamwhite2023-11-2931-122/+846
|\ \
| * | android: Save global settings in onStopGravatar t8952023-11-276-63/+11
| * | android: Multi directory UIGravatar t8952023-11-2726-59/+835
| |/
* | android: input: Flip abxy on backbone labs controllersGravatar german772023-11-251-0/+19
* | android: input: Flip abxy on redmagic controllersGravatar german772023-11-251-0/+19
|/
* android: Rework config lifecycleGravatar t8952023-11-216-6/+31
* android: Remove ini4jGravatar t8952023-11-212-43/+0
* general: Remove inihGravatar t8952023-11-211-1/+1
* config: Unify config handling under frontend_commonGravatar t8952023-11-2110-910/+138
* Merge pull request #12093 from t895/zip-intentGravatar liamwhite2023-11-203-72/+33
|\
| * android: Use file picker intent for save exporterGravatar t8952023-11-193-72/+33
* | Merge pull request #12092 from t895/recent-games-defaultGravatar liamwhite2023-11-202-2/+3
|\ \
| * | android: Use path instead of programId for recently added / played keyGravatar t8952023-11-191-2/+2
| * | android: Select recently played games by default in search tabGravatar t8952023-11-191-0/+1
| |/
* / android: Allow up to 400% for the limit speed percent settingGravatar t8952023-11-191-1/+1
|/
* android: Disable PiP by defaultGravatar t8952023-11-151-1/+1
* Merge pull request #12034 from t895/fps-outlineGravatar liamwhite2023-11-141-2/+3
|\
| * android: Add drop shadow to FPS counterGravatar t8952023-11-141-2/+3
* | android: Don't enter PiP during startup or shutdownGravatar t8952023-11-141-1/+3
|/
* android: Use suspend function for creating dynamic shortcutsGravatar t8952023-11-142-24/+35
* Merge pull request #12014 from t895/shrink-logoGravatar liamwhite2023-11-135-15/+249
|\
| * android: Add a landscape-specific layout to the about pageGravatar t8952023-11-121-0/+233
| * android: Shrink logo in about pageGravatar t8952023-11-121-5/+5
| * android: Shrink logo in settings tabGravatar t8952023-11-122-6/+7
| * android: Fix top app bar tint being cut off in the about fragmentGravatar t8952023-11-121-4/+4
* | Merge pull request #12015 from t895/remove-autoGravatar liamwhite2023-11-131-2/+0
|\ \
| * | android: Remove "auto" region optionGravatar t8952023-11-121-2/+0
| |/
* | android: Use the same transition animation between every fragment in settingsGravatar t8952023-11-123-28/+4
* | android: Use more padding on top of each settings headerGravatar t8952023-11-121-1/+2
* | android: Remove dividers between each settingGravatar t8952023-11-121-7/+0
* | android: Add icons and descriptions to the first-level advanced settings pageGravatar t8952023-11-1213-47/+165