| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | | 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. | |||||
| * | 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: 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 | ||
| | | | ||||||
| * | | android: Bump ktlint version to 0.47.1 | 2023-06-16 | 1 | -1/+1 | ||
| | | | ||||||
| * | | android: Disable import-ordering ktlint check | 2023-06-16 | 1 | -1/+2 | ||
| |/ | ||||||
| * | android: Fix aspect ratio when rotating screen | 2023-06-16 | 2 | -28/+20 | ||
| | | ||||||
| * | android: Apply ktlint codestyle | 2023-06-15 | 53 | -278/+476 | ||
| | | ||||||
| * | Android: Use ktlint for Kotlin code style | 2023-06-15 | 1 | -0/+20 | ||
| | | ||||||
| * | android: Enable android linting | 2023-06-15 | 2 | -11/+1 | ||
| | | ||||||
| * | android: fs: Fix Exists / IsFile for SAF. | 2023-06-15 | 2 | -0/+23 | ||
| | | ||||||
| * | android: Move overlays to their own layout | 2023-06-14 | 5 | -108/+117 | ||
| | | ||||||
| * | android: Initialize defaults for each orientations | 2023-06-14 | 6 | -173/+187 | ||
| | | ||||||
| * | android: Display FPS with emulation on hinge | 2023-06-14 | 2 | -17/+13 | ||
| | | ||||||
| * | android: Remove PiP reliance on fragment | 2023-06-14 | 5 | -63/+69 | ||
| | | ||||||
| * | android: Set layout by fragment, not view | 2023-06-14 | 3 | -63/+63 | ||
| | | ||||||
| * | android: Add a separate foldable layout set | 2023-06-14 | 3 | -206/+222 | ||
| | | ||||||
| * | android: Set portrait default control params | 2023-06-14 | 4 | -17/+186 | ||
| | | ||||||
| * | android: Actually implement portrait controls | 2023-06-14 | 2 | -33/+82 | ||
| | | ||||||
| * | android: Enable automated portrait controls | 2023-06-14 | 2 | -81/+40 | ||
| | | ||||||
| * | android: Add Picture in Picture / Orientation | 2023-06-14 | 15 | -66/+336 | ||
| | | ||||||
| * | android: Adapt EmulationActivity to navigation component | 2023-06-14 | 8 | -74/+77 | ||
| | | ||||||
| * | Merge pull request #10760 from FearlessTobi/translations | 2023-06-13 | 2 | -0/+18 | ||
| |\ | | | | | android: Declare languages in locales_config.xml | |||||
| | * | android: Declare languages in locales_config.xml | 2023-06-13 | 2 | -0/+18 | ||
| | | | | | | | | | This is required to make per-app language swithcing possible on Android 13. | |||||
| * | | Merge pull request #10751 from german77/touch | 2023-06-13 | 1 | -2/+4 | ||
| |\ \ | | | | | | | android: Fix touch input | |||||
| | * | | android: Fix touch input | 2023-06-13 | 1 | -2/+4 | ||
| | | | | ||||||
| * | | | android: settings: Disable force_max_clock by default. | 2023-06-12 | 3 | -5/+5 | ||
| | | | | ||||||