v0.27.0 (2019-04-22)
General
-
JNA has been updated to version 5.2.0 (previously 4.5.2) (#1057)
-
SQLCipher has been updated to version 4.1.0 (previously 4.0.0) (#1060)
-
android-components
has been updated to 0.50.0 (previously 0.49.0) (#1062) -
SQLCipher should no longer be required in megazords which do not contain
logins
. (#996) -
Non-megazord builds should once again work (#1046)
FxA
What's New
- New methods
getManageAccountURL
andgetManageDevicesURL
have been added,
which the application can use to direct the user to manage their account on the web.
(#984) - Android only: Added device registration and Firefox Send Tab capability support. Your app can opt into this by calling the
FirefoxAccount.initializeDevice
method. (#676)
Places
Breaking Changes
- It is no longer possible to create an encrypted places database. (#950)
syncBookmarks()
API is now markedopen
to be accessible outside the framework. (#1058)
What's Fixed
- Non-megazord builds should once again function. (#1045)