xwords/xwords4/android/app
Eric House 051aeba57c fix crash by not creating Handler until on UI thread
Receiver is created and installed by a non-UI thread sometimes so can't
create the Handler there. onReceive() is called on an ok thread however
so create it there on demand. Fixes crash that showed when receiving
relay messages in background.
2018-12-09 18:26:59 -08:00
..
src fix crash by not creating Handler until on UI thread 2018-12-09 18:26:59 -08:00
build.gradle include X86 native library again 2018-12-09 18:26:59 -08:00
debug.keystore include debug keystore directly 2017-01-22 15:35:02 -08:00
proguard-rules.pro tweak comments 2017-07-19 06:16:22 -07:00