| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Merge pull request #12993 from liamwhite/am-rewrite-part1 | 2024-02-14 | 1 | -2/+0 | |
| |\ | | | | | am: rewrite part 1 | ||||
| | * | am: rewrite appletAE, appletOE | 2024-02-11 | 1 | -2/+0 | |
| | | | |||||
| * | | Merge pull request #13009 from t895/message-dialog-fix | 2024-02-13 | 2 | -5/+9 | |
| |\ \ | | | | | | | android: Message dialog tweaks | ||||
| | * | | android: Prevent user from dismissing mod/cheat notice | 2024-02-13 | 1 | -1/+4 | |
| | | | | | | | | | | | | | Makes sure that a user can't miss this dialog by touching outside the window. They must press "OK" or "Close" to continue. | ||||
| | * | | android: Show cancel option for delete addons dialog | 2024-02-13 | 1 | -1/+2 | |
| | | | | |||||
| | * | | android: Swap ok and close default strings for MessageDialogFragment | 2024-02-13 | 1 | -3/+3 | |
| | | | | |||||
| * | | | android: Add screen vertical alignment setting | 2024-02-13 | 8 | -1/+90 | |
| | | | | | | | | | | | | | It's a bit of a hack since I'm moving the view instead of telling the Vulkan surface to bias itself to the top/bottom/center but it works fine for now. | ||||
| * | | | android: Expose FSR sharpness slider | 2024-02-13 | 4 | -1/+15 | |
| |/ / | |||||
| * | | android: Swap confirmation buttons for delete save data dialog | 2024-02-12 | 1 | -1/+3 | |
| | | | |||||
| * | | android: Extend MessageDialogFragment to support a negative action and ↵ | 2024-02-12 | 2 | -22/+104 | |
| |/ | | | | button titles | ||||
| * | 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 | ||||