Skip to content

Releases: solrudev/Ackpine

0.0.3

03 Aug 11:55
ab3e071
Compare
Choose a tag to compare

Bug fixes and improvements

  • Fix IllegalStateException in Session.await() when session has failed with an exception.

Public API changes

  • Now all Ackpine artifacts have different Android namespaces. Generated R classes coming from the library need to be re-imported if they were used in client code.

0.0.2

31 Jul 08:44
daa268f
Compare
Choose a tag to compare

Dependencies

  • Updated kotlinx.coroutines to 1.7.3.
  • Updated AndroidX Room to 2.5.2.

Bug fixes and improvements

  • Show a full screen loading indicator after session is committed if it takes long to launch system confirmation activity.
  • Fix race when session is failing with Session $id is dead instead of other reasons.
  • Create session first and only then persist it in PackageInstaller and PackageUninstaller implementations to avoid persisting if session factory threw an exception.
  • Fix night theme in sample app.

Public API changes

  • Added constructors with default values to InstallFailure descendants (via @JvmOverloads).

0.0.1

26 Jul 05:23
cbf9275
Compare
Choose a tag to compare

Initial release.