summaryrefslogtreecommitdiff
path: root/src/android (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* | android: Remove general section from settingsGravatar t8952023-11-122-11/+3
|/ | | | Limit speed options were moved to system, cpu accuracy was moved to debug, and PiP was moved to graphics.
* android: Hide loading animation on first frameGravatar t8952023-11-094-4/+13
|
* Merge pull request #11972 from t895/fps-counter-adjustmentsGravatar liamwhite2023-11-064-38/+11
|\ | | | | android: FPS counter adjustments
| * android: Simplify FPS counter paddingGravatar Charles Lombardo2023-11-052-24/+5
| |
| * android: Color the FPS counter whiteGravatar Charles Lombardo2023-11-051-2/+0
| |
| * android: Always update FPS counterGravatar Charles Lombardo2023-11-043-12/+6
| |
* | android: Don't reload log/system after loading firmware/backupGravatar Charles Lombardo2023-11-035-13/+18
|/
* android: Log more system information during startupGravatar Charles Lombardo2023-11-032-0/+14
| | | | Logs device manufacturer/model, SoC manufacturer/model where available, and the total system memory
* android: Fix fetching system memory size from MemoryUtilGravatar Charles Lombardo2023-11-032-19/+17
| | | | We weren't rounding up the value at a unit before (GB, MB, etc) we were rounding up the total bytes and that would do nothing. This fixes that, and the check for total system memory during first emulation start where we tried to check the required system memory against 1 gigabyte.
* android: Update surface parameters on emulation startGravatar Charles Lombardo2023-11-031-0/+9
| | | | This adds a quick update that notifies the render surface if there was a change between surface creation and emulation starting.
* 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.