Charles Lombardo
50c604f37f
android: Color the FPS counter white
2 years ago
Charles Lombardo
9543adf072
android: Always update FPS counter
2 years ago
Charles Lombardo
036d2686af
android: Don't reload log/system after loading firmware/backup
2 years ago
Charles Lombardo
0a83047368
android: Log more system information during startup
Logs device manufacturer/model, SoC manufacturer/model where available, and the total system memory
2 years ago
Charles Lombardo
9bb8ac7cb6
android: Fix fetching system memory size from MemoryUtil
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.
2 years ago
Charles Lombardo
b3a1f793c3
android: Update surface parameters on emulation start
This adds a quick update that notifies the render surface if there was a change between surface creation and emulation starting.
2 years ago
Charles Lombardo
398e881428
android: Adjust log lifecycle
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.
2 years ago
Charles Lombardo
92418e909f
android: Use yuzu logging system
Now anything that's logged in the frontend will be printed into the log file
2 years ago
Charles Lombardo
344162db75
android: Default to player number 0 if we get an input from an unrecognized controller
2 years ago
Charles Lombardo
5872c7d420
android: Adjust driver manager source string
2 years ago
Charles Lombardo
2b6edd3efd
android: Reorganize settings tab
2 years ago
Charles Lombardo
97b4ca1d01
android: Auto-generate locale config
2 years ago
Charles Lombardo
1d7ff850d6
android: Update translations from transifex
2 years ago
Charles Lombardo
133788d0d4
android: Initialize filesystem components during application start
2 years ago
Charles Lombardo
e8cb8b2668
android: Implement applet launcher
2 years ago
Charles Lombardo
f7755df2af
android: Reorder controller indexes and only use controllers
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.
2 years ago
Charles Lombardo
e867768316
android: Simplify game card layout
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.
2 years ago
Charles Lombardo
f04bc172ae
android: FileUtil: Add option to suppress log for native exists() calls
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.
2 years ago
Charles Lombardo
585b6e9d46
android: Fix resolving android URIs in native code
2 years ago
Charles Lombardo
a9e29a3972
android: Refactor game metadata collection to new file
This also removes irrelevant data and adds new information from/to the Game data class and RomMetadata struct
2 years ago
Charles Lombardo
1e61c3e1e7
android: Use header for EmulationSession
2 years ago
Charles Lombardo
70be45c992
android: InputHandler: Convert to object
This doesn't need to be an instance of a class because it doesn't hold any data. It's just all helper functions.
2 years ago
Charles Lombardo
9b3c64f4a4
android: Removed unused ControllerMappingHelper
2 years ago
Charles Lombardo
2c1d850b46
android: Release touch on input overlay when opening in-game menu
2 years ago
Charles Lombardo
2581590023
android: Move game deserialization to another thread
Deserializing games from the cache in shared preferences was done on the main thread and could cause a stutter on startup.
2 years ago
Charles Lombardo
a5aa5876b4
android: Break home settings into grid with large screens
2 years ago
Charles Lombardo
82c845dc2f
android: Fix incorrect assumption for driver installation validation
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.
2 years ago
Charles Lombardo
9b961dddb4
android: Remove unnecessary flag to extract native libs in AndroidManifest.xml
2 years ago
Charles Lombardo
224b6036a4
android: Update dependencies
Updates to androidx navigation, lifecycle, preference, fragment, recyclerview, and core
2 years ago
Charles Lombardo
1591923f91
android: Update ndk to 26.1.10909125
The new ndk uses LLVM 17.0.2 so we can remove the LLVM download and libc++ options for the android builds
2 years ago
Charles Lombardo
8b64878258
android: Update AGP to 8.1.2
2 years ago
Charles Lombardo
a5fb9de6fa
android: Add GPU driver management fragment
Implements a GPU driver manager that saves all drivers to the user data directory and asynchronously installs drivers when they're needed.
2 years ago
Liam
b32940d3ea
vk_present_manager: recreate surface on any surface loss
2 years ago
Charles Lombardo
26f9d1f122
android: Use application context for all FileUtil functions
2 years ago
Charles Lombardo
22284fc504
android: Prevent crash when trying to change pages in setup fragment
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.
2 years ago
Charles Lombardo
d70f18b87b
android: Prevent setup fragment crash in background
Sometimes during onSaveInstanceState, the SetupFragment would crash the app in the background if we tried to store the state of a view.
2 years ago
Charles Lombardo
ec388622ff
android: Don't update views if binding is null in onConfigurationChanged
2 years ago
Charles Lombardo
6a425e95cb
android: Don't wait for post to update input overlay visibility
2 years ago
Charles Lombardo
1fdfedc43e
android: Close activity with toast if emulation has no game
2 years ago
Charles Lombardo
481f91cc34
android: Correctly reload settings file during reset
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.
2 years ago
Charles Lombardo
a29e26200f
android: Remove ability to install xci files
2 years ago
Charles Lombardo
cf44be1de6
android: Adjust failure dialogs for user data and firmware installers
2 years ago
Charles Lombardo
95a31b8887
android: Fix cancel behavior on indeterminate progress dialog fragment
The dialog would previously dismiss immediately when it should stay alive until the task is cancelled completely.
2 years ago
Charles Lombardo
c8673a16bb
android: Refactor zip code into FileUtil
2 years ago
Charles Lombardo
3491ba4a06
android: Use a different string for the content install dialog
2 years ago
Charles Lombardo
5326ea63e5
android: Fix case bug for installing game content
The C++ side never made the filename lowercase when checking the extension. This just passes the pre-prepared extension to have it checked.
2 years ago
Charles Lombardo
e9e6296893
android: Consolidate installers to one fragment
This also allows save imports to happen without starting a game at first.
2 years ago
Charles Lombardo
3d03e8b806
android: Prevent click ripple from appearing on loading card
2 years ago
Charles Lombardo
ff9d8dd0b3
android: Remove bottom attribute from navigation view
Using the "bottom" attribute would break the navigation view and prevent things like rounded corners and lock modes from being applied properly.
2 years ago
Charles Lombardo
38b939b2e9
android: Prevent nav bar shade from laying out across screen
2 years ago