Difference between revisions of "Voice Notify"

From Pilot_51's Wiki
Jump to navigation Jump to search
(→‎v1.0.4 [2011-12-12]: Link to issue 25.)
(→‎Changelog: v1.0.5 released. Also formatting tweaks.)
Line 14: Line 14:
 
== Changelog ==
 
== Changelog ==
 
Dates are in GMT.
 
Dates are in GMT.
 +
==== v1.0.5 [2011-12-18] ====
 +
*Fix [http://tracker.pilot51.com/10 issue 10]: App List jumps slightly when item toggled.
 +
*Fix crash when opening TTS Settings on Google TV.
 +
*Fix crash when filtering App List.
 +
*Ignore All/None only applies to apps in filter.
 +
 
==== v1.0.4 [2011-12-12] ====
 
==== v1.0.4 [2011-12-12] ====
*Added ([http://tracker.pilot51.com/25 issue 25]): Option to select whether to speak with screen on or off.
+
*Add option to select whether to speak with screen on or off. ([http://tracker.pilot51.com/25 issue 25])
*Removed: Touchscreen requirement (makes compatible with Google TV).
+
*Remove touchscreen requirement (makes compatible with Google TV).
  
 
==== v1.0.3 [2011-10-23] ====
 
==== v1.0.3 [2011-10-23] ====
*Fixed [http://tracker.pilot51.com/24 issue 24]: On some devices (mostly tablets) while using an external audio device, audio stops working for other apps when VN speaks on Notification stream and doesn't return, requiring VN to either be disabled or to speak on Media stream. Now, the audio will still stop, but it returns after TTS completes. [Thanks for all the reports and big thanks to [https://plus.google.com/115123396002525155383 Sum Wun] for helping test fixes!]
+
*Fix [http://tracker.pilot51.com/24 issue 24]: On some devices (mostly tablets) while using an external audio device, audio stops working for other apps when VN speaks on Notification stream and doesn't return, requiring VN to either be disabled or to speak on Media stream. Now, the audio will still stop, but it returns after TTS completes. [Thanks for all the reports and big thanks to [https://plus.google.com/115123396002525155383 Sum Wun] for helping test fixes!]
*Changed ([http://tracker.pilot51.com/23 issue 23]): Special characters | [ ] { } * < > in notification messages are not spoken (replaced with a space).
+
*Special characters | [ ] { } * < > in notification messages are not spoken (replaced with a space).([http://tracker.pilot51.com/23 issue 23])
*Changed: Default audio stream back to Media.
+
*Change default audio stream back to Media.
*Changed: Notifications are ignored when device is in silent or vibrate mode. (only really a difference for Media stream, as Notification stream already matches the mode)
+
*Notifications are ignored when device is in silent or vibrate mode. (only really a difference for Media stream, as Notification stream already matches the mode)
*Changed: Notifications are ignored while phone is ringing or in a call.
+
*Notifications are ignored while phone is ringing or in a call.
*Added: Quiet Time option.
+
*Add Quiet Time option.
*Added: Options to rate/comment (Market) or contact developer (email app).
+
*Add options to rate/comment (Market) or contact developer (email app).
  
 
==== v1.0.2 [2011-04-05] ====
 
==== v1.0.2 [2011-04-05] ====
*Fixed: Ignore All option creating duplicate ignores, sometimes requiring multiple touches to enable an app.
+
*Fix Ignore All option creating duplicate ignores, sometimes requiring multiple touches to enable an app.
*Added: Option to donate through Paypal (opens Paypal donate page in external browser).
+
*Add option to donate through Paypal (opens Paypal donate page in external browser).
*Fixed: Speaking of quickly repeated notifications (usually progress bars).
+
*Fix speaking of quickly repeated notifications (usually progress bars).
*Added: Option to change TTS between Notification and Media audio streams. Solution to Bluetooth issue reported by SRadner.
+
*Add option to change TTS between Notification and Media audio streams. Solution to Bluetooth issue reported by SRadner.
*Fixed: App List jumping to top when selection changed. (rough/temporary workaround, list still jumps by up to one item)
+
*Fix App List jumping to top when selection changed. (rough/temporary workaround, list still jumps by up to one item)
  
 
==== v1.0.1 [2011-03-28] ====
 
==== v1.0.1 [2011-03-28] ====
*Fixed: Crash when custom TTS message contains an unsupported percent variable. [reported by SRadner]
+
*Fix crash when custom TTS message contains an unsupported percent variable. [reported by SRadner]
*Changed: TTS runs on Notification audio stream instead of Media stream, also removed control of media volume while displayed.
+
*TTS runs on Notification audio stream instead of Media stream, also removed control of media volume while displayed.
*Added: App List menu options to ignore all or none.
+
*Add App List menu options to ignore all or none.
  
 
==== v1.0.0 [2011-02-13] ====
 
==== v1.0.0 [2011-02-13] ====

Revision as of 10:55, 18 December 2011

Scan this QR Code with an Android device to go to Voice Notify in the Android Market

Voice Notify is an Android app that uses Text-To-Speech through the Accessibility service in Android 1.6 and above to speak notification messages from the status bar when they appear, allowing you to know what a notification says without looking at the screen. It features a fully customizable spoken message and a list of installed apps which can be ignored.

Price: Free!

Links


Changelog

Dates are in GMT.

v1.0.5 [2011-12-18]

  • Fix issue 10: App List jumps slightly when item toggled.
  • Fix crash when opening TTS Settings on Google TV.
  • Fix crash when filtering App List.
  • Ignore All/None only applies to apps in filter.

v1.0.4 [2011-12-12]

  • Add option to select whether to speak with screen on or off. (issue 25)
  • Remove touchscreen requirement (makes compatible with Google TV).

v1.0.3 [2011-10-23]

  • Fix issue 24: On some devices (mostly tablets) while using an external audio device, audio stops working for other apps when VN speaks on Notification stream and doesn't return, requiring VN to either be disabled or to speak on Media stream. Now, the audio will still stop, but it returns after TTS completes. [Thanks for all the reports and big thanks to Sum Wun for helping test fixes!]
  • Special characters | [ ] { } * < > in notification messages are not spoken (replaced with a space).(issue 23)
  • Change default audio stream back to Media.
  • Notifications are ignored when device is in silent or vibrate mode. (only really a difference for Media stream, as Notification stream already matches the mode)
  • Notifications are ignored while phone is ringing or in a call.
  • Add Quiet Time option.
  • Add options to rate/comment (Market) or contact developer (email app).

v1.0.2 [2011-04-05]

  • Fix Ignore All option creating duplicate ignores, sometimes requiring multiple touches to enable an app.
  • Add option to donate through Paypal (opens Paypal donate page in external browser).
  • Fix speaking of quickly repeated notifications (usually progress bars).
  • Add option to change TTS between Notification and Media audio streams. Solution to Bluetooth issue reported by SRadner.
  • Fix App List jumping to top when selection changed. (rough/temporary workaround, list still jumps by up to one item)

v1.0.1 [2011-03-28]

  • Fix crash when custom TTS message contains an unsupported percent variable. [reported by SRadner]
  • TTS runs on Notification audio stream instead of Media stream, also removed control of media volume while displayed.
  • Add App List menu options to ignore all or none.

v1.0.0 [2011-02-13]

  • Initial release to the Android Market!


Started development on 2011-02-03