| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | | * | | android: Clean up git commands in build.gradle | 2024-01-13 | 1 | -56/+18 | ||
| | | | | | ||||||
| | * | | | android: Move ktlintCheck to yuzu-verify | 2024-01-13 | 1 | -1/+8 | ||
| | |/ / | ||||||
| | * | | Merge pull request #12605 from german77/abstract | 2024-01-12 | 1 | -2/+2 | ||
| | |\ \ | | | | | | | | | service: hid: Create abstracted pad structure | |||||
| | | * | | service: hid: Create abstracted pad structure | 2024-01-11 | 1 | -2/+2 | ||
| | | |/ | ||||||
| | * | | android: Fix added driver path | 2024-01-10 | 1 | -1/+1 | ||
| | | | | | | | | | | | | | While this didn't break anything, the extra separator was unnecessary | |||||
| | * | | android: Add button to use global driver value | 2024-01-10 | 4 | -2/+65 | ||
| | | | | ||||||
| | * | | android: Reload driver data on importing user data | 2024-01-10 | 1 | -0/+3 | ||
| | | | | ||||||
| | * | | android: Rework driver fragment | 2024-01-10 | 4 | -110/+84 | ||
| | | | | | | | | | | | | | Applies settings upon selection and uses a new Driver model to represent the information in-view. Also switches from an async diff list to a plain one. | |||||
| | * | | android: Refactor DriverAdapter to use AbstractSingleSelectionList | 2024-01-10 | 1 | -73/+23 | ||
| | | | | ||||||
| | * | | android: Create generic single selection list adapter | 2024-01-10 | 2 | -0/+114 | ||
| | | | | ||||||
| | * | | android: Refactor recycler view adapters to use AbstractListAdapter | 2024-01-10 | 7 | -236/+140 | ||
| | | | | ||||||
| | * | | android: Create generic list adapter for basic lists | 2024-01-10 | 1 | -0/+98 | ||
| | | | | | | | | | | | | | Simplifies basic setup for lists | |||||
| | * | | android: Refactor async diff adapters to use AbstractDiffAdapter | 2024-01-10 | 3 | -172/+92 | ||
| | | | | ||||||
| | * | | android: Create generic adapter and viewholder | 2024-01-10 | 2 | -0/+51 | ||
| | |/ | | | | | | | Eliminates repeated code associated with every async differ list | |||||
| * | | Fix typos in arrays.xml | 2024-01-15 | 1 | -1/+1 | ||
| | | | ||||||
| * | | Fix more typos | 2024-01-15 | 3 | -3/+3 | ||
| |/ | ||||||
| * | Merge pull request #12560 from GayPotatoEmma/master | 2024-01-07 | 2 | -0/+10 | ||
| |\ | | | | | android: add basic support for google game dashboard | |||||
| | * | android: add basic support for google game dashboard | 2024-01-04 | 2 | -0/+10 | ||
| | | | ||||||
| * | | Merge pull request #12576 from t895/total-save-manager | 2024-01-07 | 4 | -0/+254 | ||
| |\ \ | | | | | | | android: Re-add global save manager | |||||
| | * | | android: Re-add global save manager | 2024-01-04 | 4 | -0/+254 | ||
| | |/ | | | | | | | Reworked to correctly collect and import/export saves that could exist in either /nand/user/save/000...000/<user id> or /nand/user/save/account/<user id raw string> | |||||
| * | | hid_core: Move hid to it's own subproject | 2024-01-05 | 1 | -3/+3 | ||
| | | | ||||||
| * | | Merge pull request #12575 from t895/inconsistent-settings-application | 2024-01-04 | 3 | -9/+3 | ||
| |\ \ | | | | | | | frontend_common: config: Only write setting related to opened config file | |||||
| | * | | android: Save global config synchronously in onCloseGameFoldersFragment | 2024-01-03 | 1 | -2/+3 | ||
| | | | | | | | | | | | | | Could cause multiple global saves at once that went untracked previously | |||||
| | * | | android: Don't save settings on config destruction | 2024-01-03 | 2 | -7/+0 | ||
| | |/ | | | | | | | Android doesn't have a proper way of destroying its config object so it's best to stick to the built-in methods to control saving config | |||||
| * | | Merge pull request #12571 from t895/apply-orientation-on-start | 2024-01-04 | 4 | -14/+49 | ||
| |\ \ | | | | | | | android: Expose more orientation options | |||||
| | * | | android: Update orientation on emulation fragment start | 2024-01-03 | 1 | -0/+1 | ||
| | | | | ||||||
| | * | | android: Expose all orientation locking options | 2024-01-03 | 4 | -14/+48 | ||
| | |/ | ||||||
| * / | android: Add internal option to disable compression for zip exports | 2024-01-02 | 3 | -3/+15 | ||
| |/ | | | | Disables compression for user data and save exports | |||||
| * | Merge pull request #12551 from t895/dpad-save-fix | 2024-01-02 | 1 | -2/+1 | ||
| |\ | | | | | android: Fix dpad position saving | |||||
| | * | android: Fix dpad position saving | 2024-01-01 | 1 | -2/+1 | ||
| | | | | | | | | | Was using the wrong key previously | |||||
| * | | android: Use case-insensitive check for addon directory | 2024-01-01 | 1 | -1/+1 | ||
| |/ | ||||||
| * | android: Expose touchscreen toggle | 2023-12-30 | 3 | -0/+13 | ||
| | | ||||||
| * | android: Don't apply material you below android 12 | 2023-12-30 | 1 | -1/+8 | ||
| | | | | | Since you can manually change the config file now, users can force the material you theme under Android 12 and that will result in crashing on startup. This swaps to the default theme if that happens. | |||||
| * | android: Migrate in-game overlay settings to ini | 2023-12-30 | 25 | -847/+1206 | ||
| | | ||||||
| * | frontend_common: config: Refactor WriteSetting to stricter types | 2023-12-30 | 1 | -2/+3 | ||
| | | | | | Previously this could cause problems if a version of the template generated for WriteSetting didn't use the type you needed (e.g. floating point values). Now these are all ready without having to be used within frontend_common first. | |||||
| * | android: Migrate theme settings to ini | 2023-12-30 | 8 | -61/+127 | ||
| | | ||||||
| * | android: Update Kotlin version to 1.9.20 | 2023-12-30 | 2 | -2/+2 | ||
| | | ||||||
| * | android: Expose anisotropic filtering setting | 2023-12-29 | 5 | -1/+37 | ||
| | | ||||||
| * | android: Center switch setting title when no description is present | 2023-12-29 | 1 | -1/+1 | ||
| | | ||||||
| * | android: Pair fastmem toggle to CPU Debug toggle | 2023-12-29 | 1 | -0/+1 | ||
| | | | | | Hides fastmem toggle when CPU Debugging is disabled | |||||
| * | android: Fix "No games found" text appearing on load | 2023-12-21 | 1 | -6/+8 | ||
| | | ||||||
| * | android: add oboe to audio configuration | 2023-12-17 | 2 | -0/+3 | ||
| | | ||||||
| * | Merge pull request #12335 from t895/per-game-settings | 2023-12-16 | 103 | -866/+3498 | ||
| |\ | | | | | android: Game Properties | |||||
| | * | android: Rework InstallableProperty view with icon | 2023-12-12 | 6 | -11/+191 | ||
| | | | ||||||
| | * | android: Prevent editing non-savable settings in per-game settings | 2023-12-12 | 4 | -0/+23 | ||
| | | | ||||||
| | * | android: Pre-select custom config in game launch dialog | 2023-12-12 | 1 | -2/+2 | ||
| | | | ||||||
| | * | android: Use confirmation dialog when deleting shader cache | 2023-12-12 | 3 | -15/+45 | ||
| | | | ||||||
| | * | android: Always use custom settings when launched from intent | 2023-12-12 | 1 | -2/+3 | ||
| | | | ||||||
| | * | android: Adjust variable name format for native config | 2023-12-12 | 1 | -6/+6 | ||
| | | | ||||||
| | * | android: Add game dir entries to FilesystemProvider | 2023-12-12 | 6 | -9/+80 | ||
| | | | | | | | | | Allows us to correctly parse update metadata | |||||