dolphin/Source/Android
JosJuice f5da6e07d7 Android: Use correct encoding when converting strings
The functions with "UTF" in the name use "modified UTF-8" rather
than the standard UTF-8 which Dolphin uses, at least according
to Oracle's documentation, so it is incorrect for us to use them.
This change fixes the problem by converting between UTF-8 and
UTF-16 manually instead of letting JNI do it for us.
2020-07-08 14:52:05 +02:00
..
app Merge pull request #8891 from JosJuice/file-details 2020-06-25 11:00:49 +01:00
gradle/wrapper Bumps compile API to 29 (Q) removes unecessary casts and deprecated 2019-11-22 13:17:37 -03:00
jni Android: Use correct encoding when converting strings 2020-07-08 14:52:05 +02:00
.gitignore
build.gradle Android: update to Gradle 3.5.3 2019-12-06 12:13:53 -05:00
code-style-java.xml
gradle.properties Bumps compile API to 29 (Q) removes unecessary casts and deprecated 2019-11-22 13:17:37 -03:00
gradlew
gradlew.bat
settings.gradle