pebble / pebblekit

Pebble's app development toolkit for the Pebble smartwatch, Android and iOS
199 stars 13 forks source link

Need finer control over notifications #37

Open nagelp opened 11 years ago

nagelp commented 11 years ago

(Sorry if this is the wrong place to report this feature request, couldn't find a better one)

I have some notifications that don't require immediate attention, and thus they should not cause my watch to vibrate. Example: Group messages from WhatsApp. They bring up a standard notification on the phone, but they don't cause the phone to vibrate, play a sound or even let the LED blink. Direct messages from WhatsApp on the other hand are much more important for me, and should show up on the watch just as they currently do.

Ideally I'd like to check any notification for a set of search terms, and if matched or not matched, let the watch show the notification or not.