mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-07-22 05:44:54 +00:00
143 lines
3.7 KiB
YAML
143 lines
3.7 KiB
YAML
Categories:
|
|
- System
|
|
License: Apache-2.0
|
|
WebSite: http://pilot51.com/wiki/Voice_Notify
|
|
SourceCode: https://github.com/pilot51/voicenotify
|
|
IssueTracker: https://github.com/pilot51/voicenotify/issues
|
|
Donate: https://pilot51.com/w/index.php/Main_Page
|
|
|
|
AutoName: Voice Notify
|
|
Description: |-
|
|
Announces status bar notification messages using Text-To-Speech (TTS), allowing
|
|
you to know what a notification says without looking at the screen.
|
|
|
|
* Customizable TTS message
|
|
* Ignore specific apps or notifications containing defined text
|
|
* Choice of TTS audio stream (see Google Play descriptions for more details)
|
|
* Choice of speaking when screen or headset is on or off, or while silent/vibrate
|
|
* Quiet Time
|
|
* Shake-to-silence
|
|
* Custom delay of TTS after notification
|
|
|
|
For technical reasons, VN operates through Android's Accessibility service and
|
|
must be enabled in the Accessibility settings. The Accessibility service will
|
|
give a warning that VN may be able to collect personal data. This is because
|
|
Accessibility doesn't know what or how data passing through it is used by
|
|
enabled apps. VN only uses Accessibility to read notification text which is
|
|
passed directly to TTS and temporary memory (for the notification log). The TTS
|
|
service (outside the control of VN) may also print spoken text in the logcat.
|
|
|
|
RepoType: git
|
|
Repo: https://github.com/pilot51/voicenotify.git
|
|
|
|
Builds:
|
|
- versionName: 1.0.9.1
|
|
versionCode: 13
|
|
commit: v1.0.9.1
|
|
|
|
- versionName: 1.0.10.1
|
|
versionCode: 15
|
|
commit: v1.0.10.1
|
|
|
|
- versionName: 1.0.11
|
|
versionCode: 16
|
|
commit: v1.0.11
|
|
|
|
- versionName: 1.0.11.1
|
|
versionCode: 17
|
|
commit: v1.0.11.1
|
|
|
|
- versionName: 1.0.11.2
|
|
versionCode: 18
|
|
commit: v1.0.11.2
|
|
|
|
- versionName: 1.0.12
|
|
versionCode: 19
|
|
commit: v1.0.12
|
|
|
|
- versionName: 1.1.2
|
|
versionCode: 22
|
|
commit: v1.1.2
|
|
subdir: app
|
|
gradle:
|
|
- yes
|
|
|
|
- versionName: 1.1.3
|
|
versionCode: 23
|
|
commit: v1.1.3
|
|
subdir: app
|
|
gradle:
|
|
- yes
|
|
|
|
- versionName: 1.2.0
|
|
versionCode: 24
|
|
commit: cf2fd66b9e7127d58edda3a53a2ca9e371856972
|
|
subdir: app
|
|
sudo:
|
|
- apt-get update
|
|
- apt-get install -y openjdk-11-jdk-headless
|
|
- update-alternatives --auto java
|
|
gradle:
|
|
- yes
|
|
|
|
- versionName: 1.2.1
|
|
versionCode: 25
|
|
commit: a67afc31c1851c23bcfa0697068df90bb7de23fd
|
|
subdir: app
|
|
sudo:
|
|
- apt-get update
|
|
- apt-get install -y openjdk-11-jdk-headless
|
|
- update-alternatives --auto java
|
|
gradle:
|
|
- yes
|
|
|
|
- versionName: 1.2.2
|
|
versionCode: 26
|
|
commit: 0885df0d3dc0b3cf6a907559457046dfd25cfdbf
|
|
subdir: app
|
|
sudo:
|
|
- apt-get update
|
|
- apt-get install -y openjdk-11-jdk-headless
|
|
- update-alternatives --auto java
|
|
gradle:
|
|
- yes
|
|
|
|
- versionName: 1.2.3
|
|
versionCode: 27
|
|
commit: 564385204f1052c322d3fb7c0065a8d829aab3d8
|
|
subdir: app
|
|
sudo:
|
|
- apt-get update
|
|
- apt-get install -y openjdk-17-jdk-headless
|
|
- update-java-alternatives -a
|
|
gradle:
|
|
- yes
|
|
|
|
- versionName: 1.3.0
|
|
versionCode: 28
|
|
commit: 207eace791874ce24d0bcb8c94d893ef73a1c952
|
|
subdir: app
|
|
sudo:
|
|
- apt-get update
|
|
- apt-get install -y openjdk-17-jdk-headless
|
|
- update-java-alternatives -a
|
|
gradle:
|
|
- yes
|
|
prebuild: sed -i -e '/versionNameSuffix/d' build.gradle.kts
|
|
|
|
- versionName: 1.3.1
|
|
versionCode: 29
|
|
commit: 7ccf0f7cf6af5bc1a4d3ef5a9c8419c48304bb5f
|
|
subdir: app
|
|
sudo:
|
|
- apt-get update
|
|
- apt-get install -y openjdk-17-jdk-headless
|
|
- update-java-alternatives -a
|
|
gradle:
|
|
- yes
|
|
prebuild: sed -i -e '/versionNameSuffix/d' build.gradle.kts
|
|
|
|
AutoUpdateMode: Version
|
|
UpdateCheckMode: Tags
|
|
CurrentVersion: 1.3.1
|
|
CurrentVersionCode: 29
|