All Versions
11
Latest Version
Avg Release Cycle
157 days
Latest Release
2060 days ago
Changelog History
Page 1
Changelog History
Page 1
-
v1.4.0 Changes
September 09, 201909-09-2019_
- ⚡️ Updated project dependencies.
- ⚡️ Updated Android Gradle plugin and Gradle version.
-
v1.3.5 Changes
March 06, 201703-06-2017_
- ⚡️ Updated project dependencies.
- ⚡️ Updated Android Gradle plugin and Gradle version.
-
v1.3.4 Changes
January 19, 201701-19-2017_
- ⚡️ Changed protection level of
downloadFile()
in FileDownloadUpdateListener.java to allow overriding the default behavior.
- ⚡️ Changed protection level of
-
v1.3.3 Changes
October 24, 201610-24-2016_
- ➕ Added ability to provide a custom OkHttpClient
-
v1.3.2 Changes
August 24, 201608-24-2016_
- ⚡️ Changed the priority of Gandalf actions, an alert will now show before an optional update
- ➕ Added consumer proguard rules to fix Gson parsing when minify is enabled
-
v1.3.1 Changes
August 24, 201608-16-2016_
- ✂ Removed application block from lib manifest to avoid merging conflicts.
-
v1.3.0 Changes
August 04, 201608-04-2016
- ➕ Added ability to set a custom listener when the user opts to update.
- ⚡️ Included a basic FileDownloadUpdateListener for specifying a custom apk to download.
-
v1.2.1 Changes
March 29, 2016🚀 This is a minor release which addresses a crash if the JSON response is malformed.
-
v1.2.0 Changes
March 29, 201603-21-2016
- Library is a bit more error tolerant and will silently fail on malformed JSON
- 🆕 New class
DialogStringsHolder
which allows users to customize titles, buttons, and messages. This adds the ability to optionally override the JSON response and display a specific message.
-
v1.1.0 Changes
02-15-2016
- ➕ Added the ability for a consumer to set a custom JSON deserializer.