AquaMail Forum

English - Android => General Discussion => Topic started by: pyler on July 01, 2014, 03:12:05 pm

Title: AquaMail Updater
Post by: pyler on July 01, 2014, 03:12:05 pm
AquaMail Updater (AMU) searches and downloads the latest AquaMail version. :)

(http://i.imgur.com/WLY9w9k.png)

If you want translate this small app... https://github.com/pylerSM/AquaMailUpdater/blob/master/res/values/strings.xml

Donate? Yes, you can: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=6NTYA2HMPQHVW
Title: Re: AquaMail Updater
Post by: pyler on July 01, 2014, 09:02:22 pm
When no internet connection, it will show "Current AquaMail version: Unknown".
After I have some more translations, I will post AquaMail Updater v1.1 :)

p.s: you probably made small mistake in "about" string ;)
Title: Re: AquaMail Updater
Post by: Kostya Vasilyev on July 01, 2014, 09:04:41 pm
Great!

Is this what they call "software ecosystem"? :)

    <string name="about">О программе</string>
    <string name="installed_version">Установленная версия: %s</string>
    <string name="current_version">Новая версия: %s</string>
    <string name="download">Загрузить</string>
    <string name="aquamail_not_installed">AquaMail не установлена.</string>
    <string name="about_info">Автор: pyler\nС благодарностью: Kostya Vasilyev\n\nAquaMail Updater проверяет наличие обновлений AquaMail.\n\nПриложение использует библиотеку <i>ion</i> от разработчика Koushik Dutta.</string>
    <string name="unknown">Неизвестно</string>
    <string name="download_info">Заргружено %1$s из %2$s</string>

Title: Re: AquaMail Updater
Post by: Droidlovinyogi on July 02, 2014, 12:21:05 pm
pyler,

Thanks so much! This is a fantastic app! It will be very useful for us die-hard fans of AquaMail who like to use the latest and greatest that Kosya is putting out. A few of questions:

1. Do you plan on adding notifications so that we'll get the heads-up from the app when there's a new version of AquaMail, or should we just get used to being in the habit of manually checking?

2. Are you going to include the specifics of each update (new features, changes, additions etc.)? I know that we can view "Recent changes" in AquaMail, but those are the accumulative changes that are in the published version. It would be nice to know the specifics of each development build update - basically the details that Kostya outlines here in the forum when he posts a new build.

3. Are you going to notify us from within the Updater App when there's a new version of the Updater App?
Title: Re: AquaMail Updater
Post by: Droidlovinyogi on July 02, 2014, 12:22:08 pm
Also Kostya, if pyler keeps this going perhaps this thread could be stickied.
Title: Re: AquaMail Updater
Post by: vbjelic on July 02, 2014, 02:21:35 pm
Firstly, I have to admit that you are extremely good developer and please continue with god work.

Secondly just one question. I recently installed Lite and after Pro version, and today I install Updater. By Updater I update app to version 1.4.0.23-no-touchwiz but the differences between this version and 1.4.0.22 are not described anywhere (nor on web nor on forum).

Could you please somewhere explain the update differences?

Once again please continue with great job on developing this app.

Thank you.

Vlado.
Title: Re: AquaMail Updater
Post by: Kostya Vasilyev on July 02, 2014, 03:50:02 pm
Pyler's app looks in the download directory on my site.

He asked me to add a text file that gets updated every time sometimes is uploaded, and I did. This is an automated process.

This is where I store .apk's when posting links on the forum, on the main site's download page...

...but I also make builds for specific users with changes to resolve or diagnose specific issues.

Those .apks also end up being uploaded to the same directory, and the version file gets bumped, and then Pyler's app finds them.

There is no change log for these builds.

There may not even commits in my source code (some of those are temporary changes, like "what the heck, let's try changing this line here, maybe it'll stop crashing on this user's Samsung).

Or a commit message may be something like "cleaned up some cruft", etc.

So in other words, you're watching me work, literally. The only thing missing is a web cam (and I'm not young or sexy for it to make sense).

@Pyler - So what's next for your app? Checking for new versions from a cloud server and pushing notifications over GCM? :)
Title: Re: AquaMail Updater
Post by: vbjelic on July 02, 2014, 04:54:11 pm
Ha ha. Please do not engage web cam!  ;D

You are doing great job. As I noticed new release is just few minutes ago...
Title: Re: AquaMail Updater
Post by: pyler on July 02, 2014, 09:07:13 pm
Changelog can be easy to done, I am thinking if Kostya can with new xversion file upload also changelog file (basically res/raw/changelog.txt?). If Kostya can't, I can handle it myself manually :D

I am working on "new version" notifications. Some things work now, some not yet :P

p.s: I totally forgot! I started development of AquaMailWebCam :P lol
Title: Re: AquaMail Updater
Post by: Kostya Vasilyev on July 02, 2014, 11:16:24 pm
It's not that I'm unwilling to upload the changelog, it's that there is *no* changelog!

There are commit messages in the source control system, but 1) they're not public 2) they're really for developers use 3) of which there is only one.

And they sometimes look like this:

aqm - let's go all the way and use an AtomInteger!

aqm - wording in the changelog

aqm - fixed bad startActivity error reporting / checks / toasts

aqm - Bundle#getString(key, def) is API 12, seriously?

aqm - nonces for Tasker broadcasts


If I ever see an AquaMailWebCam, I'll move to Antarctica and get eaten by rougue penguins. So please be responsible :)
Title: Re: AquaMail Updater
Post by: pyler on July 03, 2014, 12:32:30 am
I will handle it myself then :)
Title: Re: AquaMail Updater
Post by: Droidlovinyogi on July 03, 2014, 06:12:30 am
A yes...the drama of it all. So pyler is it okay ask what direction you might go with the updater app? Please know that I'm not asking for ETA's, just what we might expect.
Title: Re: AquaMail Updater
Post by: Kostya Vasilyev on July 03, 2014, 02:32:47 pm
Funny, I'm often asked: *when* are you going to have feature X? mail app Y has had it for Z years :)

Maybe I should have written an update checker instead :)

/ Think I should stop posting in this thread. This is Pyler's party, and congratulations :)
Title: Re: AquaMail Updater
Post by: pyler on July 03, 2014, 05:20:47 pm
I see no drama here. I did changelog & cancel download feature and now I must test "update" notifications.

Okey, guys. Try test v1.1 (download it in first post). I added what I said.
+ show changelog (when new version, or Menu > Changelog.  Basically it just loads this -> http://pyler.wen.ru/aquamail/changelog.txt :D When I have time, I will put Kostya's notes when he releases new version. Ok?
+ option to Cancel download
+ update notifications (maybe here are some bugs, but it works quite well for me -> I have never worked with Alarm Manager and notifications in my short Android development history)

Quote from: Kostya
Maybe I should have written an update checker instead
Well, you are right indeed. If AquaMail had own update checker, I would not write this app. :) I just trolling, I know you are one-man development team and somebody I can't believe how one man could write such a great app. Once again thanks and hats off.
Title: Re: AquaMail Updater
Post by: Kostya Vasilyev on July 03, 2014, 08:37:34 pm
Aqua does have an update checker -- for the direct-download version.

For the Google Play version, the system provides update notifications just fine.

But only for Google Play updates, of course -- so your app handles the one remaining missing part, notifications for development builds, for those who want to use them.

It's very valuable, hopefully this way there is better testing coverage from actual use.

On a related note: I've been thinking about using Play's Beta release mechanism, but it only works with Google+ or Google Groups. My G+ profile only has a handful of followers, and I think it's mostly spammers.

----

Didn't I promise to shut up?
Title: Re: AquaMail Updater
Post by: pyler on July 03, 2014, 09:18:09 pm
I really like the Google's app beta testing system. I set as tester for many apps and everything just works.

I think everyone can create a group on Google Plus, don't they? This could be better for you. You can get a bug reports from users directly via report feature of the Google Play Store. And for us, it would means less work to check if you push a new development build.

AFAIK, I am one of your followers :D definitely not a spammer :P
Title: Re: AquaMail Updater
Post by: Kostya Vasilyev on July 03, 2014, 10:10:21 pm
Yes, I know the system works as far as technology goes, but what I meant about Google Plus is:

- Since I don't have many subscribers in G+, would this really reach more users than my posting here on the forum?

- Will I have the bandwidth to read email, and this forum, and Google+ on top of that? I want to keep the forum in any case -- it can do things that G+ can't, and it's already here.

- How will it work wrt. to versionCode values?

Maybe you know? I can't seem to find any specifics:

Let's say 1.4.0 is in production, versionCode 1400

I publish a 1.4.1 , its versionCode will probably need to be > 1400, so let's pick 1410

Now I want to release a critical update to 1.4.0.

I have to use a versionCode > 1400. Will it also need to be > 1410?

Let's say I pick 1411.

Will the beta users get updated from 1410 (1.4.1 beta) to 1411 (1.4.0 with a critical fix?), going backwards?

Title: Re: AquaMail Updater
Post by: Kostya Vasilyev on July 03, 2014, 10:34:44 pm
My Internet connection is fine.

I mean *my* bandwidth, time / energy.
Title: Re: AquaMail Updater
Post by: pyler on July 04, 2014, 01:27:41 pm
Kostya, don't worry. Testers will come for sure. You should just update app description on GP with note about beta testing. I recommend you also post this note also on some famous Android site (XDA or Android reddit).

Quote from: Kostya
Let's say 1.4.0 is in production, versionCode 1400
I publish a 1.4.1 , its versionCode will probably need to be > 1400, so let's pick 1410
Now I want to release a critical update to 1.4.0.
I have to use a versionCode > 1400. Will it also need to be > 1410?
Let's say I pick 1411.
Will the beta users get updated from 1410 (1.4.1 beta) to 1411 (1.4.0 with a critical fix?), going backwards?

IMO, If your beta testing channel will have 1410 and you push critical bugfix update 1411 to release channel, testers will get (1411 > 1410), but they of course lose 1.4.1 beta (1410). So for testers, you should do 1.4.1 with a critical fix. But maybe I am completly wrong.. Never test it myself. But you can test with no risk, it is free, isn't it? So If it meant more work for you, you could ditch it.

BTW, how my app works for you, guys? I was quite happy this morning, when I took my phone and saw notification about 1.4.0.27 :P But I am not satisfied with code I used :D
BTW, I had forgotten to tell you that I added some new strings. You can find them on pastebin (see first post). Try update them (I only need strings after tag <!-- v1.1 -->).
Title: Re: AquaMail Updater
Post by: Kostya Vasilyev on July 05, 2014, 02:31:45 am
@pyler - I was going to update the Russian translation, but got "Pastebin.com is under heavy load right now :("

Are you going to make a GitHub repository? :)

( yes, I'm trolling, but with a gentle smile )
Title: Re: AquaMail Updater
Post by: pyler on July 05, 2014, 12:51:18 pm
Pastebin works now.

Yeah, I want to learn how upload my projects on github, so I may do it if everything goes well :D

edit: added some new strings. look on it, guys.
Title: Re: AquaMail Updater
Post by: Kostya Vasilyev on July 05, 2014, 11:27:24 pm
Russian

1.1

    <string name="settings">Настройки</string>
    <string name="check_for_updates">Проверять обновления</string>
    <string name="every_hour">Раз в час</string>
    <string name="every_3_hours">Раз в 3 часа</string>
    <string name="every_6_hours">Раз в 6 часа</string>
    <string name="every_12_hours">Раз в 12 часов</string>
    <string name="every_24_hours">Раз в сутки</string>
    <string name="never">Никогда</string>
    <string name="new_version_available">Доступна новая версия</string>
    <string name="changelog">Список изменений</string>
    <string name="version">Версия</string>
   
    <!-- v1.2 -->
    <string name="cant_load_changelog">Ошибка загрузки списка изменений</string>
    <string name="show_changelog">Показывать список измеений</string>
    <string name="show_changelog_info">Показывать список измений при появлении новой версии</string>
    <string name="check_for_updates_info">Периодически проверять наличие обновлений</string>
Title: Re: AquaMail Updater
Post by: pyler on July 06, 2014, 12:10:38 pm
Okey. v1.2 released
+ Add option to disable/enable showing changelog when new version
+ Changed status bar icon (blue > white.. KitKatish)
+ Bug fixes, some parts of app rewrited (hope it will work well..)
+ Updated translations

Download APK in first post.

Open sourced https://github.com/pylerSM/AquaMailUpdater
Title: Re: AquaMail Updater
Post by: pyler on July 06, 2014, 06:20:58 pm
Thanks for good notes!
1, agree. I will add it.
2, agree. I was thinking about it also but I had no time to do it. I will add it.
3, agree. I will add options Always, When new version, Never. BTW, you can always use Menu > Changelog. I will add it.

BTW, check intervals are okey for you? Should I add some others or remove some current ones? I use myself option "Every hour" (I am so crazy :D)
Title: Re: AquaMail Updater
Post by: Fcasoli on July 12, 2014, 09:04:28 pm
I check every hour in your download suite, with this small app I can do every half hour or more!!!

thanks

Title: Re: AquaMail Updater
Post by: Kostya Vasilyev on July 12, 2014, 10:22:25 pm
Yes, great job, Pyler.

How about a live show on MTV? :)
Title: Re: AquaMail Updater
Post by: pyler on July 12, 2014, 10:45:03 pm
First you, than me. Since no AquaMail = no AquaMail Updater.
Title: Re: AquaMail Updater
Post by: Kostya Vasilyev on July 12, 2014, 10:55:06 pm
Ok, I'll be Paris Hilton, and you can be Nicole Richie :)
Title: Re: AquaMail Updater
Post by: pyler on July 14, 2014, 08:11:32 pm
New strings for v1.3:
        <string name="release_type">Release type</string>
   <string name="stable">Stable version</string>
   <string name="beta">Beta version</string>
   <string name="always">Always</string>
   <string name="when_new_version">When new version</string>
Title: Re: AquaMail Updater
Post by: Kostya Vasilyev on July 14, 2014, 11:23:58 pm
<string name="release_type">Канал обновлений</string>
<string name="stable">Стабильный</string>
<string name="beta">Бета</string>
<string name="always">Всегда</string>
<string name="when_new_version">Когда новая версия</string>

I'd like more context for the last one - "when_new_version" - so far the translation is literal word for word.
Title: Re: AquaMail Updater
Post by: pyler on July 14, 2014, 11:38:43 pm
You can use translation like  "When new version is available". It needs to be changed in official vesion.

Release type means... Hm, Kostya uses new "text file" with beta version like 1.4.1 beta1 etc so you can choose between normal (stable?) and beta versions.
Title: Re: AquaMail Updater
Post by: Thomas on July 15, 2014, 05:18:40 am
As Wifi-Manager and AquaMail are in the same download folder (online) can you extend your app to download Wifi Manager?
Title: Re: AquaMail Updater
Post by: Kostya Vasilyev on July 15, 2014, 04:32:27 pm
>>
You can use translation like  "When new version is available". It needs to be changed in official vesion
<<

Um. Combining pieces of localized text from code won't work in some languages. Different word order, different grammatical structures.

FWIW, "When new version is available" is "Когда появляется новая версия"

Title: Re: AquaMail Updater
Post by: pyler on July 15, 2014, 08:16:16 pm
As Wifi-Manager and AquaMail are in the same download folder (online) can you extend your app to download Wifi Manager?

No, since you can get the newest version from Google Play via beta testing system which Kostya started to use for WiFi Manager. Join to group here: https://plus.google.com/communities/112921486711044378404 and click on Become tester here: https://play.google.com/apps/testing/org.kman.WifiManager.
Title: Re: AquaMail Updater
Post by: pyler on July 16, 2014, 10:45:44 am
Released v1.3:
- you can select when show changelog (always, when new version is available, never)
- you can select release type of AquaMail - beta or stable (see http://www.aqua-mail.com/forum/index.php?topic=2566.msg10635#msg10635)

Download it in first post.


I will push it to github asap :)
Title: Re: AquaMail Updater
Post by: Fcasoli on July 18, 2014, 11:16:23 pm
Italian translation here

http://pastebin.com/YKFj8dFZ
Title: Re: AquaMail Updater
Post by: pyler on July 19, 2014, 07:59:24 pm
Because everybody loves updates... I released v1.4.
+ separated changelogs for both type of versions (if you use stable versions you will get changelog for stable versions, if you use beta versions you will get changelog for beta versions)
+ fixed changelog showing bug
+ added refresh button to action bar. I dont know why I added it. But I like it :P
+ added Itialian translation (thanks!)

Download it in first post.
Title: Re: AquaMail Updater
Post by: Fcasoli on July 19, 2014, 08:06:57 pm
Hi pyler,
yes, every day I check updates, thanks to have italian in this last one...
Title: Re: AquaMail Updater
Post by: Droidlovinyogi on July 20, 2014, 03:14:56 am
Thanks for the update!
Title: Re: AquaMail Updater
Post by: Fcasoli on July 22, 2014, 12:04:50 am
Pyler, can you add Wifi Manager in this app?
The name could be Aquamail suite updater  ::)

ciao
Title: Re: AquaMail Updater
Post by: mikeone on July 22, 2014, 08:38:57 am
As Wifi-Manager and AquaMail are in the same download folder (online) can you extend your app to download Wifi Manager?

No, since you can get the newest version from Google Play via beta testing system which Kostya started to use for WiFi Manager. Join to group here: https://plus.google.com/communities/112921486711044378404 and click on Become tester here: https://play.google.com/apps/testing/org.kman.WifiManager.

@ Fcasoli
I agree with Pyler not to mix up this two apps.
Title: Re: AquaMail Updater
Post by: pyler on July 22, 2014, 11:24:22 pm
And you can uninstall this app since AquaMail had got beta testing via Google Play. :)

I did some small improvements so I think I can release 1.5 in few days.
Title: Re: AquaMail Updater
Post by: Fcasoli on July 22, 2014, 11:29:44 pm
I think Aquamail updater not equal to subscribe beta testing in Gplay, because with this "small" app I can download in local every version, switch from "stable" to beta, have very useful changelog and so on...
This was the reason to require the extension to WiFi manager...
No problem, show must go on.
Waiting v. 1.5 all the same.
@pyler, do not give up  8)
Title: Re: AquaMail Updater
Post by: pyler on July 25, 2014, 08:34:01 pm
New version 1.5 (eh, poor AquaMail.. still on 1.4.1 :P joke :D)

+ UI improvements in Settings
+ Some bug fixes and tweaks
+ Changed path where downloaded APK is saved.. now it's internal card/Android/data/com.pyler.aquamail.updater/files
+ Added function to delete old downloaded APK when app starts (useful, you will see)

Let's call it "final" for some time...

Download in first post or HERE (http://www.aqua-mail.com/forum/index.php?action=dlattach;topic=2530.0;attach=1287)
Title: Re: AquaMail Updater
Post by: Fcasoli on July 25, 2014, 08:43:27 pm
You are the best!
Title: Re: AquaMail Updater
Post by: Kostya Vasilyev on July 26, 2014, 02:15:56 am
>> New version 1.5 (eh, poor AquaMail.. still on 1.4.1 :P joke :D)

But, but.. "1.4.1-47-beta4.2" has more digits... and letters... :)

Title: Re: AquaMail Updater
Post by: mikeone on July 26, 2014, 09:45:09 pm

+ Changed path where downloaded APK is saved.. now it's internal card/Android/data/com.pyler.aquamail.updater/files


I use a specific folder for all my APK files. So I would much appriciate if you could implement an option in Settings to change the path to this folder.
Title: Re: AquaMail Updater
Post by: Fcasoli on July 26, 2014, 09:49:26 pm

+ Changed path where downloaded APK is saved.. now it's internal card/Android/data/com.pyler.aquamail.updater/files


I use a specific folder for all my APK files. So I would much appriciate if you could implement an option in Settings to change the path to this folder.
+1
Title: Re: AquaMail Updater
Post by: Droidlovinyogi on July 26, 2014, 10:40:21 pm

+ Changed path where downloaded APK is saved.. now it's internal card/Android/data/com.pyler.aquamail.updater/files


I use a specific folder for all my APK files. So I would much appriciate if you could implement an option in Settings to change the path to this folder.
+1

+1
Title: Re: AquaMail Updater
Post by: pyler on July 27, 2014, 12:23:40 pm
Since app automatically deletes old downloaded APKs, I am not sure about this. Why yoh want store old APKs?
Title: Re: AquaMail Updater
Post by: Fcasoli on July 27, 2014, 12:39:43 pm
Since app automatically deletes old downloaded APKs, I am not sure about this. Why yoh want store old APKs?
Yes, you are right, request refused...
Thanks
Title: Re: AquaMail Updater
Post by: mikeone on July 27, 2014, 01:53:32 pm
Since app automatically deletes old downloaded APKs, I am not sure about this. Why yoh want store old APKs?

I don't want to "collect" old APK's, just store all (actuell) APK's - including AM - at one single path/folder not scattered anywhere in the file system.
Title: Re: AquaMail Updater
Post by: pyler on July 27, 2014, 02:58:50 pm
But AMU deletes downloaded APK after every start.

Use AppWererabbit's feature "Auto backup (APKs)" to backup installed APK.
Title: Re: AquaMail Updater
Post by: mikeone on July 27, 2014, 03:59:36 pm
Ah...okay, then there is no need for choosing another path then the default one.
:-)
Title: Re: AquaMail Updater
Post by: pyler on July 27, 2014, 07:07:01 pm
Yes :)
Title: Re: AquaMail Updater
Post by: pyler on July 31, 2014, 07:11:26 pm
I am thinking about changelog support. Since I can't immediately upload new changelog on "my server" on wen.ru, so most users will see old changelog. I upload it only when I am on PC. So, is anybody interested to help me with changelog uploading? I can give you access there. If not, I will probably remove this feature :(


//Kostya, Google released new publishing API, that's something for you! It can save a lot of your time.

Title: Re: AquaMail Updater
Post by: Kostya Vasilyev on August 02, 2014, 02:16:33 am
@pyler - I'm just curious, how do you come up with changelogs when I don't always put stuff there (if it's a minor or not user visible fix)?

Should I automatically copy the changelog to my server too? Under some special name? Easy to add in my build scripts.

// Thanks, looks interesting, but I prefer a more controlled approach... I suppose the API is good for people with dozens and more apps.


Title: Re: AquaMail Updater
Post by: pyler on August 02, 2014, 10:42:39 am
If you could.. The best solution probably.

I put only public changelogs from forum
Title: Re: AquaMail Updater
Post by: Kostya Vasilyev on August 02, 2014, 11:42:05 pm
Done.

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

http://www.aqua-mail.com/download/AquaMail-market-1.4.0.56.apk-changes.txt

I made it a part of my build script. Gradle is awesome.
Title: Re: AquaMail Updater
Post by: pyler on August 03, 2014, 11:35:44 am
I think I don't need scm log, keep it secret :) changelog part is interesting for me :)
Title: Re: AquaMail Updater
Post by: Kostya Vasilyev on August 03, 2014, 01:41:41 pm
I included the commit log because I don't necessarily update the app's own user-visible changelog every time.

But if you still insist -- let me know.

Title: Re: AquaMail Updater
Post by: pyler on August 03, 2014, 02:40:30 pm
Well, it is ok for me. Leave it as is :)
Title: Re: AquaMail Updater
Post by: Kostya Vasilyev on August 03, 2014, 03:14:04 pm
OK. Besides, where else are you're going to get change descriptions like "tweaked some stuff"? :)
Title: Re: AquaMail Updater
Post by: pyler on August 03, 2014, 04:24:30 pm
I vote for "bug fixes and improvements"  ;D
Title: Re: AquaMail Updater
Post by: Kostya Vasilyev on August 03, 2014, 09:20:08 pm
Nah, too long. How about "fixed some shit"?
Title: Re: AquaMail Updater
Post by: pyler on August 04, 2014, 05:49:24 pm
possible make it for betas also?
Title: Re: AquaMail Updater
Post by: Fcasoli on August 04, 2014, 06:31:41 pm
Updater asks me to download but the installed version is newest. (http://img.tapatalk.com/d/14/08/04/2agaqadu.jpg)


___________________________

Galaxy Note 3 - Note 3 Neo

Title: Re: AquaMail Updater
Post by: pyler on August 04, 2014, 07:30:47 pm
well, yes, because I didn't except that user would have a newer version than "latest" one. So I did condition if installed version not equals latest, show download button. Yes, ugly, but I can't compare it better since I have no version code of latest version. (no complaints!)

Simply, Kostya "hides" this version.

I get info about latest from here: https://www.aqua-mail.com/download/xversion-AquaMail-market-beta.txt, it shows 1.4.1-53-beta6.2 for me.

6.5 is probably *very experimental* :D
Title: Re: AquaMail Updater
Post by: mikeone on August 04, 2014, 07:47:37 pm
** deleted ***    8)

...
Simply, Kostya "hides" this version.

I get info about latest from here: https://www.aqua-mail.com/download/xversion-AquaMail-market-beta.txt, it shows 1.4.1-53-beta6.2 for me.

6.5 is probably *very experimental* :D

...it might be ;)

Title: Re: AquaMail Updater
Post by: pyler on August 04, 2014, 07:53:11 pm
Please read my comment above yours  ;)
Title: Re: AquaMail Updater
Post by: Kostya Vasilyev on August 04, 2014, 08:36:31 pm
It is enabled for betas.

Today's beta build was only intended for the two people interested in TLSv1.2 -- and so I didn't update the version file or upload the changelog file.

Any beta builds intended for wider consumption will include both.
Title: Re: AquaMail Updater
Post by: Kostya Vasilyev on August 04, 2014, 08:38:44 pm
Oh, I've caught up on the discussion above now...

I was not being secretive, just wasn't sure if the build would be stable at all (trying to enable TLSv1.2).

By now it looks like it is stable, so I'll upload the version file / changelog file shortly.
Title: Re: AquaMail Updater
Post by: mikeone on August 04, 2014, 08:48:45 pm
Kostya,
no problem at all. I just thought it might by a bug with AM Updater, but it wasn't
...good job, Pyler  :)
Title: Re: AquaMail Updater
Post by: Kostya Vasilyev on August 04, 2014, 08:51:39 pm
A bug in Pyler's updater? Huh? :)
Title: Re: AquaMail Updater
Post by: Fcasoli on August 04, 2014, 08:56:10 pm
Terrible bug!


___________________________

Galaxy Note 3 - Note 3 Neo

Title: Re: AquaMail Updater
Post by: Fcasoli on August 04, 2014, 10:05:09 pm
App shows analysis failed (http://img.tapatalk.com/d/14/08/05/4yjehu9y.jpg)

(http://img.tapatalk.com/d/14/08/05/ady3y4u9.jpg)


___________________________

Galaxy Note 3 - Note 3 Neo

Title: Re: AquaMail Updater
Post by: Kostya Vasilyev on August 04, 2014, 10:05:31 pm
I just uploaded a proper beta build, with a changelog.

http://www.aqua-mail.com/download/AquaMail-market-1.4.1-56-beta6.6.apk

http://www.aqua-mail.com/download/AquaMail-market-1.4.1-56-beta6.6.apk-changes.txt
Title: Re: AquaMail Updater
Post by: Fcasoli on August 04, 2014, 10:06:56 pm
I download directly


___________________________

Galaxy Note 3 - Note 3 Neo

Title: Re: AquaMail Updater
Post by: Kostya Vasilyev on August 04, 2014, 10:10:36 pm
Uh oh, I make such interesting bugs :)
Title: Re: AquaMail Updater
Post by: pyler on August 04, 2014, 10:22:34 pm
And you broke my app with recent changes :D

What is bad, I can't push update soon. Maybe tomorrow, maybe.
Title: Re: AquaMail Updater
Post by: Kostya Vasilyev on August 04, 2014, 10:23:44 pm
>> And you broke my app with recent changes

But you were the one who asked for a better changelog :)

Anyway, should be back to normal now.

@Pyler - no need to update your app.

But can you check these files to make sure they're in same format as before?

http://www.aqua-mail.com/download/xversion-AquaMail-market.txt

http://www.aqua-mail.com/download/xversion-AquaMail-market-beta.txt
Title: Re: AquaMail Updater
Post by: pyler on August 04, 2014, 10:41:30 pm
Ok, works now.
Better changelogs - yes.
But xversion file broke app (something strange was there, now OK), not changelogs. :)

If you plan to change structure of xversion files (i am ok wih them, work as expected) please give me now to fix my shitty parser in app before changes affect users :D

Title: Re: AquaMail Updater
Post by: Kostya Vasilyev on August 04, 2014, 10:57:45 pm
I have no plans to change the format of those files.

Their only reason for existence is your app, and I have no intention to break it.

The changes that did happen were unintentional -- a bug in my build scripts, "created" when adding changelog generation and uploading.
Title: Re: AquaMail Updater
Post by: Fcasoli on August 04, 2014, 11:07:50 pm
Please solve, I am in vacation and this app is my useful tool to update Aquamail, I cannot live without the last one


___________________________

Galaxy Note 3 - Note 3 Neo

Title: Re: AquaMail Updater
Post by: Kostya Vasilyev on August 04, 2014, 11:12:57 pm
@Fcasoli - I've already fixed what I broke, and Pyler says it's ok now.
Title: Re: AquaMail Updater
Post by: scanno on August 04, 2014, 11:13:14 pm
Please solve, I am in vacation and this app is my useful tool to update Aquamail, I cannot live without the last one


___________________________

Galaxy Note 3 - Note 3 Neo

First world problems :P
Title: Re: AquaMail Updater
Post by: pyler on August 05, 2014, 12:21:24 am
Enjoy vacation!  ;)

It starts to be very funny on this forum (or only in this thread?) ;D
Title: Re: AquaMail Updater
Post by: Soko on August 05, 2014, 02:53:56 pm
German:

<?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>
   
    <!-- v1.1 -->
    <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">Neu Version vorhanden</string>
    <string name="changelog">Änderungsliste</string>
    <string name="version">Version</string>
   
    <!-- v1.2 -->
    <string name="cant_load_changelog">Kann die Änderungsliste nicht laden.</string>
    <string name="show_changelog">Änderungsliste zeigen</string>
   
    <!-- v1.3 -->
    <string name="release_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>

    <!-- v1.4 -->
    <string name="refresh">Aktualisieren</string>

</resources>
Title: Re: AquaMail Updater
Post by: pyler on August 07, 2014, 10:09:54 pm
Released v1.6  ;)
- finally proper changelogs from Kostya (aquamail dev) and his code commits! I dont have to update anything myself! Great!
- german translation
- bug fixes, improvements

As always, download it from first post.
Title: Re: AquaMail Updater
Post by: Droidlovinyogi on August 08, 2014, 09:16:31 am
Thanks for the update!
Title: Re: AquaMail Updater
Post by: Fcasoli on August 08, 2014, 09:27:34 am
Every update is welcome, thank


___________________________

Galaxy Note 3 - Note 3 Neo - Gear

Title: Re: AquaMail Updater
Post by: Kostya Vasilyev on August 08, 2014, 03:17:49 pm
Not to mention that Pyler's app has a higher version number than Aqua :)
Title: Re: AquaMail Updater
Post by: pyler 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.
Title: Re: AquaMail Updater
Post by: Kostya Vasilyev 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.
Title: Re: AquaMail Updater
Post by: Thomas 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.
Title: Re: AquaMail Updater
Post by: pyler 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.
Title: Re: AquaMail Updater
Post by: Thomas 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?
Title: Re: AquaMail Updater
Post by: pyler on August 10, 2014, 12:05:55 am
Yes
Title: Re: AquaMail Updater
Post by: pyler on August 27, 2014, 11:19:51 am
To get 1.5.0 pre1, switch back to Stable version type in Settings.
Title: Re: AquaMail Updater
Post by: Kostya Vasilyev 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.
Title: Re: AquaMail Updater
Post by: pyler 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 :)
Title: Re: AquaMail Updater
Post by: Soko 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
Title: Re: AquaMail Updater
Post by: pyler on September 09, 2014, 07:52:40 pm
Current translation for changelog is Änderungsliste (https://github.com/pylerSM/AquaMailUpdater/blob/master/res/values-de/strings.xml#L21). So I will use it.
Title: Re: AquaMail Updater
Post by: Soko on September 09, 2014, 07:53:57 pm
Hello,

Änderungsliste is OK too...

Ciao,
Joachim
Title: Re: AquaMail Updater
Post by: Soko on September 09, 2014, 07:58:23 pm
Hello,

I had a look at Your strings.xml (https://github.com/pylerSM/AquaMailUpdater/blob/master/res/values-de/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>
Title: Re: AquaMail Updater
Post by: pyler on September 09, 2014, 08:50:15 pm
Thanks!
Title: Re: AquaMail Updater
Post by: Fcasoli on September 09, 2014, 09:02:10 pm
Italian

Code: [Select]
<string name="checking_for_updates">Controllo aggiornamenti…</string>
<string name="loading_changelog">Sto scaricando info aggiornamenti…</string>
Title: Re: AquaMail Updater
Post by: pyler on September 11, 2014, 08:57:26 pm
French and Russian? please.. I really want to release it ASAP :)
Title: Re: AquaMail Updater
Post by: Fcasoli on September 11, 2014, 09:07:10 pm
Please update, last translation the next one


___________________________

Galaxy Note 3 - Note 3 Neo - Gear

Title: Re: AquaMail Updater
Post by: Fcasoli on September 11, 2014, 10:35:41 pm
1.5.0.12 not installed by Aquamail Updader, I downloaded manually, but the update is not installable.


___________________________

Galaxy Note 3 - Note 3 Neo - Gear
Title: Re: AquaMail Updater
Post by: mikeone on September 11, 2014, 11:15:38 pm
1.5.0.12 not installed by Aquamail Updader, I downloaded manually, but the update is not installable.

Same with me...
Title: Re: AquaMail Updater
Post by: Fcasoli on September 11, 2014, 11:29:40 pm
I had to uninstall 1.5.0.10 in order to be able to install 1.5.0.12
Big difficult for my father, backup and restore, widgets and and


___________________________

Galaxy Note 3 - Note 3 Neo - Gear

Title: Re: AquaMail Updater
Post by: mikeone on September 11, 2014, 11:35:50 pm
I had to uninstall 1.5.0.10 in order to be able to install 1.5.0.12
Big difficult for my father, backup and restore, widgets and and

I will first stay with 1.5.0.10. Keep my settings, widget,... awaiting another color changing.  8)

BTW
It would be nice to make the background color of the swiping icons customizable - possibly even different color for each swiping icon?
Title: Re: AquaMail Updater
Post by: mikeone on September 12, 2014, 12:56:29 am
Now I went to 1.5.0.13

Great solution with green + red background colors for "save" + "dangerous" swipe actions
 8)
Title: Re: AquaMail Updater
Post by: Kostya Vasilyev on September 12, 2014, 01:55:06 am
Yes, I messed up the versionCode in 1.5.0.12. Sorry guys and gals.

1.5.0.13 is good again.
Title: Re: AquaMail Updater
Post by: Kostya Vasilyev on September 12, 2014, 08:24:30 pm
<string name="checking_for_updates">Проверка обновлений…</string>
<string name="loading_changelog">Загрузка списка изменений…</string>
Title: Re: AquaMail Updater
Post by: pyler on September 13, 2014, 04:29:49 pm
Released v1.7:
- Added progress bars when: checking for updates (in app), loading changelog
- Added toast with apk file name after downloading
- Fixes, tweaks
- Updated translations
Title: Re: AquaMail Updater
Post by: Droidlovinyogi on September 14, 2014, 06:15:26 am
Thanks for the update!
Title: Re: AquaMail Updater
Post by: grumpy on October 06, 2014, 02:19:21 pm
Has been very good but behaving strangely recently

- notifies update even when set to never check

- refusing to download or install last update (1.5.0.21.4) even though it notifies of its existence
Title: Re: AquaMail Updater
Post by: Droidlovinyogi on October 06, 2014, 03:39:08 pm
I'm experiencing the same issue ^^^
Title: Re: AquaMail Updater
Post by: Soko on October 06, 2014, 03:55:59 pm
Hello,

I had the same problem here.

Saved configuration, deinstalled Aquamail, reinstalled it from market and then used the updater...

Worked and needs less than 2 minutes.

Ciao,
Joachim
Title: Re: AquaMail Updater
Post by: Kostya Vasilyev on October 07, 2014, 01:21:51 am
Sometimes I make internal builds (with five number groups, like 1.5.0.21.4) -- and they usually have the same "versionCode" as what they're based on. If the updater is not supposed to download and install those, then there probably should not be a notification...
Title: Re: AquaMail Updater
Post by: grumpy on October 07, 2014, 03:26:51 pm
Thanks Kostya
I didn't spot that the version number has effectively gone down rather than up (i.e. you are using 1.5.0.... when the published version is 1.5.1....). Presumably this is what is confusing the updater and why we would need to re-install rather than install over the top. Wonder if @pyler can fix this?
Title: Re: AquaMail Updater
Post by: pyler on October 07, 2014, 05:05:27 pm
You cant downgrade apps normally.
Kostya decided not to share 1.5.1 to stable TXT for AMU so I can do nothing.
Title: Re: AquaMail Updater
Post by: mikeone on October 07, 2014, 10:48:45 pm
Thanks Kostya
I didn't spot that the version number has effectively gone down rather than up (i.e. you are using 1.5.0.... when the published version is 1.5.1....). Presumably this is what is confusing the updater and why we would need to re-install rather than install over the top. Wonder if @pyler can fix this?

The build number went always up from published version 1.5.0.19 in play store to last staple version 1.5.0.22.3 in the internal download section.
That's what AquaMail Updater is supporting.
If you have installed the preview of the next version 1.5.1.x you are out of the usual update procedure....
Title: Re: AquaMail Updater
Post by: pyler on October 08, 2014, 08:00:50 am
Maybe 1.5.1 can go to beta "channel"?
Title: Re: AquaMail Updater
Post by: mikeone on October 08, 2014, 02:16:12 pm
Maybe 1.5.1 can go to beta "channel"?

This sounds like a good idea.
Title: Re: AquaMail Updater
Post by: Kostya Vasilyev on October 12, 2014, 10:39:47 pm
There will be a few more 1.5.1 versions before it starts hitting Play.
Title: Re: AquaMail Updater
Post by: pyler on October 12, 2014, 11:39:07 pm
Well, I ment beta as xversion-aquamail-market-beta, not as beta in Google Play
Title: Re: AquaMail Updater
Post by: mikeone on October 12, 2014, 11:48:36 pm
Well, I ment beta as xversion-aquamail-market-beta, not as beta in Google Play

So that was also my understanding.

Title: Re: AquaMail Updater
Post by: g6agarwal on October 13, 2014, 12:25:43 am
Which is the latest version??

(http://tapatalk.imageshack.com/v2/14/10/12/497ca370b48bd95461a8188e47270210.jpg)
Title: Re: AquaMail Updater
Post by: pyler on October 13, 2014, 03:44:05 pm
We, there is quite a chaos here. But I can do nothing, Kostya has final word. If he shows X build to AMU, AMU will see it and offer it to download.
Title: Re: AquaMail Updater
Post by: mikeone on October 13, 2014, 10:59:32 pm
We, there is quite a chaos here. But I can do nothing, Kostya has final word. If he shows X build to AMU, AMU will see it and offer it to download.

In my opinion it's not really a "chaos":
The 1.5.0.23 build is indeed the latest "stable" version and the 1.5.0.23.1 is only a small preparatory step through the next stable version, e.g. the 1.5.0.24 build.
Title: Re: AquaMail Updater
Post by: Kostya Vasilyev on October 14, 2014, 01:02:11 am
Correct.

Even though I doubt that there will be more Google Play updates to 1.5.0 (latest is 1.5.0.19), I do get bug reports from time to time and fix them, and send new builds to those users. Those builds have minimal changes just to fix whatever issue that particular user reported (and I fixed). I also post those builds here (what the hell, why not).

There is a separate branch of source code where I work on 1.5.1, and I posted the first (and so far the only) build from that branch. For example, Android Wear support (for which I got zero feedback so far -- does anyone here have one?). The next build from this branch, let's say "-dev2", will hit Google Play as a "Beta".

So it's just like Microsoft releasing updates to Windows 8.1 and at the same time there is a preview for Windows 10.

Or Android L and Android 4.4 (oh wait, they stopped at 4.4.4).
Title: Re: AquaMail Updater
Post by: Soko on October 14, 2014, 10:50:33 am
Hello Kostya,

Quote
Android Wear support (for which I got zero feedback so far -- does anyone here have one?).

I'm waiting for a moto 360. Should be available end of october. You'll get feedback as soon as i have the device...

Ciao,
Joachim
Title: Re: AquaMail Updater
Post by: inked on October 15, 2014, 04:17:20 am
Doesn't aqua mail update through Google play or am I missing something?
Title: Re: AquaMail Updater
Post by: Kostya Vasilyev on October 16, 2014, 01:37:48 am
We're talking about development builds that don't go into Play. Staged / phased changes. Previews of new stuff.

I expect there will be a new beta of 1.5.1 in a few days, and I will post that to Play, in the "beta" Google+ community.

Eventually, everything does end up in Play, and accessible to everyone.
Title: Re: AquaMail Updater
Post by: pyler on October 17, 2014, 06:44:05 pm
Great! Now we can see new 1.5.1 dev builds in AMU!
Title: Re: AquaMail Updater
Post by: Scott_Miller on October 19, 2014, 11:46:38 pm
Why does AMU think that 1.5.0.24.4 is newer than 1.5.1-24.3-dev3?

Technically by date, it is, but by version, it is not. Since the dev builds are showing on the stable channel, this can't be avoided by a user. Wouldn't it make more sense to put dev builds on the Beta channel? I think this was asked previously, but I don't recall any answer being provided.

Scott

Title: Re: AquaMail Updater
Post by: pyler on October 20, 2014, 08:24:46 am
Because there is no way to check since we have no version code of new builds.

Best way is put 1.5.0 to stable branch for AMU and 1.5.1 to beta branch for AMU.
Title: Re: AquaMail Updater
Post by: Scott_Miller on October 20, 2014, 01:34:12 pm
Best way is put 1.5.0 to stable branch for AMU and 1.5.1 to beta branch for AMU.

Ok, I re-read the part about the text file being used. So the solution is that Kostya needs to put the dev builds in the beta file, or perhaps in a new dev file, instead of the stable file. AMU is just reporting that something different than what is installed is available, and doesn't attempt to compare the versions. Got it.

Scott

Title: Re: AquaMail Updater
Post by: pyler on October 20, 2014, 05:22:37 pm
1.5.0 builds here http://www.aqua-mail.com/download/xversion-AquaMail-market.txt (already done)
1.5.1 builds here http://www.aqua-mail.com/download/xversion-AquaMail-market-beta.txt (not yet, there is very old build - 1.5.1-24.3-dev3.4)
Title: Re: AquaMail Updater
Post by: Fcasoli on October 21, 2014, 07:56:19 pm
Hi Kostya, what serie must I follow to be a Beta tester? 1.5.1? Thanks


GALAXY Note 3 + Gear

Title: Re: AquaMail Updater
Post by: pyler on October 21, 2014, 10:32:15 pm
Join AquaMail beta community on G+ and then open link provided there and click on Become tester.
Title: Re: AquaMail Updater
Post by: Fcasoli on October 21, 2014, 11:04:19 pm
Join AquaMail beta community on G+ and then open link provided there and click on Become tester.
I access the download page and I find all links, but what is the "last" developed is my question. In G+ I find 1.5.1.....


GALAXY Note 3 + Gear

Title: Re: AquaMail Updater
Post by: pyler on October 22, 2014, 08:04:03 am
Kostya doesnt upload evey beta build there. So you can get every beta builds from /download section.
Title: Re: AquaMail Updater
Post by: Kostya Vasilyev on October 24, 2014, 02:06:48 am
I just did.

And fixed yet another bug in my script that was causing the xversion-.txt files for the beta to not be updated.

This is now current to -dev5:

http://www.aqua-mail.com/download/xversion-AquaMail-market-beta.txt

Really, I make bugs in simple build scripts, obviously Android and Java are way over my head :)
Title: Re: AquaMail Updater
Post by: mikeone on October 24, 2014, 09:44:28 am
Really, I make bugs in simple build scripts, obviously Android and Java are way over my head :)

 ;)
Title: Re: AquaMail Updater
Post by: pyler on November 24, 2014, 08:20:59 pm
Released small update 1.8...

Fixed:
- bug when the notifications were shown even if they were disabled

Improved:
- if there are no changes related to the build, app will show general changelog now
Title: Re: AquaMail Updater
Post by: Droidlovinyogi on November 24, 2014, 11:23:48 pm
Thanks for the update!
Title: Re: AquaMail Updater
Post by: Kontact on July 17, 2015, 05:10:07 pm
The updater seems to have stopped working for several weeks now. (Screenshot attached). I am having to manually check for and download Dev versions from the forum. Can anyone advise? Thanks.

Title: Re: AquaMail Updater
Post by: pyler on July 17, 2015, 07:36:56 pm
Try to change version type in app settings.

Maybe I could add "Version type switcher" in main app screen, next to Refresh button or replace current "Refresh" button with "Version type switcher".

Yes/no?
Title: Re: AquaMail Updater
Post by: mikeone on July 17, 2015, 07:47:08 pm
The updater seems to have stopped working for several weeks now. (Screenshot attached). I am having to manually check for and download Dev versions from the forum. Can anyone advise? Thanks.

I can confirm this behavior since AquaMail dev build version 1.5.9-37-dev5.1
Title: Re: AquaMail Updater
Post by: mikeone on July 17, 2015, 07:51:47 pm
Try to change version type in app settings.

Maybe I could add "Version type switcher" in main app screen, next to Refresh button or replace current "Refresh" button with "Version type switcher".

Yes/no?
I vote for adding "Version type switcher" in main app screen, next to Refresh button
Title: Re: AquaMail Updater
Post by: Kostya Vasilyev on July 17, 2015, 08:48:33 pm
Quote
I can confirm this behavior since AquaMail dev build version 1.5.9-37-dev5.1

Hmmm... Yes, a problem on my side, not in the updater. I'll take a look.
Title: Re: AquaMail Updater
Post by: Kostya Vasilyev on July 17, 2015, 09:24:47 pm
Fixed. Will be seen with next -dev update.
Title: Re: AquaMail Updater
Post by: mikeone on July 17, 2015, 10:06:49 pm
Fixed. Will be seen with next -dev update.
AquaMail Updater is now working as intended again. Thanks to Kostya.
Title: Re: AquaMail Updater
Post by: Kostya Vasilyev on July 17, 2015, 10:07:32 pm
Sorry about having broken it in the first place...
Title: Re: AquaMail Updater
Post by: Kontact on July 17, 2015, 11:10:42 pm
Fixed. Will be seen with next -dev update.

Thanks!  Working now.    :D
Title: Re: AquaMail Updater
Post by: pyler on July 22, 2015, 10:41:58 am
I see we have new "branch" - marketBackup. If there will be new builds here and there, I could add support for this branch in AM Updater.
http://www.aqua-mail.com/download/xversion-AquaMail-marketBackup.txt
Title: Re: AquaMail Updater
Post by: pyler on August 08, 2015, 06:59:50 pm
Published v1.9. Just small fixes and one small but nice feature. AMU now checks in there is a new build in other version type (so you use stable, it will check for beta). If there is a one, it will notify you.

Download in the first post.
Title: Re: AquaMail Updater
Post by: mikeone on August 08, 2015, 08:01:29 pm
Unfortunately the new version crashes when starting AMU  :(

Have to reinstall recent version 1.8 > working fine.
> on Xperia Z3 with Android 5.1.1
Title: Re: AquaMail Updater
Post by: Kostya Vasilyev on August 08, 2015, 09:32:46 pm
"ion" - is that for HTTP?

I don't see "marketBackup" being regular, and I don't see anyone wanting to stay on that "flavor" for any length of time.

It's only useful for backup / restore, for some very small fraction of the users, and only occasionally. Very few people buy a new Android phone every day...
Title: Re: AquaMail Updater
Post by: pyler on August 08, 2015, 09:38:05 pm
Yes, all network stuffs.

Try clean installation of 1.9. If it crashed, could you capture logcat?
Title: Re: AquaMail Updater
Post by: mikeone on August 08, 2015, 10:27:34 pm
Yes, all network stuffs.

Try clean installation of 1.9. If it crashed, could you capture logcat?
I'll try it again...
Title: Re: AquaMail Updater
Post by: pyler on August 11, 2015, 07:42:08 pm
I fixed small displaying issue in changelog dialog so if you want, just redownload 1.9.
Title: Re: AquaMail Updater
Post by: mikeone on August 11, 2015, 08:52:13 pm
Sorry, same issue (app crashes when starting - even newest build of 1.9)
Reinstalled 1.8 is working fine again.

Unfortunately I'm not able to capture a logcat.
Title: Re: AquaMail Updater
Post by: pyler on August 11, 2015, 10:23:26 pm
Damn, I have no such issue. Maybe I messed something with android support lib since I moved project from Eclipsr to Android Studio.
Title: Re: AquaMail Updater
Post by: mikeone on August 11, 2015, 10:28:57 pm
Don't worry about it. I'm happy even with version 1.8
 8)
Title: Re: AquaMail Updater
Post by: pyler on August 12, 2015, 09:22:04 am
But I want to fix it. If anybody can send log, please do. I dont want to annoy Kostya, but he is my last hope to get real log probably.
Title: Re: AquaMail Updater
Post by: mikeone on August 12, 2015, 09:27:24 am
Hi Pyler,
Is it possible to get a "postmortem" chrash log out of your app - simular to AquaMail?

"Crashes are automatically recorded in a crash log, called log-AquaMail-crash.txt and located at the root of your device’s memory card."
Title: Re: AquaMail Updater
Post by: pyler on August 12, 2015, 11:09:04 am
No, there is no such thing. If your device is rooted, you can use CatLog to get logcat. If you have no root, adb logcat is only solution. Anyway, I will try test it on my tablet with LP.
Title: Re: AquaMail Updater
Post by: pyler on August 12, 2015, 04:06:29 pm
Clean installation on LP - no crashes, it works.
Title: Re: AquaMail Updater
Post by: SysWiz on August 12, 2015, 07:49:09 pm
I also get a crash with v1.9 that I just downloaded last night.  Here's a logcat.  I think it contains the info you need.  Let me know if you need more.  I appreciate your time and your generosity in giving me a program that keeps me on the bleeding edge of AquaMail updates. :)
Title: Re: AquaMail Updater
Post by: mikeone on August 12, 2015, 09:06:07 pm
Hi Pyler,

Thank you for looking into this weird issue.

After some more investigation I just figured out that the crash only occurs when the version type is set to "Stable version"...and this is the default on a clean installation.
 However, the App starts and is displaying the current AquaMail version, but fails (crash) during searching the newest version on AquaMail's download section.

On the other hand there is no crash if the new version (1.9) will be installed over the previous build (1.8 ) AND if the version type was set to "Beta version".

I hope, this information will be helpful.

Kind regards
Mikeone

Thanks also to SysWiz for the logcat 8)
Title: Re: AquaMail Updater
Post by: pyler on August 12, 2015, 09:59:07 pm
Thanks for logcat! I see what fails. I will fix it ASAP ;)

Edit: OMG, what a stupid copy paste error. :D fix is easy.
Title: Re: AquaMail Updater
Post by: SysWiz on August 12, 2015, 10:01:08 pm
MikeOne nailed it.  Pyler, I know you said it works on a clean install for you, but for those "special" people where v1.9 crashes upon running, it crashes if it is set to stable_version.  I was looking at the preferences XML file.  If I change the the version_type from 0 (stable) to 1 (beta), it works again - but only for checking the beta version.  If I change it to 0, it crashes again.  Also, even if I leave it looking for beta updates, if I select to never show changelog, it crashes no matter which version I am set to look for.
Title: Re: AquaMail Updater
Post by: pyler on August 12, 2015, 10:02:20 pm
Yes, I see know. Will fix.
Title: Re: AquaMail Updater
Post by: SysWiz on August 12, 2015, 10:24:57 pm
Hey Pyler, I just figured out that you are the crafty devil who wrote the XInstaller module for the Xposed framework.  I use it daily.  Superb job on that as well!  8)
Title: Re: AquaMail Updater
Post by: pyler on August 13, 2015, 11:52:09 am
Yes, I did it =)

I uploaded new fixed 1.9 version. Please test it. Crashes should be gone.
Title: Re: AquaMail Updater
Post by: mikeone on August 13, 2015, 01:34:58 pm
Yes, I did it =)

I uploaded new fixed 1.9 version. Please tes it. Crashes should be gone.
Thanks Pyler,
You fixed it - new build 1.9 is working fine now.
Kind regards
Mikeone
Title: Re: AquaMail Updater
Post by: SysWiz on August 13, 2015, 05:18:53 pm
No more crashes.  Thank you.
Title: Re: AquaMail Updater
Post by: Fcasoli on September 27, 2015, 12:05:42 pm
After update with a custom Rom and come back with recovery restore, Aquamail update closes when I open..
I tried to uninstal and install again but the problem doesn't go away..



Phone: Galaxy Note 4
Watches: G-Shock GW-9400 Rangeman,  GW-M5600

Title: Re: AquaMail Updater
Post by: mikeone on September 27, 2015, 02:45:04 pm
After update with a custom Rom and come back with recovery restore, Aquamail update closes when I open..
I tried to uninstal and install again but the problem doesn't go away..


Phone: Galaxy Note 4
Watches: G-Shock GW-9400 Rangeman,  GW-M5600
Same issue for me, since recent update of Sony's stock rom 5.1.1 to build 23.4.A.1.200.
But that could be a coincidence.

Update:
I just re-downloaded version 1.9 to be sure I get the very last build and made a new "clean" installation > same as before: AM Updater 1.9 is crashing right after starting the app   :(
Title: Re: AquaMail Updater
Post by: Soko on September 27, 2015, 02:54:53 pm
Hello,

same Issue here (also after reinstall) on SGS 5 Android 5.0 BOI3 rooted.

Ciao,
Joachim
Title: Re: AquaMail Updater
Post by: pyler on September 27, 2015, 05:51:17 pm
Aha, hmm. Something was changed probably on server side and I don't catch that error. Tomorrow I will look on it.
Title: Re: AquaMail Updater
Post by: Kostya Vasilyev on September 27, 2015, 05:56:37 pm
The server was down for a bit today, I was upgrading some software.

And I just discovered that the xversion file had "0" for timestamp (due to my error). Fixed now, sorry.
Title: Re: AquaMail Updater
Post by: pyler on September 27, 2015, 05:58:43 pm
https://www.aqua-mail.com/download/xversion-AquaMail-market.txt

Maybe we will not need a new fixed version since something gone wrong in Kostya's upload script. Second value is "0", which should not be and build time is crazy too (1970). I believe he can fix it and reupload APK and app will work.

Edit: ah ok! If it still crashesz try to delete app data.
Title: Re: AquaMail Updater
Post by: Fcasoli on September 27, 2015, 06:03:08 pm
https://www.aqua-mail.com/download/xversion-AquaMail-market.txt

Maybe we will not need a new fixed version since something gone wrong in Kostya's upload script. Second value is "0", which should not be and build time is crazy too (1970). I believe he can fix it and reupload APK and app will work.

Edit: ah ok! If it still crashesz try to delete app data.
installed actual version 1.9, works well.

thanks
Title: Re: AquaMail Updater
Post by: mikeone on September 27, 2015, 06:20:19 pm
Version 1.9(19)  [August 13, 2015] is working well again.
👍
Title: Re: AquaMail Updater
Post by: mikeone on January 02, 2016, 06:31:51 pm
@Pyler, @Kostya,

Since installation and running AquaMail's recent dev build 1.6.1.0-dev1

http://www.aqua-mail.com/forum/index.php?topic=4279.msg23375#msg23375

I also changed  the Version type in Pyler's "AM Updater" to "Beta version".

However, this tool doesn't find the newest beta version of AquaMail but only the former (beta) version 1.6.0-14-dev5.2.
Title: Re: AquaMail Updater
Post by: Kostya Vasilyev on January 02, 2016, 08:09:21 pm
The version file for "beta" has the right info, feel free to check:

http://www.aqua-mail.com/download/xversion-AquaMail-market-beta.txt

AquaMail-market   1.6.1.0-dev1   1451675062000   Fri Jan 01 10:04:22 PM 2016
Title: Re: AquaMail Updater
Post by: mikeone on January 02, 2016, 08:43:13 pm
The version file for "beta" has the right info, feel free to check:

http://www.aqua-mail.com/download/xversion-AquaMail-market-beta.txt

AquaMail-market   1.6.1.0-dev1   1451675062000   Fri Jan 01 10:04:22 PM 2016
Thanks for your reply Kostya.
I already checked this prior. However, AM Updater just shows the former beta version 1.6.0-14-dev5.2.
I should uninstall / reinstall AM Updater.
...I will report afterwards.
Title: Re: AquaMail Updater
Post by: mikeone on January 02, 2016, 08:59:19 pm
@Pyler, @Kostya:
Clearing the apps (AM Updater's) cache and data has solved the issue already.
... uninstall/ reinstall wasn't necessary.   ;)
Title: Re: AquaMail Updater
Post by: mikeone on January 02, 2016, 11:15:14 pm
@Pyler,
Too bad, again the same issue.
AM Updater will not find the actual beta version 1.6.0-14-dev1.2 when starting this tool.
Only a manual refresh forces the app to view the correct "Latest version".

> I will keep an eye on it...
Title: Re: AquaMail Updater
Post by: Kostya Vasilyev 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.
Title: Re: AquaMail Updater
Post by: pyler 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?
Title: Re: AquaMail Updater
Post by: mikeone 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.
Title: Re: AquaMail Updater
Post by: mikeone 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  :)
Title: Re: AquaMail Updater
Post by: Kostya Vasilyev 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
Title: Re: AquaMail Updater
Post by: pyler on November 20, 2016, 12:15:21 am
v2.0 is uploaded in the first post :)
Title: Re: AquaMail Updater
Post by: Kostya Vasilyev on November 20, 2016, 04:49:09 pm
Thank you @pyler!
Title: Re: AquaMail Updater
Post by: pyler on November 23, 2016, 01:04:55 pm
Hm, I need to fix it for new permission model :D
Title: Re: AquaMail Updater
Post by: Kostya Vasilyev 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.
Title: Re: AquaMail Updater
Post by: pyler on November 26, 2016, 03:05:14 am
I did it :D

v2.1 asks for permission now.
Title: Re: AquaMail Updater
Post by: bschelst 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
Title: Re: AquaMail Updater
Post by: pyler 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.
Title: Re: AquaMail Updater
Post by: Kostya Vasilyev 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.
Title: Re: AquaMail Updater
Post by: RavenSoft 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.
Title: Re: AquaMail Updater
Post by: mikeone 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
Title: Re: AquaMail Updater
Post by: RavenSoft on December 19, 2016, 03:40:27 am
I see the option however it isn't working properly.
Title: Re: AquaMail Updater
Post by: SysWiz on January 04, 2017, 01:54:01 am
...  I believe we need to change it to startsWith and we are fine. I will try it later.

Pyler, any chance you will have time to work on this in the near future?  Thanks in advance.
Title: Re: AquaMail Updater
Post by: Kostya Vasilyev on January 21, 2017, 02:00:32 am
Fixed it.

I can only make "debug" builds, so here it is:

https://www.aqua-mail.com/download/AquaMailUpdater-debug.apk

@pyler:

A pull request for you:

https://github.com/pylerSM/AquaMailUpdater/pull/2
Title: Re: AquaMail Updater
Post by: pyler on January 21, 2017, 03:17:06 am
Done. Uploaded v2.2. Thanks.
Title: Re: AquaMail Updater
Post by: SysWiz on January 21, 2017, 03:36:31 am
I appreciate the update however it still crashes in Nougat like MikeOne mentions a few messages up. It downloads the new apk and then promptly crashes.

Sent from my Nexus 6 using Tapatalk

Title: Re: AquaMail Updater
Post by: Kostya Vasilyev on January 21, 2017, 12:19:07 pm
Quote
I appreciate the update however it still crashes in Nougat like MikeOne mentions a few messages up. It downloads the new apk and then promptly crashes.

Ah, I only looked at the version comparisons to get rid of false update notifications.

I'll check those crashes if I get a chance.
Title: Re: AquaMail Updater
Post by: mikeone on January 21, 2017, 01:04:32 pm
I appreciate the update however it still crashes in Nougat like MikeOne mentions a few messages up. It downloads the new apk and then promptly crashes.

Sent from my Nexus 6 using Tapatalk
Yes, same as before, even with the new build 2.2 the app crashes on Android 7 / Nougat.
Title: Re: AquaMail Updater
Post by: Kostya Vasilyev on January 21, 2017, 04:36:39 pm
Fixed the crash on 7.0+

The download link is the same:

https://www.aqua-mail.com/download/AquaMailUpdater-debug.apk

But version number is new, 2.3.

@pyler:

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

https://developer.android.com/about/versions/nougat/android-7.0-changes.html#sharing-files
Title: Re: AquaMail Updater
Post by: SysWiz on January 21, 2017, 07:23:59 pm
Awesome. Thank you.
Title: Re: AquaMail Updater
Post by: mikeone on January 21, 2017, 07:59:00 pm
Fixed the crash on 7.0+

The download link is the same:

https://www.aqua-mail.com/download/AquaMailUpdater-debug.apk

But version number is new, 2.3.

@pyler:

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

https://developer.android.com/about/versions/nougat/android-7.0-changes.html#sharing-files
I can confirm: No crashes anymore with the new build  :)
Title: Re: AquaMail Updater
Post by: pyler on January 21, 2017, 08:56:45 pm
Merged thanks. New APK in the first post.
Title: Re: AquaMail Updater
Post by: SysWiz on January 21, 2017, 09:07:31 pm
Right on. Thanks guys.
Title: Re: AquaMail Updater
Post by: pyler on January 21, 2017, 11:05:26 pm
Btw kostya there is hidden API disableDeathOnFileUriExposure :D
Title: Re: AquaMail Updater
Post by: Kostya Vasilyev on January 22, 2017, 12:47:50 pm
Btw kostya there is hidden API disableDeathOnFileUriExposure :D

Looks like they even use that themselves, and for downloaded files specifically:

https://android.googlesource.com/platform/packages/providers/DownloadProvider/+/6c277b9/src/com/android/providers/downloads/OpenHelper.java

Title: Re: AquaMail Updater
Post by: Philip on February 03, 2018, 04:21:05 pm
The updater currently thinks that 1.14.0-752 is later than my installed 1.14.0-758-dev.

Problem with the updater, the latest file, or intended behaviour?
Title: Re: AquaMail Updater
Post by: Philip on February 04, 2018, 03:19:02 am
The updater currently thinks that 1.14.0-752 is later than my installed 1.14.0-758-dev.

Problem with the updater, the latest file, or intended behaviour?
Now appears to be fixed!
Title: Re: AquaMail Updater
Post by: Kostya Vasilyev on February 04, 2018, 02:03:26 pm
Maybe just a delay?
Title: Re: AquaMail Updater
Post by: ksuuk on October 11, 2018, 05:06:51 pm

About few weeks updater doesn't work. Beta offers new version, but change log is HTML code and downloads only 507 B. Stable doesn't offer anything,  shows same HTML code and also downloads only 507 B.
Title: Re: AquaMail Updater
Post by: mikeone on October 11, 2018, 10:43:39 pm
Yes, it shows something weird.
Title: Re: AquaMail Updater
Post by: Kostya Vasilyev on October 12, 2018, 12:34:23 pm
Hmm... Looks like it's our new web site.

I'll have to check it out.
Title: Re: AquaMail Updater
Post by: Kostya Vasilyev on October 12, 2018, 12:38:28 pm
Should be fixed now. A file was missing.
Title: Re: AquaMail Updater
Post by: ksuuk on October 12, 2018, 04:27:26 pm
Should be fixed now. A file was missing.

Nope, all same. :(.
Title: Re: AquaMail Updater
Post by: mikeone on October 12, 2018, 06:29:25 pm
It's working now.
Thanks
Title: Re: AquaMail Updater
Post by: ksuuk on October 12, 2018, 07:06:46 pm
It's working now.

What is working? For me beta gives same errors as before and download doesn't work.
Title: Re: AquaMail Updater
Post by: Philip on October 12, 2018, 08:33:09 pm
I'm on the Beta channel and it's still broken for me also.
Title: Re: AquaMail Updater
Post by: mikeone on October 12, 2018, 10:47:59 pm
Beta channel...
Title: Re: AquaMail Updater
Post by: mikeone on October 12, 2018, 10:50:24 pm
... and also stable version:

Everything is working  :)

Maybe iunnstall  and reinstall AquaMail Updater could help...!?
Title: Re: AquaMail Updater
Post by: ksuuk on October 12, 2018, 11:04:32 pm
Stable Version

Everything is working  :)


Nope, it's not - as installed and latest stable version are same, You don't get the HTML code page or download option. As soon as the version is different, You get the same errors as beta version does.
Title: Re: AquaMail Updater
Post by: Kostya Vasilyev on October 15, 2018, 12:35:19 pm
Aaaaggggreeh.

I'll have to look at that.
Title: Re: AquaMail Updater
Post by: Kostya Vasilyev on October 15, 2018, 03:25:53 pm
I cannot reproduce either. Tried both "stable" and "beta" update channels.

And yes my "already installed" Aqua Mail is "older" than the available stable / beta versions.

Maybe reinstall Update Checker after all or at least tap the "refresh" icon? I'm not really familiar with the code, but maybe it caches what it already downloaded (that "messed up" HTML markup)?
Title: Re: AquaMail Updater
Post by: ksuuk on October 15, 2018, 03:35:30 pm
I cannot reproduce either. Tried both "stable" and "beta" update channels.

And yes my "already installed" Aqua Mail is "older" than the available stable / beta versions.

Maybe reinstall Update Checker after all or at least tap the "refresh" icon? I'm not really familiar with the code, but maybe it caches what it already downloaded (that "messed up" HTML markup)?

Also just tested both channels, everything seems to work like in good old days.
Title: Re: AquaMail Updater
Post by: p50kombi on October 17, 2018, 09:56:28 am
Is it possible to have the beta being updated to latest stable if there's a stable release that's newer?
I am on 1.17.0-1316 and have the updater set to beta.
It says latest version is 1.17.0-1305

That in itself is not an issue, however every morning I get the notification from the updater that a new version is available (I guess that's because my installed version mismatches the latest beta version)

Can't you just update the beta to latest, no matter if it's beta or stable?
Title: Re: AquaMail Updater
Post by: ksuuk on October 17, 2018, 10:10:52 am

That in itself is not an issue, however every morning I get the notification from the updater that a new version is available (I guess that's because my installed version mismatches the latest beta version)


I think it's the updater logic fault, there should be an built in logic or option - don't alert/show changelog etc if installed version is newer or equal.
Title: Re: AquaMail Updater
Post by: p50kombi on October 17, 2018, 12:58:07 pm

That in itself is not an issue, however every morning I get the notification from the updater that a new version is available (I guess that's because my installed version mismatches the latest beta version)


I think it's the updater logic fault, there should be an built in logic or option - don't alert/show changelog etc if installed version is newer or equal.

Either way it would be great if it could be fixed one way or another :)
Title: Re: AquaMail Updater
Post by: Kostya Vasilyev on October 20, 2018, 12:28:26 pm
That sounds like something in the updater.

At this time the current "stable" is newer (1316) than "beta" (1305):

http://www.aqua-mail.com/version/xversion-AquaMail-market.txt

http://www.aqua-mail.com/version/xversion-AquaMail-market-beta.txt
Title: Re: AquaMail Updater
Post by: p50kombi on October 21, 2018, 09:07:51 am
That sounds like something in the updater.

At this time the current "stable" is newer (1316) than "beta" (1305):

http://www.aqua-mail.com/version/xversion-AquaMail-market.txt

http://www.aqua-mail.com/version/xversion-AquaMail-market-beta.txt


Yep, and it is in exactly this scenario that the updater keeps notifying me a new version is available although the offered update is older than current installed version.
Title: Re: AquaMail Updater
Post by: Kostya Vasilyev on October 22, 2018, 05:35:59 pm
Re: Yep, and it is in exactly this scenario that the updater keeps notifying me a new version is available although the offered update is older than current installed version.

The updater was written by someone else - not sure if he's still doing any work on it or if he's still here on the forum.
Title: Re: AquaMail Updater
Post by: ksuuk on October 22, 2018, 06:38:43 pm

The updater was written by someone else - not sure if he's still doing any work on it or if he's still here on the forum.

Maybe it's time to add updater functionality into AquaMail?
Title: Re: AquaMail Updater
Post by: Kostya Vasilyev on October 23, 2018, 05:06:18 pm
Re: Maybe it's time to add updater functionality into AquaMail?

The updater is for forum builds (not official Play releases) - which doesn't seem appropriate for building into the app...
Title: Re: AquaMail Updater
Post by: Kostya Vasilyev on October 28, 2018, 10:39:50 pm
There is a new update checker:

https://www.aqua-mail.com/forum/index.php?topic=6900.0

Unlike the existing one from @PylerSM, this one actually compares versions - what you have installed vs. what's available - the right way. Or tries to :)

But really I just wanted to learn a bit of Kotlin (a new programming language) and this seemed like a good way to do it.