-
Notifications
You must be signed in to change notification settings - Fork 933
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add dev settings for quickly adding Logins for testing (including dup…
…licates) (#3734) <!-- Note: This checklist is a reminder of our shared engineering expectations. The items in Bold are required If your PR involves UI changes: 1. Upload screenshots or screencasts that illustrate the changes before / after 2. Add them under the UI changes section (feel free to add more columns if needed) If your PR does not involve UI changes, you can remove the **UI changes** section At a minimum, make sure your changes are tested in API 23 and one of the more recent API levels available. --> Task/Issue URL: https://app.asana.com/0/0/1205768484548248/f ### Description Adds dev settings for autofill logins, allowing for quickly: - adding some sample logins - adding duplicate logins for the same domain - adding duplicate logins for same e-TLD+1 but different subdomains - deleting all saved logins ### Steps to test this PR - [ ] Visit Settings->Autofill Dev Settings - [ ] Tap `Add a few sample logins`, tap `View saved logins`, and verify you see 4 logins - [ ] Revisit dev settings, and tap `Delete all saved logins` and confirm. Verify `Number of saved logins: ` shows 0 - [ ] Tap `Add duplicate logins (same domain)`, tap `View saved logins`, and verify you see 3 identical logins - [ ] Revisit dev settings, and tap `Delete all saved logins` and confirm. - [ ] Tap `Add duplicate logins (same domain)`, tap `View saved logins`, and verify you see 3 logins, which differ only because of their subdomains ![combined](https://github.com/duckduckgo/Android/assets/1336281/cf1d80f0-c3d7-4ba5-80c6-1cc353616e4e)
- Loading branch information
Showing
3 changed files
with
185 additions
and
6 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