| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | android: Warning dialogs for key errors | 2023-06-03 | 3 | -31/+95 | ||
| | | ||||||
| * | android: EmulationFragment: Remove unnecessary surface destroy on pause. | 2023-06-03 | 1 | -3/+0 | ||
| | | ||||||
| * | android: renderer_vulkan: Fix crash with surface recreation. | 2023-06-03 | 1 | -0/+1 | ||
| | | ||||||
| * | android: Fix presentation layout on foldable and tablet devices. | 2023-06-03 | 4 | -14/+47 | ||
| | | ||||||
| * | android: Enable overlay scale/opacity dialog | 2023-06-03 | 10 | -65/+182 | ||
| | | ||||||
| * | Add image to card_game.xml to preview in the Layout Editor | 2023-06-03 | 1 | -1/+2 | ||
| | | ||||||
| * | Save the position of buttons as a percentage | 2023-06-03 | 1 | -80/+136 | ||
| | | ||||||
| * | android: Don't crash the app when selecting a zip that causes a ↵ | 2023-06-03 | 1 | -1/+5 | ||
| | | | | | SecurityException | |||||
| * | android: ForegroundService: Handle null intent. | 2023-06-03 | 1 | -1/+4 | ||
| | | ||||||
| * | android: ImportExportSavesFragment: Cleanup strings. | 2023-06-03 | 2 | -7/+10 | ||
| | | ||||||
| * | Update ↵ | 2023-06-03 | 1 | -1/+1 | ||
| | | | | | src/android/app/src/main/java/org/yuzu/yuzu_emu/fragments/ImportExportSavesFragment.kt | |||||
| * | Remove `?.` | 2023-06-03 | 1 | -1/+1 | ||
| | | ||||||
| * | Check if folder exists before letting the user import/export saves | 2023-06-03 | 1 | -9/+17 | ||
| | | ||||||
| * | Add save import/export in UI | 2023-06-03 | 5 | -0/+247 | ||
| | | ||||||
| * | android: Fix FPS text getting cut off by rounded display corners | 2023-06-03 | 2 | -7/+20 | ||
| | | ||||||
| * | android: Prevent deleting the settings file while a game is running | 2023-06-03 | 3 | -2/+7 | ||
| | | ||||||
| * | android: Fix link text color for base theme dialog | 2023-06-03 | 1 | -0/+1 | ||
| | | ||||||
| * | android: Various fixes for CI. | 2023-06-03 | 25 | -50/+111 | ||
| | | ||||||
| * | android: externals: Update libadrenotools, use useLegacyPackaging. | 2023-06-03 | 1 | -0/+5 | ||
| | | ||||||
| * | 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 | ||
| | | | | | 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. | |||||
| * | android: Stop building x86 packages in APKs | 2023-06-03 | 1 | -1/+1 | ||
| | | | | | This was really only meant for building the app to run in an emulator. If this is necessary, just add manually. | |||||
| * | android: Add FPS toggle | 2023-06-03 | 4 | -10/+37 | ||
| | | ||||||
| * | android: Clean up app build.gradle | 2023-06-03 | 1 | -22/+2 | ||
| | | | | | Removes the conflicting declaration of "version" and changes to versionCode that did nothing. | |||||
| * | 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 | 1 | -1/+3 | ||
| | | ||||||
| * | android: Enable onBackInvokedCallback | 2023-06-03 | 1 | -1/+2 | ||
| | | | | | 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. | |||||
| * | 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 | ||
| | | | | | Disabled by default | |||||
| * | android: Improve missing game handling | 2023-06-03 | 2 | -1/+19 | ||
| | | | | | 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. | |||||
| * | android: Clean up dependencies | 2023-06-03 | 1 | -7/+3 | ||
| | | | | | Additionally updates material and androidx core libraries | |||||
| * | android: Delete java code style file | 2023-06-03 | 1 | -241/+0 | ||
| | | ||||||
| * | android: Settings UI tweaks | 2023-06-03 | 6 | -23/+24 | ||
| | | | | | New spacing and fonts for list items | |||||
| * | 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 | ||
| | | | | | 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. | |||||