chore(autofill-parser): release v1.1.2
This commit is contained in:
parent
4d15ecff72
commit
9956216db2
3 changed files with 9 additions and 2 deletions
|
@ -6,8 +6,14 @@ All notable changes to this project will be documented in this file.
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
|
|
||||||
|
## [1.1.2]
|
||||||
|
|
||||||
- [Vivaldi](https://play.google.com/store/apps/details?id=com.vivaldi.browser) is now supported as an Autofill-capable browser.
|
- [Vivaldi](https://play.google.com/store/apps/details?id=com.vivaldi.browser) is now supported as an Autofill-capable browser.
|
||||||
|
- [Vanadium](https://github.com/GrapheneOS/Vanadium) is now supported as an Autofill-capable browser.
|
||||||
- `mail` is now included in the heuristics for username fields
|
- `mail` is now included in the heuristics for username fields
|
||||||
|
- Dependency updates
|
||||||
|
- `androidx.core:core-ktx:1.10.1`
|
||||||
|
- `androidx.autofill:autofill:1.2.0-beta01`
|
||||||
|
|
||||||
## [1.1.1]
|
## [1.1.1]
|
||||||
|
|
||||||
|
@ -53,3 +59,5 @@ All notable changes to this project will be documented in this file.
|
||||||
[1.1.0]: https://github.com/android-password-store/Android-Password-Store/commits/autofill-parser-v1.1.0/autofill-parser
|
[1.1.0]: https://github.com/android-password-store/Android-Password-Store/commits/autofill-parser-v1.1.0/autofill-parser
|
||||||
|
|
||||||
[1.1.1]: https://github.com/android-password-store/Android-Password-Store/commits/autofill-parser-v1.1.1/autofill-parser
|
[1.1.1]: https://github.com/android-password-store/Android-Password-Store/commits/autofill-parser-v1.1.1/autofill-parser
|
||||||
|
|
||||||
|
[1.1.2]: https://github.com/android-password-store/Android-Password-Store/commits/autofill-parser-v1.1.2/autofill-parser
|
||||||
|
|
|
@ -23,7 +23,6 @@ dependencies {
|
||||||
implementation(libs.androidx.annotation)
|
implementation(libs.androidx.annotation)
|
||||||
implementation(libs.androidx.autofill)
|
implementation(libs.androidx.autofill)
|
||||||
implementation(libs.androidx.core.ktx)
|
implementation(libs.androidx.core.ktx)
|
||||||
implementation(libs.kotlin.coroutines.android)
|
|
||||||
implementation(libs.kotlin.coroutines.core)
|
implementation(libs.kotlin.coroutines.core)
|
||||||
implementation(libs.thirdparty.logcat)
|
implementation(libs.thirdparty.logcat)
|
||||||
testImplementation(libs.bundles.testDependencies)
|
testImplementation(libs.bundles.testDependencies)
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
# SPDX-License-Identifier: LGPL-3.0-only WITH LGPL-3.0-linking-exception
|
# SPDX-License-Identifier: LGPL-3.0-only WITH LGPL-3.0-linking-exception
|
||||||
#
|
#
|
||||||
|
|
||||||
VERSION_NAME=1.1.1
|
VERSION_NAME=1.1.2
|
||||||
POM_ARTIFACT_ID=autofill-parser
|
POM_ARTIFACT_ID=autofill-parser
|
||||||
POM_NAME=autofill-parser
|
POM_NAME=autofill-parser
|
||||||
POM_DESCRIPTION=Android library for low-level parsing of Autofill structures
|
POM_DESCRIPTION=Android library for low-level parsing of Autofill structures
|
||||||
|
|
Loading…
Reference in a new issue