pilot51 / voicenotify

Android app that speaks notifications
https://voicenotify.app
Apache License 2.0
150 stars 54 forks source link

Word replacement #33

Closed pilot51 closed 6 years ago

pilot51 commented 10 years ago

Replace words in a notification with another word. They should be saved to a list. Useful for censoring, correcting pronunciation, etc.

EvanDotPro commented 9 years ago

I'd love to see this make it in for the next version. Wish I had the time to make an attempt at a PR myself. :disappointed:

akbarzg commented 8 years ago

Replacing a word pattern with another word will be more powerful feature. If any word begins with "http:" then I should be able to replace it with some another word (say "Link")

Please implement this enhancement in the next release.

pilot51 commented 6 years ago

Added in 205ca7b. At this point, it's simple (no regex support for example) and has a focus issue, but it's a start and it works.