| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | | | | | | android: Re-enable service notification | 2023-06-03 | 4 | -24/+29 | ||
| | * | | | | | | android: Ensure keys are loaded before populating games list | 2023-06-03 | 1 | -0/+3 | ||
| | * | | | | | | android: Use dialog fragment for the reset settings dialog | 2023-06-03 | 2 | -12/+37 | ||
| | * | | | | | | android: Upgrade AGP to 8.0.2 | 2023-06-03 | 1 | -2/+2 | ||
| | * | | | | | | android: Show notification permission page during setup | 2023-06-03 | 4 | -59/+151 | ||
| | * | | | | | | android: DIsable FPS counter by default | 2023-06-03 | 1 | -1/+1 | ||
| | * | | | | | | android: Improve searches with one character | 2023-06-03 | 1 | -1/+2 | ||
| | * | | | | | | android: Stop building x86 packages in APKs | 2023-06-03 | 1 | -1/+1 | ||
| | * | | | | | | android: Add FPS toggle | 2023-06-03 | 4 | -10/+37 | ||
| | * | | | | | | android: Clean up app build.gradle | 2023-06-03 | 1 | -22/+2 | ||
| | * | | | | | | video_core: vk_rasterizer: Decrease draw dispatch count for Android. | 2023-06-03 | 1 | -0/+4 | ||
| | * | | | | | | android: config: Expose VSync as a configurable setting. | 2023-06-03 | 5 | -9/+44 | ||
| | * | | | | | | android: GPU: Enable async presentation, increase frames in flight. | 2023-06-03 | 2 | -2/+4 | ||
| | * | | | | | | android: Enable onBackInvokedCallback | 2023-06-03 | 1 | -1/+2 | ||
| | * | | | | | | android: Remove deprecated use of onBackPressed() | 2023-06-03 | 1 | -1/+16 | ||
| | * | | | | | | android: Add option for touch overlay haptics | 2023-06-03 | 6 | -4/+51 | ||
| | * | | | | | | android: Improve missing game handling | 2023-06-03 | 2 | -1/+19 | ||
| | * | | | | | | android: Clean up dependencies | 2023-06-03 | 1 | -7/+3 | ||
| | * | | | | | | android: Delete java code style file | 2023-06-03 | 1 | -241/+0 | ||
| | * | | | | | | android: Settings UI tweaks | 2023-06-03 | 6 | -23/+24 | ||
| | * | | | | | | android: Simplify setup in search and games fragments | 2023-06-03 | 2 | -57/+62 | ||
| | * | | | | | | android: Use collapsing toolbar layout in settings | 2023-06-03 | 3 | -11/+26 | ||
| | * | | | | | | android: Remove unnecessary JvmStatic/JvmField annotations | 2023-06-03 | 11 | -17/+0 | ||
| | * | | | | | | android: Fix navigation rail animation in rtl layout | 2023-06-03 | 1 | -4/+14 | ||
| | * | | | | | | android: Use cutout insets on setup fragment | 2023-06-03 | 1 | -5/+6 | ||
| | * | | | | | | android: Button to reset all settings | 2023-06-03 | 21 | -23/+138 | ||
| | * | | | | | | android: Use proguard file in relWithDebInfo | 2023-06-03 | 1 | -0/+4 | ||
| | * | | | | | | android: Fix background color within inset areas | 2023-06-03 | 2 | -2/+4 | ||
| | * | | | | | | android: Shortcut to settings activity on reselection | 2023-06-03 | 1 | -2/+11 | ||
| | * | | | | | | android: Expose custom RTC setting | 2023-06-03 | 9 | -31/+72 | ||
| | * | | | | | | android: Reset setting on long press | 2023-06-03 | 16 | -7/+89 | ||
| | * | | | | | | android: Fix issues with ea/main icons and version codes | 2023-06-03 | 7 | -28/+19 | ||
| | * | | | | | | android: Move theme options out of advanced settings | 2023-06-03 | 4 | -9/+17 | ||
| | * | | | | | | android: Check if cached games are valid | 2023-06-03 | 1 | -1/+9 | ||
| | * | | | | | | android: Invert rotation to match phone orientation | 2023-06-03 | 1 | -5/+27 | ||
| | * | | | | | | android: vulkan_device: Skip BGR565 emulation on S8gen2. | 2023-06-03 | 1 | -1/+3 | ||
| | * | | | | | | android: config: Use default anisotropic filtering. | 2023-06-03 | 1 | -1/+4 | ||
| | * | | | | | | android: Remove top padding from in game menu items | 2023-06-03 | 1 | -20/+12 | ||
| | * | | | | | | android: Use different icons for mainline/ea | 2023-06-03 | 10 | -5/+835 | ||
| | * | | | | | | android: Add early access upgrade fragment | 2023-06-03 | 13 | -2/+419 | ||
| | * | | | | | | android: vulkan_device: Only compile OverrideBcnFormats when used. | 2023-06-03 | 1 | -0/+2 | ||
| | * | | | | | | android: remove spurious warnings about BCn formats when patched with adrenot... | 2023-06-03 | 1 | -1/+27 | ||
| | * | | | | | | android: video_core: Disable some problematic things on GPU Normal. | 2023-06-03 | 3 | -0/+40 | ||
| | * | | | | | | android: settings: Use mailbox vsync by default. | 2023-06-03 | 2 | -2/+5 | ||
| | * | | | | | | android: video_core: Disable problematic compute shaders. | 2023-06-03 | 5 | -5/+17 | ||
| | * | | | | | | android: Update progard to fix settings crash | 2023-06-03 | 1 | -0/+8 | ||
| | * | | | | | | android: vulkan: Recreate surface after suspension & adapt to async. presenta... | 2023-06-03 | 8 | -26/+39 | ||
| | * | | | | | | android: Game data cache | 2023-06-03 | 8 | -17/+63 | ||
| | * | | | | | | android: Update to Kotlin 1.8.21 | 2023-06-03 | 1 | -1/+1 | ||
| | * | | | | | | android: Disable jetifier | 2023-06-03 | 1 | -2/+1 | ||