Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-06-03 | android: video_core: Disable problematic compute shaders. | bunnei | |
- Fixes #104. | |||
2023-06-03 | android: Update progard to fix settings crash | Charles Lombardo | |
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 | android: vulkan: Recreate surface after suspension & adapt to async. ↵ | bunnei | |
presentation. | |||
2023-06-03 | android: Game data cache | Charles Lombardo | |
2023-06-03 | android: Update to Kotlin 1.8.21 | Charles Lombardo | |
2023-06-03 | android: Disable jetifier | Charles Lombardo | |
We no longer depend on any legacy libraries that required this flag | |||
2023-06-03 | android: Update dependencies | Charles Lombardo | |
2023-06-03 | android: Migrate to AGP 8.0.1 | Charles Lombardo | |
2023-06-03 | android: Enable non-transitive R classes | Charles Lombardo | |
New default going forward for new android projects. Best to follow the new standard. | |||
2023-06-03 | android: config: Enable asynchronous presentation by default on Android. | bunnei | |
2023-06-03 | video_core: Enable support_descriptor_aliasing on Turnip, disable storage ↵ | bunnei | |
atomic otherwise. | |||
2023-06-03 | android: fix deadzone calculation | german77 | |
2023-06-03 | android: Fix background color when starting emulation | Charles Lombardo | |
2023-06-03 | android: Persistent scrollbars on home settings fragment | Charles Lombardo | |
2023-06-03 | android: Use short build hash | Charles Lombardo | |
2023-06-03 | android: Use navigation bar shade view | Charles Lombardo | |
2023-06-03 | android: About fragment | Charles Lombardo | |
2023-06-03 | android: Use x-axis animation for navigation rail | Charles Lombardo | |
2023-06-03 | android: Sort games alphabetically by default | Charles Lombardo | |
2023-06-03 | android: New icons for navigation bar | Charles Lombardo | |
2023-06-03 | android: New icons for home settings fragment | Charles Lombardo | |
2023-06-03 | android: Add navigation rail | Charles Lombardo | |
2023-06-03 | android: Search Fragment | Charles Lombardo | |
2023-06-03 | android: Fix potential zip traversal exploit | Charles Lombardo | |
2023-06-03 | android: Add dedicated show overlay checkbox | german77 | |
2023-06-03 | android: Add user directory shortcut | Charles Lombardo | |
2023-06-03 | android: Fix inline keyboard input | german77 | |
2023-06-03 | android: Fix grammatical mistake in video core error message | Charles Lombardo | |
2023-06-03 | android: Adjust wording on GPU driver install button | Charles Lombardo | |
2023-06-03 | android: Add deadzone to stick input | Narr the Reg | |
2023-06-03 | android: Move motion listener to emulation activity | german77 | |
2023-06-03 | core: hid: Finish linking motion from virtual controllers | Narr the Reg | |
2023-06-03 | android: Change wording for "Add Games" button (#100) | Charles Lombardo | |
Co-authored-by: bunnei <bunneidev@gmail.com> | |||
2023-06-03 | android: Scroll shortcut for games list | Charles Lombardo | |
If you reselect the "Games" menu item in the bottom navigation menu, the list smoothly scrolls to the top. | |||
2023-06-03 | android: Setup screen hotfix | Charles Lombardo | |
Added help button link for add games warning and a check for whether a task was completed on a given screen. | |||
2023-06-03 | android: Swap Default and Install buttons for GPU driver installation dialog | Charles Lombardo | |
2023-06-03 | android: Add warnings to setup screens | Charles Lombardo | |
2023-06-03 | android: Allow search bar to scroll offscreen | Charles Lombardo | |
2023-06-03 | android: Update app icon | Charles Lombardo | |
Small icon updates from Flam | |||
2023-06-03 | android: Change organization of the settings tab in the home screen | Charles Lombardo | |
2023-06-03 | android: Properly pop setup fragment from the back stack | Charles Lombardo | |
2023-06-03 | android: Vertically scalable setup pages | Charles Lombardo | |
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 | android: Fix setup rotation bug | Charles Lombardo | |
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 | android: Temporarily switch for a fixed version code for testing | Charles Lombardo | |
2023-06-03 | android: Fix alignment of SwipeRefreshLayout | Charles Lombardo | |
2023-06-03 | android: Shape/spacing adjustments to game card | Charles Lombardo | |
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-03 | android: Manual tweaks for dialog colors | Charles Lombardo | |
Small fix for Flam | |||
2023-06-03 | android: Fix black backgrounds bug | Charles Lombardo | |
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-03 | android: Use navigation bar shade view for settings activity | Charles Lombardo | |
2023-06-03 | android: Disable editing themes during emulation | Charles Lombardo | |