summaryrefslogtreecommitdiffstats
path: root/mobile/android/android-components/docs/_archive/2018-08-03-release-0.17.markdown
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-05-15 03:34:50 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-05-15 03:34:50 +0000
commitdef92d1b8e9d373e2f6f27c366d578d97d8960c6 (patch)
tree2ef34b9ad8bb9a9220e05d60352558b15f513894 /mobile/android/android-components/docs/_archive/2018-08-03-release-0.17.markdown
parentAdding debian version 125.0.3-1. (diff)
downloadfirefox-def92d1b8e9d373e2f6f27c366d578d97d8960c6.tar.xz
firefox-def92d1b8e9d373e2f6f27c366d578d97d8960c6.zip
Merging upstream version 126.0.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'mobile/android/android-components/docs/_archive/2018-08-03-release-0.17.markdown')
-rw-r--r--mobile/android/android-components/docs/_archive/2018-08-03-release-0.17.markdown26
1 files changed, 26 insertions, 0 deletions
diff --git a/mobile/android/android-components/docs/_archive/2018-08-03-release-0.17.markdown b/mobile/android/android-components/docs/_archive/2018-08-03-release-0.17.markdown
new file mode 100644
index 0000000000..a20ec77353
--- /dev/null
+++ b/mobile/android/android-components/docs/_archive/2018-08-03-release-0.17.markdown
@@ -0,0 +1,26 @@
+---
+layout: post
+title: "🎉 Release: Android Components 0.17"
+date: 2018-08-03 18:00:00 +0200
+categories: releases
+author: 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](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.
+* **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](https://github.com/mozilla-mobile/android-components/blob/main/components/service/firefox-accounts/README.md).
+* **service-fretboard**: Updated [documentation](https://github.com/mozilla-mobile/android-components/blob/main/components/service/fretboard/README.md).
+* **browser-toolbar**: Fixed an issue where the toolbar content disappeared if a padding value was set on the toolbar.
+
+* [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)