github mozilla/application-services v0.41.0

latest releases: v144.0, v143.0, v142.0...
5 years ago

v0.41.0 (2019-10-02)

Full Changelog

General

What's New

  • Our components are now built with the newer Android NDK r20 instead of r15c. This change will make it easier for contributors to set up their development environment since there's no need to generate Android toolchains anymore. (#1916)
    For existing contributors, here's what you need to do immediately:
    • Download and extract the Android NDK r20.
    • Change the ANDROID_NDK_ROOT and ANDROID_NDK_HOME environment variables to point to the newer NDK dir. You can also delete the now un-used ANDROID_NDK_TOOLCHAIN_DIR variable.
    • Delete .cargo/config at the root of the repository if you have it.
    • Regenerate the Android libs: cd libs && rm -rf android && ./build-all.sh android.

Logins

What's new

  • Added ability to get logins by hostname by using LoginsStorage.getByHostname. (#1782)

Don't miss a new application-services release

NewReleases is sending notifications on new releases.