Eric House
892edc098b
cleanup and move strings
2023-08-14 11:34:43 -07:00
Eric House
cae91d20cb
Preliminary sketch of how cmd callbacks work
2023-08-14 08:11:01 -07:00
Prod User
7f1eec654c
fix linux client test to compile and run on Anlinux proot on Android tablet
2023-08-14 08:11:01 -07:00
eulalio
e4ea888966
Translated using Weblate (Spanish)
...
Currently translated at 43.1% (382 of 885 strings)
2023-08-14 14:50:35 +02:00
eulalio
46d0bdc3c7
Translated using Weblate (Spanish)
...
Currently translated at 42.1% (373 of 885 strings)
2023-08-12 17:49:27 +02:00
eulalio
665caf9b88
Translated using Weblate (Spanish)
...
Currently translated at 41.1% (364 of 885 strings)
2023-08-10 13:50:41 +02:00
Eric House
53ce78e1ed
initial changes toward a new test script
...
Android has lots of games on a single device. My current test has one
device per game. I'm hoping to fix that, and am starting with figuring
out how the script and "device" instances will communicate.
2023-08-08 12:09:47 -07:00
Eric House
e708b14c59
remove assert until I can fix it
2023-08-08 12:09:47 -07:00
eulalio
2624030bbf
Translated using Weblate (Spanish)
...
Currently translated at 38.8% (344 of 885 strings)
2023-08-07 18:49:14 +02:00
eulalio
de4de3cece
Translated using Weblate (Spanish)
...
Currently translated at 37.1% (329 of 885 strings)
2023-08-04 14:05:16 +02:00
Eric House
c488235ca7
make new compiler happy
2023-08-03 23:47:05 -07:00
Eric House
280fc3bfe1
fix failure to correctly pass devids into linux client
2023-07-18 21:35:17 -07:00
Eric House
76c0ce3a2e
add common/ to saved logs
...
This is risky because requires that the untested way I map threads to
env always work -- but the risk is to DEBUG builds only.
2023-07-18 16:07:26 -07:00
Eric House
cc2f145fc2
deal better with unset variable
2023-07-01 12:32:04 -07:00
Eric House
185f25953d
cleanup: add an assert and remove some logging
2023-07-01 12:14:07 -07:00
Wellington Terumi Uemura
1c24b5112e
Translated using Weblate (Portuguese (Brazil))
...
Currently translated at 100.0% (885 of 885 strings)
2023-06-23 22:35:03 +02:00
Eric House
99b4af8e53
get dict info immediately after install
...
I want Custom to show up as soon as you install a BYOD wordlist.
2023-05-29 17:03:53 -07:00
Eric House
e3f9e6f32b
include name in warning about custom wordlists
2023-05-29 17:03:40 -07:00
Eric House
bd912ce962
discourage inviting to wordlists not from server
...
If I get an invitation to a wordlist I can't download, hilarity
ensues. I get asked over and over to download it, and because in the
MQTT case the invitation is persisted it'll happen a lot. First step
is to discourage sending those invitations. This change interacts with
the server to flag not-on-server wordlists, and shows the flag in the
wordlist browser and also shows warnings when invitations are about to
be sent.
2023-05-29 16:55:14 -07:00
Eric House
e8beb103cb
add col to dictinfo telling whether dict is available on server
2023-05-29 16:55:14 -07:00
Eric House
9680733899
tweak xwd header output
2023-05-29 16:55:14 -07:00
Eric House
69afe41040
add git rev to display
2023-05-29 16:55:14 -07:00
ssantos
b3a3bd7a37
Translated using Weblate (Portuguese)
...
Currently translated at 100.0% (885 of 885 strings)
2023-05-29 00:49:20 +02:00
ssantos
4edd5c2e7c
Translated using Weblate (German)
...
Currently translated at 100.0% (885 of 885 strings)
2023-05-29 00:49:19 +02:00
Wellington Terumi Uemura
b8522d8f20
Translated using Weblate (Portuguese (Brazil))
...
Currently translated at 100.0% (885 of 885 strings)
2023-05-25 07:49:28 +02:00
Eric House
b316feb367
changelog and version strings
2023-05-24 21:49:48 -07:00
Eric House
0a912db347
move strings
2023-05-21 20:43:12 -07:00
Eric House
bc0478abbf
include player-specific dicts in gi_copy
2023-05-21 08:40:59 -07:00
Eric House
f9914c0fac
fix assertion by copying new field with the rest
2023-05-21 08:06:24 -07:00
ssantos
8c43e63637
Translated using Weblate (Portuguese)
...
Currently translated at 100.0% (883 of 883 strings)
2023-05-07 11:50:26 +02:00
ssantos
bb0a16bfef
Translated using Weblate (German)
...
Currently translated at 100.0% (883 of 883 strings)
2023-05-07 11:50:25 +02:00
Wellington Terumi Uemura
6fd4b53fc6
Translated using Weblate (Portuguese (Brazil))
...
Currently translated at 100.0% (883 of 883 strings)
2023-05-05 23:50:19 +02:00
Eric House
93477ae744
show warnings for backup/restore on Android 9
...
Restore doesn't work there, so warn appropriately
2023-05-04 13:31:35 -07:00
Eric House
869967d1ec
move strings to where they'll be localizable
2023-05-04 11:33:53 -07:00
Eric House
4dbb7362dd
add dbg-only menuitem to set mqtt devid
2023-04-26 13:57:21 -07:00
Eric House
2c79df2f78
remove 255-char limit on chat messages.
...
If people wanna spew, let them.
2023-04-21 18:04:21 -07:00
Eric House
3c56490c01
fix to read any length string from stream
2023-04-21 17:50:01 -07:00
Eric House
dc0c63dc24
don't crash if chat message length > 255 bytes
...
Crash instead if exceeds 1K. That needs a more complex fix.
2023-04-21 16:51:52 -07:00
Eric House
8c60b99e82
remove some asserts Frank's seeing
2023-04-20 14:24:10 -07:00
Eric House
eab9068d89
sleep between logging assert and letting android kill the process
2023-04-20 13:15:42 -07:00
Eric House
f9d3f9fd4e
fix assertions around dropped (because ancient) messages
...
I'm seeing these only when opening games several years old, and they
shouldn't matter on release builds. Still....
2023-04-18 20:55:46 -07:00
Eric House
f8c5a4ea58
add assert
2023-04-18 20:55:46 -07:00
Çağkan Ünver
7b1eaf438e
Translated using Weblate (Turkish)
...
Currently translated at 10.3% (91 of 879 strings)
2023-04-15 19:48:50 +02:00
Eric House
41e8cbf20c
fix concurrency issues with mqttcon's msg queue
2023-04-07 10:14:40 -07:00
Eric House
b46b34cd70
changelog and version change
2023-04-07 10:14:40 -07:00
Hosted Weblate
ea7eccf426
Update translation files
...
Updated by "Cleanup translation files" hook in Weblate.
Translation: Crosswords/Android
Translate-URL: https://hosted.weblate.org/projects/xwords/android/
2023-04-07 05:23:09 +02:00
Eric House
021fa4e303
fix changelog not being shown
2023-04-06 20:22:29 -07:00
Eric House
131826d34f
fix release build
2023-04-06 20:22:29 -07:00
Hosted Weblate
fbd45b6a03
Update translation files
...
Updated by "Cleanup translation files" hook in Weblate.
Translation: Crosswords/Android
Translate-URL: https://hosted.weblate.org/projects/xwords/android/
2023-04-07 04:55:30 +02:00
Eric House
4a20e3d664
remove dead strings
2023-04-06 19:54:50 -07:00