xwords/xwords4/android/app/src/main
Eric House b1a4b1a030 Make JNIThread autoclosable and use everywhere
JNIThread is somehow sticking around sometimes and holding the lock for
a game so that that game can never be opened again. On the theory that
there's some place retain() was called but not release(), use the thing
in try-with-resources wherever possible. Which is pretty much
everywhere.

Also added age to the lock-holder report being uploaded.
2019-02-11 20:39:17 -08:00
..
assets update changes: sms will be ripped out alas. 2019-01-17 08:51:13 -08:00
java/org/eehouse/android/xw4 Make JNIThread autoclosable and use everywhere 2019-02-11 20:39:17 -08:00
res make text in new GameOver alert bigger 2019-02-11 07:29:34 -08:00
AndroidManifest.xml Recast BTService as a JobIntentService 2019-02-08 13:23:07 -08:00