1
0
Fork 0
fenix/app/src/main/java/org/mozilla/fenix/library/history
Elise Richards 023a4983fa
For #10173: login duplicates and save (#11208)
* Extract controller into it's own class. Implement find dupes and filter based on username.

Create edit login controller. Add text watchers and check for duplicates.

Edit controller test

* Find duplicates and save to store

* Retrieve duplicates from AC and check list on username text changed

Move duplicates logic into the controller

* Add glean pings for delete and edit. Move logic for login manipulation into the datastore.

* Use correct threads in controller. Enable save button when applicable.

Save enabled in datastore.

Move login data to datastore

Rebase with password error states

Update metrics to be more specific for edit

* Create logins controller for AC calls

* Interactor and controller methods for edit login. Add edit view to separate out some layout manipulation.

Inflate view in edit fragment. Double layout showing up.

Edit view

Controller tests

Controller tests passing

Interactor tests

Lint and detekt cleanup

* Remove datastore and use storage controller for all logins calls to password storage.

Addressed comments

Lint
:

Rebase - 1
2020-07-16 17:08:04 -05:00
..
viewholders Revert "For issue #9949 - Bookmarks/History deletion inconsistencies" 2020-06-18 19:31:49 -04:00
HistoryAdapter.kt Revert "For issue #9949 - Bookmarks/History deletion inconsistencies" 2020-06-18 19:31:49 -04:00
HistoryController.kt Fixes #9832 - Change targetSdkVersion to Android 10 (#11014) 2020-07-09 10:50:51 -07:00
HistoryDataSource.kt Switched to AC string extensions (#6258) 2019-11-22 23:15:51 -08:00
HistoryDataSourceFactory.kt For #4137 - Fixes HistoryInteractorTest 2019-07-31 14:35:33 -07:00
HistoryFragment.kt For #10173: login duplicates and save (#11208) 2020-07-16 17:08:04 -05:00
HistoryFragmentStore.kt Revert "For issue #9949 - Bookmarks/History deletion inconsistencies" 2020-06-18 19:31:49 -04:00
HistoryInteractor.kt For #2165 - Implement pull-to-refresh gesture to sync history. 2020-06-11 10:23:27 -07:00
HistoryItemMenu.kt Fix #8651 - Add new menu actions for a history item 2020-03-27 15:53:31 -07:00
HistoryView.kt For #11892: Remove dynamic calls to setupNavigationToolbar 2020-06-26 07:54:11 -04:00
HistoryViewModel.kt fix #8135 - remove getColorFromAttr 2020-03-02 15:48:33 -07:00