Releases: SanojPunchihewa/InAppUpdater
Releases · SanojPunchihewa/InAppUpdater
1.0.5
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
- Add Lifecycle observer to unregister the update state listener
1.0.4
- Fix fading of Material TextInputLayout
1.0.4-alpha.2
- Fix Send Intent Exception
1.0.4-alpha.1
- 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 ofstart()
- Updated the demo app
Pre release
- Debug logs were added
1.0.2
Add Travis status