You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.