AquaMail Forum

English - Android => Development builds => Topic started by: Kostya Vasilyev on February 09, 2018, 09:30:18 pm

Title: Version 1.14.0-773-dev - "work in progress", not in Google Play
Post by: Kostya Vasilyev on February 09, 2018, 09:30:18 pm
https://www.aqua-mail.com/download/AquaMail-market-1.14.0-770-dev-22dd73a7c717.apk

https://www.aqua-mail.com/download/AquaMail-market-1.14.0-771-dev-afeefdb6a7c6.apk

https://www.aqua-mail.com/download/AquaMail-market-1.14.0-772-dev-0fcc376929d0.apk

https://www.aqua-mail.com/download/AquaMail-market-1.14.0-773-dev-3ddd64e2dea1.apk

https://www.aqua-mail.com/download/AquaMail-market-1.14.0-774-dev-6f0a08e3ca9b.apk

---

+ New text editor continued: split "original" text on Enter (when replying / forwarding), better "inline" replies

+ Build 771: fixed a case of "bad" initial cursor position when replying

+ Build 772: fixed a case of "bad" cursor position after expanding quoted message (+ "keep signature above text")

+ Build 773: fixed inconsistent font sizes in signature editor vs. new compose editor

+ Build 774: fixed unwanted extra new line after signature

---

+ Новый текстовый редактор, продолжение: при нажатии Ввода "оригинальный" текст разбивается (при ответе / пересылке), проще отвечать в стиле "мои комментарии к Вашему сообщению по пунктам".

+ Сборка 771: исправили "плохое" начальное положение курсора в некоторых случаях при ответе

+ Сборка 772: исправили "плохое" положение курсора после раскрытия цитируемого сообщения (+ "подпись в середине")

+ Сборка 773: исправили несовпадение размеров шрифтов между старым редактором (подпись) и новым на экране написания сообщений

+ Сборка 774: исправили нежелательную пустую строку после подписи
Title: Re: Version 1.14.0-771-dev - "work in progress", not in Google Play
Post by: Ayhan Arhan on February 10, 2018, 09:43:44 am
Hi,

Replies after update or forward signature is at the end of the original text. How can i fix it?
Title: Re: Version 1.14.0-771-dev - "work in progress", not in Google Play
Post by: Van_Fan on February 10, 2018, 12:38:59 pm
Hi,

is it possible to change Signature Position (Look Photo)

Andreas
Title: Re: Version 1.14.0-771-dev - "work in progress", not in Google Play
Post by: mikeone on February 10, 2018, 04:50:12 pm
Hi,

Replies after update or forward signature is at the end of the original text. How can i fix it?

Hi,

is it possible to change Signature Position (Look Photo)

Andreas
You will find an option in Settings > Composing and sending > enable 'Keep signature in the middle'

Currently, however, it seems to be a bug that the signature will be positioned at the top - above the textbody - instead 'in the middle' (between the textbody and the original message) if the option 'Keep signature in the middle' is enabled.
Title: Re: Version 1.14.0-771-dev - "work in progress", not in Google Play
Post by: mikeone on February 10, 2018, 04:52:40 pm
... ooh, and the 'Rich text font size' 10pt will be converted to "small" instead of "normal" (in composing screen).

Currently you need to set the 'Rich text font size' (> Settings > Composing and sending) to 12pt to get the "normal" size in composing screen.
Title: Re: Version 1.14.0-772-dev - "work in progress", not in Google Play
Post by: Kostya Vasilyev on February 10, 2018, 08:18:54 pm
Quote
Currently, however, it seems to be a bug that the signature will be positioned at the top - above the textbody - instead 'in the middle' (between the textbody and the original message) if the option 'Keep signature in the middle' is enabled.

Fixed in build 772, above.

Quote
Currently you need to set the 'Rich text font size' (> Settings > Composing and sending) to 12pt to get the "normal" size in composing screen.

Yes, "normal" is 12pt.

Small is 10, Extra Small is 8

Large is 14, Extra Large is 16

At least right now :)
Title: Re: Version 1.14.0-772-dev - "work in progress", not in Google Play
Post by: mikeone on February 10, 2018, 08:26:31 pm
Quote
Currently, however, it seems to be a bug that the signature will be positioned at the top - above the textbody - instead 'in the middle' (between the textbody and the original message) if the option 'Keep signature in the middle' is enabled.

Fixed in build 772, above.
Confirmed. Thanks
Title: Re: Version 1.14.0-772-dev - "work in progress", not in Google Play
Post by: mikeone on February 10, 2018, 08:36:27 pm
Quote
Currently you need to set the 'Rich text font size' (> Settings > Composing and sending) to 12pt to get the "normal" size in composing screen.

Yes, "normal" is 12pt.

Small is 10, Extra Small is 8

Large is 14, Extra Large is 16

At least right now :)
I'll come back to that later, needs more observations.
Title: Re: Version 1.14.0-772-dev - "work in progress", not in Google Play
Post by: mikeone on February 11, 2018, 12:37:42 am
After some observations I discovered that there is an issue regarding the font size with formatting 'rich text' - at least with "New message editor".

As you can see in the screenshot below, the font size in the (formatted) signature text appears bigger than the text which is formatted within the compose screen itself.

I'm pretty sure this will be reproducible for yourself.  8)
Title: Re: Version 1.14.0-772-dev - "work in progress", not in Google Play
Post by: Kostya Vasilyev on February 11, 2018, 12:57:05 am
Aha. Yes.

We haven't switched the signature / greeting to the new editor, but we are able to use any already configured greeting / signature's.

The old editor used %% font size scales - relative to normal (x-small 50%, small 125% etc.)

The new editor uses point sizes (it's a bit more complicated than that, but...) - normal is 12pt, small is 10pt, etc.

So yes, the "old" and "new" size scales don't match.

I'll file this as a bug and see if we can fix this - maybe when using the "new" editor, we'll treat existing "font size" formatting "the new way", as "8pt - 10pt - 12pt" and not as "50% - 75% - 100%".

---

In the longer term, hopefully in 1.15, we'll switch greeting /signature settings over to the new editor.

We'll also look at making it possible to "paste raw html" there.
Title: Re: Version 1.14.0-772-dev - "work in progress", not in Google Play
Post by: mikeone on February 11, 2018, 01:06:53 am
Thanks, that sounds good.  :)
Title: Re: Version 1.14.0-772-dev - "work in progress", not in Google Play
Post by: mikeone on February 11, 2018, 01:44:57 am
Quote
Currently you need to set the 'Rich text font size' (> Settings > Composing and sending) to 12pt to get the "normal" size in composing screen.

Yes, "normal" is 12pt.

Small is 10, Extra Small is 8

Large is 14, Extra Large is 16

At least right now :)
Since "Extra large" is 16pt (now), I'm missing this size in the settings (default' rich text font size' screen)
Title: Re: Version 1.14.0-772-dev - "work in progress", not in Google Play
Post by: Fcasoli on February 11, 2018, 10:47:54 am
Hi Kostya,

Could be possible to have the signature before  the text of the original message, not after, in my screenshot is following.
And I would like to select the text of the original massage, visible, without to press the expand button on the screen...

Thanks (https://uploads.tapatalk-cdn.com/20180211/6f82b92e9521a91663238e8afb7e2060.jpg)
Title: Re: Version 1.14.0-772-dev - "work in progress", not in Google Play
Post by: mikeone on February 11, 2018, 01:32:01 pm
Hi Kostya,

Could be possible to have the signature before  the text of the original message, not after, in my screenshot is following.
You will find an option in Settings > Composing and sending > enable 'Keep signature in the middle'
Title: Re: Version 1.14.0-772-dev - "work in progress", not in Google Play
Post by: mikeone on February 11, 2018, 01:42:03 pm
And I would like to select the text of the original massage, visible, without to press the expand button on the screen...
+1

Should be simular to the option "Hide quoted text" in Settings > Message view
Title: Re: Version 1.14.0-772-dev - "work in progress", not in Google Play
Post by: Fcasoli on February 11, 2018, 02:48:11 pm


Hi Kostya,


You will find an option in Settings > Composing and sending > enable 'Keep signature in the middle'

Great!

I like to replace my old translation from "Mantieni firma al centro" to "Mantieni la firma prima del testo riportato"

Thank you
Title: Re: Version 1.14.0-772-dev - "work in progress", not in Google Play
Post by: Kostya Vasilyev on February 11, 2018, 03:54:04 pm
Re: I would like to select the text of the original massage, visible, without to press the expand button on the screen

The new "process" is easier for the most common case - tap Reply / Forward, enter whatever your new response is, tap Send. Done. All without too much clutter on the screen.

If you're going to be editing the original text or responding inline - +1 tap isn't something to worry about, you'll be doing more tapping and tapping and tapping before sending.
Title: Re: Version 1.14.0-772-dev - "work in progress", not in Google Play
Post by: mikeone on February 11, 2018, 03:59:10 pm

--> DE
Halte die Signatur auf mittlerer Position
... oberhalb der zitierten Nachricht, beim Antworten oder Weiterleiten

I second @Paris Geek's suggestion to move this option upwards, e.g. between the items "Image preview" and "Reply at the bottom".

In addition to that it could be a good idea to insert a new subheading Replying and forwarding
Title: Re: Version 1.14.0-772-dev - "work in progress", not in Google Play
Post by: Kostya Vasilyev on February 11, 2018, 04:08:25 pm
Translations updated, thanks.
Title: Re: Version 1.14.0-773-dev - "work in progress", not in Google Play
Post by: Kostya Vasilyev on February 11, 2018, 05:12:16 pm
Inconsistent font sizes (old editor in signature / greeting prefs vs. new editor on the compose screen) -

- fixed in build 773 (posted above).
Title: Re: Version 1.14.0-773-dev - "work in progress", not in Google Play
Post by: Fcasoli on February 11, 2018, 07:03:25 pm
Re: I would like to select the text of the original massage, visible, without to press the expand button on the screen

The new "process" is easier for the most common case - tap Reply / Forward, enter whatever your new response is, tap Send. Done. All without too much clutter on the screen.

If you're going to be editing the original text or responding inline - +1 tap isn't something to worry about, you'll be doing more tapping and tapping and tapping before sending.
I agree!