Author Topic: Aquamail and Pebble Notifier  (Read 5683 times)

fiveform

  • Newbie
  • *
  • Posts: 2
Aquamail and Pebble Notifier
« 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

Kostya Vasilyev

  • Hero Member
  • *****
  • Posts: 12740
Re: Aquamail and Pebble Notifier
« Reply #1 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 )
Creating debug logs for diagnostics: https://www.aqua-mail.com/troubleshooting/

The official FAQ: https://www.aqua-mail.com/faq/

Лог-файлы для диагностики: https://www.aqua-mail.com/ru/troubleshooting/

Вопросы и ответы: https://www.aqua-mail.com/ru/faq/

fiveform

  • Newbie
  • *
  • Posts: 2
Re: Aquamail and Pebble Notifier
« Reply #2 on: May 13, 2013, 03:12:24 pm »
Thanks!  I'll give those suggestions a try.   :D