AquaMail Forum

English - Android => Development builds => Topic started by: Kostya Vasilyev on March 09, 2016, 01:23:36 am

Title: Version 1.6.1.3-5 - "stable" but not in Play yet
Post by: Kostya Vasilyev on March 09, 2016, 01:23:36 am
https://www.aqua-mail.com/download/AquaMail-market-1.6.1.3-5.apk

---

+ Bug fix in message list / message view "title bar"

when it goes from one line "account: folder" to two lines "account" and "folder" below (if the one line variation is too long).

Please let me know if you notice anything strange here.

Changes from 1.6.1.3-4:

http://www.aqua-mail.com/forum/index.php?topic=4501.0

... has four new strings to translate.

---

+ Исправление ошибки в "заголовке" списка сообщений / отображения сообщений

при переходе от одной строки "учётка: папка" на две строки "учётка" и под ней "папка" (если в одну строку не умещается).

Пожалуйста дайте знать если заметите здесь что-либо странное.

Изменения в 1.6.1.3-4:

http://www.aqua-mail.com/forum/index.php?topic=4501.0
Title: Re: Version 1.6.1.3-5 - "stable" but not in Play yet
Post by: pyler on March 09, 2016, 11:21:39 pm
Can you add support for Android N Multi Windows? :D
http://developer.android.com/preview/features/multi-window.html
Title: Re: Version 1.6.1.3-5 - "stable" but not in Play yet
Post by: Kostya Vasilyev on March 09, 2016, 11:26:49 pm
Re: Can you add support for Android N Multi Windows? :D

Is the SDK out already?

----

FUCK! More changes to background and connectivity.

Guess they decided to pretend that the "Gmail not receiving notifications" on 6.0 didn't happen.
Title: Re: Version 1.6.1.3-5 - "stable" but not in Play yet
Post by: pyler on March 09, 2016, 11:32:21 pm
Oh, they added possibility to do Quick reply from notification. Hopefully, AquaMail can use it too :)

Yes, SDK is out.
Title: Re: Version 1.6.1.3-5 - "stable" but not in Play yet
Post by: Kostya Vasilyev on March 09, 2016, 11:37:12 pm
Re: Oh, they added possibility to do Quick reply from notification. Hopefully, AquaMail can use it too :)

Sure, it just won't be exactly like Gmail because Gmail loads entire text of all messages up-front.

Re: Yes, SDK is out

Wonder if it'll work in Eclipse (the 6.0 SDK does).
Title: Re: Version 1.6.1.3-5 - "stable" but not in Play yet
Post by: pyler on March 09, 2016, 11:42:34 pm
Also this may affect AquaMail
http://www.androidpolice.com/2016/03/09/android-n-feature-spotlight-new-data-saver-option-reduces-data-usage-on-limited-cellular-plans/
Title: Re: Version 1.6.1.3-5 - "stable" but not in Play yet
Post by: Kostya Vasilyev on March 09, 2016, 11:58:48 pm
Re: Also this may affect AquaMail

Google has expanded the ConnectivityManager API to provide apps with the ability to check whether Data Saver is enabled and see if they've been whitelisted. Users can permit certain apps to use as much data as they want, even with the toggle switched on.


Yes, but I'm not sure how to handle it.

The app already has setting for how many messages it syncs, how much it preloads, etc.

Maybe a new setting category (in addition to WiFi / mobile), specifically for "mobile when data saver is on"???
Title: Re: Version 1.6.1.3-5 - "stable" but not in Play yet
Post by: pyler on March 10, 2016, 02:16:51 am
Also this is interesting but probably not anyhow useful for AquaMail:
https://developer.android.com/preview/api-overview.html#tile_api

:D
Title: Re: Version 1.6.1.3-5 - "stable" but not in Play yet
Post by: Kostya Vasilyev on March 10, 2016, 02:17:58 am
This one I actually like:

https://developer.android.com/preview/features/notification-updates.html

Title: Re: Version 1.6.1.3-5 - "stable" but not in Play yet
Post by: pyler on March 10, 2016, 02:21:14 am
Already downloading Dev Preview :D Then I can test AquaMail on Android N :D
Title: Re: Version 1.6.1.3-5 - "stable" but not in Play yet
Post by: Kostya Vasilyev on March 10, 2016, 02:23:07 am
Re: Then I can test AquaMail on Android N

And hopefully live to tell about it :)
Title: Re: Version 1.6.1.3-5 - "stable" but not in Play yet
Post by: Kostya Vasilyev on March 10, 2016, 02:27:22 am
Looks like Eclipse still works with the N SDK (and I don't care about Java 8 features...)