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
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
Joan Montané
7a3c646a3e
Translated using Weblate (Catalan)
...
Currently translated at 97.1% (742 of 764 strings)
2019-07-04 10:01:10 +02: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
WaldiS
579d0114c4
Translated using Weblate (Polish)
...
Currently translated at 89.9% (687 of 764 strings)
2019-06-29 22:39:12 -07:00
Eric House
411707a3a1
fix NPE with empty wordlist (and add note for Greek)
2019-06-29 16:44:38 -07:00
Eric House
f1ee8564cb
fix to compile with release flags
2019-06-29 16:44:38 -07:00
Eric House
ea0b176b2a
debug-build-only macros to find proto-based crashes
...
When a stream reader and writer are out of sync it often shows up as
trying to read off the end of the stream (firing an assert.) It's useful
to know where that's coming from on android where there's usually no
stack trace in the jin world. So pass __func__ in using macros, and log
before asserting. Crude but quick and already useful.
2019-06-28 21:22:45 -07:00
Eric House
7bc6bf31e8
fix rare crash with synchronized
...
When I started opening a lot of games at the same time hit a race
condition that synchronized fixes. Duh. Since two similiarly used
variables with the same name confused me, changed that too.
2019-06-27 11:18:07 -07:00
Eric House
4aa7d67d24
honor comms_getAddrDisabled for relay invite sends
...
It still isn't for other conn-via types, nor for relay invite receipts
that don't go through comms.
2019-06-26 14:08:55 -07:00
Eric House
7809591de5
fix crash with env not being set for dict iter thread
2019-06-24 11:59:48 -07:00
Eric House
25cce2c7f3
add timer to gtk's new-game dialog
2019-06-24 09:20:34 -07:00
WaldiS
e001f0c31f
Translated using Weblate (Polish)
...
Currently translated at 89.9% (687 of 764 strings)
2019-06-23 22:00:30 +02:00
Eric House
42e3ccef50
remove unused strings
2019-06-23 11:40:33 -07:00
Eric House
84b121ee4c
fix path (still doesn't seem to work)
2019-06-23 11:29:29 -07:00
Eric House
b3e197dd59
tweak change note
2019-06-23 11:16:15 -07:00
Eric House
ef1746632b
cleanup
2019-06-23 11:12:27 -07:00
Eric House
b9df279cd5
Merge branch 'android_translate' into android_branch
2019-06-23 11:05:10 -07:00
Eric House
c2c6312e91
include service delay stats for DEBUG builds
...
A start at determining of often there's a problem with Service not
scheduling work quickly enough.
2019-06-23 10:20:16 -07:00
Eric House
fb0d87781a
build from new wordlist
2019-06-23 10:20:16 -07:00
Eric House
5bce759d32
fix race condition leading to NPE
2019-06-23 10:20:16 -07:00
Eric House
4f63ad3b83
wip: cleanup (not related to duplicate)
2019-06-23 10:20:16 -07:00
Eric House
ba363fdbc9
offer to email when unable to lock game
...
Only on non-shipping builds. This is attempting to catch a non-repro
lock-forever I'm trying to fix.
2019-06-23 10:20:16 -07:00
Eric House
c72e97e0f6
add support for 64-bit ARM
...
Add a third processor type to the .so, and fix first compile-time
warnings and then a few dumb bugs based on assumptions about ptr sizes.
Works to play networked games and browse wordlists, but is not
extensively tested and needs to be before release.
2019-06-23 10:20:16 -07:00