JusticeRage / ApkTrack

ApkTrack is an Android app which checks if updates for installed APKs are available.
GNU General Public License v3.0
123 stars 27 forks source link

[Feature suggestion] Let ApkTrack take the Android version into account #109

Closed Olf0 closed 7 years ago

Olf0 commented 7 years ago

Please let ApkTrack take the Android version into account, when determining which Apps are upgradable. ApkTrack 2.1.1 displays a lot of upgradable apps under older Android versions, but when trying to upgrade, that often fails due to the apk being built for newer Android API levels. Hence it is a quite tedious work to find the really upgradable apps (which is ApkTrack's primary task, IMO ;) ) on older Android versions.

Tested with ApkTrack 2.1.1 under AOSP 4.1.2

Please let me know, if logs etc. might be helpful.

JusticeRage commented 7 years ago

That would require major alterations to the way ApkTrack currently works. I'm currently considering dropping support for the app altogether, considering an alternative exists (APKUpdater I believe) and is more actively maintained / feature rich. I have to give more thought to whether ApkTrack is still needed before starting to work on that.

Olf0 commented 7 years ago

O.K. I expected this to be an intrusive change and thus originally hesitated to file a feature request for it. Well, ultimately thought it would be worth trying, at least.

Thanks for pointing to APKupdater as an alternative, I will take a look at it. Side note: Ugh, yesterday I was so happy to have found this excellent app (despite its minor flaws), now you make me consider using a different app. ;) My first thought was, "Oh, please don't, ApkTrack is extremely useful!". Well, I'll see, which feature set APKupdater exactly provides.

P.S.: It took me a while to find APKUpdater (com.apkupdater) / "Apk Updater Apk installer" by rumboalla, releases and source code repository.

P.P.S.: APKUpdater has a couple of very nice features, but also many features lacking, which ApkTrack provides (e.g. access to f-droid etc.). Furthermore accessing APKpure and uptodown is broken in APKUpdater 1.5.11: It crashes, when looking for upgradeable apps there. Hmm, I am not yet convinced, that APKUpdater is (yet) a suitable alternative to ApkTrack.

JusticeRage commented 7 years ago

Thanks for your feedback. As I don't use APKUpdater, I'm not sure yet how it compares to ApkTrack.

Olf0 commented 7 years ago

As I don't use APKUpdater,

That's why I provided above web-links to APKUpdater's releases (and sources) for you and others. :)

I'm not sure yet how it compares to ApkTrack.

Well, ApkTrack and APKUpdater are surprisingly different, for both basically pursuing the same goal:

All in all: A combination of both apps (with a superset of each of their current features) would result in a perfect software for this purpose. ;)

Olf0 commented 7 years ago

That would require major alterations to the way ApkTrack currently works.

As ApkTrack is quite useful with its current design (using "web page scraping"), closing this issue (and hence recalling this suggestion), as it does not seem to be worth the effort of investigating this further.

Olf0 commented 6 years ago

This issue is a duplicate of issue #58.