Commit Graph

24205 Commits

Author SHA1 Message Date
bunnei d7d8f29962 android: vulkan: Recreate surface after suspension & adapt to async. presentation. 2023-06-01 17:58:35 -07:00
Charles Lombardo a77e3bcf89 android: Game data cache 2023-06-01 17:58:35 -07:00
Charles Lombardo 72804bb642 android: Update to Kotlin 1.8.21 2023-06-01 17:58:34 -07:00
Charles Lombardo 34bc8b8477 android: Disable jetifier
We no longer depend on any legacy libraries that required this flag
2023-06-01 17:58:34 -07:00
Charles Lombardo fdc3379daa android: Update dependencies 2023-06-01 17:58:34 -07:00
Charles Lombardo ab36601c9c android: Migrate to AGP 8.0.1 2023-06-01 17:58:34 -07:00
Charles Lombardo 1d9df1681c android: Enable non-transitive R classes
New default going forward for new android projects. Best to follow the new standard.
2023-06-01 17:58:34 -07:00
bunnei 325908295b android: config: Enable asynchronous presentation by default on Android. 2023-06-01 17:58:34 -07:00
bunnei f528444524 video_core: Enable support_descriptor_aliasing on Turnip, disable storage atomic otherwise. 2023-06-01 17:58:34 -07:00
german77 6437096395 android: fix deadzone calculation 2023-06-01 17:58:34 -07:00
Charles Lombardo c3b76d6157 android: Fix background color when starting emulation 2023-06-01 17:58:34 -07:00
Charles Lombardo d4acbb6c16 android: Persistent scrollbars on home settings fragment 2023-06-01 17:58:33 -07:00
Charles Lombardo 34c236d7b2 android: Use short build hash 2023-06-01 17:58:33 -07:00
Charles Lombardo 8c8ce08777 android: Use navigation bar shade view 2023-06-01 17:58:33 -07:00
Charles Lombardo 8fe7cd8bec android: About fragment 2023-06-01 17:58:33 -07:00
Charles Lombardo 41cb318df0 android: Use x-axis animation for navigation rail 2023-06-01 17:58:33 -07:00
Charles Lombardo 9a68017b33 android: Sort games alphabetically by default 2023-06-01 17:58:33 -07:00
Charles Lombardo a0bc590c93 android: New icons for navigation bar 2023-06-01 17:58:33 -07:00
Charles Lombardo 014408bc92 android: New icons for home settings fragment 2023-06-01 17:58:33 -07:00
Charles Lombardo 2a5a3310db android: Add navigation rail 2023-06-01 17:58:33 -07:00
Charles Lombardo c22aaf977a android: Search Fragment 2023-06-01 17:58:32 -07:00
Charles Lombardo 115497bb9c android: Fix potential zip traversal exploit 2023-06-01 17:58:32 -07:00
german77 9550112096 android: Add dedicated show overlay checkbox 2023-06-01 17:58:32 -07:00
Charles Lombardo 7612bde2f4 android: Add user directory shortcut 2023-06-01 17:58:32 -07:00
german77 8e26ccd483 android: Fix inline keyboard input 2023-06-01 17:58:32 -07:00
Charles Lombardo 6b5b579e8a android: Fix grammatical mistake in video core error message 2023-06-01 17:58:32 -07:00
Charles Lombardo 0f305b5a52 android: Adjust wording on GPU driver install button 2023-06-01 17:58:32 -07:00
Narr the Reg a5e44b2a7f android: Add deadzone to stick input 2023-06-01 17:58:32 -07:00
german77 098c263ee9 android: Move motion listener to emulation activity 2023-06-01 17:58:32 -07:00
Narr the Reg c4723bd05c core: hid: Finish linking motion from virtual controllers 2023-06-01 17:58:32 -07:00
Charles Lombardo 54b6d65531 android: Change wording for "Add Games" button (#100)
Co-authored-by: bunnei <bunneidev@gmail.com>
2023-06-01 17:58:32 -07:00
Charles Lombardo 2b315a0f86 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-01 17:58:31 -07:00
Charles Lombardo d7f3555174 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-01 17:58:31 -07:00
Charles Lombardo 3c2490ede6 android: Swap Default and Install buttons for GPU driver installation dialog 2023-06-01 17:58:31 -07:00
Charles Lombardo 547ce3d30e android: Add warnings to setup screens 2023-06-01 17:58:31 -07:00
Charles Lombardo c2e341625f android: Allow search bar to scroll offscreen 2023-06-01 17:58:31 -07:00
Charles Lombardo cb29a4c0d9 android: Update app icon
Small icon updates from Flam
2023-06-01 17:58:31 -07:00
Charles Lombardo 9ac813500c android: Change organization of the settings tab in the home screen 2023-06-01 17:58:31 -07:00
Charles Lombardo a3d79aca3b android: Properly pop setup fragment from the back stack 2023-06-01 17:58:31 -07:00
Charles Lombardo fa66691d5d 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-01 17:58:31 -07:00
Charles Lombardo aa9fe156da 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-01 17:58:31 -07:00
Charles Lombardo b950e76368 android: Temporarily switch for a fixed version code for testing 2023-06-01 17:58:31 -07:00
Charles Lombardo ea50ecc0d8 android: Fix alignment of SwipeRefreshLayout 2023-06-01 17:58:30 -07:00
Charles Lombardo 2aac235993 android: Shape/spacing adjustments to game card
Ripple effect now reaches into rounded corners, icon size changed, company text removed, title font adjusted, and spacing around the card was adjusted as well. Text also doesn't get cut off anymore and instead scrolls indefinitely on one line.
2023-06-01 17:58:30 -07:00
Charles Lombardo d1518b8f19 android: Manual tweaks for dialog colors
Small fix for Flam
2023-06-01 17:58:30 -07:00
Charles Lombardo 704d1a0f23 android: Fix black backgrounds bug
Start using a specific night mode check because black backgrounds could apply incorrectly when using the light app mode, dark system mode, and black backgrounds. Launching the settings activity will show light mode colors/navigation bars but with black backgrounds.
2023-06-01 17:58:30 -07:00
Charles Lombardo fa73b7f48a android: Use navigation bar shade view for settings activity 2023-06-01 17:58:30 -07:00
Charles Lombardo 395f9c2bab android: Disable editing themes during emulation 2023-06-01 17:58:30 -07:00
Charles Lombardo b3611cbf0c android: Prevent situation where binding is called on a null view 2023-06-01 17:58:30 -07:00
Charles Lombardo 41c1ede953 android: Add black backgrounds toggle 2023-06-01 17:58:30 -07:00