ec81c6cf44
android: Use different icons for mainline/ea
2023-06-03 00:06:00 -07:00
f69bc78dc5
android: Add early access upgrade fragment
...
We now have a second build flavor that will determine whether the "Get Early Access" button appears.
2023-06-03 00:06:00 -07:00
8b8123b733
android: vulkan_device: Only compile OverrideBcnFormats when used.
2023-06-03 00:06:00 -07:00
6b2e89a865
android: remove spurious warnings about BCn formats when patched with adrenotools
2023-06-03 00:06:00 -07:00
befd477279
android: video_core: Disable some problematic things on GPU Normal.
2023-06-03 00:06:00 -07:00
6b093224c1
android: settings: Use mailbox vsync by default.
2023-06-03 00:06:00 -07:00
8dc7fe0c96
android: video_core: Disable problematic compute shaders.
...
- Fixes #104 .
2023-06-03 00:06:00 -07:00
1c9dae7cac
android: Update progard to fix settings crash
...
R8 full mode was removing important classes from Wini that would cause a crash on saving settings. This keeps the relevant classes and suppresses warnings about irrelevant ones.
2023-06-03 00:05:59 -07:00
117bc2ae6c
android: vulkan: Recreate surface after suspension & adapt to async. presentation.
2023-06-03 00:05:59 -07:00
65dc35a1a5
android: Game data cache
2023-06-03 00:05:59 -07:00
b0bef6173a
android: Update to Kotlin 1.8.21
2023-06-03 00:05:59 -07:00
c16e663f70
android: Disable jetifier
...
We no longer depend on any legacy libraries that required this flag
2023-06-03 00:05:59 -07:00
d8bacdfc14
android: Update dependencies
2023-06-03 00:05:59 -07:00
56d3711e34
android: Migrate to AGP 8.0.1
2023-06-03 00:05:59 -07:00
48065c7a0e
android: Enable non-transitive R classes
...
New default going forward for new android projects. Best to follow the new standard.
2023-06-03 00:05:59 -07:00
570c4a2c1b
android: config: Enable asynchronous presentation by default on Android.
2023-06-03 00:05:59 -07:00
ca4bf3844e
video_core: Enable support_descriptor_aliasing on Turnip, disable storage atomic otherwise.
2023-06-03 00:05:58 -07:00
e5bdb7011b
android: fix deadzone calculation
2023-06-03 00:05:58 -07:00
13b29c3f49
android: Fix background color when starting emulation
2023-06-03 00:05:58 -07:00
34b7d58157
android: Persistent scrollbars on home settings fragment
2023-06-03 00:05:58 -07:00
f461465a92
android: Use short build hash
2023-06-03 00:05:58 -07:00
86e395595a
android: Use navigation bar shade view
2023-06-03 00:05:58 -07:00
21e8a8277a
android: About fragment
2023-06-03 00:05:58 -07:00
09e7b14d0e
android: Use x-axis animation for navigation rail
2023-06-03 00:05:58 -07:00
03541703fa
android: Sort games alphabetically by default
2023-06-03 00:05:58 -07:00
9f433e281a
android: New icons for navigation bar
2023-06-03 00:05:57 -07:00
efc054e47f
android: New icons for home settings fragment
2023-06-03 00:05:57 -07:00
9f6f21946c
android: Add navigation rail
2023-06-03 00:05:57 -07:00
6df030998a
android: Search Fragment
2023-06-03 00:05:57 -07:00
3281dc597e
android: Fix potential zip traversal exploit
2023-06-03 00:05:57 -07:00
d1fb7ea58b
android: Add dedicated show overlay checkbox
2023-06-03 00:05:57 -07:00
912bf6a0c6
android: Add user directory shortcut
2023-06-03 00:05:57 -07:00
265b9139e0
android: Fix inline keyboard input
2023-06-03 00:05:57 -07:00
7131432037
android: Fix grammatical mistake in video core error message
2023-06-03 00:05:56 -07:00
4bb82e4860
android: Adjust wording on GPU driver install button
2023-06-03 00:05:56 -07:00
c46a1da5dc
android: Add deadzone to stick input
2023-06-03 00:05:56 -07:00
166bff88b8
android: Move motion listener to emulation activity
2023-06-03 00:05:56 -07:00
5c1310dc5d
core: hid: Finish linking motion from virtual controllers
2023-06-03 00:05:56 -07:00
d015b0db93
android: Change wording for "Add Games" button ( #100 )
...
Co-authored-by: bunnei <bunneidev@gmail.com >
2023-06-03 00:05:56 -07:00
0d16805445
android: Scroll shortcut for games list
...
If you reselect the "Games" menu item in the bottom navigation menu, the list smoothly scrolls to the top.
2023-06-03 00:05:56 -07:00
274b2be24f
android: Setup screen hotfix
...
Added help button link for add games warning and a check for whether a task was completed on a given screen.
2023-06-03 00:05:56 -07:00
792ce5cb2f
android: Swap Default and Install buttons for GPU driver installation dialog
2023-06-03 00:05:56 -07:00
72247a2324
android: Add warnings to setup screens
2023-06-03 00:05:56 -07:00
71667e4d6d
android: Allow search bar to scroll offscreen
2023-06-03 00:05:55 -07:00
3b9791d887
android: Update app icon
...
Small icon updates from Flam
2023-06-03 00:05:55 -07:00
c070a588b9
android: Change organization of the settings tab in the home screen
2023-06-03 00:05:55 -07:00
c29f14fa0f
android: Properly pop setup fragment from the back stack
2023-06-03 00:05:55 -07:00
f41939b66e
android: Vertically scalable setup pages
...
Previously the setup pages would remain at a fixed height but now the icon and two text boxes will give up space as a device gets shorter. This eliminates the need for a scrolling view further problems with padding.
2023-06-03 00:05:55 -07:00
48c506682d
android: Fix setup rotation bug
...
If you rotated the device at the "Add Games" screen the buttons would disappear until you trigged them from the beginning page swap. Now button state is saved across recreation.
2023-06-03 00:05:55 -07:00
61e0042633
android: Temporarily switch for a fixed version code for testing
2023-06-03 00:05:55 -07:00