- Notifications
You must be signed in to change notification settings - Fork421
Releases: javiersantos/AppUpdater
Version 2.7
Temporary fix to Google Play update mechanism.
ℹ️ Using UpdateFrom.GOOGLE PLAY is not recommended as the Google Play website may vary at any time, useUpdateFrom.XML orUpdateFrom.JSON instead. More info in issue#132.Updated version comparator to allow non-number characters. Thanks to@dhebbeker.
Filter GitHub response to the latest release. Thanks to@dhebbeker.
Updated some libraries.
Assets2
Uh oh!
There was an error while loading.Please reload this page.
Version 2.6.5
- Added notification channel to support SDK 27 (Android Oreo).
Assets2
Uh oh!
There was an error while loading.Please reload this page.
Version 2.6.4
Assets2
Uh oh!
There was an error while loading.Please reload this page.
Version 2.6.3
This release has a quick fix for the previous 2.6.2 release.
- Added
.setCancelable(boolean)to make the dialog dismissable. - Updated OkHttp to 3.8.1
Assets2
Uh oh!
There was an error while loading.Please reload this page.
Version 2.6.1
- Fixed issue when
versionCodewasn't included in the JSON or XML file. - Fixed NumberFormatException when
versionCodehas been added to a XML file.
Assets2
Uh oh!
There was an error while loading.Please reload this page.
Version 2.6
Assets2
Uh oh!
There was an error while loading.Please reload this page.
Version 2.5.4
Assets2
Uh oh!
There was an error while loading.Please reload this page.
Version 2.5.2
- Added possibility for custom listeners:
.setButtonUpdateClickListener(...),.setButtonDismissClickListener(...),.setButtonDoNotShowAgainClickListener(...). Thanks to@joen93. - Added Dutch translation.
- Updated OkHttp to 3.6.0
Assets2
Uh oh!
There was an error while loading.Please reload this page.
Version 2.5.1
Assets2
Uh oh!
There was an error while loading.Please reload this page.
Version 2.5
JSON files are now supported
newAppUpdater(this) .setUpdateFrom(UpdateFrom.JSON) .setUpdateJSON("https://github.com/javiersantos/AppUpdater/wiki/UpdateFrom.JSON") ...
When using the JSON source you must upload a .json file somewhere on the Internet following the structure explained in thewiki and add the URL as shown in this example:.setUpdateJSON("https://github.com/javiersantos/AppUpdater/wiki/UpdateFrom.JSON").
Thanks a lot to@kgritesh for yourPR!
Minor changes
minSdkVersionnow requires API +9.- #59 Added Czech translation. Thanks to@thubalek.
- #51 Added Chinese translation. Thanks to@androidZhai.
- #57 Improve grammar of some messages. Thanks to@matthewmayer.
- Fixed#62. Thanks to@thubalek.
Assets2
Uh oh!
There was an error while loading.Please reload this page.