Give up on updating com.alfray.timeriffic
This commit is contained in:
parent
064ad51104
commit
68d13cb700
|
@ -8,6 +8,8 @@ Summary:Auto-control settings on a schedule
|
|||
Description:
|
||||
Allows you to set multiple schedules to control mute, vibrate, brightness,
|
||||
WiFi and airplane mode.
|
||||
|
||||
Status: Source code was last published in 2011.
|
||||
.
|
||||
|
||||
Repo Type:hg
|
||||
|
@ -24,7 +26,7 @@ Build Version:1.09.12,10912,!Source code is not published
|
|||
Build Version:1.10.01,11001,!Source code is not published
|
||||
|
||||
Auto Update Mode:None
|
||||
Update Check Mode:Market
|
||||
Current Version:1.10.08
|
||||
Current Version Code:11008
|
||||
Update Check Mode:Static
|
||||
Current Version:1.10.01
|
||||
Current Version Code:11001
|
||||
|
||||
|
|
|
@ -5,29 +5,33 @@ Source Code:https://github.com/pilot51/voicenotify
|
|||
Issue Tracker:https://github.com/pilot51/voicenotify/issues
|
||||
Donate:http://pilot51.com
|
||||
|
||||
Summary:Voice notifications
|
||||
Summary:Spoken notifications
|
||||
Description:
|
||||
Announces status bar notification messages using Text-To-Speech (TTS), allowing you to know
|
||||
what a notification says without looking at the screen.
|
||||
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
|
||||
(Note: Due to API limitations, a headset that is connected when the VN service starts will need to
|
||||
be reconnected for VN to see the current state; also all Bluetooth devices are detected the same, headset or not)
|
||||
* Quiet Time (or use with [[com.alfray.timeriffic]])
|
||||
(Note: Due to API limitations, a headset that is connected when the VN service
|
||||
starts will need to
|
||||
be reconnected for VN to see the current state; also all Bluetooth devices are
|
||||
detected the same, headset or not)
|
||||
* 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
|
||||
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.
|
||||
|
||||
Contribute to translations at [http://getlocalization.com/voicenotify Get Localization].
|
||||
.
|
||||
|
||||
|
||||
|
|
|
@ -26,7 +26,7 @@ Repo:git://git.code.sf.net/p/andsys/git
|
|||
# Build Version:0.1.l.11,11,124e49077a,init=rm -rf bin/ gen/
|
||||
Build Version:0.2.a.12,12,065b79,init=rm -rf bin/ gen/
|
||||
Build Version:0.2.d.15,15,5862e85a654c,init=rm -rf bin/ gen/
|
||||
Build Version:0.3.a.17,17,!/res/vaules errors: "Resource entry X is already defined" dc94b02a6e38c83,init=rm -rf bin/ gen/
|
||||
Build Version:0.3.a.17,17,!duplicate resource errors dc94b02a6e38c83,init=rm -rf bin/ gen/
|
||||
|
||||
Auto Update Mode:None
|
||||
Update Check Mode:RepoManifest
|
||||
|
|
Loading…
Reference in a new issue