Author Topic: Version 1.6.1.3-4 - "stable" but not in Play yet  (Read 9836 times)

Kostya Vasilyev

  • Hero Member
  • *****
  • Posts: 12740
Version 1.6.1.3-4 - "stable" but not in Play yet
« on: March 08, 2016, 08:40:31 pm »
https://www.aqua-mail.com/download/AquaMail-market-1.6.1.3-4.apk

---

Hiding the "total" per-folder count on phone sized screens in two panel mode -- turned out confusing for at least a few users, so I've added:

+ Settings -> account list -> per-folder "total" message counts (show / hide / auto depending on available width). The default is to "show always", as in 1.6.0 and below.

New translations please:

<!-- strings_prefs.xml -->

<string name="prefs_ui_main_show_total_counts">Per-folder \"total\" message counts</string>
<string name="prefs_ui_main_show_total_counts_always">Visible</string>
<string name="prefs_ui_main_show_total_counts_never">Off</string>
<string name="prefs_ui_main_show_total_counts_auto">Auto (depending on available width)</string>

---

Скрывать "общее" количество сообщений на телефонах в двух-панельном режиме -- оказалось нежелательным для некоторого количества пользователей, так что пришлось добавить:

+ Настройки - список учётных записей - "всего" сообщений на уровне папок (показывать, скрывать, авто). По умолчанию - "показывать всегда", как было в 1.6.0 и ранее.

« Last Edit: March 09, 2016, 01:24:11 am by Kostya Vasilyev, Aqua Mail »
Creating debug logs for diagnostics: https://www.aqua-mail.com/troubleshooting/

The official FAQ: https://www.aqua-mail.com/faq/

Лог-файлы для диагностики: https://www.aqua-mail.com/ru/troubleshooting/

Вопросы и ответы: https://www.aqua-mail.com/ru/faq/

nica

  • Guest
Re: Version 1.6.1.3-4 - "stable" but not in Play yet
« Reply #1 on: March 10, 2016, 10:15:14 am »
Hi,

for the 2nd string I would like to suggest adding "Always visible" in english language.
for the 3rd string I would like to suggest suggest "Never"  in english language.

"Always - Never - Auto" is easier to understand than "Visible - Off - Auto".

Kostya Vasilyev

  • Hero Member
  • *****
  • Posts: 12740
Re: Version 1.6.1.3-4 - "stable" but not in Play yet
« Reply #2 on: March 10, 2016, 08:34:01 pm »
Quote
for the 2nd string I would like to suggest adding "Always visible" in english language.
for the 3rd string I would like to suggest suggest "Never"  in english language.

You're right. Will change.
Creating debug logs for diagnostics: https://www.aqua-mail.com/troubleshooting/

The official FAQ: https://www.aqua-mail.com/faq/

Лог-файлы для диагностики: https://www.aqua-mail.com/ru/troubleshooting/

Вопросы и ответы: https://www.aqua-mail.com/ru/faq/

nica

  • Guest
Re: Version 1.6.1.3-4 - &quot;stable&quot; but not in Play yet
« Reply #3 on: March 11, 2016, 12:43:53 am »
Thx

pyler

  • Sr. Member
  • ****
  • Posts: 412
Re: Version 1.6.1.3-4 - "stable" but not in Play yet
« Reply #4 on: March 11, 2016, 03:22:22 am »
So which strings are changed? So we can change it too in out translations.
Do you want to use the latest AquaMail version?
Try AquaMail Updater!

StR

  • Hero Member
  • *****
  • Posts: 1558
Re: Version 1.6.1.3-4 - "stable" but not in Play yet
« Reply #5 on: March 11, 2016, 08:39:33 pm »
Kostya,

I see how you posted it in the individual "Translations" threads.
In the spirit of what @nica suggested, I think the first line should have one more word, e.g.
"show" or "display" (Unless there is such a word for the entire group of options):

Quote
<!-- strings_prefs.xml -->

<string name="prefs_ui_main_show_total_counts">Display per-folder \"total\" message counts</string>
<string name="prefs_ui_main_show_total_counts_always">Always</string>
<string name="prefs_ui_main_show_total_counts_never">Never</string>
<string name="prefs_ui_main_show_total_counts_auto">Auto (depending on available width)</string>

BTW, why are using the quotation marks around "total"?
It sounds as if it is not really total, but sort of total.

Kostya Vasilyev

  • Hero Member
  • *****
  • Posts: 12740
Re: Version 1.6.1.3-4 - "stable" but not in Play yet
« Reply #6 on: March 11, 2016, 09:29:16 pm »
Quote
In the spirit of what @nica suggested, I think the first line should have one more word, e.g.
"show" or "display" (Unless there is such a word for the entire group of options):

Yes, thank you.

Quote
BTW, why are using the quotation marks around "total"?

For emphasis.
Creating debug logs for diagnostics: https://www.aqua-mail.com/troubleshooting/

The official FAQ: https://www.aqua-mail.com/faq/

Лог-файлы для диагностики: https://www.aqua-mail.com/ru/troubleshooting/

Вопросы и ответы: https://www.aqua-mail.com/ru/faq/

mikeone

  • Hero Member
  • *****
  • Posts: 2762
Re: Version 1.6.1.3-4 - "stable" but not in Play yet
« Reply #7 on: March 11, 2016, 10:55:19 pm »
Quote
In the spirit of what @nica suggested, I think the first line should have one more word, e.g.
"show" or "display" (Unless there is such a word for the entire group of options):

Yes, thank you.
The German "Translation team" extended the headline and has modified the first two selection options as follows:

<!-- strings_prefs.xml -->

<string name="prefs_ui_main_show_total_counts">Per-folder \"total\" message counts in Account list</string>
<string name="prefs_ui_main_show_total_counts_always">Always visible</string>
<string name="prefs_ui_main_show_total_counts_never">Don't show</string>
<string name="prefs_ui_main_show_total_counts_auto">Auto (depending on available width)</string>

« Last Edit: March 11, 2016, 10:59:43 pm by mikeone »

Kostya Vasilyev

  • Hero Member
  • *****
  • Posts: 12740
Re: Version 1.6.1.3-4 - "stable" but not in Play yet
« Reply #8 on: March 11, 2016, 10:57:35 pm »
The setting already is in the "Account list" section and it's the only place in the app with "total" per-folder counts.

I appreciate the thought, but don't think it's necessary for EN.
Creating debug logs for diagnostics: https://www.aqua-mail.com/troubleshooting/

The official FAQ: https://www.aqua-mail.com/faq/

Лог-файлы для диагностики: https://www.aqua-mail.com/ru/troubleshooting/

Вопросы и ответы: https://www.aqua-mail.com/ru/faq/

mikeone

  • Hero Member
  • *****
  • Posts: 2762
Re: Version 1.6.1.3-4 - "stable" but not in Play yet
« Reply #9 on: March 11, 2016, 11:07:12 pm »
I agree.
However, for the German users the extension is just for a better understanding  8)

Kostya Vasilyev

  • Hero Member
  • *****
  • Posts: 12740
Re: Version 1.6.1.3-4 - "stable" but not in Play yet
« Reply #10 on: March 11, 2016, 11:12:28 pm »
Re: However, for the German users the extension is just for a better understanding  8)

Yes, and I did copy exactly what you posted -- wouldn't occur to me to mess with (what I know is) perfection!
Creating debug logs for diagnostics: https://www.aqua-mail.com/troubleshooting/

The official FAQ: https://www.aqua-mail.com/faq/

Лог-файлы для диагностики: https://www.aqua-mail.com/ru/troubleshooting/

Вопросы и ответы: https://www.aqua-mail.com/ru/faq/

mikeone

  • Hero Member
  • *****
  • Posts: 2762
Re: Version 1.6.1.3-4 - "stable" but not in Play yet
« Reply #11 on: March 11, 2016, 11:28:16 pm »
Thanks, I had already seen it.

Germans are in some things perfectionists.

Kostya Vasilyev

  • Hero Member
  • *****
  • Posts: 12740
Re: Version 1.6.1.3-4 - "stable" but not in Play yet
« Reply #12 on: March 11, 2016, 11:31:08 pm »
Re: Germans are in some things perfectionists

Yes, that's the reputation!
Creating debug logs for diagnostics: https://www.aqua-mail.com/troubleshooting/

The official FAQ: https://www.aqua-mail.com/faq/

Лог-файлы для диагностики: https://www.aqua-mail.com/ru/troubleshooting/

Вопросы и ответы: https://www.aqua-mail.com/ru/faq/

mikeone

  • Hero Member
  • *****
  • Posts: 2762
Re: Version 1.6.1.3-4 - "stable" but not in Play yet
« Reply #13 on: March 11, 2016, 11:37:38 pm »
Re: Germans are in some things perfectionists

Yes, that's the reputation!
... but does not always correspond to reality.  8)

StR

  • Hero Member
  • *****
  • Posts: 1558
Re: Version 1.6.1.3-4 - "stable" but not in Play yet
« Reply #14 on: March 12, 2016, 03:05:21 am »

Ghm ... I am thinking:

Re: Germans are in some things perfectionists

Yes, that's the reputation!
... but does not always correspond to reality.  8)

If one combines it with the earlier statement:
However, for the German users the extension is just for a better understanding  8)

... Then one might conclude, that some Germans are perfectionists while others are just slo... in need of "a better understanding".  :P
 8)
just kidding