xwords/xwords4/android/app/src/main
Eric House b5659f0e5c Rewrite BT proto to batch messages
Lots of changes. Old BT proto is no longer compatible. New one
batches messages per device and sends all on a single connection.
The queue (now a single buffer) is now a static global and the thread
that services it doesn't die (but gloms onto whatever Service instance
is most recent.) Code to pack and unpack the protocol can probably be
reused for wifi-direct or any other pass-through transport.
2019-02-16 09:07:20 -08:00
..
assets update changes: sms will be ripped out alas. 2019-01-17 08:51:13 -08:00
java/org/eehouse/android/xw4 Rewrite BT proto to batch messages 2019-02-16 09:07:20 -08:00
res put GameOver view layout into a ScrollView 2019-02-12 07:47:57 -08:00
AndroidManifest.xml Recast BTService as a JobIntentService 2019-02-08 13:23:07 -08:00