This website requires JavaScript.
Explore
Help
Sign In
awesome-bookmarks
/
arcanechat-android
Watch
3
Star
0
Fork
0
You've already forked arcanechat-android
mirror of
https://github.com/ArcaneChat/android.git
synced
2026-07-03 14:05:24 +02:00
Code
Issues
Packages
Projects
Releases
3
Wiki
Activity
Files
6221c972836fb1d78955be9ebf07b2d0abef8671
arcanechat-android
/
MessengerProj
T
History
B. Petersen
6221c97283
For non-empty strings, do not use NewStringUTF() as this is buggy on some Android versions. Instead, create the string using 'new String(ByteArray, 'UTF-8');' which seems to be programmed more properly. (eg. on KitKat a simple 'SMILING FACE WITH SMILING EYES' (U+1F60A, UTF-8 F0 9F 98 8A) will let the app crash, reporting 0xF0 is a bad UTF-8 start, see
http://stackoverflow.com/questions/12127817/android-ics-4-0-ndk-newstringutf-is-crashing-down-the-app
)
2016-12-20 00:21:18 +01:00
..
config
Refactor using com.b44t.*
2016-11-21 23:00:21 +01:00
jni
For non-empty strings, do not use NewStringUTF() as this is buggy on some Android versions. Instead, create the string using 'new String(ByteArray, 'UTF-8');' which seems to be programmed more properly. (eg. on KitKat a simple 'SMILING FACE WITH SMILING EYES' (U+1F60A, UTF-8 F0 9F 98 8A) will let the app crash, reporting 0xF0 is a bad UTF-8 start, see
http://stackoverflow.com/questions/12127817/android-ics-4-0-ndk-newstringutf-is-crashing-down-the-app
)
2016-12-20 00:21:18 +01:00
src
/main
Set up photo type.
2016-12-19 16:29:59 +01:00
build.gradle
Tuning settings dialog.
2016-12-19 00:18:27 +01:00
proguard-rules.pro
Rename project.
2016-11-21 22:03:19 +01:00