Commit graph

12702 commits

Author SHA1 Message Date
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
Eric House
28e0dfe315 give prefs entry-page a title 2021-02-21 11:52:37 -08:00
Eric House
0df49bcb62 Squashed commit of the weblate cleanup 2021-02-21 11:06:37 -08: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
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
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
Eric House
be0a6f83f3 drive letters/values from a three-value enum
There are three choices now. The button pops up a menu on android and
moves through the choices on linux.
2021-02-11 14:11:02 -08:00
Eric House
64f1d83b5d show-values mode now means show along with face
not instead of. It now feels as if it should be a global setting, not a
per-game thing to toggle. We'll see what folks think.
2021-02-10 20:43:11 -08:00
Eric House
d3cf74920e remove unused method 2021-02-10 19:37:19 -08:00
Eric House
232cbe04ef tweak strings 2021-02-10 17:19:47 -08:00
Eric House
da352d6948 draw tile value in cell
This is an experiment. I suspect the eventual fix will be to have two
modes, one of which draws the values and the other doesn't, replacing
the TILES/VALUES pref.
2021-02-10 17:05:55 -08:00
Eric House
538ab5ab3b Rename a couple of variants to be more clear 2021-01-29 18:05:33 -08:00
Eric House
d5c706fb07 trying to not have all travis builds show "dirty" 2021-01-29 16:28:52 -08:00