Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
- Fixes a rare crash.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
SecurityException
|
|
|
|
|
|
|
|
|
|
src/android/app/src/main/java/org/yuzu/yuzu_emu/fragments/ImportExportSavesFragment.kt
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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.
|
|
This was really only meant for building the app to run in an emulator. If this is necessary, just add manually.
|
|
|
|
Removes the conflicting declaration of "version" and changes to versionCode that did nothing.
|
|
|
|
|
|
|
|
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.
|
|
|
|
Disabled by default
|
|
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.
|
|
Additionally updates material and androidx core libraries
|
|
|
|
New spacing and fonts for list items
|
|
|