-
Notifications
You must be signed in to change notification settings - Fork 929
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Autofill engine: support saving and updating last updated time and no…
…tes along with credentials (#2101) Task/Issue URL: https://app.asana.com/0/488551667048375/1202666734291055/f ### Description This PR includes: - Saving of last updated time upon saving of the credential - Update of last updated time (UI and DB) when saving edits to a credential - Update of notes and domain title(UI and DB) when saving edits to a credential - Move reference to currently being edited credential from the CredentialModeFragment to the ViewModel removing any reference to the state from the fragment. ### Steps to test this PR _Save credential saves last updated time_ - [x] Open a website - [x] Save credential - [x] Go to autofill management screen and open the credential you saved - [x] Confirm that last updated time is displayed and is correct _Updating credentials persists_ - [x] Go to autofill management screen and select any saved credential - [x] Select edit from the context menu - [x] Update all fields - [x] Press the check icon to save the changes - [x] Confirm that view mode contains all updated data and the last updated time is updated. If you changed the domain, it is possible that the icon in the toolbar will not show if we haven't loaded the icon yet. For icons that already exist, it should change automatically. - [x] Exit autofill management screen and comeback - [x] Confirm that edited credentials is persisted
- Loading branch information
1 parent
30ff63b
commit 5dd7fc2
Showing
13 changed files
with
209 additions
and
95 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.