Eric House
7200833d27
snapshot: registering from linux works
2024-02-18 19:28:29 -08:00
Eric House
a43d51edf7
add forgotten symlinks
2024-02-18 19:28:29 -08:00
Eric House
2997f32ad0
implement sendViaWeb for linux
...
Fixed the crash that was forcing synchronous sends (and so seriously
slowing down my test script) by using http instead of https. That's
due to limitations in ssl/curl interaction I can look at if necessary.
2024-02-18 19:28:29 -08:00
Eric House
ee26816420
remove ackMQTTMsg() in favor of sendViaWeb()
...
Linux still doesn't work. I need to figure out curl :-(
2024-02-18 19:28:29 -08:00
Eric House
ab8d3d168c
new API for general-purpose web api sends
...
Will later expand to include a callback for when the (async) web API
returns.
2024-02-18 19:28:29 -08:00
Eric House
1320064824
use submodule for cJSON (linux only so far)
2024-02-18 19:28:29 -08:00
Pixel-Tux
1bf19a36d9
Translated using Weblate (Italian)
...
Currently translated at 79.2% (716 of 903 strings)
2024-02-19 04:10:24 +01:00
CloneWith
8391c3a85b
Translated using Weblate (Chinese (Simplified))
...
Currently translated at 100.0% (903 of 903 strings)
2024-02-15 04:15:08 +01:00
ssantos
69a8f9e981
Translated using Weblate (Portuguese)
...
Currently translated at 100.0% (903 of 903 strings)
2024-02-15 04:15:07 +01:00
ssantos
c0e44c9734
Translated using Weblate (German)
...
Currently translated at 100.0% (903 of 903 strings)
2024-02-15 04:15:07 +01:00
joaooliva
01f10c9c4b
Translated using Weblate (Portuguese (Brazil))
...
Currently translated at 100.0% (903 of 903 strings)
2024-02-14 01:02:01 +01:00
Eric House
df04b55329
add name for self in peers status results
2024-02-12 20:26:42 -08:00
Eric House
3cd73acdc2
change API for dutil_md5sum to avoid malloc-ing
2024-02-12 14:07:54 -08:00
gallegonovato
300f1d40f7
Translated using Weblate (Spanish)
...
Currently translated at 100.0% (903 of 903 strings)
2024-02-12 14:56:23 +01:00
Eric House
4afce76cc5
move strings to where translators will see them
2024-02-11 20:25:58 -08:00
Eric House
f374bd7d17
changing the main dev branch name from android_branch to main
2024-02-11 20:18:21 -08:00
Eric House
0f01ede7bd
specify branch (likely unnecessary)
2024-02-11 11:50:34 -08:00
Eric House
01bbee3a8c
more reducing logging
2024-02-10 20:41:19 -08:00
Eric House
8487d212a3
introduce XP_LOGFFV and use it to remove some excessive logging
2024-02-10 10:23:43 -08:00
Eric House
5adedac314
fix script to delete build dir
2024-02-09 14:53:43 -08:00
Eric House
49ade38aca
don't offer to upgrade built-in wordlists
2024-02-09 14:36:31 -08:00
Eric House
4b470f5e0f
don't check sums on built-in wordlists
...
I'm not sure where confusion creeps in, but I'm seeing offers to
upgrade BasEnglish that I don't think even succeed. Bad experience.
2024-02-09 14:24:43 -08:00
Eric House
c7b9182eca
make rematch-to-self work again
2024-02-09 11:33:05 -08:00
Eric House
ca970d7874
fix to actually upload. Duh!
2024-02-09 11:19:25 -08:00
Eric House
a48cd6e82e
add unquash menuitem to netstat menu (debug only)
2024-02-09 10:10:44 -08:00
Eric House
cbae3665ca
remove redundant list length variable
2024-02-09 10:10:44 -08:00
Eric House
9437cc4ef9
tweak dllist to allow deletion mid-iteration
...
Eventually comms will use this thing I think
2024-02-09 09:40:27 -08:00
Eric House
b5090bb825
add sorting known players by date to android client
2024-02-09 09:40:27 -08:00
Eric House
183b656d2a
some logging to remove
2024-02-09 09:40:27 -08:00
Eric House
e9e6802f58
add newestMod when creating new knownplayer entries
...
This may be why they're mostly zeros
2024-02-09 09:40:27 -08:00
Eric House
bbd06183d4
move sorting of known players into common code
2024-02-09 09:40:23 -08:00
Eric House
01e5082ad5
upload debug builds to test server too
2024-02-08 11:48:23 -08:00
Eric House
2ebdcd6433
add refresh button to mqtt peers dialog
2024-02-06 18:29:21 -08:00
Eric House
fac2eca5b2
implement peers-info menuitem (Debug only)
2024-02-06 16:31:20 -08:00
Eric House
6781f1e69f
up version codes for release
2024-02-06 11:23:11 -08:00
Eric House
6a50596d7d
add missing Overrides (for run() only)
2024-02-05 20:28:15 -08:00
Eric House
573a542b70
fix to update dict location after download on KitKat too
2024-02-05 20:28:11 -08:00
Eric House
7471a11c4d
use http on KitKat and below
...
There are SSL errors in some old versions, and none of them requires
https, so let 'em work as they once did however few users there may
be.
2024-02-05 18:47:11 -08:00
Eric House
a5687d788b
provide default for rematch order
2024-02-05 17:11:55 -08:00
Eric House
6473bc9f4c
changes and new version strings
2024-02-04 17:20:54 -08:00
Eric House
079cbfdb12
add solo games to test script
2024-02-02 21:51:37 -08:00
Eric House
5d53df9f0b
tweak linux client to work with old test script
...
Included adding a new enum
2024-02-02 16:41:44 -08:00
Eric House
0d87cbc7d0
protect logging with a mutex to prevent interleaving
...
I started logging from a thread and got problems
2024-01-24 10:06:42 -08:00
Eric House
5a8d098597
add, but don't use, ability to send acks in background
...
Sending in foreground, using blocking CURL calls, slows the test
script down a lot. But using CURL from background crashes. Punt.
2024-01-24 10:06:42 -08:00
Eric House
09fd0caed9
add sending chat messages
2024-01-24 10:06:42 -08:00
Eric House
74abdfb26c
make linux app handle sendChat cmd
2024-01-24 10:06:42 -08:00
CloneWith
c198d2d0ca
Translated using Weblate (Chinese (Simplified))
...
Currently translated at 100.0% (899 of 899 strings)
2024-01-22 07:01:45 +01:00
Eric House
682ddc45bb
if a param's in a script, handle it!
2024-01-20 16:10:46 -08:00
Eric House
de4dbef0dc
skip listing menu for non-mqtt games in context menu too
...
Didn't realize I had the info I need...
2024-01-20 16:10:46 -08:00
Eric House
d543b58150
don't show webui url when game not using mqtt (debug only)
2024-01-20 15:59:40 -08:00