Skip to content

Releases: btkelly/gandalf

Release 1.4.0

09 Sep 14:22
Compare
Choose a tag to compare
  • Updated project dependencies.
  • Updated Android Gradle plugin and Gradle version.

Release 1.3.5

06 Mar 19:48
Compare
Choose a tag to compare
  • Updated project dependencies.
  • Updated Android Gradle plugin and Gradle version.

Release 1.3.4

19 Jan 16:19
Compare
Choose a tag to compare
  • Changed protection level of downloadFile() in FileDownloadUpdateListener.java to allow overriding the default behavior.

Release 1.3.3

24 Oct 17:47
Compare
Choose a tag to compare
  • Added ability to provide a custom OkHttpClient

Release 1.3.2

24 Aug 19:11
Compare
Choose a tag to compare
  • 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

Release 1.3.1

24 Aug 18:54
Compare
Choose a tag to compare
  • Removed application block from lib manifest to avoid merging conflicts.

Release 1.3.0

04 Aug 15:36
Compare
Choose a tag to compare
  • Added ability to set a custom listener when the user opts to update.
  • Included a basic FileDownloadUpdateListener for specifying a custom apk to download.

Release 1.2.1

29 Mar 13:56
Compare
Choose a tag to compare

This is a minor release which addresses a crash if the JSON response is malformed.

Release 1.2.0

29 Mar 13:58
Compare
Choose a tag to compare

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.