Commit Graph

7352 Commits

Author SHA1 Message Date
Mugurell
a6b4c3e370 For #21621 - Add 16dp horizontal spacing to the private browsing home description 2021-10-05 07:03:21 +00:00
Mugurell
bb498cc223 For #21621 - Add 16dp horizontal spacing to all onboarding items 2021-10-05 07:03:21 +00:00
Mugurell
d189b37a09 For #21621 - Remove the parent horizontal padding 2021-10-05 07:03:21 +00:00
Jonathan Almeida
f9dd0d9f6f Issue #21582: Use ThumbnailStorage in recent tabs on home 2021-10-05 06:33:18 +00:00
Gabriel Luong
a1e6872f6f For #21694 - Remove RoundedCornerShape around the inner Column in RecentlyVisited 2021-10-04 22:48:30 +00:00
Gabriel Luong
5fc979090a For #21694 - Only show the divider line in between items in the Recent Searches 2021-10-04 22:48:30 +00:00
Jonathan Almeida
8c2cbb4e41 Issue #21642: Remove in-progress media tab from homescreen 2021-10-04 18:03:34 -04:00
Christian Sadilek
66e54860bb Move tabs out of search group if direct load occurs
This regressed in our previous fix that made sure child tabs don't
mistakenly get moved out of the group if their parent is navigated
away, or in case the child tabs are redirected.

However, when a subsequent load occurs in any tab in the group the
search terms need to be cleared and the tab removed from the group
to prevent false positives.
2021-10-04 17:30:49 -04:00
Elise Richards
f359557ef4
CI for Fix description for home_screen_displayed metric (#21697)
* Fix description for `home_screen_displayed` metric

The current description appears to be incorrect by my reading of the source.

* Update app/metrics.yaml

Co-authored-by: Gabriel Luong <gabriel.luong@gmail.com>

Co-authored-by: Will Lachance <wlachance@mozilla.com>
Co-authored-by: Gabriel Luong <gabriel.luong@gmail.com>
2021-10-04 13:59:02 -07:00
Elise Richards
e2c9d9abb1
CI for Docs: Add extra context to events.browser_menu_action (#21696)
* Docs only: Add extra context to `events.browser_menu_action`

This came up as a potential point of confusion in a discussion with DS. This is a docs only change.

* Update metrics.yaml

Co-authored-by: Will Lachance <wrlach@gmail.com>
2021-10-04 20:10:49 +00:00
Gabriel Luong
6abb2fffa1 For #21658 - Don't pass Client into composable functions 2021-10-04 19:06:30 +00:00
MickeyMoz
faab3eb7f1 Update Android Components version to 94.0.20211003190228. 2021-10-04 17:39:05 +00:00
Jonathan Almeida
b8946f807a Issue #21671: Remove Recently Closed from Inactive Tabs 2021-10-04 15:50:27 +00:00
Mugurell
16a3b92d34 For #21593 - Refactor the coroutine from PocketStoriesShown to outside the middleware
In so this code will no longer have access to the MiddlewareContext which only
makes sense in the thread of the Middleware itself.
2021-10-04 11:54:42 +00:00
Mugurell
e4489b8d7d For #21593 - Persist stories categories selections in a Proto DataStore
A fast and easy solution with all the ACID requirements.
Also supports easy migrations if later the data we need persisted changes.
2021-10-04 11:54:42 +00:00
Mugurell
565beb88c9 For #21593 - Refactor out "isSelected" from PocketRecommendedStoriesCategory
Having the list of categories and the list of selected categories separate in
State allows updating them independently.
2021-10-04 11:54:42 +00:00
AndiAJ
84c61e24a7 For #21644 fix disabled alwaysStartOnHomeTest UI test 2021-10-04 10:34:56 +00:00
Jonathan Almeida
061de54291 Issue #21576: Hide 'Other' title when there are no search groups 2021-10-04 08:56:20 +00:00
Mugurell
361673ae3e For #21626 - Avoid showing story invalid properties 2021-10-04 07:33:31 +00:00
Arturo Mejia
2b363b9868 For #21618: Integrate Nimbus with MR2 Home Page to enable experimentation 2021-10-04 00:39:59 +00:00
Arturo Mejia
ebd336501b For #21611: Add jump back in Contextual Hints 2021-10-03 23:16:37 +00:00
MickeyMoz
b2bf7ca583 Update Android Components version to 94.0.20211003143215. 2021-10-03 16:53:57 +00:00
Jonathan Almeida
e5f58eaade
Issue #21632: Correct inactive tabs survey string (#21669) 2021-10-03 14:29:39 +00:00
MickeyMoz
a199a48a16 Update Android Components version to 94.0.20211002143316. 2021-10-02 16:41:27 +00:00
Christian Sadilek
8f187af9ae Make search term grouping tolerant to (parent tab) navigation
Co-authored-by: Grisha Kruglov <gkruglov@mozilla.com>
2021-10-02 08:51:25 +00:00
Elise Richards
76c0c4ad14 For #21648: match Pocket sections on home to designs 2021-10-02 08:24:09 +00:00
Jonathan Almeida
c877a25400 Issue #21641: Do not add a group of only one tab 2021-10-02 04:00:02 -04:00
Elise Richards
b213a51188 For #21653: pre-land section title for tab preferences 2021-10-02 00:53:00 +00:00
Noah Bond
aa28b6f142
For #21360 - Added toggle for search term tab groups (#21615)
* For #21360  - Added toggle for search term tab groups

* For #21360 - Lint cleanup

* PR: Added missing licenses and possibly fixed UI test

* PR: Added a "scrollTo" to potentially fix a UI test

* PR: Added potential fix for alwaysStartOnHomeTest

* PR: Added temporary ignore to alwaysStartOnHomeTest

* PR: added missing ignore comment

* For #21360 - Added missing feature flag driven visibility logic

Co-authored-by: Sebastian Kaspari <s.kaspari@gmail.com>
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
2021-10-02 00:25:12 +00:00
Elise Richards
c7067a50cb For #21646: Update section titles and customize button name on home 2021-10-01 23:51:48 +00:00
MickeyMoz
4863b5627f Update Android Components version to 94.0.20211001190127. 2021-10-01 22:32:42 +00:00
Elise Richards
3a2b9e5d2b
For #21643: Pre-land strings for inactive tabs CFR. Update section title for normal, non-search group tabs. (#21645) 2021-10-01 14:23:24 -07:00
Noah Bond
07b53f1e73
For #21635 - Preland strings for tab auto close message (#21636)
* For #21635 - Prelanded strings for tab auto close message

* PR: Updated String descriptions and added temporary tools ignore
2021-10-01 20:37:51 +00:00
Gabriel Luong
69485da0f8 For #21632 - Preland strings for the inactive tab survey 2021-10-01 19:51:59 +00:00
Biren-Nayak
c1effd946d For #16437: Remove unnecessary space for tracking protection exceptions 2021-10-01 19:15:00 +00:00
Mugurell
bf876e2593 For #21392 - Update new strings descriptions. 2021-10-01 18:03:12 +00:00
MickeyMoz
903c25095a Update Android Components version to 94.0.20211001125001. 2021-10-01 12:22:42 -04:00
Christian Sadilek
fafa72c0ff Allow opening pocket stories when search dialog is active 2021-10-01 16:03:59 +00:00
Oana Horvath
a4a04173cc For #21540, #21620: disables failing UI tests 2021-10-01 15:03:35 +00:00
Oana Horvath
526501160c For #21441, #21477, #21500, #21499 #21476, #21474: retry dismissing the search bar 2021-10-01 08:38:03 +00:00
Roger Yang
920376ee5b Close #21610: Update Strings for Tab Settings 2021-10-01 06:31:50 +00:00
Mozilla L10n Automation Bot
b9b1e984b5 Import l10n. 2021-10-01 03:27:40 +00:00
Jeff Klukas
782aea2d5b Update language in adjust docs
Cleaning up a bit in advance of this document being linked from the
[Privacy Notice](https://www.mozilla.org/en-US/privacy/firefox/)
as a replacement for the no-longer-existing
https://firefox-source-docs.mozilla.org/mobile/android/adjust.html
2021-09-30 22:52:26 -04:00
Arturo Mejia
6824949a40 For #21611: Add jump back in contextual hint text 2021-09-30 22:40:30 -04:00
Roger Yang
1092383231 No issue: Make sure jump back in group always have more than one tab 2021-09-30 22:33:50 -04:00
Gabriel Luong
15d1a0aa17 For #21551 - Add delete history metadata in the History view
Co-authored-by: Christian Sadilek <christian.sadilek@gmail.com>
2021-09-30 22:30:19 -04:00
Elise Richards
c60de0bc6c For #21287: long press menu on recently visited homescreen groups 2021-09-30 22:00:18 -04:00
Arturo Mejia
ca30f518d8 For #21608: Update strings for home screen dialog features 2021-10-01 01:51:07 +00:00
MickeyMoz
ef2a491614 Update Android Components version to 94.0.20210930211433. 2021-09-30 20:41:56 -04:00
Grisha Kruglov
0d9e2b3a36 Do not show home screen behind search if we have search terms
Home screen isn't actually visible in case we're displaying awesomebar
search results. The navigation is thus unnecessary and actually causes visual
jankiness as we display home for a moment before covering it up with
search results.
2021-09-30 18:14:16 -04:00