Skip to content

Commit 1d94310

Browse files
Amejia481pocmo
authored andcommitted
Add blogpost for 0.25
1 parent 22702d7 commit 1d94310

File tree

1 file changed

+38
-0
lines changed

1 file changed

+38
-0
lines changed
Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
---
2+
layout: post
3+
title: "🐼 Release: Android Components 0.25"
4+
date: 2018-09-26 20:33:00 +0200
5+
categories: releases
6+
author: arturo
7+
---
8+
9+
# 0.25 (2018-09-26)
10+
11+
* [Commits](https://github.com/mozilla-mobile/android-components/compare/v0.24...v0.25),
12+
[Milestone](https://github.com/mozilla-mobile/android-components/milestone/25?closed=1),
13+
[API reference](https://mozilla-mobile.github.io/android-components/api/0.25/index)
14+
15+
* Compiled against:
16+
* Android
17+
* SDK: 27
18+
* Support Libraries: 27.1.1
19+
* Kotlin
20+
* Standard library: 1.2.61
21+
* Coroutines: 0.23.4
22+
* GeckoView
23+
* Nightly: 64.0.20180905100117
24+
* Beta: 63.0b3 (0269319281578bff4e01d77a21350bf91ba08620)
25+
* Release: 62.0 (9cbae12a3fff404ed2c12070ad475424d0ae869f)
26+
27+
* ⚠️ **This is the last release compiled against Android SDK 27. Upcoming releases of the components will require Android SDK 28**.
28+
* **service-fretboard**:
29+
* Fixed a bug in `FlatFileExperimentStorage` that caused updated experiment configurations not being saved to disk.
30+
* Added [WorkManager](https://developer.android.com/reference/kotlin/androidx/work/WorkManager) implementation for updating experiment configurations in the background (See ``WorkManagerSyncScheduler``).
31+
* `Experiment.id` is not accessible by component consumers anymore.
32+
* **browser-engine-system**:
33+
* URL changes are now reported earlier; when the URL of the main frame changes.
34+
* Fixed an issue where fullscreen mode would only take up part of the screen.
35+
* Fixed a crash that could happen when loading invalid URLs.
36+
* `RequestInterceptor.onErrorRequest()` can return custom error page content to be displayed now (the original URL that caused the error will be preserved).
37+
* **feature-intent**: New component providing intent processing functionality (Code moved from *feature-session*).
38+
* **support-utils**: `DownloadUtils.guessFileName()` will replace extension in the URL with the MIME type file extension if needed (`http://example.com/file.aspx` + `image/jpeg` -> `file.jpg`).

0 commit comments

Comments
 (0)