Eric House
616aeb9da6
reorganize About dialog
...
Changed enough that I needed to replace an already-localized string with
one that'll need localization. Sorry.
2020-09-07 17:45:46 -07:00
Eric House
22ad5aa4e2
add devid to About alert
2020-09-05 17:52:00 -07:00
Eric House
2e4203da1c
remove string; fix long-click on thumbnail
2020-08-20 16:57:26 -07:00
Eric House
a76556ca20
move sel count to front to avoid clipping
2020-08-20 13:04:04 -07:00
Eric House
8cac030e04
include OS version and make/model in email
2020-08-19 13:25:04 -07:00
Eric House
4d69366a82
display names of groups to be deleted
2020-08-19 10:40:46 -07:00
Eric House
b8f359c3e5
add filtering to wordlist browser
...
Add a basic regular expression engine to the dictiter, and to the UI add
the ability to filter for "starts with", "contains" and "ends with",
which translate into ANDed RE_*, _*RE_* and _*RE, respectively (with
_ standing for blank/wildcard). The engine's tightly integrated with the
next/prevWord() functions for greatest possible speed, but unless
there's no pattern does slow things down a bit (especially when "ENDS
WITH" is used.) The full engine is not exposed (users can't provide raw
REs), and while the parser will accept nesting (e.g. ([AB]_*[CD]){2,5}
to mean words from 2-5 tiles long starting with A or B and ending with C
or D) the engine can't handle it. Which is why filtering for word length
is handled separately from REs (but also tightly integrated.)
Users can enter strings that don't map to tiles. They now get an
error. It made sense for the error alert to have a "Show tiles"
button, so there's now a dialog listing all the tiles in a wordlist,
something the browser has needed all along.
2020-08-05 09:47:44 -07:00
Allan Nordhøy
ba6580e990
Translated using Weblate (Polish)
...
Currently translated at 86.2% (726 of 842 strings)
2020-06-18 13:41:44 +02:00
Hosted Weblate
7002d36ac1
Update translation files
...
Updated by "Cleanup translation files" hook in Weblate.
Translation: Crosswords/Android
Translate-URL: https://hosted.weblate.org/projects/xwords/android/
2020-06-16 06:29:46 +02:00
Hosted Weblate
399d342214
Update translation files
...
Updated by "Cleanup translation files" hook in Weblate.
Translation: Crosswords/Android
Translate-URL: https://hosted.weblate.org/projects/xwords/android/
2020-06-15 18:19:49 +02:00
WaldiS
fdfdafa2c7
Translated using Weblate (Polish)
...
Currently translated at 88.4% (741 of 838 strings)
2020-06-01 17:41:39 +02:00
Michal Biesiada
d188c8b5bd
Translated using Weblate (Polish)
...
Currently translated at 88.4% (741 of 838 strings)
2020-06-01 17:41:39 +02:00
Eric House
53bc8ecdb0
Merge branch 'android_branch' into android_translate
2020-03-24 16:27:25 -07:00
Eric House
2451b0c53c
fix formatting exception in rarely-seen string
...
I have no idea how to fix the translated strings, of course, so just
stuck the missing specifier in at the beginning.
2020-03-24 11:04:48 -07:00
Michal Biesiada
23b28cfec8
Translated using Weblate (Polish)
...
Currently translated at 88.2% (728 of 825 strings)
2020-02-20 23:32:48 +01:00
Eric House
64569840f4
hide dup-mode option on release builds
2020-01-31 16:02:47 -08:00
Eric House
f7b312d3a5
up copyright: it's a new year!
2020-01-10 12:56:42 -08:00
Eric House
c663d33f88
fix string script to detect mismatch of format specifiers
...
Crash due to typo introduced by Weblate made me realize I wasn't running
the script that ensures translated strings have the same set of format
specifiers as the English -- which might not be strictly necessary, but
it's safer to enforce it for now. Moved a few remaining %s to %1$s style
while at it.
2019-12-30 22:09:23 -08:00
Eric House
ae0d2facb4
remove debug option that no longer works
...
(NFC send-to-self would be very different now.)
2019-12-23 09:52:56 -08:00
WaldiS
4dccfae5b2
Translated using Weblate (Polish)
...
Currently translated at 94.7% (737 of 778 strings)
2019-12-03 08:45:40 -08:00
Allan Nordhøy
2e45e65b6c
Translated using Weblate (Polish)
...
Currently translated at 94.5% (735 of 778 strings)
2019-12-03 08:45:40 -08: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
WaldiS
6291a7fde7
Translated using Weblate (Polish)
...
Currently translated at 92.5% (707 of 764 strings)
2019-07-30 07:35:09 +02:00
WaldiS
b0ea3a3be8
Translated using Weblate (Polish)
...
Currently translated at 90.6% (692 of 764 strings)
2019-07-21 23:06:35 +02:00
WaldiS
579d0114c4
Translated using Weblate (Polish)
...
Currently translated at 89.9% (687 of 764 strings)
2019-06-29 22:39:12 -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
b9df279cd5
Merge branch 'android_translate' into android_branch
2019-06-23 11:05:10 -07:00
WaldiS
6aad6d259b
Translated using Weblate (Polish)
...
Currently translated at 89.4% (683 of 764 strings)
2019-06-20 21:00:29 +02:00
WaldiS
c612570c12
Translated using Weblate (Polish)
...
Currently translated at 89.1% (681 of 764 strings)
2019-06-18 21:02:46 +02:00
WaldiS
1b2750ef4d
Translated using Weblate (Polish)
...
Currently translated at 26.8% (205 of 764 strings)
2019-06-13 10:30:08 -07:00
WaldiS
5a38089702
Translated using Weblate (Polish)
...
Currently translated at 6.5% (50 of 764 strings)
2019-06-13 10:30:08 -07:00
WaldiS
315a801d1d
Translated using Weblate (Polish)
...
Currently translated at 6.4% (49 of 764 strings)
2019-06-13 10:30:08 -07:00
WaldiS
7b4654e522
Translated using Weblate (Polish)
...
Currently translated at 2.7% (21 of 764 strings)
2019-06-13 10:30:08 -07:00
WaldiS
981baed19d
Translated using Weblate (Polish)
...
Currently translated at 26.8% (205 of 764 strings)
2019-06-09 12:01:14 +02:00
WaldiS
0157cef8d5
Translated using Weblate (Polish)
...
Currently translated at 6.5% (50 of 764 strings)
2019-05-02 23:48:02 +02:00
WaldiS
e9a68ba7f3
Translated using Weblate (Polish)
...
Currently translated at 6.4% (49 of 764 strings)
2019-05-01 22:47:51 +02:00
WaldiS
d13d8e79cb
Translated using Weblate (Polish)
...
Currently translated at 2.7% (21 of 764 strings)
2019-04-12 20:03:57 +02:00
WaldiS
5e3bedc3eb
Translated using Weblate (Polish)
...
Currently translated at 1.8% (14 of 764 strings)
2019-03-10 18:03:01 +01:00
WaldiS
b49e1289db
Translated using Weblate (Polish)
...
Currently translated at 1.2% (9 of 750 strings)
2018-10-27 20:38:05 +02:00
WaldiS
cb97fc5796
Translated using Weblate (Polish)
...
Currently translated at 0.9% (7 of 750 strings)
2018-10-21 21:35:02 +02:00
WaldiS
cf24b1e4a0
Translated using Weblate (Polish)
...
Currently translated at 0.2% (2 of 748 strings)
2018-07-13 21:41:10 +02:00
WaldiS
2d53673ae5
Added translation using Weblate (Polish)
2018-07-12 20:57:43 +02:00