xwords/xwords4/android/app/src/xw4d
Eric House c706205cd1 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-06-23 10:12:05 -07:00
..
java/org/eehouse/android/xw4 Make JNIThread autoclosable and use everywhere 2019-06-23 10:12:05 -07:00
res Recast BTService as a JobIntentService 2019-06-23 10:12:05 -07:00
AndroidManifest.xml remove sms permissions from play store variant 2019-06-23 10:09:59 -07:00
google-services.json add app-side support for firebase messaging 2019-06-23 10:09:00 -07:00