Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-08-22 | android: jni: ensure NCAs from loaded filepath are registered in manual ↵ | Liam | |
content provider | |||
2023-08-22 | native: Use Docked Mode helper | lat9nq | |
2023-08-22 | config-android: Translate console mode setting | lat9nq | |
Translates the previous boolean to the enum. | |||
2023-08-22 | android: Search game directory recursively | Charles Lombardo | |
2023-08-22 | Merge pull request #11346 from t895/ktlint-fix | liamwhite | |
android: lint: Delete generated ktlint folder between builds | |||
2023-08-21 | android: lint: Delete generated ktlint folder between builds | Charles 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-21 | android: Show associated value in home settings (#11272) | Charles Lombardo | |
2023-08-21 | android: Use sensor landscape for landscape mode (#11337) | Charles Lombardo | |
2023-08-14 | Merge pull request #11273 from t895/setup-completion | bunnei | |
android: Setup additions | |||
2023-08-12 | android: Page forward on setup step completion | Charles Lombardo | |
2023-08-12 | android: Adjust setup fragment layout | Charles Lombardo | |
Fixes padding issues in small and large layouts and allows viewpager to reach into system insets. | |||
2023-08-12 | android: Show complete indicator during setup | Charles Lombardo | |
2023-08-12 | android: Remove redundant option from slider dialog | Charles Lombardo | |
You can already reset any setting by long pressing the settings item. | |||
2023-08-12 | android: Reduce opacity of non-editable settings | Charles Lombardo | |
2023-08-12 | android: Use string resource for slider value/units | Charles Lombardo | |
2023-08-12 | android: Display setting value in setting list items | Charles Lombardo | |
2023-08-12 | android: Set switch listener before assigning new value | Charles Lombardo | |
Previously the switch could have its old listener triggered when recycled. | |||
2023-08-02 | Merge pull request #10839 from lat9nq/pgc-plus | liamwhite | |
general: Reimplement per-game configurations | |||
2023-07-25 | android: Only label language with language | Abandoned Cart | |
2023-07-21 | general: reduce use of dynamic_cast | Liam | |
2023-07-21 | config-android: Update memory layout member name | lat9nq | |
2023-07-21 | android-config: Update enum labels | lat9nq | |
2023-07-21 | (android)config: Clang format | lat9nq | |
2023-07-21 | android-config: Adapt settings rework | lat9nq | |
2023-07-16 | android: fix links to re-dumping guides | Valeri Ochinski | |
2023-07-10 | android: Visualize disabled home options | Charles 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-09 | android: Don't prompt to save user data on uninstall | Charles 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-05 | Merge pull request #11006 from german77/nfc_nfc | liamwhite | |
service: nfc: Ensure controller is in the correct mode | |||
2023-07-03 | android: Reintroduce launch mode as single top | german77 | |
2023-07-02 | android: Version the input overlay | Charles 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-02 | Merge pull request #10949 from t895/memory-requirements | liamwhite | |
android: Rework MemoryUtil | |||
2023-06-30 | android: Show memory warning once | Charles Lombardo | |
2023-06-30 | android: Rework MemoryUtil | Charles Lombardo | |
Uses string templates and rounds up memory amount for potentially inaccurate checks now | |||
2023-06-29 | android: Suppress a known incompatibility | Abandoned 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-28 | android: Make MemoryUtil an object | Charles Lombardo | |
2023-06-28 | android: Android 14 support | Charles Lombardo | |
Specifies the permissions needed for the changes to foreground services in Android 14. | |||
2023-06-26 | Merge pull request #10888 from 8bitDream/native | liamwhite | |
android: (native) Parameter types from Android Studio | |||
2023-06-26 | Merge pull request #10865 from t895/extension-meme | liamwhite | |
android: Clean up file extension checks | |||
2023-06-26 | android: Clean up file extension checks | Charles Lombardo | |
2023-06-23 | android: define [[maybe_unused]] (const) auto | Abandoned Cart | |
2023-06-23 | android: Parameter types from Android Studio | Abandoned Cart | |
Android Studio marked these parameters as errors because it is an instance, not a class, that is being passed from Java. | |||
2023-06-23 | Merge pull request #10811 from 8bitDream/pip_mute | liamwhite | |
android: Add a PiP interface to mute / unmute | |||
2023-06-22 | Merge pull request #10794 from 8bitDream/multiples | bunnei | |
android: Add support for multiple installs | |||
2023-06-22 | Merge pull request #10878 from GPUCode/log-droid | Morph | |
android: Log settings | |||
2023-06-22 | android: Log settings | GPUCode | |
2023-06-21 | android: Generalize string message dialog | Abandoned Cart | |
2023-06-21 | android: Add support for concurrent installs | Abandoned Cart | |
2023-06-21 | android: Convert memory sizes to resource | Abandoned Cart | |
2023-06-21 | android: Add a notice when RAM inadequate | Abandoned Cart | |
2023-06-21 | android: Refactor native and corresponding variables | Abandoned Cart | |