Mirror of git://xwords.git.sourceforge.net/gitroot/xwords/xwords
Find a file
Eric House fe6996b663 decouple networking threads from RelayService
Oreo's creating a new service instance for every single intent passed to
enqueueWork, meaning a brand new set of threads with a new queue, empty
set of messages to be retried, etc. was created every time, and all
attempts to optimize and retry were broken. So: make the threads a
static singleton that are given a Service instance from onCreate() and
told to drop it from onDestroy(). The threads proceed until they need an
instance, then block until one's available. Seems to work on Oreo and an
older Android as well.
2018-12-09 18:26:59 -08:00
xwords4 decouple networking threads from RelayService 2018-12-09 18:26:59 -08:00
.gitignore fix xw4d build (shortening more xw4dbg) 2017-05-23 19:03:29 -07:00
.projectile fix duplicate permissions 2017-01-19 06:22:12 -08:00
.travis.yml trying to fix travis build 2018-11-28 20:14:49 -08:00
id_rsa_uploader.enc try to fix travis for new host 2017-10-11 07:39:09 -07:00