mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-09 05:24:44 +01:00
Mirror of git://xwords.git.sourceforge.net/gitroot/xwords/xwords
af37fb45f7
It's simpler this way, and I'm tired of stuff not happening because the OS chooses not to schedule e.g. an invitation send for minutes. Goal's to be running BluetoothServerSocket.accept() as much as possible when there are active BT games in play OR when the game's in the foreground. If that's happening, sent invitations and moves will be received when users expect. When there's no traffic and app isn't being brought to foreground, backoff will ensure I don't try to run accept() too often. FWIW, BTLE seems to offer a better way to do this (to have an app be responsive to incoming invitations when it hasn't run in the foreground in a while), but it requires users to accept FINE_LOCATION permission. I'm hoping I can make this work to avoid asking for that permission. |
||
---|---|---|
xwords4 | ||
.gitignore | ||
.projectile | ||
.travis.yml | ||
id_rsa_uploader.enc | ||
README.md |
xwords
Clone of xwords repo from Sourceforge -- an open source implementation of rules of Scrabble(tm) for handhelds
Just adding now. I'll edit after pulling. :-)