AquaMail Forum

English - Android => How do I... => Topic started by: fiveform on May 11, 2013, 12:10:09 am

Title: Aquamail and Pebble Notifier
Post by: fiveform on May 11, 2013, 12:10:09 am
I'm wondering if anyone on this forum has a Pebble watch and is running Aquamail on an Android phone.  Aquamail by itself is great, but when I run Pebble Notifier with it (and believe me, I've played with the settings, as well as Pebble and Aquamal notifications in all combinations) I get notified each time that Aquamail makes a call to the Gmail server or of performs any Aquamail network activity.

Thanks,
-Dave
Title: Re: Aquamail and Pebble Notifier
Post by: Kostya Vasilyev on May 13, 2013, 03:17:33 am
Don't have a Pebble, but:

1 - You can turn off "ongoing" notifications in my app.

2 - Or ask Pebble developers to check for this:

notification.flags |= Notification.FLAG_ONGOING_EVENT;

and don't treat those "ongoing" notifications are "new messages" notifications.

3 - Or ask Pebble dev to check for a boolean extra under "org.kman.AquaMail.IGNORE_NOTIFICATION" in the notification's pending intent.

( you can forward items 2,3 verbatim, they should know what that means )
Title: Re: Aquamail and Pebble Notifier
Post by: fiveform on May 13, 2013, 03:12:24 pm
Thanks!  I'll give those suggestions a try.   :D