Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ android {
applicationId = "org.stypox.dicio"
minSdk = libs.versions.minSdk.get().toInt()
targetSdk = libs.versions.targetSdk.get().toInt()
versionCode = 17
versionName = "4.0"
versionCode = 18
versionName = "4.1"
testInstrumentationRunner = "org.stypox.dicio.CustomTestRunner"

vectorDrawables.useSupportLibrary = true
Expand Down
10 changes: 10 additions & 0 deletions app/src/main/res/values-kab/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -61,4 +61,14 @@
<string name="settings_description_with_value">%1$s — %2$s</string>
<string name="skill_weather_description_temperature">%1$s · %2$.1f%3$s</string>
<string name="skill_open_unknown_app">Asnas arussin %1$s</string>
<string name="back">Uɣal</string>
<string name="pref_weather_length_unit_metric">Amitran</string>
<string name="pref_weather_length_unit_imperial">Imperyal</string>
<string name="vosk_model_notification_title">Tamudemt Vosk</string>
<string name="pref_search_engine">Amsedday n unadi</string>
<string name="skill_translation_success">Yettwasuqel ɣer %1$s</string>
<string name="pref_language_system">Seqdec tutlayt n unagraw</string>
<string name="skill_navigation_navigating_to">Tunigin ɣer %1$s</string>
<string name="wake_word_setup_title">Swel awal n usermed</string>
<string name="wake_service_label">Tanfa n wawal n usermed n Dicio</string>
</resources>
19 changes: 19 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/18.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
New
* Add Turkish language
* Allowing for configuring how quickly the app asks for confirmation by allowing longer periods of user silence
* Read notifications skill
* Toggle flashlight skill
* Add an about page

Improved
* French listening skill translation
* German translations
* Sentences for many skills
* Various translations updates

Fixed
* A potential continuous loop in starting the wake word service

Development
* CI was expanded and improved
* Improved number handling
Loading