AquaMail Forum

English - Android => Development builds => Topic started by: Kostya Vasilyev on May 09, 2015, 01:59:33 am

Title: 1.5.7-36-dev4.5
Post by: Kostya Vasilyev on May 09, 2015, 01:59:33 am
http://www.aqua-mail.com/download/AquaMail-market-1.5.7-36-dev4.5.apk

---

+ Fixes from 1.5.5.36

+ When responding to a meeting invite (Exchange), now possible to add a note / comment.

+ Translation updates

---

+ Исправления из 1.5.5.36

+ При ответе на приглашения календаря (Exchange) можно добавить комментарий.

+ Обновления переводов
Title: Re: 1.5.7-36-dev4.5
Post by: pyler on May 09, 2015, 09:32:06 pm
Did you consider use "undo toast" (bars) when removing message just like Gmail has?
Title: Re: 1.5.7-36-dev4.5
Post by: Kostya Vasilyev on May 09, 2015, 11:18:53 pm
Yes I did, but not for this version.

Showing the undo "panel" is easy, the data model behind is what's harder, and I just didn't have time for that (again, argh!!!)
Title: Re: 1.5.7-36-dev4.5
Post by: pyler on May 10, 2015, 05:00:56 pm
Yes, I think it is done this way (or I would do it this way):

- show Undo bar with "X action was done" but in reality it wasn't done
- wait a few seconds and if user clicks on Undo, do nothing. If user doesn't click on Undo after X seconds, do the X action.
Title: Re: 1.5.7-36-dev4.5
Post by: Kostya Vasilyev on May 10, 2015, 09:27:18 pm
Yes, exactly.

Also commit when the user does something else -- e.g. delete a few messages, then clicks into some other message.