summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2023-06-04android: Resolve a couple Gradle warningsAbandoned Cart
2023-06-03android: Add support for split foldable viewAbandoned Cart
2023-06-03android: Replace deprecated and Java codeAbandoned Cart
2023-06-03android: Fix crash on importing invalid saveCharles Lombardo
2023-06-03android: vk_presentation_manager: Fix unusued needs_recreation.bunnei
2023-06-03android: Rename "Input Overlay" to "Overlay Options"Charles Lombardo
2023-06-03android: Adjust import/export saves dialogCharles Lombardo
2023-06-03android: Warning dialogs for key errorsCharles Lombardo
2023-06-03android: vk_turbo_mode: Remove unnecessary device recreation.bunnei
- Fixes a rare crash.
2023-06-03android: EmulationFragment: Remove unnecessary surface destroy on pause.bunnei
2023-06-03android: renderer_vulkan: Fix crash with surface recreation.bunnei
2023-06-03android: Fix presentation layout on foldable and tablet devices.bunnei
2023-06-03android: Enable overlay scale/opacity dialogCharles Lombardo
2023-06-03Add image to card_game.xml to preview in the Layout EditorPabloG02
2023-06-03Save the position of buttons as a percentagePabloG02
2023-06-03android: Don't crash the app when selecting a zip that causes a ↵Charles Lombardo
SecurityException
2023-06-03input_common: Fix virtual amiibosbunnei
2023-06-03android: audio_core: Avoid shutdown hang.bunnei
2023-06-03android: ForegroundService: Handle null intent.bunnei
2023-06-03android: ImportExportSavesFragment: Cleanup strings.bunnei
2023-06-03Update ↵bunnei
src/android/app/src/main/java/org/yuzu/yuzu_emu/fragments/ImportExportSavesFragment.kt
2023-06-03Remove `?.`PabloG02
2023-06-03Check if folder exists before letting the user import/export savesPabloG02
2023-06-03Add save import/export in UIPabloG02
2023-06-03android: Fix FPS text getting cut off by rounded display cornersCharles Lombardo
2023-06-03android: Prevent deleting the settings file while a game is runningCharles Lombardo
2023-06-03android: Fix link text color for base theme dialogCharles Lombardo
2023-06-03android: Various fixes for CI.bunnei
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