Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-06-03 | android: externals: Update libadrenotools, use useLegacyPackaging. | bunnei | |
2023-06-03 | android: Re-enable service notification | Charles Lombardo | |
2023-06-03 | android: Ensure keys are loaded before populating games list | Charles Lombardo | |
2023-06-03 | android: Use dialog fragment for the reset settings dialog | Charles Lombardo | |
2023-06-03 | android: Upgrade AGP to 8.0.2 | Charles Lombardo | |
2023-06-03 | android: Show notification permission page during setup | Charles Lombardo | |
2023-06-03 | android: DIsable FPS counter by default | Charles Lombardo | |
2023-06-03 | android: Improve searches with one character | Charles 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-03 | android: Stop building x86 packages in APKs | Charles Lombardo | |
This was really only meant for building the app to run in an emulator. If this is necessary, just add manually. | |||
2023-06-03 | android: Add FPS toggle | Charles Lombardo | |
2023-06-03 | android: Clean up app build.gradle | Charles Lombardo | |
Removes the conflicting declaration of "version" and changes to versionCode that did nothing. | |||
2023-06-03 | video_core: vk_rasterizer: Decrease draw dispatch count for Android. | bunnei | |
2023-06-03 | android: config: Expose VSync as a configurable setting. | bunnei | |
2023-06-03 | android: GPU: Enable async presentation, increase frames in flight. | bunnei | |
2023-06-03 | android: Enable onBackInvokedCallback | Charles 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-03 | android: Remove deprecated use of onBackPressed() | Charles Lombardo | |
2023-06-03 | android: Add option for touch overlay haptics | Charles Lombardo | |
Disabled by default | |||
2023-06-03 | android: Improve missing game handling | Charles 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-03 | android: Clean up dependencies | Charles Lombardo | |
Additionally updates material and androidx core libraries | |||
2023-06-03 | android: Delete java code style file | Charles Lombardo | |
2023-06-03 | android: Settings UI tweaks | Charles Lombardo | |
New spacing and fonts for list items | |||
2023-06-03 | android: Simplify setup in search and games fragments | Charles Lombardo | |
2023-06-03 | android: Use collapsing toolbar layout in settings | Charles Lombardo | |
2023-06-03 | android: Remove unnecessary JvmStatic/JvmField annotations | Charles Lombardo | |
2023-06-03 | android: Fix navigation rail animation in rtl layout | Charles Lombardo | |
2023-06-03 | android: Use cutout insets on setup fragment | Charles Lombardo | |
2023-06-03 | android: Button to reset all settings | Charles Lombardo | |
2023-06-03 | android: Use proguard file in relWithDebInfo | Charles Lombardo | |
2023-06-03 | android: Fix background color within inset areas | Charles Lombardo | |
2023-06-03 | android: Shortcut to settings activity on reselection | Charles Lombardo | |
2023-06-03 | android: Expose custom RTC setting | Charles Lombardo | |
2023-06-03 | android: Reset setting on long press | Charles Lombardo | |
2023-06-03 | android: Fix issues with ea/main icons and version codes | Charles 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-03 | android: Move theme options out of advanced settings | Charles Lombardo | |
2023-06-03 | android: Check if cached games are valid | Charles Lombardo | |
Fixes bug when you close yuzu, delete games, and reopen to an instant crash. | |||
2023-06-03 | android: Invert rotation to match phone orientation | german77 | |
2023-06-03 | android: vulkan_device: Skip BGR565 emulation on S8gen2. | bunnei | |
2023-06-03 | android: config: Use default anisotropic filtering. | bunnei | |
2023-06-03 | android: Remove top padding from in game menu items | Charles Lombardo | |
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 | |