| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Merge pull request #11942 from t895/log-version | 2023-11-01 | 7 | -40/+68 | |
| |\ | | | | | android: Adjust log lifecycle | ||||
| | * | android: Adjust log lifecycle | 2023-11-01 | 4 | -10/+30 | |
| | | | | | | | | | Now logging will start when the frontend starts like qt does. This also adjusts the share log button to follow where we share the current log if we just returned from a game or return the old log if we haven't started a game yet. | ||||
| | * | android: Use yuzu logging system | 2023-11-01 | 4 | -31/+39 | |
| | | | | | | | | | Now anything that's logged in the frontend will be printed into the log file | ||||
| * | | android: Default to player number 0 if we get an input from an unrecognized ↵ | 2023-11-01 | 1 | -1/+1 | |
| | | | | | | | | | controller | ||||
| * | | android: Adjust driver manager source string | 2023-11-01 | 1 | -1/+1 | |
| | | | |||||
| * | | android: Reorganize settings tab | 2023-11-01 | 1 | -33/+33 | |
| |/ | |||||
| * | android: Auto-generate locale config | 2023-10-31 | 4 | -18/+5 | |
| | | |||||
| * | android: Update translations from transifex | 2023-10-31 | 19 | -687/+3425 | |
| | | |||||
| * | Merge pull request #11931 from t895/applet-launcher | 2023-10-31 | 25 | -18/+717 | |
| |\ | | | | | android: Applet launcher UI | ||||
| | * | android: Initialize filesystem components during application start | 2023-10-31 | 2 | -9/+14 | |
| | | | |||||
| | * | android: Implement applet launcher | 2023-10-31 | 24 | -9/+703 | |
| | | | |||||
| * | | Merge pull request #11925 from t895/controller-fix | 2023-10-31 | 3 | -87/+54 | |
| |\ \ | |/ |/| | android: Fix controllers stuck on player 2 | ||||
| | * | android: Reorder controller indexes and only use controllers | 2023-10-30 | 2 | -6/+50 | |
| | | | | | | | | | Before we could ignore controller inputs by forwarding them to player two if a non-controller was connected before and recognized as an input device. | ||||
| | * | android: InputHandler: Convert to object | 2023-10-30 | 2 | -6/+4 | |
| | | | | | | | | | This doesn't need to be an instance of a class because it doesn't hold any data. It's just all helper functions. | ||||
| | * | android: Removed unused ControllerMappingHelper | 2023-10-30 | 2 | -75/+0 | |
| | | | |||||
| * | | Merge pull request #11922 from t895/simplify-card-layout | 2023-10-30 | 1 | -27/+18 | |
| |\ \ | | | | | | | android: Simplify game card layout | ||||
| | * | | android: Simplify game card layout | 2023-10-30 | 1 | -27/+18 | |
| | | | | | | | | | | | | | Using a material card view to shape the image was just a waste of a layout pass. A shapeable image view does what we want and does it faster. | ||||
| * | | | android: FileUtil: Add option to suppress log for native exists() calls | 2023-10-30 | 2 | -3/+5 | |
| | | | | | | | | | | | | | We often check for the existence of files that only exist in ExeFS so this can spam logcat with useless messages when scanning for games. | ||||
| * | | | android: Fix resolving android URIs in native code | 2023-10-30 | 3 | -9/+45 | |
| | | | | |||||
| * | | | android: Refactor game metadata collection to new file | 2023-10-30 | 10 | -102/+154 | |
| | | | | | | | | | | | | | This also removes irrelevant data and adds new information from/to the Game data class and RomMetadata struct | ||||
| * | | | android: Use header for EmulationSession | 2023-10-30 | 3 | -406/+392 | |
| |/ / | |||||
| * | | Merge pull request #11916 from t895/focus-fix | 2023-10-30 | 1 | -0/+28 | |
| |\ \ | | | | | | | android: Release touch on input overlay when opening in-game menu | ||||
| | * | | android: Release touch on input overlay when opening in-game menu | 2023-10-29 | 1 | -0/+28 | |
| | |/ | |||||
| * | | Merge pull request #11915 from t895/startup-freeze | 2023-10-30 | 1 | -16/+23 | |
| |\ \ | |/ |/| | android: Move game deserialization to another thread | ||||
| | * | android: Move game deserialization to another thread | 2023-10-29 | 1 | -16/+23 | |
| | | | | | | | | | Deserializing games from the cache in shared preferences was done on the main thread and could cause a stutter on startup. | ||||
| * | | android: Break home settings into grid with large screens | 2023-10-29 | 2 | -3/+5 | |
| |/ | |||||
| * | Merge pull request #11767 from t895/gradle-stuff | 2023-10-13 | 3 | -11/+10 | |
| |\ | | | | | android: Update dependencies | ||||
| | * | android: Remove unnecessary flag to extract native libs in AndroidManifest.xml | 2023-10-13 | 1 | -1/+0 | |
| | | | |||||
| | * | android: Update dependencies | 2023-10-13 | 1 | -7/+7 | |
| | | | | | | | | | Updates to androidx navigation, lifecycle, preference, fragment, recyclerview, and core | ||||
| | * | android: Update ndk to 26.1.10909125 | 2023-10-13 | 1 | -1/+1 | |
| | | | | | | | | | The new ndk uses LLVM 17.0.2 so we can remove the LLVM download and libc++ options for the android builds | ||||
| | * | android: Update AGP to 8.1.2 | 2023-10-12 | 1 | -2/+2 | |
| | | | |||||
| * | | android: Fix incorrect assumption for driver installation validation | 2023-10-13 | 1 | -12/+13 | |
| | | | | | | | | | The driver was assumed to be installed at this point before I made a refactor. Now we just check if the copy operation was successful and delete the file if it fails. | ||||
| * | | Merge pull request #11649 from t895/driver-manager | 2023-10-13 | 36 | -299/+1039 | |
| |\ \ | |/ |/| | android: Driver manager | ||||
| | * | android: Add GPU driver management fragment | 2023-10-12 | 32 | -263/+1010 | |
| | | | | | | | | | Implements a GPU driver manager that saves all drivers to the user data directory and asynchronously installs drivers when they're needed. | ||||
| | * | android: Use application context for all FileUtil functions | 2023-10-01 | 8 | -41/+34 | |
| | | | |||||
| * | | vk_present_manager: recreate surface on any surface loss | 2023-10-02 | 1 | -1/+0 | |
| |/ | |||||
| * | Merge pull request #11604 from t895/only-install-nsp | 2023-09-28 | 1 | -4/+0 | |
| |\ | | | | | Frontend: Remove ability to install xci files | ||||
| | * | android: Remove ability to install xci files | 2023-09-26 | 1 | -4/+0 | |
| | | | |||||
| * | | Merge pull request #11613 from t895/fragment-exception-change | 2023-09-27 | 3 | -17/+40 | |
| |\ \ | | | | | | | android: Various play store fixes | ||||
| | * | | android: Prevent crash when trying to change pages in setup fragment | 2023-09-27 | 1 | -2/+6 | |
| | | | | | | | | | | | | | Sometimes when we want to change the current setup page, the current view isn't available and we try to alter the current view. This adds a guard to prevent that issue. | ||||
| | * | | android: Prevent setup fragment crash in background | 2023-09-27 | 1 | -2/+4 | |
| | | | | | | | | | | | | | Sometimes during onSaveInstanceState, the SetupFragment would crash the app in the background if we tried to store the state of a view. | ||||
| | * | | android: Don't update views if binding is null in onConfigurationChanged | 2023-09-27 | 1 | -0/+4 | |
| | | | | |||||
| | * | | android: Don't wait for post to update input overlay visibility | 2023-09-27 | 1 | -9/+3 | |
| | | | | |||||
| | * | | android: Close activity with toast if emulation has no game | 2023-09-27 | 2 | -4/+23 | |
| | |/ | |||||
| * | | Merge pull request #11616 from t895/save-error | 2023-09-27 | 1 | -1/+2 | |
| |\ \ | | | | | | | android: Correctly reload settings file during reset | ||||
| | * | | android: Correctly reload settings file during reset | 2023-09-27 | 1 | -1/+2 | |
| | |/ | | | | | | | Previously the config file wasn't being recreated when resetting all settings. Now just call into native code to recreate the settings file and reload all defaults. | ||||
| * | | Merge pull request #11603 from t895/consolidate-installs | 2023-09-27 | 33 | -421/+616 | |
| |\ \ | |/ |/| | android: Consolidate installers to one fragment | ||||
| | * | android: Adjust failure dialogs for user data and firmware installers | 2023-09-26 | 2 | -3/+13 | |
| | | | |||||
| | * | android: Fix cancel behavior on indeterminate progress dialog fragment | 2023-09-26 | 1 | -4/+14 | |
| | | | | | | | | | The dialog would previously dismiss immediately when it should stay alive until the task is cancelled completely. | ||||
| | * | android: Refactor zip code into FileUtil | 2023-09-26 | 4 | -91/+89 | |
| | | | |||||