Richard Munn

Results 34 comments of Richard Munn

Out of interest, does it go away if you get someone to leave you an actual voicemail, then delete it?

Looking at the code, I just realised it ignores the notification setting in preferences, and will always display the notification - that's an easy fix. The reason I ask about...

Commit de712f65070c2311f106d787e079e2be2358a731 fixes the setting (i.e. makes it actually pay attention to it!)

Actually it is - or at least it's sometimes being set - will continue investigating!

Thanks - I've noticed a few times it either hasn't synced at all (so after resetting my watch and reconnecting, I notice the time is a few minutes past midnight),...

I have a feeling it's caused by the phone not being awake when the watch reconnects, so the time lag compensation gets it wrong. I'll try adding a wakelock when...

Should be fixed by 905e0d3157 At least time gets properly set on connect now.

If you have debug logging connected, you should see the package name reported in the log when the notification is displayed - that might help track it down.

So do you want the ability to enable and disable the notification light for all notifications, based on a sent intent, or do you want to be able to choose...

Light per-notification type is doable, all the others would require modifications to the firmware, which I'm currently trying to avoid, as there's no way for the app to recognise custom...