Age | Commit message (Collapse) | Author |
|
Credit to the Skyline team for the FixedRatioSurfaceView.
|
|
android: String and settings organization changes
|
|
android: Load settings at the start of each activity
|
|
|
|
|
|
|
|
android: Resolve a couple Gradle warnings
|
|
|
|
android: Replace deprecated and Java code
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
- 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.
|