InAppUpdater Versions Save

Android Library to easily implement in-app updates. Support with a :star: Contributions are welcome! :raised_hands:

1.0.5

4 years ago

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

4 years ago
  • Add Lifecycle observer to unregister the update state listener

1.0.4

4 years ago
  • Fix fading of Material TextInputLayout

1.0.4-alpha.2

4 years ago
  • Fix Send Intent Exception

1.0.4-alpha.1

4 years ago
  • 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

1.0.3-alpha.1

4 years ago
  • Debug logs were added

1.0.2

4 years ago