Commit graph

13190 commits

Author SHA1 Message Date
Eric House
daf5894d79 call new web api to ack mqtt messages
This is toward debugging. Not sure it'll be use to add functionality yet.
2021-04-19 07:04:58 -07:00
Bruno Oliveira Rosa
3613b658f9
Translated using Weblate (Portuguese (Brazil))
Currently translated at 100.0% (893 of 893 strings)
2021-04-12 21:27:01 +02:00
Eric House
356280565a ensure default addr type set never empty 2021-04-08 21:43:24 -07:00
Eric House
92200779ac log connType in nli 2021-04-07 21:40:20 -07:00
Bernard Massot
a2a47d4633
Translated using Weblate (French)
Currently translated at 99.2% (886 of 893 strings)
2021-04-02 19:26:47 +02:00
Eric House
b9c34b2b31 don't include relay in rematch addressing 2021-04-01 13:26:25 -07:00
Eric House
a1cabd6c4c don't add relay to new games -- mqtt only 2021-04-01 10:10:08 -07:00
Hosted Weblate
399971e82f
Merge branch 'origin/android_branch' into Weblate. 2021-04-01 02:33:17 +02:00
Eric House
fbc7a70c43 Merge branch 'android_branch' of github.com:eehouse/xwords into android_branch 2021-03-31 17:01:29 -07:00
Eric House
2d3f86a396 Merge branch 'from_android_beta_175' into android_branch 2021-03-31 16:59:31 -07:00
Eric House
ad3fd9342c up strings for bug-fix release 2021-03-31 16:37:12 -07:00
Eric House
229ced9a29 add and use new string for networked case 2021-03-31 16:33:53 -07:00
Eric House
0e3cd7c9f5 upgrade to latest stable (LTS) NDK 2021-03-31 16:21:03 -07:00
Eric House
29261dd370 fix crash when no radio's been chosen 2021-03-31 16:19:19 -07:00
Eric House
60d6cf444a fix crash when no radio's been chosen 2021-03-31 16:18:44 -07:00
Eric House
63262ba9b3 fix crash when no radio's been chosen 2021-03-31 15:29:52 -07:00
Hosted Weblate
23806627a3
Merge branch 'origin/android_branch' into Weblate. 2021-03-31 21:37:55 +02:00
Eric House
97962fceed upgrade to latest stable (LTS) NDK 2021-03-29 18:26:05 -07:00
Eric House
d74161958e cleanup: remove dead and use new code 2021-03-28 20:27:24 -07:00
Eric House
f13e81a4b5 Merge branch 'android_branch' into wasm 2021-03-28 18:39:07 -07:00
Eric House
9cf07b6327 remove unused json field 2021-03-28 10:28:47 -07:00
Eric House
2a20caa6d7 fix breakage caused by merge 2021-03-27 11:00:06 -07:00
Eric House
64ff2e5f69 Merge branch 'android_branch' into wasm 2021-03-27 10:27:14 -07:00
Eric House
61d580adeb remove extra line-feeds 2021-03-26 22:19:00 -07:00
Eric House
f441ec18b3 changelog and version change for upgrade 2021-03-25 20:25:54 -07:00
Eric House
0e9a7f0434 capitalize variant 2021-03-25 20:25:54 -07:00
Hosted Weblate
5b77a60de5
Update translation files
Updated by "Cleanup translation files" hook in Weblate.

Translation: Crosswords/Android
Translate-URL: https://hosted.weblate.org/projects/xwords/android/
2021-03-25 23:46:57 +01:00
Hosted Weblate
b6125b38f1
Merge branch 'origin/android_branch' into Weblate. 2021-03-25 23:46:56 +01:00
Bernard Massot
2bad549655
Translated using Weblate (French)
Currently translated at 99.2% (886 of 893 strings)
2021-03-25 23:46:55 +01:00
Eric House
0e7edd9dcf fix build breakage by reusing rather than duplicating string 2021-03-25 15:45:53 -07:00
Hosted Weblate
e0810e2d05
Merge branch 'origin/android_branch' into Weblate. 2021-03-25 20:11:15 +01:00
Eric House
430750e23a Change text for blank-out-filter-config Clear, not Reset
Reset somehow makes me expect the filter to be re-applied after the
inputs are removed.
2021-03-25 12:10:49 -07:00
Hosted Weblate
1480b0a804
Merge branch 'origin/android_branch' into Weblate. 2021-03-25 17:48:56 +01:00
Eric House
59acc5d619 disable reset button unless there's state to clear
Using a timer seemed easier than adding listeners on a bunch of fields.
2021-03-25 09:41:43 -07:00
Eric House
ccd557658f Squashed commit of e.g.
commit 3d6a265d76
Author: Bernard Massot <bmassot@free.fr>
Date:   Mon Mar 22 20:30:12 2021 +0000

    Translated using Weblate (French)

    Currently translated at 99.2% (885 of 892 strings)
2021-03-24 21:21:25 -07:00
Eric House
b730253e6b remove FLIP button; save/restore prefs 2021-03-24 17:52:17 -07:00
Eric House
7bd1153c13 appearance tweaks 2021-03-24 17:29:27 -07:00
Eric House
7a7a2db6ce enable chat (without history) 2021-03-24 15:58:25 -07:00
Eric House
e7669c427e size html elements based on window size
Should make things look better on different sized phone and tablet
screens.
2021-03-24 10:20:42 -07:00
Bernard Massot
3d6a265d76
Translated using Weblate (French)
Currently translated at 99.2% (885 of 892 strings)
2021-03-23 22:29:52 +01:00
Eric House
bcf85fa849 adjust board size based on window size
Seems to work adequately. Resizing buttons needs to happen too.
2021-03-22 19:39:39 -07:00
Hosted Weblate
e6d3ca46bf
Merge branch 'origin/android_branch' into Weblate. 2021-03-22 20:24:11 +01:00
Eric House
a11db395d5 fix invite alert not being dismissed on game connect
At least where QR was being used, it didn't go away. Not sure why, but a
global was getting nulled when it shouldn't have been. Race condition I
guess.
2021-03-22 12:22:53 -07:00
Hosted Weblate
da85904a21
Merge branch 'origin/android_branch' into Weblate. 2021-03-22 19:14:50 +01:00
Eric House
177bb28a67 Squashed commit including:
commit 1f8a46156f
Author: Bernard Massot <bmassot@free.fr>
Date:   Sun Mar 21 22:03:07 2021 +0000

    Translated using Weblate (French)

    Currently translated at 99.2% (885 of 892 strings)
2021-03-22 10:45:52 -07:00
Eric House
561c5c9eb1 cleanup 2021-03-22 10:43:34 -07:00
Hosted Weblate
a3524ddefa
Merge branch 'origin/android_branch' into Weblate. 2021-03-22 18:42:09 +01:00
Bernard Massot
1f8a46156f
Translated using Weblate (French)
Currently translated at 99.2% (885 of 892 strings)
2021-03-22 18:42:09 +01:00
Eric House
1e2509163d listen on window resizes -- print only for now 2021-03-22 08:28:52 -07:00
Eric House
3060def376 add and use NULL_XWE 2021-03-21 20:16:09 -07:00