summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2023-06-03android: Delete java code style fileCharles Lombardo
2023-06-03android: Settings UI tweaksCharles Lombardo
New spacing and fonts for list items
2023-06-03android: Simplify setup in search and games fragmentsCharles Lombardo
2023-06-03android: Use collapsing toolbar layout in settingsCharles Lombardo
2023-06-03android: Remove unnecessary JvmStatic/JvmField annotationsCharles Lombardo
2023-06-03android: Fix navigation rail animation in rtl layoutCharles Lombardo
2023-06-03android: Use cutout insets on setup fragmentCharles Lombardo
2023-06-03android: Button to reset all settingsCharles Lombardo
2023-06-03android: Use proguard file in relWithDebInfoCharles Lombardo
2023-06-03android: Fix background color within inset areasCharles Lombardo
2023-06-03android: Shortcut to settings activity on reselectionCharles Lombardo
2023-06-03android: Expose custom RTC settingCharles Lombardo
2023-06-03android: Reset setting on long pressCharles Lombardo
2023-06-03android: Fix issues with ea/main icons and version codesCharles Lombardo
Now all yuzu icon variants are taken care of and now we have a build variant that uses the versioning we need for the play store.
2023-06-03android: Move theme options out of advanced settingsCharles Lombardo
2023-06-03android: Check if cached games are validCharles Lombardo
Fixes bug when you close yuzu, delete games, and reopen to an instant crash.
2023-06-03android: Invert rotation to match phone orientationgerman77
2023-06-03android: vulkan_device: Skip BGR565 emulation on S8gen2.bunnei
2023-06-03android: config: Use default anisotropic filtering.bunnei
2023-06-03android: Remove top padding from in game menu itemsCharles Lombardo
2023-06-03android: Use different icons for mainline/eaCharles Lombardo
2023-06-03android: Add early access upgrade fragmentCharles Lombardo
We now have a second build flavor that will determine whether the "Get Early Access" button appears.
2023-06-03android: vulkan_device: Only compile OverrideBcnFormats when used.bunnei
2023-06-03android: remove spurious warnings about BCn formats when patched with ↵Liam
adrenotools
2023-06-03android: video_core: Disable some problematic things on GPU Normal.bunnei
2023-06-03android: settings: Use mailbox vsync by default.bunnei
2023-06-03android: video_core: Disable problematic compute shaders.bunnei
- Fixes #104.
2023-06-03android: Update progard to fix settings crashCharles 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-03android: vulkan: Recreate surface after suspension & adapt to async. ↵bunnei
presentation.
2023-06-03android: Game data cacheCharles Lombardo
2023-06-03android: Update to Kotlin 1.8.21Charles Lombardo
2023-06-03android: Disable jetifierCharles Lombardo
We no longer depend on any legacy libraries that required this flag
2023-06-03android: Update dependenciesCharles Lombardo
2023-06-03android: Migrate to AGP 8.0.1Charles Lombardo
2023-06-03android: Enable non-transitive R classesCharles Lombardo
New default going forward for new android projects. Best to follow the new standard.
2023-06-03android: config: Enable asynchronous presentation by default on Android.bunnei
2023-06-03video_core: Enable support_descriptor_aliasing on Turnip, disable storage ↵bunnei
atomic otherwise.
2023-06-03android: fix deadzone calculationgerman77
2023-06-03android: Fix background color when starting emulationCharles Lombardo
2023-06-03android: Persistent scrollbars on home settings fragmentCharles Lombardo
2023-06-03android: Use short build hashCharles Lombardo
2023-06-03android: Use navigation bar shade viewCharles Lombardo
2023-06-03android: About fragmentCharles Lombardo
2023-06-03android: Use x-axis animation for navigation railCharles Lombardo
2023-06-03android: Sort games alphabetically by defaultCharles Lombardo
2023-06-03android: New icons for navigation barCharles Lombardo
2023-06-03android: New icons for home settings fragmentCharles Lombardo
2023-06-03android: Add navigation railCharles Lombardo
2023-06-03android: Search FragmentCharles Lombardo
2023-06-03android: Fix potential zip traversal exploitCharles Lombardo