mirror of
https://github.com/android-password-store/Android-Password-Store
synced 2025-08-30 05:48:09 +00:00
Merge branch 'release' into backmerge-release
* release: build: bump version Add changelog entry for HTTPS authentication Return HTTPS URI username from CredentialsProvider (#1049) Prevent racing double commits on password creation (#1047) Prepare release 1.11.2
This commit is contained in:
commit
cbe780f31c
10
CHANGELOG.md
10
CHANGELOG.md
@ -12,7 +12,13 @@ All notable changes to this project will be documented in this file.
|
|||||||
### Fixed
|
### Fixed
|
||||||
|
|
||||||
- Password creation UI will scroll if it does not fit on the screen
|
- Password creation UI will scroll if it does not fit on the screen
|
||||||
|
|
||||||
|
## [1.11.2] - 2020-08-24
|
||||||
|
|
||||||
|
### Fixed
|
||||||
|
|
||||||
- Saving a password after creating it fails to finish commit operation
|
- Saving a password after creating it fails to finish commit operation
|
||||||
|
- HTTPS authentication did not prompt users for password
|
||||||
|
|
||||||
## [1.11.1] - 2020-08-21
|
## [1.11.1] - 2020-08-21
|
||||||
|
|
||||||
@ -314,7 +320,9 @@ All notable changes to this project will be documented in this file.
|
|||||||
|
|
||||||
- Fix elements overlapping.
|
- Fix elements overlapping.
|
||||||
|
|
||||||
[Unreleased]: https://github.com/android-password-store/Android-Password-Store/compare/1.11.1...HEAD
|
[Unreleased]: https://github.com/android-password-store/Android-Password-Store/compare/1.11.2...HEAD
|
||||||
|
|
||||||
|
[1.11.2]: https://github.com/android-password-store/Android-Password-Store/compare/1.11.1...1.11.2
|
||||||
|
|
||||||
[1.11.1]: https://github.com/android-password-store/Android-Password-Store/compare/1.11.0...1.11.1
|
[1.11.1]: https://github.com/android-password-store/Android-Password-Store/compare/1.11.0...1.11.1
|
||||||
|
|
||||||
|
@ -30,7 +30,7 @@ android {
|
|||||||
|
|
||||||
defaultConfig {
|
defaultConfig {
|
||||||
applicationId = "dev.msfjarvis.aps"
|
applicationId = "dev.msfjarvis.aps"
|
||||||
versionCode = 11111
|
versionCode = 11121
|
||||||
versionName = "1.12.0-SNAPSHOT"
|
versionName = "1.12.0-SNAPSHOT"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user