t895
82a4a67f6b
android: Use file picker intent for save exporter
2 years ago
t895
8e93a9a9ef
android: Use path instead of programId for recently added / played key
2 years ago
t895
23c1f7c72f
android: Select recently played games by default in search tab
2 years ago
t895
d3ed771f39
android: Allow up to 400% for the limit speed percent setting
2 years ago
t895
e2be180136
android: Disable PiP by default
2 years ago
t895
fcd54c6479
android: Don't enter PiP during startup or shutdown
2 years ago
t895
08296f151e
android: Add drop shadow to FPS counter
Also let the style control the text size
2 years ago
t895
4d0b7f8496
android: Use suspend function for creating dynamic shortcuts
If the coil loader ever got stuck when creating a dynamic shortcut icon, the app would freeze. This would happen most notably when booting nca format games. This pushes that process to a separate coroutine that can be cancelled by the main activity's lifecycle.
2 years ago
t895
4aac971864
android: Use the same transition animation between every fragment in settings
The animation that I used for entering search was prone to weird visual bugs and could appear visually jarring. This just makes things appear more consistent.
2 years ago
t895
6c93cdffb1
android: Use more padding on top of each settings header
2 years ago
t895
470714e2d1
android: Remove dividers between each setting
2 years ago
t895
6b888b0fa8
android: Add icons and descriptions to the first-level advanced settings page
Additionally adjusts padding to place the icons in-line with the back button in the top app bar and makes the text for normal settings appear in-line with the expanded top app bar title.
2 years ago
t895
1a1393dad7
android: Remove general section from settings
Limit speed options were moved to system, cpu accuracy was moved to debug, and PiP was moved to graphics.
2 years ago
t895
55412962c0
android: Remove "auto" region option
This doesn't exist and if you clicked it, your region would be set to Taiwan.
2 years ago
t895
d920da2631
android: Add a landscape-specific layout to the about page
Moves the logo to the side to fit more information on screen
2 years ago
t895
ff72bf2cb2
android: Shrink logo in about page
2 years ago
t895
4efb9763d9
android: Shrink logo in settings tab
Adjusts padding between the cards and logo to fit appropriately
2 years ago
t895
c600bc8652
android: Fix top app bar tint being cut off in the about fragment
Adjust margin on the toolbar, not the app bar
2 years ago
t895
09f993899e
android: Hide loading animation on first frame
2 years ago
Charles Lombardo
5191465b0a
android: Simplify FPS counter padding
2 years ago
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
3 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
3 years ago
Charles Lombardo
1e61c3e1e7
android: Use header for EmulationSession
3 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.
3 years ago
Charles Lombardo
9b961dddb4
android: Remove unnecessary flag to extract native libs in AndroidManifest.xml
3 years ago
Charles Lombardo
224b6036a4
android: Update dependencies
Updates to androidx navigation, lifecycle, preference, fragment, recyclerview, and core
3 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
3 years ago