xwords/xwords4/android/app
Eric House 0e2af6a836 rewrite GameLock to use wait()/notifyAll()
I've learned a bit about java since writing that class. Should be faster
now without the sleep/polling. Also making it illegal to use blocking
lock() call on UI thread. There may be some assertions to fix in the
next few days.
2018-12-26 17:41:21 -08:00
..
src rewrite GameLock to use wait()/notifyAll() 2018-12-26 17:41:21 -08:00
build.gradle revert diagnostic changes 2018-12-17 12:57:17 -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