Skip to content

Commit 00273ec

Browse files
committedJan 23, 2021
Update metadata for F-Droid + update dependencies
- simplify metadata directory structure - rewrite the description - add changelog - add some screenshots (see also #86) Based on https://f-droid.org/en/docs/All_About_Descriptions_Graphics_and_Screenshots/
1 parent 14ff8e9 commit 00273ec

File tree

12 files changed

+10
-7
lines changed

12 files changed

+10
-7
lines changed
 

‎app/build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ android {
2626
applicationId 'ee.ioc.phon.android.speak'
2727
minSdkVersion 16
2828
targetSdkVersion 30
29-
versionCode 1757
30-
versionName '1.7.57'
29+
versionCode 1758
30+
versionName '1.7.58'
3131
vectorDrawables.useSupportLibrary = true
3232
// Keep only en and et resources
3333
resConfigs "en", "et"

‎build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ buildscript {
55
jcenter()
66
}
77
dependencies {
8-
classpath 'com.android.tools.build:gradle:4.1.1'
8+
classpath 'com.android.tools.build:gradle:4.1.2'
99
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
1010
}
1111
}

‎fastlane/metadata/android/en-US/full_description.txt

-3
This file was deleted.

‎fastlane/metadata/android/en-US/short_description.txt

-1
This file was deleted.

‎metadata/en-US/changelogs/1758.txt

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
- IME: settings: Remove "Swiping", which can be emulated by the more powerful microphone button swipe commands.

‎metadata/en-US/full_description.txt

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
Kõnele is an app that offers speech-to-text user interfaces to other apps. Many apps contain a text area or a text field (e.g. a search bar, or a message box) that can be edited using the <b>input method editor (IME)</b>, aka the on-screen keyboard. Kõnele provides an IME that allows text to be created via speaking. (Modalities like swiping and buttons are also supported, for situations where speaking is less convenient.) Many apps (e.g. intelligent assistants, keyboard apps, navigation apps) also contain a microphone button that is linked to the <b>standard Android speech recognition activity</b>. Kõnele provides an implementation of this activity.
2+
3+
Kõnele can connect to any speech recognition service available on the device but we recommend using <a href="https://github.com/Kaljurand/K6nele-service">Kõnele service</a>, which supports audio input of unlimited length, where dictation results are returned already while dictating. Its backing server runs the <a href="https://github.com/alumae/kaldi-gstreamer-server">kaldi-gstreamer-server</a> software and is pre-configured to provide Estonian speech recognition, but being based on a fully open-source stack makes it easy to deploy (locally) and customize for other languages.
48.3 KB
Loading
370 KB
Loading
25 KB
Loading

‎metadata/en-US/short_description.txt

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
An app that offers speech-to-text based user interfaces to other apps

‎metadata/en-US/title.txt

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Kõnele

‎metadata/en-US/video.txt

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
https://www.youtube.com/watch?v=gKFIWSA2GWc

0 commit comments

Comments
 (0)
Failed to load comments.