Skip to content
This repository has been archived by the owner on Jul 29, 2022. It is now read-only.

2.0.0-beta.2

Pre-release
Pre-release
Compare
Choose a tag to compare
@mickael-menu mickael-menu released this 26 Feb 15:37
· 33 commits to develop since this release
b680df2

Take a look at the migration guide

Added

  • You can observe the progress of an acquisition by providing an onProgress closure to LcpService.acquirePublication().
  • Extensibility in licenses' Rights model.

Changed

  • The Renew Loan API got revamped to better support renewal through a web page.
    • You will need to implement LcpLicense.RenewListener to coordinate the UX interaction.
    • If your application fits Material Design guidelines, take a look at MaterialRenewListener for a default implementation.
  • Removed dependency on Joda's DateTime in public APIs.
    • You can always create a DateTime from the standard Date objects if you relied on Joda's features in the callers.

Fixed

  • #287 Make sure the passphrase input is visible on smaller devices in the authentication dialog.