AquaMail Forum

English - Android => Development builds => Topic started by: Kostya Vasilyev on August 25, 2013, 02:33:25 am

Title: Version 1.2.4.40
Post by: Kostya Vasilyev on August 25, 2013, 02:33:25 am
This is the first version with rich text editing.

http://www.aqua-mail.com/download/AquaMail-market-1.2.4.40.apk

The default format for new messages is "automatic"... to only use formatted text if replying to an HTML message (or forwarding).

The Menu in compose mode has items to switch between plain and formatted text on the fly. Or use app settings under "Composing and sending" to set a different default.

Signatures support formatting too.
Title: Re: Version 1.2.4.40
Post by: Kostya Vasilyev on August 25, 2013, 02:36:53 am
I expect this new formatted text stuff could have some bugs (I started with Mark Murphy's "RichEditText" component... and made a good bunch of changes).

If you run into an issue, please try to reproduce it with a new, small message.

Bad bug report:

"I was in the middle of typing a new message with a lot of formatted text, and it all went weird on me all of a sudden".

Good bug report:

"Enter two words, select first, change its color to red --> second word changes from default black to orange, although it wasn't supposed to".
Title: Re: Version 1.2.4.40
Post by: kaczor on August 25, 2013, 05:59:36 am
Hi Kostya,

Just to begin, two issues:
1. When you start to compose a new message, there is no empty newline before the signature (I believe it could be fixed just by adding newline in the signature settings, so this is no big deal),
2. Second problem is more irritating - when you respond to a mail (lets say with plain text, I've not checked HTML), the cursor is set at the end of signature by default. You need to move it above each time :)

I've downgraded to 39 for now...
Title: Re: Version 1.2.4.40
Post by: Kostya Vasilyev on August 26, 2013, 06:05:59 pm
1 - I used to "do stuff" with signatures, going as far as even adding a "--" before, but got requests for the app to not do that.

2 - Will check what's changed, indeed, that could be annoying.

Will check into first item, too.
Title: Re: Version 1.2.4.40
Post by: kaczor on August 27, 2013, 12:35:04 am
I believe the first item can be left just as is. Now there is a possibility to configure everything as you like. If somebody does not want newline (for example before --) - voila. For the "newline before signature lovers" - just add it to signature. I would leave it :)
Title: Re: Version 1.2.4.40
Post by: Kostya Vasilyev on August 27, 2013, 01:51:56 am
1 - I made it work exactly like before, so that the users don't need to adjust their signature setting after updating:

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

2 - Fixed. Was broken in my workaround for this little gem:

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