mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-09 05:24:44 +01:00
85969fb913
Noticed the same emulator would always generate the same MQTT id, even after a factory reset. That's because I was seeding rand() in that jni *game* init code, not the (called-earlier) init of the whole jni world. MQTT id generation happens on app launch before any game can be opened so was using an unseeded rand(). |
||
---|---|---|
.. | ||
app | ||
gradle/wrapper | ||
img_src | ||
jni | ||
res_src | ||
scripts | ||
website | ||
.gitignore | ||
Application.mk | ||
build.gradle | ||
gradle.properties | ||
gradlew | ||
gradlew.bat | ||
id_rsa_uploader.enc | ||
INSTALL.txt | ||
settings.gradle |