summaryrefslogtreecommitdiff
path: root/src/android (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #10839 from lat9nq/pgc-plusGravatar liamwhite2023-08-021-7/+12
|\ | | | | general: Reimplement per-game configurations
| * config-android: Update memory layout member nameGravatar lat9nq2023-07-211-1/+1
| |
| * android-config: Update enum labelsGravatar lat9nq2023-07-211-4/+4
| |
| * (android)config: Clang formatGravatar lat9nq2023-07-211-2/+5
| |
| * android-config: Adapt settings reworkGravatar lat9nq2023-07-211-4/+6
| |
* | android: Only label language with languageGravatar Abandoned Cart2023-07-2515-272/+18
| |
* | general: reduce use of dynamic_castGravatar Liam2023-07-211-1/+1
|/
* android: fix links to re-dumping guidesGravatar Valeri Ochinski2023-07-161-1/+1
|
* android: Visualize disabled home optionsGravatar Charles Lombardo2023-07-104-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 uninstallGravatar Charles Lombardo2023-07-091-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_nfcGravatar liamwhite2023-07-051-0/+1
|\ | | | | service: nfc: Ensure controller is in the correct mode
| * android: Reintroduce launch mode as single topGravatar german772023-07-031-0/+1
| |
* | android: Version the input overlayGravatar Charles Lombardo2023-07-0211-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-requirementsGravatar liamwhite2023-07-024-44/+114
|\ | | | | android: Rework MemoryUtil
| * android: Show memory warning onceGravatar Charles Lombardo2023-06-302-13/+24
| |
| * android: Rework MemoryUtilGravatar Charles Lombardo2023-06-303-25/+85
| | | | | | | | Uses string templates and rounds up memory amount for potentially inaccurate checks now
| * android: Make MemoryUtil an objectGravatar Charles Lombardo2023-06-282-13/+12
| |
* | android: Suppress a known incompatibilityGravatar Abandoned Cart2023-06-291-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 supportGravatar Charles Lombardo2023-06-282-3/+6
| | | | Specifies the permissions needed for the changes to foreground services in Android 14.
* Merge pull request #10888 from 8bitDream/nativeGravatar liamwhite2023-06-261-44/+47
|\ | | | | android: (native) Parameter types from Android Studio
| * android: define [[maybe_unused]] (const) autoGravatar Abandoned Cart2023-06-231-41/+43
| |
| * android: Parameter types from Android StudioGravatar Abandoned Cart2023-06-231-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-memeGravatar liamwhite2023-06-265-50/+19
|\ \ | |/ |/| android: Clean up file extension checks
| * android: Clean up file extension checksGravatar Charles Lombardo2023-06-265-50/+19
| |
* | Merge pull request #10811 from 8bitDream/pip_muteGravatar liamwhite2023-06-239-255/+148
|\ \ | | | | | | android: Add a PiP interface to mute / unmute
| * | android: Refactor native and corresponding variablesGravatar Abandoned Cart2023-06-216-22/+25
| | |
| * | Fix JNI and expose mute settings to AndroidGravatar Abandoned Cart2023-06-217-277/+99
| | |
| * | android: Add a PiP interface to mute / unmuteGravatar Abandoned Cart2023-06-214-0/+68
| | |
* | | Merge pull request #10794 from 8bitDream/multiplesGravatar bunnei2023-06-223-40/+154
|\ \ \ | | | | | | | | android: Add support for multiple installs
| * | | android: Generalize string message dialogGravatar Abandoned Cart2023-06-212-11/+11
| | | |
| * | | android: Add support for concurrent installsGravatar Abandoned Cart2023-06-213-40/+154
| |/ /
* | | Merge pull request #10878 from GPUCode/log-droidGravatar Morph2023-06-221-0/+1
|\ \ \ | | | | | | | | android: Log settings
| * | | android: Log settingsGravatar GPUCode2023-06-221-0/+1
| |/ /
* | | android: Convert memory sizes to resourceGravatar Abandoned Cart2023-06-213-11/+21
| | |
* | | android: Add a notice when RAM inadequateGravatar Abandoned Cart2023-06-213-1/+75
|/ /
* / android: Don't show custom driver button on mali and x86Gravatar Charles Lombardo2023-06-203-71/+123
|/
* Merge pull request #10808 from t895/settings-stuffsGravatar bunnei2023-06-1612-74/+165
|\ | | | | android: Expose settings
| * android: Expose audio output engine settingGravatar Charles Lombardo2023-06-167-21/+59
| |
| * android: Expose CPU debugging optionGravatar Charles Lombardo2023-06-165-23/+30
| |
| * android: Expose fastmem optionGravatar Charles Lombardo2023-06-164-29/+59
| |
| * android: Support changing multiple settings at onceGravatar Charles Lombardo2023-06-162-1/+17
| |
* | android: Bump ktlint version to 0.47.1Gravatar Charles Lombardo2023-06-161-1/+1
| |
* | android: Disable import-ordering ktlint checkGravatar Charles Lombardo2023-06-161-1/+2
|/
* android: Fix aspect ratio when rotating screenGravatar Abandoned Cart2023-06-162-28/+20
|
* android: Apply ktlint codestyleGravatar Charles Lombardo2023-06-1553-278/+476
|
* Android: Use ktlint for Kotlin code styleGravatar Charles Lombardo2023-06-151-0/+20
|
* android: Enable android lintingGravatar Charles Lombardo2023-06-152-11/+1
|
* android: fs: Fix Exists / IsFile for SAF.Gravatar bunnei2023-06-152-0/+23
|
* android: Move overlays to their own layoutGravatar Abandoned Cart2023-06-145-108/+117
|
* android: Initialize defaults for each orientationsGravatar Abandoned Cart2023-06-146-173/+187
|