Difference between revisions of "Voice Notify"

From Pilot_51's Wiki
Jump to navigation Jump to search
Line 14: Line 14:
 
== Changelog ==
 
== Changelog ==
 
Dates are in GMT.
 
Dates are in GMT.
 +
==== v1.0.7.2 [2012-03-28] ====
 +
*Fix mislabeled device states (on and off were swapped).
 +
*Fix somewhat rare crash at start caused by NullPointerException (I don't know why, couldn't reproduce) when checking if the old ignores file exists before transferring to database.
 +
 
==== v1.0.7.1 [2012-03-27] ====
 
==== v1.0.7.1 [2012-03-27] ====
 
*Fix crash when notification received and Ignore Text is not set/initialized.
 
*Fix crash when notification received and Ignore Text is not set/initialized.
 +
 
==== v1.0.7 [2012-03-26] ====
 
==== v1.0.7 [2012-03-26] ====
 
*Add Ignore Text preference.
 
*Add Ignore Text preference.

Revision as of 09:49, 28 March 2012

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.7.2 [2012-03-28]

  • Fix mislabeled device states (on and off were swapped).
  • Fix somewhat rare crash at start caused by NullPointerException (I don't know why, couldn't reproduce) when checking if the old ignores file exists before transferring to database.

v1.0.7.1 [2012-03-27]

  • Fix crash when notification received and Ignore Text is not set/initialized.

v1.0.7 [2012-03-26]

  • Add Ignore Text preference.
  • Add Ignore Repeats preference. Default, which was previously hard-coded, is to ignore identical consecutive notifications within 10 seconds.
  • Add Silent/Vibrate to Device States preference. Default, which was previously hard-coded, is disabled (not speak).
  • Default ignore for new apps is based on Ignore All/None.
  • Change App List progress indicator to indeterminate title bar style since load time is much quicker.
  • Change to a database to store ignores and to work as a cache for near-instant loading of App List. First time displaying App List will take some time to get all installed apps cached (loading app labels from the system is very slow).
  • App search filtering now includes package names and search containing text instead of words starting with the search term.
  • Show toast message when running Test with Voice Notify ignored.
  • Check notification-independent ignores after TTS Delay instead of before.
  • Stop speaking if headset changes to ignored state.
  • Fix crash at service initialization on some (most?) Android 2.0.1 and lower devices.
  • Fix/enable TTS Settings for ICS.
  • Fix TTS Settings crash in Honeycomb & Android 4.0 (API 11-14).

v1.0.6 [2012-01-10]

  • Add option for custom TTS Delay. Value in seconds.
  • Add headset on/off to device states. Note: Due to API limitations, all Bluetooth devices are detected the same, headset or not.
  • Add Bluetooth permission. Required to detect Bluetooth connections.
  • Add option to post a test notification. Delayed 5 seconds to allow user to, for example, turn off the screen.
  • Fix crash when notification received on Android 2.0.1 or lower. My bad, in v1.0.4 I used an API introduced in 2.1 without realizing.
  • Fix crash when opening TTS Settings on some devices. Now the option is disabled if TTS settings could not be found. Please contact me if you have an affected device that has TTS settings.

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