Bug 1824856 - add release-notify-testrail to treeherder. r=gbrown,releng-reviewers...
[gecko.git] / mobile / android / docs / _archive / 2018-08-17-release-0.19.markdown
blob4f4be1a6a98be59f6b87cd4fe5b3e9ce8c5f7b65
1 ---
2 layout: post
3 title:  "🎉 Release: Android Components 0.19"
4 date:   2018-08-17 22:00:00 +0200
5 categories: releases
6 author: csadilek
7 ---
9 # 0.19.1 (2018-08-20)
11 * [Commits](https://github.com/mozilla-mobile/android-components/compare/v0.19...v0.19.1),
12 [Milestone](https://github.com/mozilla-mobile/android-components/milestone/20?closed=1),
13 [API reference](https://mozilla-mobile.github.io/android-components/api/0.19.1/index)
15 * Compiled against:
16   * Android support libraries 27.1.1
17   * Kotlin Standard library 1.2.60
18   * Kotlin coroutines 0.23.4
19   * GeckoView
20     * Nightly: 63.0.20180810100129 (2018.08.10, d999fb858fb2c007c5be4af72bce419c63c69b8e)
21     * Beta: 62.0b15 (7ce198bb7ce027d450af3f69a609896671adfab8)
22     * Release: 61.0 (785d242a5b01d5f1094882aa2144d8e5e2791e06)
24 * **browser-toolbar**: Replaced `ui-progress` component with default [Android Progress Bar](https://developer.android.com/reference/android/widget/ProgressBar) to fix CPU usage problems.
25 * **ui-progress**: Reduced high CPU usage when idling and not animating.
27 # 0.19 (2018-08-17)
29 * [Commits](https://github.com/mozilla-mobile/android-components/compare/v0.18...v0.19),
30 [Milestone](https://github.com/mozilla-mobile/android-components/milestone/18?closed=1),
31 [API reference](https://mozilla-mobile.github.io/android-components/api/0.19/index)
33 * Compiled against:
34   * Android support libraries 27.1.1
35   * Kotlin Standard library 1.2.60
36   * Kotlin coroutines 0.23.4
37   * GeckoView
38     * Nightly: 63.0.20180810100129 (2018.08.10, d999fb858fb2c007c5be4af72bce419c63c69b8e)
39     * Beta: 62.0b15 (7ce198bb7ce027d450af3f69a609896671adfab8)
40     * Release: 61.0 (785d242a5b01d5f1094882aa2144d8e5e2791e06)
42 * **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.
43 * **ui-autocomplete**: Fixed a bug that caused soft keyboards and the InlineAutocompleteEditText component to desync.
44 * **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.