xwords/xwords4/android/app/src/main
Eric House d94217cc06 Make Board wait a bit for lock on opening
Was seeing frequent failure to open games as JNIThread.getRetained() was
unable to get a lock without waiting. Which it can't do on UI thread. So
added a method to GameLock that takes a callback to be called when the
lock's obtained, with the actual waiting done on a local thread. Then
fixed BoardDelegate a bit to not crash while waiting for the callback.
2019-01-16 21:45:39 -08:00
..
assets up versions strings for new release 2019-01-14 13:12:39 -08:00
java/org/eehouse/android/xw4 Make Board wait a bit for lock on opening 2019-01-16 21:45:39 -08:00
res show BT-troubleshooting hint when scan finds no devices 2019-01-14 12:20:27 -08:00
AndroidManifest.xml start stuff when package replaced 2018-12-17 08:26:39 -08:00