1.9 KiB
layout | title | date | categories | author |
---|---|---|---|---|
post | 🎉 Release: Android Components 0.17 | 2018-08-03 18:00:00 +0200 | releases | sebastian |
-
Compiled against:
- Android support libraries 27.1.1
- Kotlin Standard library 1.2.60 🔺
- Kotlin coroutines 0.23.4
- GeckoView
- Nightly: 63.0.20180801100114 (2018.08.01, af6a7edf0069549543f2fba6a8ee3ea251b20829) 🔺
- Beta: 62.0b13 (dd92dec96711e60a8c6a49ebe584fa23a453a292) 🔺
- Release: 61.0 (785d242a5b01d5f1094882aa2144d8e5e2791e06)
-
support-base: New base component containing small building blocks for other components. Added a simple logging API that allows components to log messages/exceptions but lets the consuming app decide what gets logged and how.
-
support-utils: Some classes have been moved to the new support-base component.
-
service-fretboard: ⚠️ Breaking change:
ExperimentDescriptor
instances now operate on the experiment name instead of the ID. -
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
. -
service-firefox-accounts: Added documentation.
-
service-fretboard: Updated documentation.
-
browser-toolbar: Fixed an issue where the toolbar content disappeared if a padding value was set on the toolbar.