citra/src/android
Charles Lombardo bfb4e3bcaa android: Improve searches with one character
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-03 00:06:04 -07:00
..
app android: Improve searches with one character 2023-06-03 00:06:04 -07:00
gradle/wrapper android: Update gradle version to 8.1 2023-06-03 00:05:51 -07:00
.gitignore android: Add Citra frontend. 2023-06-03 00:05:26 -07:00
build.gradle.kts android: Update to Kotlin 1.8.21 2023-06-03 00:05:59 -07:00
gradle.properties android: Disable jetifier 2023-06-03 00:05:59 -07:00
gradlew CI: add Android build systems 2023-06-03 00:05:33 -07:00
gradlew.bat android: Add Citra frontend. 2023-06-03 00:05:26 -07:00
settings.gradle.kts android: Convert gradle scripts to Kotlin DSL 2023-06-03 00:05:51 -07:00