Author Topic: AquaMail Updater  (Read 152968 times)

Fcasoli

  • Hero Member
  • *****
  • Posts: 541
Re: AquaMail Updater
« Reply #90 on: August 08, 2014, 09:27:34 am »
Every update is welcome, thank


___________________________

Galaxy Note 3 - Note 3 Neo - Gear


Kostya Vasilyev

  • Hero Member
  • *****
  • Posts: 12740
Re: AquaMail Updater
« Reply #91 on: August 08, 2014, 03:17:49 pm »
Not to mention that Pyler's app has a higher version number than Aqua :)
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/

pyler

  • Sr. Member
  • ****
  • Posts: 412
Re: AquaMail Updater
« Reply #92 on: August 08, 2014, 06:49:51 pm »
Yes.

I think AquaMail should jump on 1.5 because tons of new things. Increase by 0.0.1 (1.4.0 > 1.4.1) don't represent your real hard work.
Do you want to use the latest AquaMail version?
Try AquaMail Updater!

Kostya Vasilyev

  • Hero Member
  • *****
  • Posts: 12740
Re: AquaMail Updater
« Reply #93 on: August 09, 2014, 12:56:12 am »
I was going to release 1.4.1 as a quick follow-up to 1.4.0, but the 1.4.0 release went so badly that I lost momentum.

Think my new plan is going to be:

- Finish one large task I'm working on now
- Pick and complete a few smaller ones from my voluminous to-do
- Release as 1.5

This means I'll be postponing the "delete message with swiping and be able to undo" until a later release. Not what I'd have liked, but maybe it's better that way.
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/

Thomas

  • Sr. Member
  • ****
  • Posts: 282
  • Just enjoying life...
Re: AquaMail Updater
« Reply #94 on: August 09, 2014, 06:31:23 pm »
Hi folks,
in what folder are the downloaded apk´s stored?
Before they were in the standard download folder, but no more.

pyler

  • Sr. Member
  • ****
  • Posts: 412
Re: AquaMail Updater
« Reply #95 on: August 09, 2014, 07:12:05 pm »
In /sdcard/Android/data/com.pyler.aquamail.updater/files.
Note:
Everytime you run AMU, it checks for APK file there and delete it if it is there.
Do you want to use the latest AquaMail version?
Try AquaMail Updater!

Thomas

  • Sr. Member
  • ****
  • Posts: 282
  • Just enjoying life...
Re: AquaMail Updater
« Reply #96 on: August 09, 2014, 10:12:41 pm »
In /sdcard/Android/data/com.pyler.aquamail.updater/files.
Note:
Everytime you run AMU, it checks for APK file there and delete it if it is there.
Thought so but have not been aware of the delete feature. Are you the same Pyler who developed Downer?

pyler

  • Sr. Member
  • ****
  • Posts: 412
Re: AquaMail Updater
« Reply #97 on: August 10, 2014, 12:05:55 am »
Yes
Do you want to use the latest AquaMail version?
Try AquaMail Updater!

pyler

  • Sr. Member
  • ****
  • Posts: 412
Re: AquaMail Updater
« Reply #98 on: August 27, 2014, 11:19:51 am »
To get 1.5.0 pre1, switch back to Stable version type in Settings.
Do you want to use the latest AquaMail version?
Try AquaMail Updater!

Kostya Vasilyev

  • Hero Member
  • *****
  • Posts: 12740
Re: AquaMail Updater
« Reply #99 on: August 28, 2014, 12:50:07 am »
About 1.5.* --

Since I'm working towards a general release, there won't be new "beta" builds in Pyler's update checker for a while.

1.5.0 is considered "pre" stable, I might update once or twice in Google Play / Google+ beta community, and then start a staged Google Play rollout for everyone.
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/

pyler

  • Sr. Member
  • ****
  • Posts: 412
Re: AquaMail Updater
« Reply #100 on: September 09, 2014, 07:03:13 pm »
Since I added progress dialogs (when checking for updates and loading changelog) I need your help with these strings:
Code: [Select]
<string name="checking_for_updates">Checking for updates&#8230;</string>
<string name="loading_changelog">Loading changelog&#8230;</string>
I will wait day or two and share v1.7 here :)

Bonus in v1.7: After downloading, app will show toast with apk file path :)
Do you want to use the latest AquaMail version?
Try AquaMail Updater!

Soko

  • Jr. Member
  • **
  • Posts: 84
    • Joachim Sokolowski
Re: AquaMail Updater
« Reply #101 on: September 09, 2014, 07:34:57 pm »
Hello,

here are the german strings:

Code: [Select]
<string name="checking_for_updates">Prüfe auf Updates&#8230;</string>
<string name="loading_changelog">Lade Änderungshistorie&#8230;</string>

If "Lade Änderungshistorie&#8230;" is to long you can use
Code: [Select]
<string name="loading_changelog">Lade Changelog&#8230;</string>

Ciao,
Joachim
« Last Edit: September 09, 2014, 07:42:35 pm by Soko »

pyler

  • Sr. Member
  • ****
  • Posts: 412
Re: AquaMail Updater
« Reply #102 on: September 09, 2014, 07:52:40 pm »
Current translation for changelog is Änderungsliste. So I will use it.
Do you want to use the latest AquaMail version?
Try AquaMail Updater!

Soko

  • Jr. Member
  • **
  • Posts: 84
    • Joachim Sokolowski
Re: AquaMail Updater
« Reply #103 on: September 09, 2014, 07:53:57 pm »
Hello,

Änderungsliste is OK too...

Ciao,
Joachim

Soko

  • Jr. Member
  • **
  • Posts: 84
    • Joachim Sokolowski
Re: AquaMail Updater
« Reply #104 on: September 09, 2014, 07:58:23 pm »
Hello,

I had a look at Your strings.xml and found a typo:

Code: [Select]
<string name="new_version_available">Neue Version vorhanden</string>
Code: [Select]
<?xml version="1.0" encoding="utf-8"?>
<resources>
<string name="about">Infos</string>
<string name="installed_version">Installierte Version: %s</string>
<string name="latest_version">Neueste Version: %s</string>
<string name="download">Download</string>
<string name="aquamail_not_installed">AquaMail ist nicht installiert.</string>
<string name="about_info">Author: pyler\nDank an: Kostya Vasilyev\n\nAquaMail Updater sucht und lädt die neueste AquaMail Version herunter.\n\nDiese App benutzt die <i>ion</i> library des Entwicklers Koushik Dutta.</string>
<string name="unknown">Unbekannt</string>
<string name="download_info">Heruntergeladen %1$s von %2$s</string>
<string name="settings">Einstellungen</string>
<string name="check_for_updates">Auf Updates prüfen</string>
<string name="every_hour">Jede Stunde</string>
<string name="every_3_hours">Alle 3 Stunden</string>
<string name="every_6_hours">Alle 6 Stunden</string>
<string name="every_12_hours">Alle 12 Stunden</string>
<string name="every_24_hours">Täglich</string>
<string name="never">Nie</string>
<string name="new_version_available">Neue Version vorhanden</string>
<string name="changelog">Änderungsliste</string>
<string name="version">Version</string>
<string name="cant_load_changelog">Kann die Änderungsliste nicht laden.</string>
<string name="show_changelog">Änderungsliste zeigen</string>
<string name="version_type">Versions Typ</string>
<string name="stable">Stabile Version</string>
<string name="beta">Beta Version</string>
<string name="always">Immer</string>
<string name="when_new_version_available">Wenn eine neue Version verfügbar ist</string>
<string name="refresh">Aktualisieren</string>
</resources>
« Last Edit: September 09, 2014, 08:01:37 pm by Soko »