jadx
jadx copied to clipboard
[feature] Auto Updater
As title says, i think if u add auto updater it would be much simplier than downloading evert new update from github
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
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.