xwords/xwords4/android
Eric House d799b94169 use persist flag and new per-game mqtt topics (too)
I didn't understand MQTT at all. Per the docs anyway it only keeps a
message around if its "persist" flag is set, and then it only keeps
the most recent per topic. I expected that when a device connected,
messages would be waiting for it, but that's apparently not true (some
evidence to the contrary.) But having all games on a device share the
same topic means only one message can be waiting. So switch to
including gameID in the topic, subscribing to a wildcard topic and
sending to a different one per game. For now, for legacy purposes,
we'll keep sending to the old per-device topic.
2022-12-16 14:35:22 -08:00
..
app use persist flag and new per-game mqtt topics (too) 2022-12-16 14:35:22 -08:00
gradle/wrapper upgrade to latest gradle version 2020-04-10 07:12:56 -07:00
img_src Add dark- and light-mode themes for board 2021-08-09 09:31:20 -07:00
jni use persist flag and new per-game mqtt topics (too) 2022-12-16 14:35:22 -08:00
res_src Translated using Weblate (Portuguese) 2022-12-16 19:47:42 +01:00
scripts cleanup 2022-11-18 11:09:22 -08:00
website add fdroid sha256 so invitations work there too 2022-11-24 08:25:40 -08:00
.gitignore add to .gitignore 2022-06-13 08:51:10 -07:00
Application.mk initial checkin of jni source and build scripts for android port 2010-01-02 19:10:08 +00:00
build.gradle set sdk versions per variant 2022-11-11 11:59:33 -08:00
gradle.properties changes generated by AS (moving to androidx) 2020-04-10 07:12:56 -07:00
gradlew move some gradle files 2017-01-18 06:33:00 -08:00
gradlew.bat more cleanup. Get Crittercism stuff compiling. 2017-01-18 19:03:36 -08:00
id_rsa_uploader.enc try to fix travis: copy over .enc file 2017-09-11 06:47:59 -07:00
INSTALL.txt update build instruction 2017-12-29 17:56:50 -08:00
settings.gradle move some gradle files 2017-01-18 06:33:00 -08:00