Changelog
- NEW: Fido API (#849)
- Push notifications
- Exposure Notifications
- Add required exports and flags for Android 12 to
nearby-core
. Thanks @fynngodau - Show weekday for reported exposures (#1743)
- Move location permissions out of
nearby-core
to allow using theneverForLocation
assertion in apps using it (#1796)
- Add required exports and flags for Android 12 to
- Device attestation
- Add UI listing apps using SafetyNet. Thanks @iTrooz
- Client Library
- Add
play-services-fido
,play-services-oss-licenses
andplay-services-safetynet
client library
- Add
- Translations:
- Add simplified chinese. Thanks @hustler-not-chatty
- Update russian and belarusian. Thanks @Vavun
- Improvements and bug fixes (as always). Thanks @christophehenry, @ale5000-git, @relan, @tol4711
New features
Fido
The newly added Fido API allows using U2F and Fido devices via USB or NFC with supported Browsers (Chromium and Firefox) and to sign into your Google Account in microG. Additionally, on supported hardware and when a PIN/password is configured, the secure key storage can be used as a virtual Fido device. Note that some devices are still not fully supported.
Due to lack of open-source client library, open-source variants of browsers (Bromite, Fennec, etc) currently do not support this API. This release also provides an open-source play-services-fido
library, which open-source browsers can use instead of the proprietary Google version to add support for microG's Fido API.
New Contributors
- @wbrtm made their first contribution in #1694
- @christophehenry made their first contribution in #1730
- @hustler-not-chatty made their first contribution in #1727
- @matttbe made their first contribution in #1662
- @relan made their first contribution in #1782
- @tol4711 made their first contribution in #1792
Full Changelog: v0.2.24.214816...v0.2.25.223616