diff options
Diffstat (limited to 'mobile/android/android-components/docs/_archive/2018-08-17-release-0.19.markdown')
-rw-r--r-- | mobile/android/android-components/docs/_archive/2018-08-17-release-0.19.markdown | 44 |
1 files changed, 44 insertions, 0 deletions
diff --git a/mobile/android/android-components/docs/_archive/2018-08-17-release-0.19.markdown b/mobile/android/android-components/docs/_archive/2018-08-17-release-0.19.markdown new file mode 100644 index 0000000000..4f4be1a6a9 --- /dev/null +++ b/mobile/android/android-components/docs/_archive/2018-08-17-release-0.19.markdown @@ -0,0 +1,44 @@ +--- +layout: post +title: "🎉 Release: Android Components 0.19" +date: 2018-08-17 22:00:00 +0200 +categories: releases +author: csadilek +--- + +# 0.19.1 (2018-08-20) + +* [Commits](https://github.com/mozilla-mobile/android-components/compare/v0.19...v0.19.1), +[Milestone](https://github.com/mozilla-mobile/android-components/milestone/20?closed=1), +[API reference](https://mozilla-mobile.github.io/android-components/api/0.19.1/index) + +* Compiled against: + * Android support libraries 27.1.1 + * Kotlin Standard library 1.2.60 + * Kotlin coroutines 0.23.4 + * GeckoView + * Nightly: 63.0.20180810100129 (2018.08.10, d999fb858fb2c007c5be4af72bce419c63c69b8e) + * Beta: 62.0b15 (7ce198bb7ce027d450af3f69a609896671adfab8) + * Release: 61.0 (785d242a5b01d5f1094882aa2144d8e5e2791e06) + +* **browser-toolbar**: Replaced `ui-progress` component with default [Android Progress Bar](https://developer.android.com/reference/android/widget/ProgressBar) to fix CPU usage problems. +* **ui-progress**: Reduced high CPU usage when idling and not animating. + +# 0.19 (2018-08-17) + +* [Commits](https://github.com/mozilla-mobile/android-components/compare/v0.18...v0.19), +[Milestone](https://github.com/mozilla-mobile/android-components/milestone/18?closed=1), +[API reference](https://mozilla-mobile.github.io/android-components/api/0.19/index) + +* Compiled against: + * Android support libraries 27.1.1 + * Kotlin Standard library 1.2.60 + * Kotlin coroutines 0.23.4 + * GeckoView + * Nightly: 63.0.20180810100129 (2018.08.10, d999fb858fb2c007c5be4af72bce419c63c69b8e) + * Beta: 62.0b15 (7ce198bb7ce027d450af3f69a609896671adfab8) + * Release: 61.0 (785d242a5b01d5f1094882aa2144d8e5e2791e06) + +* **concept-engine**, **engine-system**, **engine-gecko**: Added new API to load data and HTML directly (without loading a URL). Added the ability to stop loading a page. +* **ui-autocomplete**: Fixed a bug that caused soft keyboards and the InlineAutocompleteEditText component to desync. +* **service-firefox-accounts**: Added JNA-specific proguard rules so consumers of this library don't have to add them to their app (see https://github.com/java-native-access/jna/blob/master/www/FrequentlyAskedQuestions.md#jna-on-android for details). Underlying libfxa_client.so no longer depends on versioned .so names. All required dependencies are now statically linked which simplified our dependency setup as well. |