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
Eric House
0b61a8bfb7
assert that valid message is handled
...
I suspect that messages are being dropped (in server) after being
recorded (in comms), causing the game to stall forever. So add an
assertion that it's not happening. Haven't seen it yet in a few hundred
games, but it'll be nice to be more confident.
2019-08-29 23:10:42 +03:00
Eric House
dccd582009
up API version to 28 (required soon)
2019-08-27 19:36:38 +03:00
Eric House
a872e7b7be
remove x86 from release builds
...
I either remove it or add the 64-bit abi. Since it's only there to run
in the emulator let's just leave it in for DEBUG builds. If I need to
run a release build in the emulator I can add it back.
2019-08-27 19:33:40 +03:00
Eric House
40fd954bcd
arm means two ABIs now
2019-08-27 19:33:25 +03:00
Eric House
fa889262f6
change version strings and update changelog
2019-08-24 17:12:12 +03:00
Eric House
8c16d1e749
fix dialog not exiting when close button called
...
Need to use gtk_dialog_run(), not gtk_main()
2019-08-19 07:50:33 +03:00
Eric House
2a54c9ed20
fix Slovak makefile for new wordlist
2019-08-19 07:49:23 +03:00
Eric House
0960ed4963
remove bad assert
...
Can't connect to relay when laptop (emu case) or device has no network,
so stop asserting all the time on airplanes :-)
2019-08-10 06:10:08 -07:00
Eric House
2e4d3a1276
add source of current (dinky) Slovak wordlist
2019-08-08 09:57:40 -07:00
Eric House
b602f6fb3c
Merge branch 'android_translate' into android_branch
2019-08-08 07:44:05 -07:00
Allan Nordhøy
04bd0df344
Translated using Weblate (Norwegian Bokmål)
...
Currently translated at 82.0% (638 of 778 strings)
2019-08-04 01:22:36 +02:00
Allan Nordhøy
f8743e56e7
Translated using Weblate (English)
...
Currently translated at 100.0% (778 of 778 strings)
2019-08-04 01:22:35 +02:00
Allan Nordhøy
bef208ee3b
Translated using Weblate (Norwegian Bokmål)
...
Currently translated at 81.5% (634 of 778 strings)
2019-08-01 07:10:56 +02:00
WaldiS
fcd5194062
Translated using Weblate (Polish)
...
Currently translated at 95.1% (740 of 778 strings)
2019-08-01 07:10:55 +02:00
Hosted Weblate
a102d1710a
Merge branch 'origin/android_translate' into Weblate.
2019-07-30 07:35:13 +02:00
Elizabeth Sherrock
ca56f18608
Translated using Weblate (Chinese (Simplified))
...
Currently translated at 5.4% (41 of 764 strings)
2019-07-30 07:35:12 +02:00
WaldiS
6291a7fde7
Translated using Weblate (Polish)
...
Currently translated at 92.5% (707 of 764 strings)
2019-07-30 07:35:09 +02:00
WaldiS
e36883b1f6
Translated using Weblate (Polish)
...
Currently translated at 90.6% (692 of 764 strings)
2019-07-24 18:46:51 -07:00
Eric House
489ac08289
remove logging
2019-07-24 07:49:29 -07:00
Eric House
a85cfef82d
add missing .deb file
2019-07-24 07:49:03 -07:00
WaldiS
b0ea3a3be8
Translated using Weblate (Polish)
...
Currently translated at 90.6% (692 of 764 strings)
2019-07-21 23:06:35 +02:00
Eric House
597bcebefa
first set of EditTexts getting 'X' clear button
...
I'm using SearchView for now. Would rather have a custom layout without
a magnifying glass I need to hide, but this works for now.
2019-07-20 21:54:35 -07:00
Eric House
af1ac3f779
don't optimize for email-only case
...
The test got out-of-date, and with SMS and clipboard options always
present there's no point in testing: should always pass.
2019-07-14 15:12:15 -07:00
Eric House
7ed7e7d968
Merge branch 'android_branch' of github.com:eehouse/xwords into android_branch
2019-07-07 13:27:58 -07:00
Eric House
6f3be5933f
test script taken from eehouse.org (it works)
2019-07-07 13:00:06 -07:00
Eric House
0f00997928
hide show-fcm-receives pref when FCM not built in
...
I just spent an hour trying to understand why fcm wasn't working against
the f-droid build. This should make that less likely to happen again.
2019-07-07 13:00:06 -07:00
Eric House
1ce243904e
bring in changes from eehouse.org
...
This is what's been running for months, so committing it.
2019-07-07 13:00:06 -07:00
Eric House
475206a373
don't assume send will succeed
...
(Pulling in change that's been on eehouse.org for a while)
2019-07-07 13:00:06 -07:00
Eric House
22f697cd37
remove option to use backwards-compatible smsproto
...
Everybody should have upgraded by now...
2019-07-07 13:00:06 -07:00
Eric House
df14108e4e
add lowercase equivalents
...
where missing and seems possible
2019-07-07 13:00:06 -07:00
Eric House
4abefb025c
add lower-case letters as alternatives
2019-07-07 13:00:06 -07:00
Eric House
18e1f001a0
Merge remote-tracking branch 'weblate/android_translate' into android_translate
2019-07-07 12:59:15 -07:00
Eric House
3661041ce8
test script taken from eehouse.org (it works)
2019-07-06 21:47:40 -07:00
Eric House
1485d5944e
hide show-fcm-receives pref when FCM not built in
...
I just spent an hour trying to understand why fcm wasn't working against
the f-droid build. This should make that less likely to happen again.
2019-07-06 19:52:19 -07:00
Eric House
6fc9ac695d
bring in changes from eehouse.org
...
This is what's been running for months, so committing it.
2019-07-06 11:13:50 -07:00
Eric House
fb818cd072
don't assume send will succeed
...
(Pulling in change that's been on eehouse.org for a while)
2019-07-06 11:06:35 -07:00
Eric House
8568919e14
remove option to use backwards-compatible smsproto
...
Everybody should have upgraded by now...
2019-07-06 10:49:12 -07:00
Joan Montané
7a3c646a3e
Translated using Weblate (Catalan)
...
Currently translated at 97.1% (742 of 764 strings)
2019-07-04 10:01:10 +02:00
Eric House
1b4c706809
add lowercase equivalents
...
where missing and seems possible
2019-07-03 08:45:11 -07:00
Eric House
999fc63e8c
add lower-case letters as alternatives
2019-07-03 06:20:54 -07:00
Elizabeth Sherrock
f7012e327f
Translated using Weblate (Chinese (Simplified))
...
Currently translated at 0.0% (0 of 764 strings)
2019-07-02 05:00:40 +02:00
Elizabeth Sherrock
b4de8911fc
Added translation using Weblate (Chinese (Simplified))
2019-07-01 04:05:24 +02:00
Eric House
2700ba3376
add next-up to changelog
2019-06-29 22:52:07 -07:00
Eric House
8b496c5861
Merge branch 'android_branch' into android_translate
2019-06-29 22:44:25 -07:00
Eric House
7d4814c185
Merge branch 'android_branch' of github.com:eehouse/xwords into android_branch
2019-06-29 22:43:11 -07:00
WaldiS
03e1bb8377
Translated using Weblate (Polish)
...
Currently translated at 89.9% (687 of 764 strings)
2019-06-29 22:41:41 -07:00
Eric House
34bd111b48
fix NPE with empty wordlist (and add note for Greek)
2019-06-29 22:41:41 -07:00