Bug 1824856 - add release-notify-testrail to treeherder. r=gbrown,releng-reviewers...
[gecko.git] / mobile / android / docs / _archive / 2018-08-03-release-0.17.markdown
bloba20ec773538b84fe580ed173870adb9207331b7d
1 ---
2 layout: post
3 title:  "🎉 Release: Android Components 0.17"
4 date:   2018-08-03 18:00:00 +0200
5 categories: releases
6 author: sebastian
7 ---
9 * Compiled against:
10   * Android support libraries 27.1.1
11   * Kotlin Standard library **1.2.60** 🔺
12   * Kotlin coroutines 0.23.4
13   * GeckoView
14     * Nightly: **63.0.20180801100114** (2018.08.01, af6a7edf0069549543f2fba6a8ee3ea251b20829) 🔺
15     * Beta: **62.0b13** (dd92dec96711e60a8c6a49ebe584fa23a453a292) 🔺
16     * Release: 61.0 (785d242a5b01d5f1094882aa2144d8e5e2791e06)
18 * **support-base**: New base component containing small building blocks for other components. Added a [simple logging API](https://github.com/mozilla-mobile/android-components/blob/main/components/support/base/README.md) that allows components to log messages/exceptions but lets the consuming app decide what gets logged and how.
19 * **support-utils**: Some classes have been moved to the new _support-base_ component.
20 * **service-fretboard**: ⚠️ Breaking change: `ExperimentDescriptor` instances now operate on the experiment name instead of the ID.
21 * **ui-icons**: Added new icons (used in _Firefox Focus_ UI refresh): `mozac_ic_arrowhead_down`, `mozac_ic_arrowhead_up`, `mozac_ic_check`, `mozac_ic_device_desktop`, `mozac_ic_mozilla`, `mozac_ic_open_in`, `mozac_ic_reorder`.
22 * **service-firefox-accounts**: Added [documentation](https://github.com/mozilla-mobile/android-components/blob/main/components/service/firefox-accounts/README.md).
23 * **service-fretboard**: Updated [documentation](https://github.com/mozilla-mobile/android-components/blob/main/components/service/fretboard/README.md).
24 * **browser-toolbar**: Fixed an issue where the toolbar content disappeared if a padding value was set on the toolbar.
26 * [Commits](https://github.com/mozilla-mobile/android-components/compare/v0.16.1...v0.17), [Milestone](https://github.com/mozilla-mobile/android-components/milestone/15?closed=1)