Android-Password-Store/autofill-parser/CHANGELOG.md
yvay 6f4e835d3c
Support Mull browser from divestos.org (#2613)
* Add Mull from divestos.org to autofill supported browsers

Signed-off-by: yvay <134604947+yvay@users.noreply.github.com>

* Update CHANGELOG.md

Signed-off-by: yvay <134604947+yvay@users.noreply.github.com>

* fix

* Move changelog to correct place

* Move changelog to correct correct place

* Add headers to 1.1.2

---------

Signed-off-by: yvay <134604947+yvay@users.noreply.github.com>
Co-authored-by: Harsh Shandilya <me@msfjarvis.dev>
2023-07-22 21:22:06 +05:30

2.3 KiB

Changelog

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

Unreleased

Added

  • Mull is now supported as an Autofill-capable browser when installed from the divestos.org repo.

1.1.2

Added

  • Vivaldi is now supported as an Autofill-capable browser.
  • Vanadium is now supported as an Autofill-capable browser.
  • mail is now included in the heuristics for username fields

Changed

  • Dependency updates
    • androidx.core:core-ktx:1.10.1
    • androidx.autofill:autofill:1.2.0-beta01

1.1.1

Added

  • Mull is now supported as an Autofill-capable browser.
  • Raise target SDK to 31

1.1.0

Changed

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

  • Updated androidx.annotation to 1.3.0 and androidx.autofill to 1.2.0-beta01.

  • The library now uses Kotlin 1.6.10 and Coroutines 1.6.0.

  • Added Styx to supported Autofill browsers.

  • The dependency on timberkt has been replaced with logcat.

  • Updated publicsuffixes list to the latest version as of Dec 18 2021.

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