Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-01-19 | frontend_common: Add content manager utility functions | t895 | |
Creates utility functions to remove/install DLC, updates, and base game content | |||
2024-01-17 | android: Save overlay data while using emulation fragment | t895 | |
This should have been fully embraced before but the items within the popup menu and the adjust controls dialog fell through. This ensures that everything related to the overlay is saved during emulation and can't be lost during a crash. | |||
2024-01-16 | Merge pull request #12380 from flodavid/save-profile | Narr the Reg | |
Save configuration profile name used by players | |||
2024-01-16 | Merge remote-tracking branch 'origin/master' into typos3 | Viktor Szépe | |
2024-01-15 | Fix typos in arrays.xml | Viktor Szépe | |
2024-01-15 | Fix more typos | Viktor Szépe | |
2024-01-15 | Merge pull request #12681 from t895/stick-toggles | liamwhite | |
android: Fix overlay toggle ordering | |||
2024-01-15 | Merge pull request #12612 from liamwhite/fs-pid | Charles Lombardo | |
fsp-srv: use program registry for SetCurrentProcess | |||
2024-01-15 | android: Fix overlay toggle ordering | t895 | |
2024-01-13 | Merge pull request #12667 from t895/version-info | liamwhite | |
android: Show version name instead of build hash in about fragment | |||
2024-01-13 | android: Show version name instead of git hash in the about fragment | t895 | |
2024-01-13 | android: Clean up git commands in build.gradle | t895 | |
2024-01-13 | android: Move ktlintCheck to yuzu-verify | t895 | |
2024-01-12 | Merge pull request #12605 from german77/abstract | liamwhite | |
service: hid: Create abstracted pad structure | |||
2024-01-11 | service: hid: Create abstracted pad structure | german77 | |
2024-01-11 | fsp-srv: use program registry for SetCurrentProcess | Liam | |
2024-01-10 | android: Fix added driver path | t895 | |
While this didn't break anything, the extra separator was unnecessary | |||
2024-01-10 | android: Add button to use global driver value | t895 | |
2024-01-10 | android: Reload driver data on importing user data | t895 | |
2024-01-10 | android: Rework driver fragment | t895 | |
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. | |||
2024-01-10 | android: Refactor DriverAdapter to use AbstractSingleSelectionList | t895 | |
2024-01-10 | android: Create generic single selection list adapter | t895 | |
2024-01-10 | android: Refactor recycler view adapters to use AbstractListAdapter | t895 | |
2024-01-10 | android: Create generic list adapter for basic lists | t895 | |
Simplifies basic setup for lists | |||
2024-01-10 | android: Refactor async diff adapters to use AbstractDiffAdapter | t895 | |
2024-01-10 | android: Create generic adapter and viewholder | t895 | |
Eliminates repeated code associated with every async differ list | |||
2024-01-08 | Save profile name used | flodavid | |
- Save the profile name in global config - Read the profile name when reading the global config | |||
2024-01-07 | Merge pull request #12560 from GayPotatoEmma/master | Charles Lombardo | |
android: add basic support for google game dashboard | |||
2024-01-07 | Merge pull request #12576 from t895/total-save-manager | liamwhite | |
android: Re-add global save manager | |||
2024-01-05 | hid_core: Move hid to it's own subproject | Narr the Reg | |
2024-01-04 | Merge pull request #12575 from t895/inconsistent-settings-application | liamwhite | |
frontend_common: config: Only write setting related to opened config file | |||
2024-01-04 | Merge pull request #12571 from t895/apply-orientation-on-start | liamwhite | |
android: Expose more orientation options | |||
2024-01-04 | android: Re-add global save manager | t895 | |
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> | |||
2024-01-03 | android: Save global config synchronously in onCloseGameFoldersFragment | t895 | |
Could cause multiple global saves at once that went untracked previously | |||
2024-01-03 | android: Don't save settings on config destruction | t895 | |
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 | |||
2024-01-03 | android: Update orientation on emulation fragment start | t895 | |
2024-01-03 | android: Expose all orientation locking options | t895 | |
2024-01-04 | android: add basic support for google game dashboard | Emma | |
2024-01-02 | android: Add internal option to disable compression for zip exports | t895 | |
Disables compression for user data and save exports | |||
2024-01-02 | Merge pull request #12551 from t895/dpad-save-fix | liamwhite | |
android: Fix dpad position saving | |||
2024-01-01 | android: Use case-insensitive check for addon directory | t895 | |
2024-01-01 | android: Fix dpad position saving | t895 | |
Was using the wrong key previously | |||
2023-12-30 | android: Expose touchscreen toggle | t895 | |
2023-12-30 | android: Don't apply material you below android 12 | t895 | |
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. | |||
2023-12-30 | android: Migrate in-game overlay settings to ini | t895 | |
2023-12-30 | frontend_common: config: Refactor WriteSetting to stricter types | t895 | |
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. | |||
2023-12-30 | android: Migrate theme settings to ini | t895 | |
2023-12-30 | android: Update Kotlin version to 1.9.20 | t895 | |
2023-12-29 | android: Expose anisotropic filtering setting | t895 | |
2023-12-29 | android: Center switch setting title when no description is present | t895 | |