Skip to content

Releases: pilot51/voicenotify

v1.1.0 [2017-12-11]

11 Dec 09:26
Compare
Choose a tag to compare
  • Update minSdkVersion from 4 (Android 1.6) to 18 (Android 4.3).
  • Update build SDK to 27 (Android 8.1) for visual refresh and new APIs such as Notification Listener.
  • Switch from Accessibility to Notification Listener service.
  • Remove support for reading toasts (Accessibility feature).
  • Support reading much more notification content (TTS Message default changed as a result).
  • Add TTS Text Replacement option.
  • Add option to truncate messages. [contributor: Mark Burton]
  • Enable speaking caller ID while ringing (requires READ_PHONE_STATE permission).
  • Enable fast scroll in App List. [contributor: Damien Degois]
  • Move TTS preferences into separate screen.
  • Fix issue with repeated message detection. [contributor: Mark Burton]
  • Fix Google Wallet launcher.
  • Add crowdsourced translations: Czech, Greek, Dutch, Portuguese

AndroidStudio

14 Nov 00:43
Compare
Choose a tag to compare
AndroidStudio Pre-release
Pre-release
First commit after migrating from Eclipse to Android Studio

v1.0.12 [2014-05-04]

14 Nov 00:44
Compare
Choose a tag to compare
  • Fix Google Now hotword disabled while VN service running.
  • Use better headset connectivity detection for Android 2.0+. Requires Modify Audio Settings permission. [Code contributed by Chris Rae (pugwonk)]
  • Fix issue 24: Shake-To-Silence silencing future notifications.

v1.0.11.2 [2014-02-10]

14 Nov 00:45
Compare
Choose a tag to compare
  • Fix crash when DeviceStateReceiver triggered while all notifications are ignored and the Notification Log is empty (usually happens at service start).
  • Update translations. Don't translate support email strings to encourage users to write in English. Russian updated by new translator: vanetned

v1.0.11.1 [2014-01-12]

14 Nov 00:45
Compare
Choose a tag to compare
  • Add mention that Google Wallet Send Money is only available in the United States.
  • Fix status showing suspended and nothing happening when clicked after suspending with widget and then disabling VN.
  • Fix crash at launch for API 7 (2.1) and earlier.
  • Fix wrong app toggled when un/checking app in filtered list. [Code contributed by 1karu5]
  • Fix VN crashing or ceasing to function in some situations, plus other TTS fixes. [Code contributed by Scott Albertine]

v1.0.11 [2014-01-01]

14 Nov 00:46
Compare
Choose a tag to compare
  • Italian translation updated by Matteo Regoli (Teorouge).
  • Add option to pause/dim other media while speaking. [Code contributed by Scott Albertine]
  • Add support for new widget picker. [Code contributed by 1karu5]
  • Add option to ignore empty notifications (previously they were always ignored).
  • Add support for more audio streams: Voice, Ring, Alarm
  • Add option to donate through Google Wallet.
  • Fix service status in config not updating when resumed from background.
  • Fix handling of TTS initialization, preventing notifications from being missed and other possible issues.

v1.0.10.1 [2013-06-11]

14 Nov 00:46
Compare
Choose a tag to compare
  • Fix crash on some devices when initializing TTS before speech if TTS Delay or TTS Repeat is set. This seems to have mainly affected quad-core devices.
  • Don't interrupt speech when screen changes to ignored state.
  • French translation updated by Titan44.

v1.0.10 [2013-06-08]

14 Nov 00:47
Compare
Choose a tag to compare
  • New translations: French by caliann and Souln77, German by massimo2001, Hungarian by njozsef.
  • Make speaking of toasts optional in Android 3.0+.
  • Add un/ignore in Notification Log via long-press & confirm.
  • Increase Notification Log history limit from 10 to 20.
  • Instead of "Enable/Disable", indicate whether VN service is running.
  • Add menu option in App List to show soft keyboard for filtering. This solves devices without hardware keyboard unable to filter.
  • Add widget. Color indicates service status. Clicking it toggles service suspend or opens Accessibility settings if disabled.
  • Only run TTS service while speaking. Reduces memory usage while not speaking and hopefully fixes issues with audio from other apps not being restored after speaking completes.
  • Add GetLocalization and GitHub to Support menu.
  • Add basic info to support email body: VN version, Android version, Android build number, Device.
  • Fix crash when viewing log with app not yet in app list.
  • Fix crash when viewing log during TTS Delay & ignore.
  • Fix crash when resuming App List after process death.
  • Fix crash when notification received and not ignored with TTS Delay set between 2147484 and 2147483647 seconds.
  • Fix crashes when opening App List multiple times while loading. Also fixes duplicates in App List if it doesn't crash.
  • Major performance boost on first load of app list.
  • TTS Repeat improvements. Fixes crash with TTS Repeat set between 35792 and 2147483647 minutes. Hopefully fixes issue 29.

v1.0.10 public beta released on 2013-06-03.

v1.0.9.1 [2012-11-26]

14 Nov 00:47
Compare
Choose a tag to compare
  • Fix crash when opening App List and an uninstalled app gets removed from cache.
  • Fix shake sensor remaining active after TTS stops speaking. Fixes shake applying to last notification in Log long since done speaking. Possibly resolves the reported excessive battery usage.
  • Significant improvement to shake detection, fixing erroneous detections.
  • Don't allow installing/moving to SD card since it causes problems.

v1.0.9 [2012-11-15]

14 Nov 00:47
Compare
Choose a tag to compare
  • Add Russian translation by Max Ponomaryov (ceejay).
  • Add Spanish translation by PaoloNB.
  • Add Shake-To-Silence preference to configure sensitivity threshold.
  • In Notification Log, show reasons in yellow if silenced after speaking started.
  • Change keyboard type for number preferences from "phone" to "number".
  • Fix issue 30: VN not appearing in Android 4.2 Accessibility list.
  • Fix some ignore reasons not showing in Notification Log.
  • Fix crash when ignoring all/none while App List is loading.
  • Fix crash when running Test on Android 4.2 device in vibrate mode (add vibrate permission).