LeOS-Ice-browser/android-components/docs/_archive/2018-08-17-release-0.19.mar...

45 lines
2.3 KiB
Markdown
Raw Permalink Normal View History

2024-10-12 11:57:06 +02:00
---
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.