Author Topic: AquaMail Updater  (Read 151962 times)

Kostya Vasilyev

  • Hero Member
  • *****
  • Posts: 12740
Re: AquaMail Updater
« Reply #195 on: January 05, 2016, 02:48:39 pm »
Guess we'll wait for @pyler to respond.

Hopefully he has better things to do during the holiday season (skiing, drinking, chasing women) -- than to check some computer forum.
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 #196 on: January 05, 2016, 10:50:06 pm »
Haha, holiday season. Busy learning for exams .. (two left, two "done")

I just ran app it and I saw "1.6.1.0-dev1.5", so is it ok?
Do you want to use the latest AquaMail version?
Try AquaMail Updater!

mikeone

  • Hero Member
  • *****
  • Posts: 2762
Re: AquaMail Updater
« Reply #197 on: January 05, 2016, 11:40:49 pm »
Guess we'll wait for @pyler to respond.

Hopefully he has better things to do during the holiday season (skiing, drinking, chasing women) -- than to check some computer forum.
Of course Kostya,
It's just a minor issue.

mikeone

  • Hero Member
  • *****
  • Posts: 2762
Re: AquaMail Updater
« Reply #198 on: January 05, 2016, 11:56:31 pm »
Haha, holiday season. Busy learning for exams .. (two left, two "done")

I just ran app it and I saw "1.6.1.0-dev1.5", so is it ok?
First run of the app and I saw this message ("Stable version"...!?):
> screenshot #1

Although Version type = "Beta version" was set prior...
> screenshot #2

Second start and all is fine:
> screenshot #3

PS:
Good luck with the learning  :)
« Last Edit: January 05, 2016, 11:58:45 pm by mikeone »

Kostya Vasilyev

  • Hero Member
  • *****
  • Posts: 12740
Re: AquaMail Updater
« Reply #199 on: November 19, 2016, 09:16:55 pm »
@pyler:

I've fixed things up for the recent (MobiSystems) changes in the AquaMail-...-.apk-changes.txt

Pull request:

https://github.com/pylerSM/AquaMailUpdater/pull/1

@everyone:

Please run this one, until Pyler pulls the changes into his "official" version.

https://www.aqua-mail.com/download/AquaMailUpdater-debug.apk
« Last Edit: November 19, 2016, 09:18:29 pm 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/

pyler

  • Sr. Member
  • ****
  • Posts: 412
Re: AquaMail Updater
« Reply #200 on: November 20, 2016, 12:15:21 am »
v2.0 is uploaded in the first post :)
Do you want to use the latest AquaMail version?
Try AquaMail Updater!

Kostya Vasilyev

  • Hero Member
  • *****
  • Posts: 12740
Re: AquaMail Updater
« Reply #201 on: November 20, 2016, 04:49:09 pm »
Thank you @pyler!
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 #202 on: November 23, 2016, 01:04:55 pm »
Hm, I need to fix it for new permission model :D
Do you want to use the latest AquaMail version?
Try AquaMail Updater!

Kostya Vasilyev

  • Hero Member
  • *****
  • Posts: 12740
Re: AquaMail Updater
« Reply #203 on: November 25, 2016, 10:05:35 pm »
Re: Hm, I need to fix it for new permission model :D

targetSdk = 24, yep, it was 21 before.

Did I do that? If so, I apologize, didn't intend to.
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 #204 on: November 26, 2016, 03:05:14 am »
I did it :D

v2.1 asks for permission now.
Do you want to use the latest AquaMail version?
Try AquaMail Updater!

bschelst

  • Newbie
  • *
  • Posts: 20
Re: AquaMail Updater
« Reply #205 on: November 28, 2016, 03:29:10 am »
The Aquamail updater is always finding an update now (beta)  despite that the latest version is installed already

pyler

  • Sr. Member
  • ****
  • Posts: 412
Re: AquaMail Updater
« Reply #206 on: November 28, 2016, 03:45:08 am »
I think it is due to new naming scheme since builds end with something like "-9906e21a06a0"


https://github.com/pylerSM/AquaMailUpdater/blob/master/src/com/pyler/aquamail/updater/Updater.java#L185
https://github.com/pylerSM/AquaMailUpdater/blob/master/src/com/pyler/aquamail/updater/Updater.java#L310 I believe we need to change it to startsWith and we are fine. I will try it later.
« Last Edit: November 28, 2016, 03:46:41 am by pyler »
Do you want to use the latest AquaMail version?
Try AquaMail Updater!

Kostya Vasilyev

  • Hero Member
  • *****
  • Posts: 12740
Re: AquaMail Updater
« Reply #207 on: November 29, 2016, 09:57:56 pm »
Re: I think it is due to new naming scheme since builds end with something like "-9906e21a06a0"

That's the commit hash, and it is part of the app's file name but not its version name (in the .apk).

Sorry about that. We never had a way to handle that in the xversion files.

Please remove this suffix if there, it's always at the end, 12 hex characters, and there is always a "-" before it.
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/

RavenSoft

  • Newbie
  • *
  • Posts: 15
Re: AquaMail Updater
« Reply #208 on: December 18, 2016, 03:39:23 am »
I hope this can be fixed, along with setting a time for checking updates because I clear the notification and it reappears a very short time later.

mikeone

  • Hero Member
  • *****
  • Posts: 2762
Re: AquaMail Updater
« Reply #209 on: December 18, 2016, 01:15:54 pm »
Setting a time / period for checking updates is already available.
However, the app crashes right after downloading the new .apk file: reproducible, every time
Android 7.0 Nougat on a Sony Xperia XZ