Commit Graph

24157 Commits (117bc2ae6c9683fd4530cfddb33b4ffc9419cff7)
 

Author SHA1 Message Date
bunnei 117bc2ae6c android: vulkan: Recreate surface after suspension & adapt to async. presentation. 2 years ago
Charles Lombardo 65dc35a1a5 android: Game data cache 2 years ago
Charles Lombardo b0bef6173a android: Update to Kotlin 1.8.21 2 years ago
Charles Lombardo c16e663f70 android: Disable jetifier
We no longer depend on any legacy libraries that required this flag
2 years ago
Charles Lombardo d8bacdfc14 android: Update dependencies 2 years ago
Charles Lombardo 56d3711e34 android: Migrate to AGP 8.0.1 2 years ago
Charles Lombardo 48065c7a0e android: Enable non-transitive R classes
New default going forward for new android projects. Best to follow the new standard.
2 years ago
bunnei 570c4a2c1b android: config: Enable asynchronous presentation by default on Android. 2 years ago
bunnei ca4bf3844e video_core: Enable support_descriptor_aliasing on Turnip, disable storage atomic otherwise. 2 years ago
german77 e5bdb7011b android: fix deadzone calculation 2 years ago
Charles Lombardo 13b29c3f49 android: Fix background color when starting emulation 2 years ago
Charles Lombardo 34b7d58157 android: Persistent scrollbars on home settings fragment 2 years ago
Charles Lombardo f461465a92 android: Use short build hash 2 years ago
Charles Lombardo 86e395595a android: Use navigation bar shade view 2 years ago
Charles Lombardo 21e8a8277a android: About fragment 2 years ago
Charles Lombardo 09e7b14d0e android: Use x-axis animation for navigation rail 2 years ago
Charles Lombardo 03541703fa android: Sort games alphabetically by default 2 years ago
Charles Lombardo 9f433e281a android: New icons for navigation bar 2 years ago
Charles Lombardo efc054e47f android: New icons for home settings fragment 2 years ago
Charles Lombardo 9f6f21946c android: Add navigation rail 2 years ago
Charles Lombardo 6df030998a android: Search Fragment 2 years ago
Charles Lombardo 3281dc597e android: Fix potential zip traversal exploit 2 years ago
german77 d1fb7ea58b android: Add dedicated show overlay checkbox 2 years ago
Charles Lombardo 912bf6a0c6 android: Add user directory shortcut 2 years ago
german77 265b9139e0 android: Fix inline keyboard input 2 years ago
Charles Lombardo 7131432037 android: Fix grammatical mistake in video core error message 2 years ago
Charles Lombardo 4bb82e4860 android: Adjust wording on GPU driver install button 2 years ago
Narr the Reg c46a1da5dc android: Add deadzone to stick input 2 years ago
german77 166bff88b8 android: Move motion listener to emulation activity 2 years ago
Narr the Reg 5c1310dc5d core: hid: Finish linking motion from virtual controllers 2 years ago
Charles Lombardo d015b0db93 android: Change wording for "Add Games" button (#100)
Co-authored-by: bunnei <bunneidev@gmail.com>
2 years ago
Charles Lombardo 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.
2 years ago
Charles Lombardo 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.
2 years ago
Charles Lombardo 792ce5cb2f android: Swap Default and Install buttons for GPU driver installation dialog 2 years ago
Charles Lombardo 72247a2324 android: Add warnings to setup screens 2 years ago
Charles Lombardo 71667e4d6d android: Allow search bar to scroll offscreen 2 years ago
Charles Lombardo 3b9791d887 android: Update app icon
Small icon updates from Flam
2 years ago
Charles Lombardo c070a588b9 android: Change organization of the settings tab in the home screen 2 years ago
Charles Lombardo c29f14fa0f android: Properly pop setup fragment from the back stack 2 years ago
Charles Lombardo 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.
2 years ago
Charles Lombardo 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.
2 years ago
Charles Lombardo 61e0042633 android: Temporarily switch for a fixed version code for testing 2 years ago
Charles Lombardo 986f858e6f android: Fix alignment of SwipeRefreshLayout 2 years ago
Charles Lombardo 388dc0757f 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.
2 years ago
Charles Lombardo f984775f12 android: Manual tweaks for dialog colors
Small fix for Flam
2 years ago
Charles Lombardo f2cadc4ce1 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.
2 years ago
Charles Lombardo 033adb9723 android: Use navigation bar shade view for settings activity 2 years ago
Charles Lombardo cfa3d73f2f android: Disable editing themes during emulation 2 years ago
Charles Lombardo 62c47011a0 android: Prevent situation where binding is called on a null view 2 years ago
Charles Lombardo d7178ed16e android: Add black backgrounds toggle 2 years ago