summaryrefslogtreecommitdiff
path: root/src/android
AgeCommit message (Collapse)Author
2023-08-22android: jni: ensure NCAs from loaded filepath are registered in manual ↵Liam
content provider
2023-08-22native: Use Docked Mode helperlat9nq
2023-08-22config-android: Translate console mode settinglat9nq
Translates the previous boolean to the enum.
2023-08-22android: Search game directory recursivelyCharles Lombardo
2023-08-22Merge pull request #11346 from t895/ktlint-fixliamwhite
android: lint: Delete generated ktlint folder between builds
2023-08-21android: lint: Delete generated ktlint folder between buildsCharles Lombardo
There's a bug in ktlint where it will run into an error if you build the project, delete a source file, and then build again. It will be unable to find the file you deleted and can't recover until these files are deleted. This just deletes those files before every run.
2023-08-21android: Show associated value in home settings (#11272)Charles Lombardo
2023-08-21android: Use sensor landscape for landscape mode (#11337)Charles Lombardo
2023-08-14Merge pull request #11273 from t895/setup-completionbunnei
android: Setup additions
2023-08-12android: Page forward on setup step completionCharles Lombardo
2023-08-12android: Adjust setup fragment layoutCharles Lombardo
Fixes padding issues in small and large layouts and allows viewpager to reach into system insets.
2023-08-12android: Show complete indicator during setupCharles Lombardo
2023-08-12android: Remove redundant option from slider dialogCharles Lombardo
You can already reset any setting by long pressing the settings item.
2023-08-12android: Reduce opacity of non-editable settingsCharles Lombardo
2023-08-12android: Use string resource for slider value/unitsCharles Lombardo
2023-08-12android: Display setting value in setting list itemsCharles Lombardo
2023-08-12android: Set switch listener before assigning new valueCharles Lombardo
Previously the switch could have its old listener triggered when recycled.
2023-08-02Merge pull request #10839 from lat9nq/pgc-plusliamwhite
general: Reimplement per-game configurations
2023-07-25android: Only label language with languageAbandoned Cart
2023-07-21general: reduce use of dynamic_castLiam
2023-07-21config-android: Update memory layout member namelat9nq
2023-07-21android-config: Update enum labelslat9nq
2023-07-21(android)config: Clang formatlat9nq
2023-07-21android-config: Adapt settings reworklat9nq
2023-07-16android: fix links to re-dumping guidesValeri Ochinski
2023-07-10android: Visualize disabled home optionsCharles Lombardo
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.
2023-07-09android: Don't prompt to save user data on uninstallCharles Lombardo
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.
2023-07-05Merge pull request #11006 from german77/nfc_nfcliamwhite
service: nfc: Ensure controller is in the correct mode
2023-07-03android: Reintroduce launch mode as single topgerman77
2023-07-02android: Version the input overlayCharles Lombardo
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.
2023-07-02Merge pull request #10949 from t895/memory-requirementsliamwhite
android: Rework MemoryUtil
2023-06-30android: Show memory warning onceCharles Lombardo
2023-06-30android: Rework MemoryUtilCharles Lombardo
Uses string templates and rounds up memory amount for potentially inaccurate checks now
2023-06-29android: Suppress a known incompatibilityAbandoned Cart
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.
2023-06-28android: Make MemoryUtil an objectCharles Lombardo
2023-06-28android: Android 14 supportCharles Lombardo
Specifies the permissions needed for the changes to foreground services in Android 14.
2023-06-26Merge pull request #10888 from 8bitDream/nativeliamwhite
android: (native) Parameter types from Android Studio
2023-06-26Merge pull request #10865 from t895/extension-memeliamwhite
android: Clean up file extension checks
2023-06-26android: Clean up file extension checksCharles Lombardo
2023-06-23android: define [[maybe_unused]] (const) autoAbandoned Cart
2023-06-23android: Parameter types from Android StudioAbandoned Cart
Android Studio marked these parameters as errors because it is an instance, not a class, that is being passed from Java.
2023-06-23Merge pull request #10811 from 8bitDream/pip_muteliamwhite
android: Add a PiP interface to mute / unmute
2023-06-22Merge pull request #10794 from 8bitDream/multiplesbunnei
android: Add support for multiple installs
2023-06-22Merge pull request #10878 from GPUCode/log-droidMorph
android: Log settings
2023-06-22android: Log settingsGPUCode
2023-06-21android: Generalize string message dialogAbandoned Cart
2023-06-21android: Add support for concurrent installsAbandoned Cart
2023-06-21android: Convert memory sizes to resourceAbandoned Cart
2023-06-21android: Add a notice when RAM inadequateAbandoned Cart
2023-06-21android: Refactor native and corresponding variablesAbandoned Cart