You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
iceraven-browser/app/src/main/java/org/mozilla/fenix
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.
4 years ago
..
addons For #12600 - remove AddonInstalled event when the permission dialog is shown (#12601) r=csadilek,sblatz 4 years ago
browser For #7094 - Adds save login exceptions 4 years ago
cfr For #12157: Don't show two search widget dialogs 4 years ago
collections For #11943: Fix intermittent coroutine failure (#12027) 4 years ago
components Add tests for sync, wifi, and push (#12581) 4 years ago
crashes Integrate activity for showing past crashes. 4 years ago
customtabs Update Android Components version to 49.0.20200705130154. 4 years ago
downloads For #8775: Removes feature flag for dynamic bottom toolbar 4 years ago
ext No issue: Delete unnecessary to-dos (#12603) 4 years ago
home Address review comments 4 years ago
library Fixes #9832 - Change targetSdkVersion to Android 10 (#11014) 4 years ago
loginexceptions For #7094 - Adds save login exceptions 4 years ago
media Update to new feature-media API. 4 years ago
migration Update Kotlin dependency (#10806) 4 years ago
onboarding Extract radio group logic into helper (#11493) 4 years ago
perf Add tests for StartupReportFullyDrawn (#12560) 4 years ago
push Use new AuotPushFeature.getSubscription API 4 years ago
search Fix nav graph and theme tests (#12567) 4 years ago
session For #9100: Follow-up to fix memory leak in NotificationSessionObserver 4 years ago
settings Ensure logins deletion (#12507) 4 years ago
share For #11798: Allow sharing of reader view pages 4 years ago
shortcut Added A-C version 48.0.20200626213814 4 years ago
sync Add tests for sync, wifi, and push (#12581) 4 years ago
tabtray Update TabTrayViewHolder with A-C thumbnail changes. 4 years ago
theme For #8374 - Don't recreate ExternalAppBrowserActivity or finishing activities 4 years ago
trackingprotection Update Android Components version to 49.0.20200705130154. 4 years ago
trackingprotectionexceptions Add helper for underlining text (#12520) 4 years ago
utils Fixes #9832 - Change targetSdkVersion to Android 10 (#11014) 4 years ago
whatsnew Fixes #9832 - Change targetSdkVersion to Android 10 (#11014) 4 years ago
widget Feature/#220 language menu (#7070) 4 years ago
wifi Add tests for sync, wifi, and push (#12581) 4 years ago
AppRequestInterceptor.kt For #12118: Add isSubframeRequest parameter for app links 4 years ago
BrowserDirection.kt For #12503: Open addon permissions link in app. 4 years ago
Config.kt Bug 1649400 - part 1: ship org.mozilla.fenix as a nightly product (#12127) 4 years ago
ExperimentsManager.kt For #9488: Add experimentation support 4 years ago
FeatureFlags.kt No issue: Remove feature flag for tips (#12172) 4 years ago
FenixApplication.kt Update Kotlin dependency (#10806) 4 years ago
GlobalDirections.kt Add deep links for settings and home screens 4 years ago
HomeActivity.kt Update Kotlin dependency (#10806) 4 years ago
IntentReceiverActivity.kt Added A-C version 48.0.20200626213814 4 years ago
NavHostActivity.kt Add method to test fragments in roboletric (#12261) 4 years ago
StrictModeManager.kt Add tests for StrictModeManager (#12013) 4 years ago