| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | am: rewrite appletAE, appletOE | 2024-02-11 | 1 | -2/+0 | |
| | | |||||
| * | Merge pull request #12920 from t895/jni-common | 2024-02-09 | 13 | -1071/+159 | |
| |\ | | | | | android: Move JNI setup and helpers to common | ||||
| | * | android: Run OnEmulationStarted frontend callback in another thread | 2024-02-08 | 1 | -1/+3 | |
| | | | | | | | | | The JVM has problems with attaching to a Fiber so we start a new thread and wait for the result here. | ||||
| | * | android: Move JNI setup and helpers to common | 2024-02-08 | 12 | -1070/+156 | |
| | | | |||||
| * | | Merge pull request #12968 from t895/thermal-status | 2024-02-09 | 21 | -168/+180 | |
| |\ \ | | | | | | | android: Thermal throttling indicator | ||||
| | * | | android: Use utility function for applying view margins | 2024-02-09 | 15 | -163/+104 | |
| | | | | |||||
| | * | | android: Add thermal throttling overlay | 2024-02-09 | 6 | -5/+76 | |
| | | | | |||||
| * | | | Merge pull request #12964 from t895/foreground-service-test | 2024-02-09 | 26 | -176/+0 | |
| |\ \ \ | |/ / |/| | | android: Remove foreground service | ||||
| | * | | android: Remove foreground service | 2024-02-08 | 26 | -176/+0 | |
| | |/ | |||||
| * | | android: Fix regex for git version | 2024-02-08 | 1 | -2/+9 | |
| | | | |||||
| * | | ci: android: Play store publishing setup | 2024-02-04 | 1 | -15/+16 | |
| |/ | |||||
| * | am: retrieve main applet creation info from frontend | 2024-01-29 | 4 | -13/+35 | |
| | | |||||
| * | am: re-namespace frontend applets to frontend directory | 2024-01-29 | 3 | -14/+14 | |
| | | |||||
| * | android: Don't show delete button for system driver | 2024-01-29 | 1 | -5/+2 | |
| | | |||||
| * | Merge pull request #12826 from t895/system-driver-version | 2024-01-28 | 4 | -2/+46 | |
| |\ | | | | | android: Show system driver information | ||||
| | * | android: Show system driver information | 2024-01-27 | 4 | -2/+46 | |
| | | | |||||
| * | | android: Disable focus on loading card | 2024-01-28 | 1 | -1/+3 | |
| | | | | | | | | | Additionally de-emphasize the ripple that I can't disable | ||||
| * | | android: Multi-program app switching | 2024-01-27 | 8 | -34/+117 | |
| |/ | |||||
| * | android: Reload global settings on closing emulation | 2024-01-26 | 1 | -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-message | 2024-01-26 | 1 | -1/+7 | |
| |\ | | | | | android: Add cancel condition to installed content check | ||||
| | * | android: Add cancel condition to installed content check | 2024-01-26 | 1 | -1/+7 | |
| | | | |||||
| * | | Merge pull request #12707 from FearlessTobi/fs-housekeeping | 2024-01-26 | 2 | -13/+14 | |
| |\ \ | |/ |/| | fs: Various cleanups & add path class for later use | ||||
| | * | Address review comments and fix compilation problems | 2024-01-25 | 2 | -13/+14 | |
| | | | |||||
| * | | android: Disable default focus highlight on views that shouldn't be selected | 2024-01-25 | 11 | -5/+19 | |
| | | | |||||
| * | | android: Allow controller to focus on toolbar menu items | 2024-01-25 | 11 | -6/+28 | |
| | | | | | | | | | | | Workaround for this https://issuetracker.google.com/issues/256948272 | ||||
| * | | android: Add 600dp layout for GameInfoFragment | 2024-01-25 | 1 | -0/+155 | |
| | | | |||||
| * | | android: Fix button click listener for build version name | 2024-01-25 | 1 | -1/+1 | |
| | | | | | | | | | Was set to the text instead of the parent view by mistake | ||||
| * | | android: Disable focus for the root of cards that contain buttons | 2024-01-25 | 4 | -5/+5 | |
| | | | |||||
| * | | android: Focus on the in game menu when opened | 2024-01-25 | 4 | -7/+39 | |
| |/ | |||||
| * | Merge pull request #12777 from t895/firmware-warning | 2024-01-25 | 7 | -17/+99 | |
| |\ | | | | | android: Add key warning | ||||
| | * | android: Add key check | 2024-01-25 | 6 | -2/+67 | |
| | | | |||||
| | * | android: Add option to make MessageDialogFragments non-dismissible | 2024-01-25 | 1 | -8/+24 | |
| | | | | | | | | | Additionally fixes an issue where its viewmodel could hold onto a stale positive action | ||||
| | * | frontend_common: Consistently use references | 2024-01-25 | 1 | -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-refresh | 2024-01-25 | 3 | -9/+22 | |
| |\ \ | | | | | | | android: Only compare game contents for GameAdapter | ||||
| | * | | android: Only compare game contents for GameAdapter | 2024-01-25 | 3 | -9/+22 | |
| | | | | |||||
| * | | | android: Fix waiting for driver install on startup | 2024-01-25 | 3 | -13/+24 | |
| | | | | |||||
| * | | | android: Add current driver vendor to FPS overlay | 2024-01-25 | 3 | -2/+15 | |
| |/ / | |||||
| * / | android: Add to launcher button | 2024-01-22 | 7 | -52/+116 | |
| |/ | |||||
| * | Merge pull request #12739 from t895/debug-keystore | 2024-01-22 | 2 | -4/+11 | |
| |\ | | | | | android: Provide debug.keystore for debug and relWithDebInfo builds | ||||
| | * | android: Provide debug.keystore for debug and relWithDebInfo builds | 2024-01-21 | 2 | -4/+11 | |
| | | | | | | | | | Allows devs to share debug builds with testers without uninstalling the previous build | ||||
| * | | Merge pull request #12738 from t895/lock-drawer | 2024-01-22 | 6 | -4/+70 | |
| |\ \ | | | | | | | android: Port "Lock drawer" feature from Citra | ||||
| | * | | android: Port "Lock drawer" feature from Citra | 2024-01-21 | 6 | -4/+70 | |
| | |/ | |||||
| * / | android: Add options to verify installed content | 2024-01-21 | 8 | -4/+165 | |
| |/ | |||||
| * | android: Sync translations | 2024-01-20 | 20 | -338/+2062 | |
| | | |||||
| * | android: Change "Clear" to "Use global setting" for per-game settings | 2024-01-20 | 5 | -10/+8 | |
| | | |||||
| * | Merge pull request #12721 from t895/card-elevation | 2024-01-20 | 1 | -3/+3 | |
| |\ | | | | | android: Use elevated card style for home setting card | ||||
| | * | android: Use elevated card style for home setting card | 2024-01-20 | 1 | -3/+3 | |
| | | | |||||
| * | | Merge pull request #12719 from t895/sort-search | 2024-01-20 | 1 | -2/+2 | |
| |\ \ | | | | | | | android: Sort recently added/played games by time | ||||
| | * | | android: Sort recently added/played games by time | 2024-01-20 | 1 | -2/+2 | |
| | |/ | |||||
| * | | android: Add addon delete button | 2024-01-19 | 12 | -59/+233 | |
| | | | | | | | | | Required some refactoring of retrieving patches in order for the frontend to pass the right information to ContentManager for deletion. | ||||