summaryrefslogtreecommitdiff
path: root/src/android
AgeCommit message (Collapse)Author
2024-01-19frontend_common: Add content manager utility functionst895
Creates utility functions to remove/install DLC, updates, and base game content
2024-01-17android: Save overlay data while using emulation fragmentt895
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-16Merge pull request #12380 from flodavid/save-profileNarr the Reg
Save configuration profile name used by players
2024-01-16Merge remote-tracking branch 'origin/master' into typos3Viktor Szépe
2024-01-15Fix typos in arrays.xmlViktor Szépe
2024-01-15Fix more typosViktor Szépe
2024-01-15Merge pull request #12681 from t895/stick-togglesliamwhite
android: Fix overlay toggle ordering
2024-01-15Merge pull request #12612 from liamwhite/fs-pidCharles Lombardo
fsp-srv: use program registry for SetCurrentProcess
2024-01-15android: Fix overlay toggle orderingt895
2024-01-13Merge pull request #12667 from t895/version-infoliamwhite
android: Show version name instead of build hash in about fragment
2024-01-13android: Show version name instead of git hash in the about fragmentt895
2024-01-13android: Clean up git commands in build.gradlet895
2024-01-13android: Move ktlintCheck to yuzu-verifyt895
2024-01-12Merge pull request #12605 from german77/abstractliamwhite
service: hid: Create abstracted pad structure
2024-01-11service: hid: Create abstracted pad structuregerman77
2024-01-11fsp-srv: use program registry for SetCurrentProcessLiam
2024-01-10android: Fix added driver patht895
While this didn't break anything, the extra separator was unnecessary
2024-01-10android: Add button to use global driver valuet895
2024-01-10android: Reload driver data on importing user datat895
2024-01-10android: Rework driver fragmentt895
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-10android: Refactor DriverAdapter to use AbstractSingleSelectionListt895
2024-01-10android: Create generic single selection list adaptert895
2024-01-10android: Refactor recycler view adapters to use AbstractListAdaptert895
2024-01-10android: Create generic list adapter for basic listst895
Simplifies basic setup for lists
2024-01-10android: Refactor async diff adapters to use AbstractDiffAdaptert895
2024-01-10android: Create generic adapter and viewholdert895
Eliminates repeated code associated with every async differ list
2024-01-08Save profile name usedflodavid
- Save the profile name in global config - Read the profile name when reading the global config
2024-01-07Merge pull request #12560 from GayPotatoEmma/masterCharles Lombardo
android: add basic support for google game dashboard
2024-01-07Merge pull request #12576 from t895/total-save-managerliamwhite
android: Re-add global save manager
2024-01-05hid_core: Move hid to it's own subprojectNarr the Reg
2024-01-04Merge pull request #12575 from t895/inconsistent-settings-applicationliamwhite
frontend_common: config: Only write setting related to opened config file
2024-01-04Merge pull request #12571 from t895/apply-orientation-on-startliamwhite
android: Expose more orientation options
2024-01-04android: Re-add global save managert895
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-03android: Save global config synchronously in onCloseGameFoldersFragmentt895
Could cause multiple global saves at once that went untracked previously
2024-01-03android: Don't save settings on config destructiont895
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-03android: Update orientation on emulation fragment startt895
2024-01-03android: Expose all orientation locking optionst895
2024-01-04android: add basic support for google game dashboardEmma
2024-01-02android: Add internal option to disable compression for zip exportst895
Disables compression for user data and save exports
2024-01-02Merge pull request #12551 from t895/dpad-save-fixliamwhite
android: Fix dpad position saving
2024-01-01android: Use case-insensitive check for addon directoryt895
2024-01-01android: Fix dpad position savingt895
Was using the wrong key previously
2023-12-30android: Expose touchscreen togglet895
2023-12-30android: Don't apply material you below android 12t895
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-30android: Migrate in-game overlay settings to init895
2023-12-30frontend_common: config: Refactor WriteSetting to stricter typest895
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-30android: Migrate theme settings to init895
2023-12-30android: Update Kotlin version to 1.9.20t895
2023-12-29android: Expose anisotropic filtering settingt895
2023-12-29android: Center switch setting title when no description is presentt895