summaryrefslogtreecommitdiff
path: root/src/common/android/id_cache.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2024-02-17android: Input mappingGravatar t8951-0/+163
2024-02-08android: Move JNI setup and helpers to commonGravatar t8951-6/+6
2024-01-27android: Multi-program app switchingGravatar t8951-0/+7
2024-01-19android: Add addon delete buttonGravatar t8951-0/+55
Required some refactoring of retrieving patches in order for the frontend to pass the right information to ContentManager for deletion.
2024-01-19frontend_common: Add content manager utility functionsGravatar t8951-0/+46
Creates utility functions to remove/install DLC, updates, and base game content
2023-12-30android: Migrate in-game overlay settings to iniGravatar t8951-0/+79
2023-12-12android: Add JNI initialization information for Game classGravatar t8951-0/+55
Unused in this PR, but will be useful later
2023-12-12android: Add Game propertiesGravatar t8951-0/+40
This commit has the UI for viewing a game's properties on long-press and some links to useful tools like - Game info - Shortcut to settings (global in this commit) - Addon manager with installer - Save data manager - Option to clear all save data - Option to clear shader cache
2023-11-27android: Multi directory UIGravatar t8951-0/+16
2023-08-30android: Game loading/shutting down indicatorsGravatar Charles Lombardo1-0/+14
2023-06-03android: Various fixes for CI.Gravatar bunnei1-1/+1
2023-06-03android: video_core: Add support for disk shader cache. (#64)Gravatar bunnei1-0/+27
2023-06-03android: Implement basic software keyboard applet.Gravatar bunnei1-0/+7
2023-06-03android: Implement SAF support & migrate to SDK 31. (#4)Gravatar bunnei1-0/+46
2023-06-03android: Minimal JNI for yuzu.Gravatar bunnei1-0/+36