Android-Password-Store/app
Fabian Henneke 57771c4dfe
Fix: Commit file after Autofill generate/save (#669)
Currently, password files generated via the Autofill generate or save
flow are not committed to the Git repository and therefore also not
synchronized to the remote.

The root cause is that it was missed that PgpActivity relies on
PasswordStore to commit the changes when it returns an appropriate
result code.

The fix is to extract the commit code into the companion object of
PasswordStore and call it from AutofillSaveActivity's onActivityResult.
2020-03-26 19:49:28 +01:00
..
src Fix: Commit file after Autofill generate/save (#669) 2020-03-26 19:49:28 +01:00
.gitignore initial commit 2014-07-24 01:15:11 +01:00
build.gradle Add support for Oreo Autofill (#653) 2020-03-24 14:03:40 +01:00
proguard-rules.pro Update proguard configuration (#605) 2020-01-01 18:52:38 +05:30