| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | | android: Remove general section from settings | 2023-11-12 | 2 | -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 frame | 2023-11-09 | 4 | -4/+13 | ||
| | | ||||||
| * | Merge pull request #11972 from t895/fps-counter-adjustments | 2023-11-06 | 4 | -38/+11 | ||
| |\ | | | | | android: FPS counter adjustments | |||||
| | * | android: Simplify FPS counter padding | 2023-11-05 | 2 | -24/+5 | ||
| | | | ||||||
| | * | android: Color the FPS counter white | 2023-11-05 | 1 | -2/+0 | ||
| | | | ||||||
| | * | android: Always update FPS counter | 2023-11-04 | 3 | -12/+6 | ||
| | | | ||||||
| * | | android: Don't reload log/system after loading firmware/backup | 2023-11-03 | 5 | -13/+18 | ||
| |/ | ||||||
| * | android: Log more system information during startup | 2023-11-03 | 2 | -0/+14 | ||
| | | | | | Logs device manufacturer/model, SoC manufacturer/model where available, and the total system memory | |||||
| * | android: Fix fetching system memory size from MemoryUtil | 2023-11-03 | 2 | -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 start | 2023-11-03 | 1 | -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-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. | |||||