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/settings
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
..
about Test settings about/advanced (#12023) 4 years ago
account For #12107: Follow ux mock on Settings --> Account screen 4 years ago
advanced For #12565: Add Locale settings tests & use activity (#12579) 4 years ago
deletebrowsingdata For #9229: Remember options for delete browsing data. 4 years ago
logins Ensure logins deletion (#12507) 4 years ago
quicksettings Test settings about/advanced (#12023) 4 years ago
search Add method to test fragments in roboletric (#12261) 4 years ago
sitepermissions Add method to test fragments in roboletric (#12261) 4 years ago
AccessibilityFragment.kt Replace nullable findPreference 4 years ago
CustomizationFragment.kt Extract radio group logic into helper (#11493) 4 years ago
DataChoicesFragment.kt Replace nullable findPreference 4 years ago
DefaultBrowserPreference.kt Issue #7425 (et al): Cache the list of installed browsers 4 years ago
DropDownListPreference.kt For #8565: Fix updating dropdown preferences in ETP settings! (#8573) 4 years ago
Extensions.kt Add tests for OnSharedPreferenceChangeListener (#12019) 4 years ago
OnSharedPreferenceChangeListener.kt Clean up settings fragments 4 years ago
PairFragment.kt For #6198: Update copy and position of pair QR code scan message. 4 years ago
PhoneFeature.kt Add tests for PhoneFeature (#12021) 4 years ago
PrivateBrowsingFragment.kt For #11534 - Don't check lastUsed mode for screenshots (#11827) 4 years ago
RadioButtonInfoPreference.kt For #7725: Increase info button touch target while keeping size. 4 years ago
RadioButtonPreference.kt Extract radio group logic into helper (#11493) 4 years ago
SecretSettingsFragment.kt Test settings about/advanced (#12023) 4 years ago
SettingsFragment.kt Replace nullable findPreference 4 years ago
SharedPreferenceUpdater.kt Only use Context.settings() function (not getter) (#5335) 5 years ago
StringSharedPreferenceUpdater.kt For #8565: Fix updating dropdown preferences in ETP settings! (#8573) 4 years ago
SupportUtils.kt Issue #12207 - Update "new nightly" link to point to org.mozilla.fenix (#12209) 4 years ago
TextPercentageSeekBarPreference.kt For #10049: Provide correct seek bar value to screen readers. 4 years ago
TrackingProtectionFragment.kt For #7094 - Adds save login exceptions 4 years ago