| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Merge pull request #11273 from t895/setup-completion | 2023-08-14 | 11 | -184/+370 | |
| |\ | | | | | android: Setup additions | ||||
| | * | android: Page forward on setup step completion | 2023-08-12 | 3 | -0/+17 | |
| | | | |||||
| | * | android: Adjust setup fragment layout | 2023-08-12 | 3 | -63/+88 | |
| | | | | | | | | | Fixes padding issues in small and large layouts and allows viewpager to reach into system insets. | ||||
| | * | android: Show complete indicator during setup | 2023-08-12 | 8 | -121/+265 | |
| | | | |||||
| * | | android: Remove redundant option from slider dialog | 2023-08-12 | 1 | -4/+0 | |
| | | | | | | | | | You can already reset any setting by long pressing the settings item. | ||||
| * | | android: Reduce opacity of non-editable settings | 2023-08-12 | 7 | -3/+28 | |
| | | | |||||
| * | | android: Use string resource for slider value/units | 2023-08-12 | 2 | -13/+13 | |
| | | | |||||
| * | | android: Display setting value in setting list items | 2023-08-12 | 7 | -38/+64 | |
| | | | |||||
| * | | android: Set switch listener before assigning new value | 2023-08-12 | 1 | -1/+1 | |
| |/ | | | | Previously the switch could have its old listener triggered when recycled. | ||||
| * | Merge pull request #10839 from lat9nq/pgc-plus | 2023-08-02 | 1 | -7/+12 | |
| |\ | | | | | general: Reimplement per-game configurations | ||||
| | * | config-android: Update memory layout member name | 2023-07-21 | 1 | -1/+1 | |
| | | | |||||
| | * | android-config: Update enum labels | 2023-07-21 | 1 | -4/+4 | |
| | | | |||||
| | * | (android)config: Clang format | 2023-07-21 | 1 | -2/+5 | |
| | | | |||||
| | * | android-config: Adapt settings rework | 2023-07-21 | 1 | -4/+6 | |
| | | | |||||
| * | | android: Only label language with language | 2023-07-25 | 15 | -272/+18 | |
| | | | |||||
| * | | general: reduce use of dynamic_cast | 2023-07-21 | 1 | -1/+1 | |
| |/ | |||||
| * | android: fix links to re-dumping guides | 2023-07-16 | 1 | -1/+1 | |
| | | |||||
| * | android: Visualize disabled home options | 2023-07-10 | 4 | -53/+84 | |
| | | | | | | | Allow for displaying options in the home options that are disabled with messages that explain why they are disabled. This includes reasoning for the GPU driver installation button. | ||||
| * | android: Don't prompt to save user data on uninstall | 2023-07-09 | 1 | -1/+1 | |
| | | | | | While this can be convenient in some scenarios, this will be a big problem for users trying to sideload different APK versions. If they forget the last one they had installed, they could have problems installing a new copy. | ||||
| * | Merge pull request #11006 from german77/nfc_nfc | 2023-07-05 | 1 | -0/+1 | |
| |\ | | | | | service: nfc: Ensure controller is in the correct mode | ||||
| | * | android: Reintroduce launch mode as single top | 2023-07-03 | 1 | -0/+1 | |
| | | | |||||
| * | | android: Version the input overlay | 2023-07-02 | 11 | -170/+751 | |
| |/ | | | | | | Now within the Input Overlay file, there is a version that will determine when the overlay will be reset. This is intended for breaking changes like the ones we had with the additions of percentage based layouts or the addition of foldable/portrait layouts. This also includes versions for each individual layout so we don't have to reset every layout if only one is broken. Additionally, this includes new L3/R3 buttons. | ||||
| * | Merge pull request #10949 from t895/memory-requirements | 2023-07-02 | 4 | -44/+114 | |
| |\ | | | | | android: Rework MemoryUtil | ||||
| | * | android: Show memory warning once | 2023-06-30 | 2 | -13/+24 | |
| | | | |||||
| | * | android: Rework MemoryUtil | 2023-06-30 | 3 | -25/+85 | |
| | | | | | | | | | Uses string templates and rounds up memory amount for potentially inaccurate checks now | ||||
| | * | android: Make MemoryUtil an object | 2023-06-28 | 2 | -13/+12 | |
| | | | |||||
| * | | android: Suppress a known incompatibility | 2023-06-29 | 1 | -0/+3 | |
| |/ | | | | Android Gradle plugin 8.0.2 is designed for API 33, but a newer plugin hasn't been released yet. The warning message is rather extravagant, but also suggests adding this property if you are aware of the risks. | ||||
| * | android: Android 14 support | 2023-06-28 | 2 | -3/+6 | |
| | | | | | Specifies the permissions needed for the changes to foreground services in Android 14. | ||||
| * | Merge pull request #10888 from 8bitDream/native | 2023-06-26 | 1 | -44/+47 | |
| |\ | | | | | android: (native) Parameter types from Android Studio | ||||
| | * | android: define [[maybe_unused]] (const) auto | 2023-06-23 | 1 | -41/+43 | |
| | | | |||||
| | * | android: Parameter types from Android Studio | 2023-06-23 | 1 | -4/+5 | |
| | | | | | | | | | Android Studio marked these parameters as errors because it is an instance, not a class, that is being passed from Java. | ||||
| * | | Merge pull request #10865 from t895/extension-meme | 2023-06-26 | 5 | -50/+19 | |
| |\ \ | |/ |/| | android: Clean up file extension checks | ||||
| | * | android: Clean up file extension checks | 2023-06-26 | 5 | -50/+19 | |
| | | | |||||
| * | | Merge pull request #10811 from 8bitDream/pip_mute | 2023-06-23 | 9 | -255/+148 | |
| |\ \ | | | | | | | android: Add a PiP interface to mute / unmute | ||||
| | * | | android: Refactor native and corresponding variables | 2023-06-21 | 6 | -22/+25 | |
| | | | | |||||
| | * | | Fix JNI and expose mute settings to Android | 2023-06-21 | 7 | -277/+99 | |
| | | | | |||||
| | * | | android: Add a PiP interface to mute / unmute | 2023-06-21 | 4 | -0/+68 | |
| | | | | |||||
| * | | | Merge pull request #10794 from 8bitDream/multiples | 2023-06-22 | 3 | -40/+154 | |
| |\ \ \ | | | | | | | | | android: Add support for multiple installs | ||||
| | * | | | android: Generalize string message dialog | 2023-06-21 | 2 | -11/+11 | |
| | | | | | |||||
| | * | | | android: Add support for concurrent installs | 2023-06-21 | 3 | -40/+154 | |
| | |/ / | |||||
| * | | | Merge pull request #10878 from GPUCode/log-droid | 2023-06-22 | 1 | -0/+1 | |
| |\ \ \ | | | | | | | | | android: Log settings | ||||
| | * | | | android: Log settings | 2023-06-22 | 1 | -0/+1 | |
| | |/ / | |||||
| * | | | android: Convert memory sizes to resource | 2023-06-21 | 3 | -11/+21 | |
| | | | | |||||
| * | | | android: Add a notice when RAM inadequate | 2023-06-21 | 3 | -1/+75 | |
| |/ / | |||||
| * / | android: Don't show custom driver button on mali and x86 | 2023-06-20 | 3 | -71/+123 | |
| |/ | |||||
| * | Merge pull request #10808 from t895/settings-stuffs | 2023-06-16 | 12 | -74/+165 | |
| |\ | | | | | android: Expose settings | ||||
| | * | android: Expose audio output engine setting | 2023-06-16 | 7 | -21/+59 | |
| | | | |||||
| | * | android: Expose CPU debugging option | 2023-06-16 | 5 | -23/+30 | |
| | | | |||||
| | * | android: Expose fastmem option | 2023-06-16 | 4 | -29/+59 | |
| | | | |||||
| | * | android: Support changing multiple settings at once | 2023-06-16 | 2 | -1/+17 | |
| | | | |||||