Eric House
f4845efc3f
don't include NFC in network status
2019-12-03 08:26:51 -08:00
Eric House
5fb08cd35f
update changelog
2019-12-03 08:10:40 -08:00
Eric House
5fe46f275c
communicate FCM deviceID to relay immediately
...
Don't wait for second connection! This makes new installs able to get a
game going much more reliably.
2019-11-30 20:24:43 -08:00
Eric House
2d81135487
set dbname in build.gradle
2019-11-30 19:49:29 -08:00
Eric House
ee9f3c36f8
fix crash opening older games
...
I'd forgotten that merely adding a new type changed the game's binary format.
2019-11-30 18:43:28 -08:00
Eric House
496ef73da2
cleanup and remove one bad assertion
2019-11-27 11:47:46 -08:00
Eric House
9373dce0df
fix fcm_msg.py test script (force to take devid) Works!
2019-11-27 11:47:46 -08:00
Eric House
20e9754966
don't print NFC stats
2019-11-27 09:35:07 -08:00
Eric House
ced26e8e37
remove release-build-only warning
2019-11-27 08:44:09 -08:00
Eric House
8d1065ea75
up strings for new release
2019-11-27 07:32:49 -08:00
Eric House
7eaa466f78
add ability to send moves via NFC
...
You can now play an entire game via NFC. There's no UI though: big
question is how to make the feature "discoverable."
2019-11-23 10:53:51 -08:00
Eric House
1e7ae2b2ec
fix lower->upper translation: tr didn't like my strings
...
For whatever reason, though emacs thought the lower- and uppercase
strings I was passing to tr were the same but for case two letters were
getting dropped. This lets tr figure things out itself.
2019-11-19 22:27:41 -08:00
Eric House
8da3c5fc68
add comms_getPending(), and refactor to implement
2019-11-18 09:26:46 -08:00
naofum
5045356e6e
Translated using Weblate (Japanese)
...
Currently translated at 100.0% (778 of 778 strings)
2019-11-18 13:04:30 +01:00
Allan Nordhøy
e73664355f
Translated using Weblate (Norwegian Bokmål)
...
Currently translated at 83.2% (647 of 778 strings)
2019-11-16 16:04:24 +01:00
Allan Nordhøy
40454f4b24
Translated using Weblate (English)
...
Currently translated at 100.0% (778 of 778 strings)
2019-11-16 16:04:24 +01:00
Eric House
58c3ab4e4a
first cut at python version of dawg2dict
...
Perl version doesn't work and I don't remember enough of the language to
fix it.
2019-11-13 13:22:30 -08:00
Eric House
c5a8319fa8
fix comment
2019-11-13 12:32:06 -08:00
Eric House
611e046987
check for undefined variable
2019-11-12 09:08:08 -08:00
Eric House
c69ec52502
add comms stats to conn status display (DEBUG only)
2019-11-05 08:30:38 -08:00
Eric House
a35f0f7339
fix stall when sending chat
...
Oops. Old code doesn't mark chat messages as successfully processed.
2019-11-05 08:30:15 -08:00
Eric House
f8a84cbe0a
adding missing DB field
...
Can't upgrade a game if the field's missing so just add it. Adding a
notion of versioning and upgrading isn't worth the effort.
2019-11-03 18:14:47 -08:00
Eric House
56fc359f42
fix counts/values for 'D' (thanks Peter)
2019-11-03 18:12:24 -08:00
Eric House
54e5ca361d
remove unnecessary logging
2019-11-03 11:24:29 +00:00
Eric House
da7f84d683
fix log_hex format alignment
2019-11-03 11:24:23 +00:00
Allan Nordhøy
9bcc538cce
Translated using Weblate (Norwegian Bokmål)
...
Currently translated at 83.0% (646 of 778 strings)
2019-11-03 12:03:52 +01:00
Eric House
37ac29e65e
always log hash failure
2019-11-03 09:34:18 +00:00
Eric House
e37220cbb1
add ability to upgrade app during game
...
This was in the .sh version of the script but not the .py. Delete the
former too BTW.
2019-11-03 09:30:32 +00:00
Eric House
685c8879c3
don't consider message received until it's processed
...
I think I'm seeing a bug where msg <n> is received, I record that I'm
now looking for msg <n+1>, fail to process <n> (perhaps because some
resource is temporarily unavailable?), and am now in a state where I
won't accept <n> when it's resent. This fixes this by only recording <n>
received after processing code has accepted it.
2019-11-03 08:35:56 +00:00
WaldiS
79a08a625f
Translated using Weblate (Polish)
...
Currently translated at 94.7% (737 of 778 strings)
2019-11-01 21:03:48 +01:00
Eric House
96ee5bec8c
start adding logging specific to comms' windowing
...
(Hi from Santiago)
2019-11-01 07:22:56 -07:00
Eric House
96f4d2cfc0
don't offer NFC on Android 10, where it's broken.
2019-10-22 13:40:17 +02:00
Eric House
06b6afe612
use sdk 28 for real
...
requires dropping junit Assert and accessing an old Canvas method via reflection.
2019-10-22 13:40:17 +02:00
Eric House
bf37ab0fc1
use https now to fix broken updating
2019-10-22 13:39:14 +02:00
Eric House
a1a71df7c6
update Makefile for latest Catalan wordlist
2019-10-22 13:24:40 +02:00
Andreas Kleinert
b616849128
Translated using Weblate (German)
...
Currently translated at 100.0% (778 of 778 strings)
2019-10-17 19:52:46 +02:00
Joan Montané
df66d040a3
Translated using Weblate (Catalan)
...
Currently translated at 95.1% (740 of 778 strings)
2019-10-09 14:58:30 +02:00
Allan Nordhøy
0e968158c9
Translated using Weblate (Norwegian Bokmål)
...
Currently translated at 83.0% (646 of 778 strings)
2019-10-02 06:56:00 +02:00
Joan Montané
731b748790
Translated using Weblate (Catalan)
...
Currently translated at 93.2% (725 of 778 strings)
2019-10-02 06:55:59 +02:00
Estébastien Robespi
282250211e
Translated using Weblate (French)
...
Currently translated at 92.8% (722 of 778 strings)
2019-09-29 15:55:53 +02:00
Allan Nordhøy
32c03671a0
Translated using Weblate (Polish)
...
Currently translated at 94.5% (735 of 778 strings)
2019-09-29 15:55:52 +02:00
Allan Nordhøy
f8829e9bdb
Translated using Weblate (Catalan)
...
Currently translated at 92.4% (719 of 778 strings)
2019-09-29 15:55:52 +02:00
Allan Nordhøy
7d125a95e8
Translated using Weblate (Japanese)
...
Currently translated at 100.0% (778 of 778 strings)
2019-09-29 15:55:51 +02:00
naofum
9b04d4b90b
Translated using Weblate (Japanese)
...
Currently translated at 100.0% (778 of 778 strings)
2019-09-23 15:27:52 +02:00
naofum
de430bddb5
Translated using Weblate (Japanese)
...
Currently translated at 89.6% (697 of 778 strings)
2019-09-21 12:27:50 +02:00
naofum
e69d9bcab9
Translated using Weblate (Japanese)
...
Currently translated at 73.3% (570 of 778 strings)
2019-09-19 11:27:38 +02:00
Eric House
7fd366c2d9
avoid NPE when invite isn't only thing passed
2019-09-17 07:47:13 +03:00
Eric House
f12531e40b
let cells be taller than wide too (take 2)
2019-09-10 16:40:50 +03:00
Eric House
d3d37c62d5
Merge pull request #1 from leela52452/android_branch
...
typo ellipsis, added
2019-09-04 18:30:13 +03:00
leela
e5570447a4
typo ellipsis, added
...
see [source](https://hosted.weblate.org/projects/xwords/android/source/review/?type=check%3Aellipsis )
2019-09-02 07:09:34 +00:00