Eric House
c22526b1f7
Offer to delete finished games
2021-02-25 10:14:06 -08:00
Eric House
9804594237
cleanup: use AlertDialog not Dialog
2021-02-25 08:56:08 -08:00
Eric House
5c09d9b9a4
add commented-out javac option
...
(so I don't have to research it again)
2021-02-25 08:55:05 -08:00
Eric House
ad8451d5c9
fix NPE
...
When nothing has focus can't close keyboard. (Likely it's not up in that
case anyway.)
2021-02-24 21:18:59 -08:00
Eric House
1c9b94efbc
hide keyboard when filter run and when filter closed
2021-02-24 20:15:58 -08:00
Eric House
5736870357
when filtering, enter key hides keyboard and applies filter
2021-02-24 20:08:43 -08:00
Eric House
e2b51beb60
for filters, bring up keyboard all-caps
2021-02-24 20:03:39 -08:00
Eric House
9af5ed2a6c
add reset button to wordlist filter
2021-02-24 19:10:31 -08:00
Eric House
c97b9875bd
cleanup: make TableLayout include less
...
Scroller is allowed only one child and I guess I wanted the TableLayout
to suffice, but having unrelated stuff in it sucked. So wrap it in a
LinearLayout and move the unrelated stuff out.
2021-02-24 19:03:52 -08:00
Eric House
ae0a30a088
french translation for f-droid metadata
...
We'll see if it shows up.
2021-02-23 17:09:09 -08:00
Eric House
e351a5e4f0
up release numbers; changelog changes
2021-02-22 08:12:48 -08:00
Eric House
5abc95dd6e
add experimental translatable f-droid metadata
2021-02-21 16:21:02 -08:00
Eric House
1a79d124f2
Squashed commit of the following:
...
commit f68186cafb
Author: Bernard Massot <bmassot@free.fr>
Date: Sun Feb 21 19:22:45 2021 +0000
Translated using Weblate (French)
Currently translated at 99.4% (883 of 888 strings)
2021-02-21 15:28:06 -08:00
Bernard Massot
f68186cafb
Translated using Weblate (French)
...
Currently translated at 99.4% (883 of 888 strings)
2021-02-22 00:25:51 +01:00
Hosted Weblate
76df89a517
Merge branch 'origin/android_branch' into Weblate.
2021-02-21 20:58:22 +01:00
Eric House
28e0dfe315
give prefs entry-page a title
2021-02-21 11:52:37 -08:00
Hosted Weblate
cd3cf27559
Merge branch 'origin/android_branch' into Weblate.
2021-02-21 20:25:45 +01:00
Eric House
0df49bcb62
Squashed commit of the weblate cleanup
2021-02-21 11:06:37 -08:00
Hosted Weblate
7c930c6e91
Update translation files
...
Updated by "Cleanup translation files" hook in Weblate.
Translation: Crosswords/Android
Translate-URL: https://hosted.weblate.org/projects/xwords/android/
2021-02-21 20:05:02 +01:00
Hosted Weblate
4cadd85ce5
Merge branch 'origin/android_branch' into Weblate.
2021-02-21 20:05:01 +01:00
Eric House
18aacdefeb
Squashed commit of the following:
...
commit fabc29dfef
Author: Bernard Massot <bmassot@free.fr>
Date: Sun Feb 21 18:25:36 2021 +0000
Translated using Weblate (French)
Currently translated at 99.3% (882 of 888 strings)
commit b26f383d32
Author: Hosted Weblate <hosted@weblate.org>
Date: Sun Feb 21 19:09:29 2021 +0100
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Translation: Crosswords/Android
Translate-URL: https://hosted.weblate.org/projects/xwords/android/
2021-02-21 10:54:55 -08:00
Bernard Massot
fabc29dfef
Translated using Weblate (French)
...
Currently translated at 99.3% (882 of 888 strings)
2021-02-21 19:53:22 +01:00
Hosted Weblate
e9e0834048
Update translation files
...
Updated by "Cleanup translation files" hook in Weblate.
Translation: Crosswords/Android
Translate-URL: https://hosted.weblate.org/projects/xwords/android/
2021-02-21 10:44:53 -08:00
Eric House
aaca73eb40
bring up different dialog after invite sent
2021-02-21 10:40:53 -08:00
Hosted Weblate
b26f383d32
Update translation files
...
Updated by "Cleanup translation files" hook in Weblate.
Translation: Crosswords/Android
Translate-URL: https://hosted.weblate.org/projects/xwords/android/
2021-02-21 19:09:29 +01:00
Eric House
4e21e40de5
tweak buttons and text of invite dialog
...
I want to encourage people not to think there's action to be taken
between when they invite and an invitee responds, e.g. to email. So make
the "Close Game" button the "positive" one that case.
2021-02-20 20:33:35 -08:00
Eric House
014cafe67e
cleanup
2021-02-18 16:53:00 -08:00
Eric House
8cd1162421
fix to build Foss by default
...
(had to change: replacing something no longer there)
2021-02-18 16:00:11 -08:00
Eric House
309fcece03
generate mapping from prefs file to binding to fix reset
...
I balked at writing code consisting of a bunch of classes there only to
provide a mapping to resource file IDs, instead opting to generate them.
(The right move might have been to generate everything from the old
xwprefs.xml, but it's too late for that. :-)
2021-02-18 15:57:10 -08:00
Eric House
fdb9b43c63
regenerate new prefs xml files from previous scheme
...
I realized I'd made some mistakes and so rebuilt them from the old
xwprefs.xml file. Didn't find any new mistakes, but there are fewer
unnecessary changes so the release-to-release diff should make more
sense.
2021-02-18 09:57:59 -08:00
Bernard Massot
e4febd814e
Translated using Weblate (French)
...
Currently translated at 99.4% (884 of 889 strings)
2021-02-18 17:11:11 +01:00
Eric House
a13e33688a
add missing prefs
2021-02-17 20:21:58 -08:00
Eric House
3a33deceef
Merge branch 'android_branch' of https://hosted.weblate.org/git/xwords/android into android_branch
2021-02-17 19:11:23 -08:00
Eric House
ea189ab6ae
Squashed commit of the following:
...
commit 8e985b09a7
Author: Bernard Massot <bmassot@free.fr>
Date: Wed Feb 17 22:47:17 2021 +0000
Translated using Weblate (French)
Currently translated at 99.3% (883 of 889 strings)
2021-02-17 19:08:30 -08:00
Hosted Weblate
7f26f0c987
Update translation files
...
Updated by "Cleanup translation files" hook in Weblate.
Translation: Crosswords/Android
Translate-URL: https://hosted.weblate.org/projects/xwords/android/
2021-02-18 01:42:49 +01:00
Hosted Weblate
3651392579
Merge branch 'origin/android_branch' into Weblate.
2021-02-18 01:42:48 +01:00
Bernard Massot
8e985b09a7
Translated using Weblate (French)
...
Currently translated at 99.3% (883 of 889 strings)
2021-02-18 01:42:47 +01:00
Eric House
6c50fcb818
cleanup; make original tiles-values choice the default
...
We've decided that on upgrade users shouldn't be surprised by a busy
board and unaware of how to fix it. So keep it the way it's been and let
the curious discover the new ability. Also, simplify code.
2021-02-17 15:47:55 -08:00
Hosted Weblate
2492760426
Merge branch 'origin/android_branch' into Weblate.
2021-02-17 20:31:36 +01:00
Eric House
6cc370e63c
Squashed commit of the following:
...
commit e31ebc05c2
Author: Hosted Weblate <hosted@weblate.org>
Date: Wed Feb 17 20:29:01 2021 +0100
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Translation: Crosswords/Android
Translate-URL: https://hosted.weblate.org/projects/xwords/android/
commit a6ad3e4292
Merge: d168e6e5e
69538a11a
Author: Hosted Weblate <hosted@weblate.org>
Date: Wed Feb 17 20:28:59 2021 +0100
Merge branch 'origin/android_branch' into Weblate.
commit 69538a11a9
Author: Hosted Weblate <hosted@weblate.org>
Date: Wed Feb 17 20:21:22 2021 +0100
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Translation: Crosswords/Android
Translate-URL: https://hosted.weblate.org/projects/xwords/android/
2021-02-17 11:31:07 -08:00
Hosted Weblate
e31ebc05c2
Update translation files
...
Updated by "Cleanup translation files" hook in Weblate.
Translation: Crosswords/Android
Translate-URL: https://hosted.weblate.org/projects/xwords/android/
2021-02-17 20:29:01 +01:00
Hosted Weblate
a6ad3e4292
Merge branch 'origin/android_branch' into Weblate.
2021-02-17 20:28:59 +01:00
Eric House
d168e6e5e6
Squashed commit of the following:
...
commit 69538a11a9
Author: Hosted Weblate <hosted@weblate.org>
Date: Wed Feb 17 20:21:22 2021 +0100
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Translation: Crosswords/Android
Translate-URL: https://hosted.weblate.org/projects/xwords/android/
2021-02-17 11:26:53 -08:00
Hosted Weblate
69538a11a9
Update translation files
...
Updated by "Cleanup translation files" hook in Weblate.
Translation: Crosswords/Android
Translate-URL: https://hosted.weblate.org/projects/xwords/android/
2021-02-17 20:21:22 +01:00
Eric House
257b625f1d
Merge branch 'android_branch' of https://hosted.weblate.org/git/xwords/android into android_branch
2021-02-17 11:16:53 -08:00
Eric House
2ebb8caaf9
don't over-scroll
...
At least with my dozens of Known Players I was getting an empty alert.
2021-02-17 10:34:15 -08:00
Eric House
ad3be6732a
Squashed commit of the following:
...
commit 3176272c43
Author: Muha Aliss <muhaaliss@pm.me>
Date: Tue Feb 9 17:56:50 2021 +0000
Translated using Weblate (Turkish)
Currently translated at 4.2% (38 of 887 strings)
commit 5579eae91d
Author: Bernard Massot <bmassot@free.fr>
Date: Thu Feb 11 21:27:37 2021 +0000
Translated using Weblate (French)
Currently translated at 99.2% (880 of 887 strings)
2021-02-17 07:27:32 -08:00
Muha Aliss
3176272c43
Translated using Weblate (Turkish)
...
Currently translated at 4.2% (38 of 887 strings)
2021-02-12 23:16:38 +01:00
Bernard Massot
5579eae91d
Translated using Weblate (French)
...
Currently translated at 99.2% (880 of 887 strings)
2021-02-12 23:16:21 +01:00
Eric House
04bc1d20a3
use radio buttons for menu to show cur setting
2021-02-11 14:42:57 -08:00