pilot51 / voicenotify

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

notify while ringing call #38

Closed artek70 closed 6 years ago

artek70 commented 9 years ago

I suggest (option) to enable notification while call is ringing to hear caller name (who is ringing). I see in log Telephone notification is blocked while "active or ringing call".

pilot51 commented 6 years ago

Added in commit referenced above. It will speak while ringing and stop as soon as the call is answered. Right now it is a very simple solution that uses the same message format as other notifications and will not prioritize the call over other notifications ahead of it in the speech queue. I may improve on it later, but feel free to comment or open a new issue if you find you would like it improved.