Adam Velebil
5286ae9bdc
fix qrscanner_zxing lint issues
2023-11-15 08:17:46 +01:00
Adam Velebil
dd77603d7a
fix zxing version
2023-11-15 08:02:43 +01:00
Adam Velebil
de1ed9464c
bump android dependencies
2023-11-15 08:01:54 +01:00
Adam Velebil
00709b0229
bump flutter packages
2023-11-15 07:54:54 +01:00
Adam Velebil
2ec1a3847c
Merge PR #1263 .
2023-11-14 14:13:25 +01:00
Adam Velebil
4ae9791841
simplify and add hint
2023-11-14 14:03:47 +01:00
Adam Velebil
40f806ed17
Use env variable for test keys serial numbers
2023-11-13 16:50:20 +01:00
Adam Velebil
a8349e4484
Merge PR #1258 .
2023-11-13 15:45:20 +01:00
Adam Velebil
3bd8062950
revert file modification
2023-11-13 15:02:00 +01:00
Adam Velebil
6b9dee7867
simplify solution
2023-11-13 15:00:07 +01:00
Dennis Fokin
375c72f194
Merge PR #1259
2023-11-10 12:30:07 +01:00
Dennis Fokin
4081361163
Update UI for toggling applications on older keys
2023-11-10 12:26:17 +01:00
Adam Velebil
a1cfc5bb42
use conditional include and generated xcconfig
2023-11-10 12:11:46 +01:00
Dennis Fokin
a3c160a001
Make sure controller gets updated when manually typing new mgmt key
2023-11-09 17:05:49 +01:00
Adam Velebil
9a3fbc92d1
refactor
2023-11-09 11:56:58 +01:00
Adam Velebil
d2bdab565a
use dev team only for debug
2023-11-09 11:33:27 +01:00
Adam Velebil
a073851914
add dev team
2023-11-09 11:14:45 +01:00
Adam Velebil
533c2d26d7
Merge PR #1256 .
2023-11-08 15:08:44 +01:00
Adam Velebil
557b345844
update comment
2023-11-08 15:06:49 +01:00
Adam Velebil
668a050ca7
keep no-break space and ellipsis in ascii \u form
2023-11-08 14:49:11 +01:00
Adam Velebil
2464733f71
Merge PR #1248 .
2023-11-08 12:47:28 +01:00
Dennis Fokin
a1b2f9a85a
Merge PR #1254
2023-11-08 12:37:31 +01:00
Adam Velebil
35562d7a35
reformat arb files
2023-11-08 10:58:18 +01:00
Dennis Fokin
26bc01d5c2
Remove initialization_exception.dart
2023-11-08 10:48:32 +01:00
Dennis Fokin
ab476ef8ec
Clean up code
2023-11-08 10:34:16 +01:00
Dennis Fokin
4233707239
Add plugin for parsing cmd line args
2023-11-07 11:32:17 +01:00
Adam Velebil
6b3076685f
bump cocoapods
2023-11-02 17:37:33 +01:00
Adam Velebil
af739272d8
Merge PR #1242 .
2023-11-02 17:14:30 +01:00
Adam Velebil
946dcad3df
Merge PR #1234 .
2023-11-02 17:12:22 +01:00
Emil Lundberg
96d17b81f5
Merge pull request #1246 from Yubico/lint-check-keys
...
Check that translation keys exist in app_en.arb in translation linter
2023-11-02 17:06:36 +01:00
Emil Lundberg
fcb665e5f4
Merge pull request #1245 from Yubico/lint-customizable-punctuation
...
Make punctuation customizable per language in translation linter
2023-11-02 17:06:19 +01:00
Emil Lundberg
b4fe0c3e9c
Merge pull request #1244 from Yubico/arb-formatter-json
...
Use JSON parser in arb_reformatter.py
2023-11-02 17:06:00 +01:00
Emil Lundberg
88a52f2d95
Restore lost question mark option in app_ja.arb
2023-11-02 16:28:28 +01:00
Emil Lundberg
d5a59392c0
Use strings for lint punctuation customization
...
This will be needed for this to be compatible with the JSON-based ARB
reformatter, which requires all lists to be of equal length in order for
whitespace to line up.
2023-11-02 16:13:08 +01:00
Emil Lundberg
844f2f80c2
Don't recurse arb_reformatter into lists
2023-11-02 16:00:38 +01:00
Emil Lundberg
4a496aabb5
Revert "Keep keys missing from source, but move to end of file and print warning"
...
This reverts commit e2856eddf3
.
2023-11-02 16:00:29 +01:00
Emil Lundberg
97265d24db
Add default p_endings and q_endings to app_en.arb
2023-11-02 15:31:19 +01:00
Emil Lundberg
b89d628809
Rename @_lint_rules.punctuation to p_endings
...
Since this lint is specifically about punctuation appropriate for ending a
sentence.
2023-11-02 15:29:21 +01:00
Emil Lundberg
57ccdcda62
Check that translation keys exist in app_en.arb
...
For example, `app_de.arb` has a few keys that do not:
```
../lib/l10n/app_de.arb - checking 261 strings
../lib/l10n/app_de.arb HAS ERRORS:
Invalid key: l_credential
Invalid key: @l_credential
Invalid key: s_credentials
Invalid key: s_delete_credential
Invalid key: s_credential_deleted
Invalid key: p_warning_delete_credential
```
2023-11-02 15:24:18 +01:00
Emil Lundberg
7462f0f0b7
Make punctuation customizable per language
2023-11-02 15:20:31 +01:00
Emil Lundberg
a9a3ac7ecf
Look up @_lint_rules in the right dictionary
2023-11-02 15:17:45 +01:00
Adam Velebil
dc8f314fc9
fix check_strings to support null values
2023-11-02 14:56:17 +01:00
Emil Lundberg
e1430bce50
Delete outdated comments
2023-11-02 14:38:22 +01:00
Emil Lundberg
e2856eddf3
Keep keys missing from source, but move to end of file and print warning
2023-11-02 14:26:52 +01:00
Emil Lundberg
372747f0dd
Don't delete placeholders that differ from source ARB
2023-11-02 14:14:01 +01:00
Emil Lundberg
5bd585294f
Reformat app_en.arb too
2023-11-02 14:06:45 +01:00
Emil Lundberg
f596db966b
Add newline to end of file
2023-11-02 14:06:45 +01:00
Emil Lundberg
0b3d451873
Use JSON parser in arb_reformatter.py
2023-11-02 14:06:45 +01:00
Adam Velebil
677e950a61
Merge PR #1243 .
2023-11-02 11:49:58 +01:00
Adam Velebil
45c521e818
use correct language code
2023-11-02 10:33:17 +01:00