jadx icon indicating copy to clipboard operation
jadx copied to clipboard

[feature] Auto Updater

Open Theraqa opened this issue 2 years ago • 2 comments

As title says, i think if u add auto updater it would be much simplier than downloading evert new update from github

Theraqa avatar Jun 25 '22 21:06 Theraqa

May be we should first start with an update checker. That would be easier to realize using e.g. GitHub API to get the meta data of the latest release and then compare it to the current version (if the current version is a regular release).

https://api.github.com/repos/skylot/jadx/releases/latest

jpstotz avatar Jul 30 '22 13:07 jpstotz

May be we should first start with an update checker.

@jpstotz wait, this is already implemented (check this class), if new version available notification info should appear in right top corner of main window.

As for auto update, I will try to use jdeploy.

skylot avatar Jul 30 '22 13:07 skylot