AlexanderKhalmaktanov
601fdcc3e1
Russian: edited some strings in strings.xml file
Russian: Fixed the lines <string name="setting_default_pitch"> and <string name="espeak_pitch_range"> to eliminate confusion between pitch and intonation. The corrections are as close as possible to the Russian names of the corresponding parameters in the NVDA program.
4 months ago
Alexander Epaneshnikov
e809effe8e
release 1.52.0
2 years ago
Alexander Epaneshnikov
bca0ee6edb
android: update gradle, AGP and NDK
1 year ago
mueller-ma
56d82409da
Add adaptive icon
Closes #1057
* Use the recommended mipmap directory instead of drawable
* Remove outdated mkicons.sh script
* Add legacy icons for all densities
* Add monochrome version for Android 13+
* Deduplicate icon in fastlane folder
2 years ago
Patryk Mis
67e707026b
Android: update Polish translation
2 years ago
Patryk Mis
dc8836735f
Android: update Gradle to v7.6.1
2 years ago
Patryk Mis
d75fa53429
Android: specify Build Tools version
2 years ago
Patryk Mis
8e1378145d
Android: Bump AGP version
2 years ago
Patryk Mis
60209a6cbc
Android: bump NDK version
2 years ago
Patryk Mis
88e2d6f0a4
Android: Fix build
2 years ago
Yury Popov
0f050397dc
android: use cmake build system
2 years ago
Alexander Epaneshnikov
e3c876325d
android: set buffer size to 300
ref: #1554
ref for buffer size: a6fb239208/source/synthDrivers/_espeak.py (L338)
2 years ago
Alexander Epaneshnikov
1133b29bca
Android: increase target sdk to 31
2 years ago
Alexander Epaneshnikov
6f41255ed1
Android: remove hardcoded chmod
I don't understand why it was necessary.
on some devices, the binary is in a different location. if this is still needed for something, we need
to search for chmod binary dynamicly
2 years ago
Alexander Epaneshnikov
6db277c5ed
Android: enable debug in native lib
2 years ago
Alexander Epaneshnikov
acaf2e8f75
Android: enable debug logs in debug build type
3 years ago
Beqa Gozalishvili
e3487d0cf8
Android: Fix compatibility issues with some vendors
add tolower and toupper to be processed by ucd-tools in WCTYPE_H_COMPAT_SHIM
some vendors don't provide conformance with c standard in bionic
2 years ago
Beqa Gozalishvili
e0031964f9
Android: fix imports written by mistake
2 years ago
Beqa Gozalishvili
d3ae703e60
Android: fix crash when opening settings on pre-7 devices
2 years ago
Beqa Gozalishvili
e72e30ba52
Fix crash for some of devices.
2 years ago
Beqa Gozalishvili
5ded10cf93
Add missing compatibility check for older android versions.
2 years ago
Beqa Gozalishvili
e36b3d9499
Add missing compatibility check for older android versions.
2 years ago
PatrickMis
8ae9b0a162
Android: update Gradle Wrapper
2 years ago
PatrickMis
bbb89c0aa1
Android: bump dependencies, remove deprecations
2 years ago
Beqa Gozalishvili
f7f66429a3
Add directBoot support. Fixes #917
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
e65e597bf6
Android: explicitly set ndk version
2 years ago
Alexander Epaneshnikov
440fc08a0d
Android: rase minimal supported sdk
newer ndk supports kitkat+ only
2 years ago
Alexander Epaneshnikov
7a33a70755
Android: update gradle and AGP
2 years ago
Juho Hiltunen
c4d8976fbc
code cleanup: Add new source file common.h for misc functions.
2 years ago
Juho Hiltunen
fb06936c51
code cleanup: start moving translateWord3() to a new source file.
The file will be organized to have one callable function only. This
should make code structure simpler.
Existing code will be changed to use function parameters instead of
global variables.
Possible problems include too much dependencies with numbers.c.
2 years ago
Alexander Epaneshnikov
e65278d788
Android: bump versionCode
we should do that on every release.
Issue #1185
3 years ago
Alexander Epaneshnikov
042ac06b9e
android: use gradle to build data archive
this fixes #1161 separates the android application build system from automake
and simplifies building an application on windows.
3 years ago
Alexander Epaneshnikov
95678616f7
android: integrate ndk-build step into main gradle pipeline
this greatly simplifies the assembly of the android application. moreover, ndk
will be downloaded automatically via sdk-manager.
4 years ago
Alexander Epaneshnikov
41c5adc837
android: cleanup project
4 years ago
Alexander Epaneshnikov
12754cc7bc
android: add gradle wrapper
this simplifies CI/CD and building android application on windows.
4 years ago
Alexander Epaneshnikov
77b66d175c
android: update AGP
4 years ago
Valdis Vitolins
9fc8aa4a54
eSpeak NG 1.52-dev
3 years ago
Valdis Vitolins
2e9a5fccbb
Release 1.51
3 years ago
Alexander Epaneshnikov
c352597757
android: limit max speech rate to 449 WPM
this is the maximum espeak-ng's speech rate without using libsonic
3 years ago
heidari78
4fce71a879
android version: updated voice variant list and Persian translation.
1: Added missing voice variants in the NVDA category including Iven 4, Steph, Steph 2 and Steph 3.
2: Completed the Persian translation.
3 years ago
Peter Vágner
8003c0e478
Android: add all missing voice variants to the variant selection
4 years ago
Peter Vágner
9b271602a8
Android: Add speechplayer to ndk-build configuration
4 years ago
Juho Hiltunen
6e197d967e
code cleanup: move soundicon logic to a new file
Soundicons are used for external audio with SSML <audio> tag and for
replacing punctuation names with sound files in LoadConfig().
Currently there's a bug wih soundicon slots: if both LoadConfig and
<audio> are used, the punctuation reserves all slots and no sound from
<audio> is played.
4 years ago
ArenaL5
23a3d12195
Update version and version code
Version must be changed in:
- configure.ac
- src/windows/config.h
- android/jni/include/config.h
- android/build.gradle
- android/AndroidManifest.xml
4 years ago
Valdis Vitolins
85a9e55340
Update version according to configure.ac, src/windows/config.h and android/jni/include/config.h files
4 years ago
Alexander Epaneshnikov
5e8e6b1d46
update gradle plugin
5 years ago
Valdis Vitolins
a99937f6c4
Remove Byte Order Marks from source files
5 years ago
Reece H. Dunn
1b9daee81c
Remove the executable bit from other non-executable files.
5 years ago