Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-06-03 | android: Use different icons for mainline/ea | Charles Lombardo | |
2023-06-03 | android: Add early access upgrade fragment | Charles Lombardo | |
We now have a second build flavor that will determine whether the "Get Early Access" button appears. | |||
2023-06-03 | android: vulkan_device: Only compile OverrideBcnFormats when used. | bunnei | |
2023-06-03 | android: remove spurious warnings about BCn formats when patched with ↵ | Liam | |
adrenotools | |||
2023-06-03 | android: video_core: Disable some problematic things on GPU Normal. | bunnei | |
2023-06-03 | android: settings: Use mailbox vsync by default. | bunnei | |
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 | |