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
Elise Richards edc75c3ad0
Fixes #9504: Edit logins (#9693)
* Create editable view and fragment. Update login info page to display options menu with edit and delete.

* Create feature flag for edit. Check flag in the login detail fragment and default to just delete.

* Add three-dot kebab options menu in login detail fragment. Add title to the login item.

* Nav to and from edit view on save and back pressed.

* Save login through AC login manager. Clear text in editable field on button click.

* Match colors, fonts, dimens to UX specs for edit logins. Enable password reveal/hide and clearing text fields.

* Refactoring logins fragments. Using component Login object for consistency.

Fetch login list when saved logins are opened. Fetch login details when detail view is opened.

Revert "Fetch login list when saved logins are opened. Fetch login details when detail view is opened."

This reverts commit 44fe17166c3332b330229258b2e8982832672e3b.

* Using parcelable login and Login component class to pass ids and items between fragments

* Retrieve login from storage when viewing login details.

Rename login logic for consistency.

Ktlint cleanup

Fix nits and naming consistency.

* UX consistency for login detail and edit login pages

* Rebasing with logins sort - updating logins store.

* Rebasing with logins sort - merging fragments and controllers.

* Lint and removing unused files.

* UX cleanup.

* Update string description
4 years ago
..
addons For #10552: Set initial add-on details fragment visibility to false (#10565) 4 years ago
browser Fix PictureInPictureFeature breaking change 4 years ago
collections For #6832 - Fix various fragment not attached to a context crashes 4 years ago
components Integrate activity for showing past crashes. 4 years ago
crashes Integrate activity for showing past crashes. 4 years ago
customtabs Issue #7996: fix lint issues 4 years ago
downloads
exceptions Fixes #9504: Edit logins (#9693) 4 years ago
ext Cache findViewById calls in session control (#10575) 4 years ago
home Cache findViewById calls in session control (#10575) 4 years ago
library For #10343: Remove 'Library' functionality from the app 4 years ago
media
migration
onboarding For #10482 - made SVG gradient compatible with API < 22 4 years ago
perf For #10253: Add disableFirstTimePWAPopup for performance testing (#10442) 4 years ago
push No Issue - Update to AC 41.0.20200505190119 4 years ago
search Integrate activity for showing past crashes. 4 years ago
session
settings Fixes #9504: Edit logins (#9693) 4 years ago
share For #8981 - Sort devices in share list by last access time 4 years ago
shortcut
tabtray For 10503 - Update save to collection flow in tab tray (#10523) 4 years ago
theme
trackingprotection For #8589 - Fix for accessibility navigation in ETP panel 4 years ago
utils For #9505: Adds possibility to sort saved logins 4 years ago
whatsnew
widget
wifi
AppRequestInterceptor.kt
BrowserDirection.kt For #10148 - Add basic tab tray implementation without exposing to rest of app (#9934) 4 years ago
Config.kt
FeatureFlags.kt Fixes #9504: Edit logins (#9693) 4 years ago
FenixApplication.kt For #10036 - Workaround for System Theme changes with config change 4 years ago
GlobalDirections.kt
HomeActivity.kt Fixes #9504: Edit logins (#9693) 4 years ago
IntentReceiverActivity.kt