summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2023-06-03android: externals: Update libadrenotools, use useLegacyPackaging.bunnei
2023-06-03android: Re-enable service notificationCharles Lombardo
2023-06-03android: Ensure keys are loaded before populating games listCharles Lombardo
2023-06-03android: Use dialog fragment for the reset settings dialogCharles Lombardo
2023-06-03android: Upgrade AGP to 8.0.2Charles Lombardo
2023-06-03android: Show notification permission page during setupCharles Lombardo
2023-06-03android: DIsable FPS counter by defaultCharles Lombardo
2023-06-03android: Improve searches with one characterCharles Lombardo
The Jaccard algorithm is great for searches with 2 or more characters but nothing is returned for searches with one character. To get around this, just search with JaroWinkler for single character searches.
2023-06-03android: Stop building x86 packages in APKsCharles Lombardo
This was really only meant for building the app to run in an emulator. If this is necessary, just add manually.
2023-06-03android: Add FPS toggleCharles Lombardo
2023-06-03android: Clean up app build.gradleCharles Lombardo
Removes the conflicting declaration of "version" and changes to versionCode that did nothing.
2023-06-03video_core: vk_rasterizer: Decrease draw dispatch count for Android.bunnei
2023-06-03android: config: Expose VSync as a configurable setting.bunnei
2023-06-03android: GPU: Enable async presentation, increase frames in flight.bunnei
2023-06-03android: Enable onBackInvokedCallbackCharles Lombardo
For now this enables the ability to see the new Android 13 back gesture animations but later we can create custom animations that follow the back gesture.
2023-06-03android: Remove deprecated use of onBackPressed()Charles Lombardo
2023-06-03android: Add option for touch overlay hapticsCharles Lombardo
Disabled by default
2023-06-03android: Improve missing game handlingCharles Lombardo
Previously the app would crash if you selected a game that no longer existed. Now we show an error message and reload the games list to remove any invalid games from the list.
2023-06-03android: Clean up dependenciesCharles Lombardo
Additionally updates material and androidx core libraries
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