summaryrefslogtreecommitdiff
path: root/src/android (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #11942 from t895/log-versionGravatar liamwhite2023-11-017-40/+68
|\ | | | | android: Adjust log lifecycle
| * android: Adjust log lifecycleGravatar Charles Lombardo2023-11-014-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 systemGravatar Charles Lombardo2023-11-014-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 ↵Gravatar Charles Lombardo2023-11-011-1/+1
| | | | | | | | controller
* | android: Adjust driver manager source stringGravatar Charles Lombardo2023-11-011-1/+1
| |
* | android: Reorganize settings tabGravatar Charles Lombardo2023-11-011-33/+33
|/
* android: Auto-generate locale configGravatar Charles Lombardo2023-10-314-18/+5
|
* android: Update translations from transifexGravatar Charles Lombardo2023-10-3119-687/+3425
|
* Merge pull request #11931 from t895/applet-launcherGravatar liamwhite2023-10-3125-18/+717
|\ | | | | android: Applet launcher UI
| * android: Initialize filesystem components during application startGravatar Charles Lombardo2023-10-312-9/+14
| |
| * android: Implement applet launcherGravatar Charles Lombardo2023-10-3124-9/+703
| |
* | Merge pull request #11925 from t895/controller-fixGravatar liamwhite2023-10-313-87/+54
|\ \ | |/ |/| android: Fix controllers stuck on player 2
| * android: Reorder controller indexes and only use controllersGravatar Charles Lombardo2023-10-302-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 objectGravatar Charles Lombardo2023-10-302-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 ControllerMappingHelperGravatar Charles Lombardo2023-10-302-75/+0
| |
* | Merge pull request #11922 from t895/simplify-card-layoutGravatar liamwhite2023-10-301-27/+18
|\ \ | | | | | | android: Simplify game card layout
| * | android: Simplify game card layoutGravatar Charles Lombardo2023-10-301-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() callsGravatar Charles Lombardo2023-10-302-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 codeGravatar Charles Lombardo2023-10-303-9/+45
| | |
* | | android: Refactor game metadata collection to new fileGravatar Charles Lombardo2023-10-3010-102/+154
| | | | | | | | | | | | This also removes irrelevant data and adds new information from/to the Game data class and RomMetadata struct
* | | android: Use header for EmulationSessionGravatar Charles Lombardo2023-10-303-406/+392
|/ /
* | Merge pull request #11916 from t895/focus-fixGravatar liamwhite2023-10-301-0/+28
|\ \ | | | | | | android: Release touch on input overlay when opening in-game menu
| * | android: Release touch on input overlay when opening in-game menuGravatar Charles Lombardo2023-10-291-0/+28
| |/
* | Merge pull request #11915 from t895/startup-freezeGravatar liamwhite2023-10-301-16/+23
|\ \ | |/ |/| android: Move game deserialization to another thread
| * android: Move game deserialization to another threadGravatar Charles Lombardo2023-10-291-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 screensGravatar Charles Lombardo2023-10-292-3/+5
|/
* Merge pull request #11767 from t895/gradle-stuffGravatar Charles Lombardo2023-10-133-11/+10
|\ | | | | android: Update dependencies
| * android: Remove unnecessary flag to extract native libs in AndroidManifest.xmlGravatar Charles Lombardo2023-10-131-1/+0
| |
| * android: Update dependenciesGravatar Charles Lombardo2023-10-131-7/+7
| | | | | | | | Updates to androidx navigation, lifecycle, preference, fragment, recyclerview, and core
| * android: Update ndk to 26.1.10909125Gravatar Charles Lombardo2023-10-131-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.2Gravatar Charles Lombardo2023-10-121-2/+2
| |
* | android: Fix incorrect assumption for driver installation validationGravatar Charles Lombardo2023-10-131-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-managerGravatar liamwhite2023-10-1336-299/+1039
|\ \ | |/ |/| android: Driver manager
| * android: Add GPU driver management fragmentGravatar Charles Lombardo2023-10-1232-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 functionsGravatar Charles Lombardo2023-10-018-41/+34
| |
* | vk_present_manager: recreate surface on any surface lossGravatar Liam2023-10-021-1/+0
|/
* Merge pull request #11604 from t895/only-install-nspGravatar liamwhite2023-09-281-4/+0
|\ | | | | Frontend: Remove ability to install xci files
| * android: Remove ability to install xci filesGravatar Charles Lombardo2023-09-261-4/+0
| |
* | Merge pull request #11613 from t895/fragment-exception-changeGravatar Charles Lombardo2023-09-273-17/+40
|\ \ | | | | | | android: Various play store fixes
| * | android: Prevent crash when trying to change pages in setup fragmentGravatar Charles Lombardo2023-09-271-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 backgroundGravatar Charles Lombardo2023-09-271-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 onConfigurationChangedGravatar Charles Lombardo2023-09-271-0/+4
| | |
| * | android: Don't wait for post to update input overlay visibilityGravatar Charles Lombardo2023-09-271-9/+3
| | |
| * | android: Close activity with toast if emulation has no gameGravatar Charles Lombardo2023-09-272-4/+23
| |/
* | Merge pull request #11616 from t895/save-errorGravatar Charles Lombardo2023-09-271-1/+2
|\ \ | | | | | | android: Correctly reload settings file during reset
| * | android: Correctly reload settings file during resetGravatar Charles Lombardo2023-09-271-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-installsGravatar Charles Lombardo2023-09-2733-421/+616
|\ \ | |/ |/| android: Consolidate installers to one fragment
| * android: Adjust failure dialogs for user data and firmware installersGravatar Charles Lombardo2023-09-262-3/+13
| |
| * android: Fix cancel behavior on indeterminate progress dialog fragmentGravatar Charles Lombardo2023-09-261-4/+14
| | | | | | | | The dialog would previously dismiss immediately when it should stay alive until the task is cancelled completely.
| * android: Refactor zip code into FileUtilGravatar Charles Lombardo2023-09-264-91/+89
| |