Alexander Epaneshnikov
a157abddbe
Russian: fix for words with ши and жи at end (#1431)
words like ножи, персонажи, напиши, покажи.
2 years ago
kirill-jjj
ac1cd212ad
Russian: fix for words with ши and жи at end
2 years ago
Alexander Epaneshnikov
57e7fa74ff
Update ChangeLog to include Updating Russian language (#1426)
2 years ago
kirill-jjj
baf273fa45
Update ChangeLog to include Updating Russian language
2 years ago
Alexander Epaneshnikov
feb75d3113
a bunch of fix's for russian language (#1425)
2 years ago
kirill-jjj
762eba359d
russian: a bunch of improvements
2 years ago
Alexander Epaneshnikov
3a3cbb95fb
Georgian: increase numbers to use maximum digits (#1423)
2 years ago
Beqa Gozalishvili
d44cc383bd
Georgian: increase numbers to use maximum digits
2 years ago
Juho Hiltunen
43d7c29d52
Increase targetSdk to 30 and support signature scheme v2 (#1413)
[This removes the warning that this app may not be compatible because it
was developed for an older
android-version.](https://developer.android.com/about/versions/10/behavior-changes-all#low-target-sdk-warnings )
Also, this adds support for signature scheme v2 and v3 [which reduces
the attack surface along with other
benefits](https://source.android.com/docs/security/features/apksigning#v1 ).
Lastly this adds 64-bit support for the APK, so this app can be
installed on 64-bit-only hardware.
2 years ago
Juho Hiltunen
c05690be34
cleanup: move LoadConfig to langopts.c
LoadConfig() should be refactored to support both voice and language options set
in LoadVoice() and LoadLanguageOptions().
2 years ago
Juho Hiltunen
0f1f006afe
Merge branch 'spellingStress'
2 years ago
Juho Hiltunen
dc60881171
et: fi: move spellingStress from code to language configuration
2 years ago
Juho Hiltunen
53e40ead80
docs: add spellingStress
2 years ago
Juho Hiltunen
015bb42a70
new configurable language option: spellingStress
2 years ago
Juho Hiltunen
f342b5d319
cleanup: make spelling_stress bool and set default value
2 years ago
Juho Hiltunen
e03ab8a8c4
tests: add a test for langopts.spelling_stress
2 years ago
Juho Hiltunen
c701b09c25
cleanup: reorganize LOPT defines
2 years ago
Juho Hiltunen
4d70ceceb5
Remove LOPT_IT_DOUBLING and delete unused functionality.
Code checked for both langopt LOPT_IT_DOUBLING and attribe $double.
LOPT_IT_DOUBLING is redundant. $double already has a test in
dictionary.test
Code had a check for tr->langopts.param[LOPT_IT_DOUBLING] & 2 but that bit value is
not used in any language. That logic was removed.
2 years ago
Juho Hiltunen
3b2557cfdd
et: fi: move configuration from code to language file
2 years ago
Juho Hiltunen
644f02c26a
fixup case V_TUNES
previous changing of variable names caused an error in the program logic.
2 years ago
Juho Hiltunen
78c9b55c5f
fixup language options status and maintainer.
2 years ago
Juho Hiltunen
b4c223a256
fixup: move some language option keywords to the correct MNEM_TAB.
Caused when creating LoadLanguageOptions().
2 years ago
Juho Hiltunen
7115e46879
fi: uncomment number configuration.
Accidentally commented out in ac82698f
.
2 years ago
Juho Hiltunen
74fc17bbf1
Create langopts.c for language option configuration (#1419)
Loading Voice and Language options is complicated. They are not
separated in the code.
This PR creates langopts.c for holding language option related
configuration. In the future:
1. all new language options should go to langopts.c
2. voice options should have a similar file
3. LoadVoice should know if it's loading a voice or a language.
2 years ago
Juho Hiltunen
a19e4b8df2
resize and initialize a two-dimensional array to pass sanitizer
2 years ago
Juho Hiltunen
eae4595dc9
cleanup: move shared enums and MNEM_TABs to header file
2 years ago
Juho Hiltunen
78c6873427
cleanup: call CheckTranslator at start of LoadLangugeOptions
2 years ago
Juho Hiltunen
3182dee147
code cleanup: move CheckTranslator() to langopts.c
2 years ago
Juho Hiltunen
159ab0ee76
cleanup: move langopts.params handling to LoadLanguageOptions()
These have no tests and should be refactore to be similar to other
langopts.
2 years ago
Juho Hiltunen
b820b68182
cleanup: move words to LoadLanguageOptions()
2 years ago
Juho Hiltunen
ac82698f99
cleanup: move numbers to LoadLanguageOptions()
Note: This feature has no tests.
2 years ago
Juho Hiltunen
bdf18eafb1
cleanup: moved dictmin to LoadLanguageOptions()
Note: This feature has no tests. It doesn't look very useful and I think
could be removed.
2 years ago
Juho Hiltunen
e1d936dc52
cleanup: moved dictrules to LoadLanguageOptions()
2 years ago
Juho Hiltunen
f28841162f
moved tunes to LoadLanguageOptions()
2 years ago
Juho Hiltunen
c92180f918
cleanup: move n_tunes and tunes to where they are used
2 years ago
Juho Hiltunen
ec897eff32
fixup, add langopts.h to version control
2 years ago
Juho Hiltunen
e38142acd1
cleanup: moved intonation to LoadLanguageOptions()
2 years ago
Juho Hiltunen
8e3399bb98
cleanup: move stressRule to LoadLanguageOptions()
2 years ago
Juho Hiltunen
9caada3b31
cleanup: move stressOpt to LoadLanguageOptions()
2 years ago
Juho Hiltunen
46bc25e173
cleanup: move stressAmp to LoadLanguageOptions()
2 years ago
Juho Hiltunen
2a462e4afe
cleanup: move stressAdd to LoadLanguageOptions()
2 years ago
Juho Hiltunen
db57230320
fixup error message for Bad Voice attribute.
We currently have two switch statements. Every key should go to only one
of them.
2 years ago
Juho Hiltunen
77282aca34
cleanup: move stressLength to LoadLanguageOptions()
2 years ago
Juho Hiltunen
4a2890250b
code cleanup: new file langopts.c for handling language options.
The switch case in LoadVoice() currently mixes voice and language
options. This change will start separating them into two functions.
CheckTranslator will be moved to langopts.c. In the future there should
be no need to use it in voices.c. There will be other temporary
solutions also.
2 years ago
fireneat
0b39769fc9
Increase targetSdk to 30 and use apksigner to support signature scheme v2. This also adds 64-bit support for the APK.
2 years ago
Alexander Epaneshnikov
e23f68f56a
Russian Set Max_digits to 18 (#1382)
2 years ago
kirill-jjj
eba0bfca27
Russian: add new numbers to ru_list file
2 years ago
kirill-jjj
d126f67fee
Russian: Set max_digits to 18
2 years ago
Juho Hiltunen
e5ae5b8557
tr: fix bağışlamak and bağışlayın
This removes these words from dictionary and uses translation rules
instead. Result is to shorten the i.
See #1337 and #1388 .
2 years ago
Juho Hiltunen
b17ed2d682
Update Changelog
2 years ago