AquaMail Forum

English - Android => General Discussion => Topic started by: DaveRook on February 07, 2013, 02:10:02 pm

Title: Aqua Mail notification
Post by: DaveRook on February 07, 2013, 02:10:02 pm
Hi

I want to purchase the app but I have a question; When we purchase the app does the Blue icon (the AquaMail Icon) no longer appear in the notification bar (status bar). There is no need to have it there, it's just in the way. The 'grey' icon (which indicates there is an unread message) is useful but the blue one just consumes space and is distracting!

Dave
Title: Re: Aqua Mail notification
Post by: Solutions Etcetera on February 07, 2013, 03:13:18 pm
I only see the blue icon when Aquamail is checking for mail.
Title: Re: Aqua Mail notification
Post by: Kostya Vasilyev on February 22, 2013, 12:24:52 am
The blue icon is needed to keep the app alive (so it doesn't get kicked out of memory). This would be when the app is checking mail, or is working in IMAP Push mode (which requires ongoing server connections).

That's "by the book", per Android developer docs anyway.

There is a setting to turn the icon off: app settings -> extended mode -> user interface section. You can ignore the warning there, and just try it. This setting is present in the free version as well.
Title: Re: Aqua Mail notification
Post by: doctorow on February 22, 2013, 01:03:57 am
The blue icon is needed to keep the app alive (so it doesn't get kicked out of memory). This would be when the app is checking mail, or is working in IMAP Push mode (which requires ongoing server connections).

That's "by the book", per Android developer docs anyway.

Since JB you can make that notification invisible from the bar (http://developer.android.com/reference/android/app/Notification.html#priority) (only show it in the pull down). It would be nice if Aqua Mail could support this since the blue icon doesn't serve any true notification purpose.

More on hidden (opportunistic) notification with PRIORITY_MIN: http://developer.android.com/design/patterns/notifications.html
Title: Re: Aqua Mail notification
Post by: Kostya Vasilyev on February 25, 2013, 02:44:51 am
Wow, amazing. They updated the docs too -- just a few days ago, it said something like:

"The system will make a determination about how to interpret notification priority as described in MUMBLE MUMBLE".

https://code.google.com/p/android/issues/detail?id=37700

Won't make it into the next update (which I'm about to post, with a couple of important fixes), but I'll look into it very soon.

Thanks again!

<mumble>

But wait, that completely thwarts the intention, preventing silently running malware... This was the purpose of requiring the icon since 2.0.

Is Google going to consider this a bug and "fix" it, or did they give up on trying to control all the stuff that runs all the time on a typical Android device?

Let's hope nobody from the Android team is reading this.

</mumble>