Oana Horvath
3a94d64d61
Disable failing tests from #10587 and #10586 ( #10620 )
2020-05-13 15:02:18 +03:00
Mozilla L10n Automation Bot
7fc006a5a8
Import l10n.
2020-05-13 10:58:48 +03:00
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
2020-05-12 17:32:01 -05:00
Tiger Oakes
f7b4f1c959
Cache findViewById calls in session control ( #10575 )
2020-05-12 14:05:08 -07:00
Simon Chae
9a30d57db9
Update Android Components version to 41.0.20200512130104 🎲 🎲 ( #10600 )
...
* Update GLEAN metrics and ping formatting
* Update Android Components version to 41.0.20200512130104.
2020-05-12 14:52:58 -04:00
David Walsh
86dabe09c8
For 10503 - Update save to collection flow in tab tray ( #10523 )
2020-05-12 10:02:29 -05:00
mcarare
58df38105b
For #10453 : Use TabsTray API to set divider, avoiding related crashes.
2020-05-12 17:21:26 +03:00
Oana Horvath
56e0dd8d6d
for #9407 : fixed and added collection tests ( #10566 )
2020-05-12 10:51:44 +03:00
Sebastian Kaspari
d58c022619
Integrate activity for showing past crashes.
2020-05-12 09:14:20 +02:00
mcarare
a7ff8cafc7
For #7887 : Increase touch target height for learn more link.
2020-05-11 22:50:41 -07:00
mcarare
ff6447b755
No issue: Fix xml indentations.
2020-05-11 22:50:41 -07:00
Mozilla L10n Automation Bot
65f30c75e8
Import l10n.
2020-05-11 17:34:32 -07:00
Jeff Boek
a249334976
🎲 For #10332 - Adds undo snackbar when closing tabs in the tab tray ( #10456 )
2020-05-11 17:18:09 -05:00
Simon Chae
5ba9cc6ec9
For #10253 : Add disableFirstTimePWAPopup for performance testing ( #10442 )
2020-05-11 16:31:31 -04:00
ValentinTimisica
1e83f54a94
For #10343 : Updates UI tests accordingly to 'Library' removal
2020-05-11 10:22:19 -07:00
ValentinTimisica
15dfe0811d
For #10343 : Updates metrics accordingly to 'Library' removal
2020-05-11 10:22:19 -07:00
ValentinTimisica
b2e5820364
For #10343 : Remove 'Library' functionality from the app
...
Also adds Bookmarks and History items to browser menu.
2020-05-11 10:22:19 -07:00
Simon Chae
ca7695854a
For #10552 : Set initial add-on details fragment visibility to false ( #10565 )
2020-05-11 12:44:18 -04:00
Mihai Branescu
dd843b4989
For #10501 - use theme instead of tint to support older APIs
2020-05-11 19:22:00 +03:00
Mozilla L10n Automation Bot
55a8bf7ff9
Import l10n.
2020-05-10 19:42:20 -07:00
Sawyer Blatz
17fb7c1df7
For #10426 : Removes installation ping GAID ( #10532 )
2020-05-09 10:35:57 -07:00
Simon Chae
d58e7d3138
For #10473 : Fetch the addon from addon manager instead of the store
2020-05-08 16:03:22 -07:00
Sawyer Blatz
b87c40d42f
For #10426 : Sends GAID to Installation instead of Activation ping. ( #10529 )
2020-05-08 12:04:15 -07:00
codrut.topliceanu
d1005dd236
For #8589 - Fix for accessibility navigation in ETP panel
2020-05-08 09:57:59 -07:00
Mozilla L10n Automation Bot
824022c28d
Import l10n.
2020-05-08 08:44:39 -07:00
Arturo Mejia
ca01965f90
Fix PictureInPictureFeature breaking change
2020-05-08 11:42:06 -04:00
ekager
7fe6f68e00
For #10485 - Restore block video/audio on cellular data radio button
2020-05-08 14:00:09 +03:00
Oana Horvath
edff0d8e2c
fix #10468 : wait for main menu to disappear after creating bookmark ( #10478 )
2020-05-08 12:58:32 +03:00
ValentinTimisica
f63cb4e09f
For #10244 : Creates drawable for add-ons private browsing label.
...
The drawable is sent to AddonsManagerAdapter.Style constructor and is displayed
near the add-on name if it is allowed to run in private browsing
2020-05-07 17:27:46 -07:00
Sawyer Blatz
a01881067f
For #8643 : Updates colors of onboarding accents
2020-05-07 17:24:54 -07:00
Sawyer Blatz
5f11c5e648
For #9857 : Updates onboarding button styles
2020-05-07 17:24:54 -07:00
Jeff Boek
58ca5d0e3a
For #10341 - Always show collections placeholder with new tab tray enabled
2020-05-07 15:38:17 -07:00
Mihai Branescu
eef5cf3469
For #10482 - made SVG gradient compatible with API < 22
2020-05-07 10:39:58 -07:00
ekager
138d8e647d
No issue - Use ViewLifecycleOwner lifecycleScope for Bookmark deletion scope
2020-05-07 10:17:42 -07:00
Sawyer Blatz
02f6e6868e
For #10426 : Adds identifier to Glean for 24 hours ( #10446 )
2020-05-07 08:57:20 -07:00
Jonathan Almeida
57eb2b9549
For #10453 : Do not set item decoration when creating ViewHolder
2020-05-07 11:44:19 -04:00
ValentinTimisica
77705d1a27
For #9505 : Adds tests for sort saved logins
2020-05-07 08:43:59 -07:00
ValentinTimisica
24ba9f2fc8
For #9505 : Adds possibility to sort saved logins
...
Currently we support sorting by name and by last used. Also, the selected
option is saved in shared preferences so that the last option chosen by
the user is properly displayed even after the app was restarted.
2020-05-07 08:43:59 -07:00
TejaswiKarasani
2e45244b6c
no issue: Added settings_privacy_items_test ( #10474 )
2020-05-07 07:45:48 -07:00
mcarare
9177871edc
For #10408 : Check current destination before navigating.
2020-05-07 09:35:10 +03:00
ekager
9fd835de0f
For #10433 - Pass in viewLifecycleScope to BrowserAnimator
2020-05-06 23:24:46 -07:00
ekager
9ec1f8e2d8
For #8981 - Sort devices in share list by last access time
2020-05-07 09:20:49 +03:00
Mozilla L10n Automation Bot
c8d8a700fe
Import l10n.
2020-05-06 18:14:28 -07:00
Michael Comella
4cf7280916
No issue: add clarifying kdoc for BookmarkFragment.
2020-05-06 17:27:58 -07:00
David Walsh
8b27a48635
For #10329 - Implement tab tray divider
2020-05-06 14:13:39 -07:00
Simon Chae
609936d632
For #10196 : Remove clickable locks for enable and private-browsing UI ( #10445 )
2020-05-06 13:58:42 -04:00
Simon Chae
a851b76ea3
Update Android Components version to 41.0.20200506130132 ( #10443 )
2020-05-06 13:17:17 -04:00
Mihai Branescu
6f97e75579
For #8643 and #7606 - illustrations are now connected to their radio buttons
2020-05-06 09:18:27 +03:00
Mihai Branescu
cde31cf785
For #8643 and #7606 - Changed toolbar picker illustrations according to theme
2020-05-06 09:18:27 +03:00
Mihai Branescu
16b7a9399b
For #8643 and #7606 - Changed theme picker illustrations according to theme
2020-05-06 09:18:27 +03:00