Skip to content

Releases: SanojPunchihewa/InAppUpdater

1.0.5

13 May 16:27
0fbaa8c
Compare
Choose a tag to compare

New Features

  • Add progress Listener to Flexible Update
  • Add listener to return the number of staleness days after an update is notified
    Above features were added with the new play core library update 1.7.2

Changed

  • Use Lifecycle observer to resume updates. No need to call continueUpdate in your activities
  • mUpdateManager.getAvailableVersionCode(new onVersionCheckListener(){}) is changed to mUpdateManager.addUpdateInfoListener(new UpdateInfoListener(){})

1.0.5-alpha.1

06 Oct 13:12
456b0ad
Compare
Choose a tag to compare
  • Add Lifecycle observer to unregister the update state listener

1.0.4

22 Sep 14:24
e48d4a0
Compare
Choose a tag to compare
  • Fix fading of Material TextInputLayout

1.0.4-alpha.2

07 Sep 18:02
025f9b2
Compare
Choose a tag to compare
  • Fix Send Intent Exception

1.0.4-alpha.1

29 Jul 13:18
96c6fb9
Compare
Choose a tag to compare
  • Fix Jitpack issue in 1.0.3
  • Add a method to get the Version code of the Available Update
  • Pass the Activity to the Builder() instead of start()
  • Updated the demo app

Pre release

24 Jul 15:18
Compare
Choose a tag to compare
Pre release Pre-release
Pre-release
  • Debug logs were added

1.0.2

16 Jul 16:47
be31284
Compare
Choose a tag to compare
Add Travis status