mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-23 07:27:22 +01:00
d94217cc06
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. |
||
---|---|---|
.. | ||
app | ||
gradle/wrapper | ||
img_src | ||
jni | ||
libs | ||
res_src | ||
scripts | ||
website | ||
.gitignore | ||
Application.mk | ||
build.gradle | ||
gradle.properties | ||
gradlew | ||
gradlew.bat | ||
id_rsa_uploader.enc | ||
INSTALL.txt | ||
settings.gradle |