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
·
33 commits
to develop
since this release
Take a look at the migration guide
Added
- You can observe the progress of an acquisition by providing an
onProgress
closure toLcpService.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.
- You will need to implement
- Removed dependency on Joda's
DateTime
in public APIs.- You can always create a
DateTime
from the standardDate
objects if you relied on Joda's features in the callers.
- You can always create a
Fixed
- #287 Make sure the passphrase input is visible on smaller devices in the authentication dialog.