Android-Password-Store/autofill-parser/CHANGELOG.md
Harsh Shandilya f834c754e6
Refactor openpgp-ktx to leverage coroutines (#1398)
* openpgp-ktx: leverage coroutines for async IPC

* Unwind nested dispatchers

* Fix name shadowing warning

Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
2021-04-30 23:22:01 +05:30

1 KiB

Changelog

All notable changes to this project will be documented in this file.

Unreleased

Changed

  • Changed the support level for Chrome Beta/Canary/Dev/Stable, Bromite and Ungoogled Chromium to PasswordFillAndSaveIfNoAccessibility.

  • Updated androidx.annotation to 1.1.0 and androidx.autofill to 1.2.0-alpha01.

  • The library now requires Kotlin 1.5.0 configured with kotlinOptions.languageVersion = "1.5".

  • The synchronous and callback based APIs in OpenPgpApi have been removed in favor of a singular coroutines-based entrypoint.

Fixed

  • Fix build warning from undeclared unsigned type use.

Added

  • Added the PasswordFillAndSaveIfNoAccessibility browser support level for Chromium-based browsers beyond v89.

  • Added the german term for username to the heuristic keywords.

  • Non-native Autofill browsers are now deemed unsupported before Android 9.

1.0.0 - 2020-12-04

  • Initial release