1
0
Fork 0
fenix/app/src
Mugurell e1fc0cc038
Ensure logins deletion (#12507)
* For #11227 - Cleanup saved logins list when one is selected

Selecting a saved login will open a detail screen for it from where users can
change details or even delete that particular login.
After the change is made the user is brought back to the list of saved logins
where for a brief moment (< 1s) until we get a new response from
passwordsStorage.list() the user can see and even interact with the old list
of items, which may still contain the just deleted one.

To avoid users seeing obsolete logins or even interacting with them (selecting
a previosuly deleted item will result in a crash) we will clean the list of
logins just before the selected login is opened in the detailed view.
When returning for a brief moment the users may see the "loading" UX until
passwordsStorage.list() returns the up-to-date list of logins to display.

* For #11227 - Refactor SavedLoginsView to be closer to MVI

- Interactors should only get passed other Interactors or Controllers as
dependencies to which they should delegate user actions.
- Controllers should hold most of the business logic and get passed all final
dependencies they need to do their job.
2020-07-16 14:40:08 -05:00
..
androidTest For #12118: Add isSubframeRequest parameter for app links 2020-07-16 12:50:33 -04:00
debug For #12095: Remove TWA feature flag (#12096) 2020-07-01 19:14:41 -07:00
fenixBeta/res Issue #8277: Move foreground drawable from drawable-v26/ to drawable/ 2020-02-17 11:37:15 +01:00
fenixNightly Issue #8277: Move foreground drawable from drawable-v26/ to drawable/ 2020-02-17 11:37:15 +01:00
fenixProduction For #12171: Use one-line logo in Nightly (#12555) 2020-07-14 10:37:01 -07:00
fennecBeta/res Revert "For #9946: Update FennecBeta branding (#10066)" to push to Firefox Beta (#11872) 2020-07-01 09:04:35 -07:00
fennecNightly/res Optimize PNGs. 2020-02-14 09:41:54 -08:00
fennecProduction/res For #8278 - added production branding 2020-06-23 12:27:58 +03:00
geckoBeta/java/org/mozilla/fenix/engine Updates AC to 49.0.20200702190156 and fixes breaking changes 2020-07-03 06:40:06 -04:00
geckoNightly/java/org/mozilla/fenix/engine Updates AC to 49.0.20200702190156 and fixes breaking changes 2020-07-03 06:40:06 -04:00
main Ensure logins deletion (#12507) 2020-07-16 14:40:08 -05:00
migration Update Kotlin dependency (#10806) 2020-07-15 18:02:58 -07:00
test Ensure logins deletion (#12507) 2020-07-16 14:40:08 -05:00