Commit Graph

7344 Commits (2d8aceff32bb2fd2a98f63f768f5a7361a7a8e9a)
 

Author SHA1 Message Date
MickeyMoz 2d8aceff32 Update to Android-Components 94.0.9. 3 years ago
Arturo Mejia 0e1271a15d For #21791 Adds tab auto-close prompt
(cherry picked from commit 08256ac68c)
3 years ago
Mozilla Releng Treescript c5c3375267 Automatic version bump CLOSED TREE NO BUG a=release 3 years ago
github-actions[bot] 0f9469a200
Update to Android-Components 94.0.8. (#21984)
Co-authored-by: MickeyMoz <sebastian@mozilla.com>
3 years ago
Elise Richards 8906cfcc3f
For #21522: Wrap section titles on home (#21836) 3 years ago
Roger Yang 38b817cad1
Close #21573: Add shadow to recent bookmarks section (#21959) 3 years ago
Arturo Mejia 85914a4232 For #21906 ⁃ Remove old copy form inactive tabs section
(cherry picked from commit 25c784b684)
3 years ago
mergify[bot] a5fa918e1f
Close #21917: Update pocket stories card elevation to match other cards (#21956)
(cherry picked from commit 2b92860966)

Co-authored-by: Roger Yang <royang@mozilla.com>
3 years ago
MickeyMoz 5de19320b3 Update to Android-Components 94.0.7. 3 years ago
Grisha Kruglov f58191db8f Fix up HistoryMetadataController tests 3 years ago
Grisha Kruglov a9e598b6b6 Closes #21871 - Eagerly update UI state after search group removal
Before this patch, this was the behavior - 'remove' button is clicked, we'd ask
the storage to remove metadata (on its IO thread), then navigate to Home
Screen.

This resulted in a race we could end-up on the Home Screen before delete
finishes, so the search groups do not appear to be removed (but,
refreshing the Home Screen again shows that they are removed).

This also resulted in an unnecessary navigation which felt very janky
(screen will "scroll" to the top) and was way more work than necessary.

After this patch, we:
 - dispatch two actions (on browserstore, on homefragmentstore) which
   remove the search groups from any relevant in-memory state; any UI bound to
   this state will be automatically "refreshed"
 - no longer navigate as part of the remove action, so the UI doesn't
   move and removal happens "in-place"
3 years ago
Jonathan Almeida 135f8a363c Issue #21794: Remove rotation; rely on state activated
It seems like we no longer need to use rotation for the chevron, since
we are now using two different icons within the `ic_chevon` that change
depending on the `state_activated`.

(cherry picked from commit 722ab9f3ca)
3 years ago
MickeyMoz 1b70be55ed Update to Android-Components 94.0.6. 3 years ago
Mozilla Releng Treescript e74c8aa618 Automatic version bump CLOSED TREE NO BUG a=release 3 years ago
github-actions[bot] 48caf89854
Update to Android-Components 94.0.5. (#21874)
Co-authored-by: MickeyMoz <sebastian@mozilla.com>
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
3 years ago
Arturo Mejia 0b072f75b5 For #21838 wait until experiments have been completely opt-out on the nimbus SDK.
(cherry picked from commit 9439a65e1e)
3 years ago
Roger Yang e0b2e3ab82 Update to Android-Components 94.0.4. 3 years ago
Roger Yang 97f8d1e12f Issue #21686: Stop using internally stored tabs list in adapters 3 years ago
Jonathan Almeida aa1bd6b7e4 Issue #21686: Move submitList calls into TabsAdapter
Co-authored-by: Roger Yang <royang@mozilla.com>
3 years ago
Mugurell 7e0146d08d For #21806 - Set 1dp elevation for ListItemTabLarge
To get smaller shadows.

(cherry picked from commit abcc9dfc67)
3 years ago
Mozilla Releng Treescript ce2d312cb9 Automatic version bump CLOSED TREE NO BUG a=release 3 years ago
MickeyMoz aca7cb074c Update to Android-Components 94.0.3. 3 years ago
mergify[bot] d5c5f6f964
For #21313: Renew fission metrics expiring in December (#21821) 3 years ago
Jonathan Almeida afee07d38f Issue #21794: Reverse chevron for inactive tabs
(cherry picked from commit bcc40e8e46)
3 years ago
MickeyMoz 05268d10ae Update to Android-Components 94.0.2. 3 years ago
Arturo Mejia 18148f2d3c For #21765 only activate pocket by default for the right audience
(cherry picked from commit 5843fafbb6)
3 years ago
mergify[bot] 01ee7e7cd8
No issue: Update Pocket categories spacing to 16dp. (#21757)
(cherry picked from commit 3632ed77d5)

Co-authored-by: Roger Yang <royang@mozilla.com>
3 years ago
mergify[bot] 6d32b1c324
No issue: Small layout update for Pocket Stories (#21752)
(cherry picked from commit 23e51c250a)

Co-authored-by: Roger Yang <royang@mozilla.com>
3 years ago
Arturo Mejia 358037ceb9 For #21611: Show the jump back in Contextual Hints independently of the home onboarding dialog.
(cherry picked from commit 0f07703c3e)
3 years ago
Arturo Mejia 62118be809 For #21574: disabled the homescreen onboarding dialog.
(cherry picked from commit 7e3a2ba89d)
3 years ago
Mozilla Releng Treescript b1453028df Automatic version bump CLOSED TREE NO BUG a=release 3 years ago
MickeyMoz 54d80751bf Update to Android-Components 94.0.1. 3 years ago
Roger Yang 2ddb57038d Set version to 94.0.0. 3 years ago
Roger Yang fb345a4131 Close #21573: Update design for jump back in section and recently bookmarked section 3 years ago
codrut.topliceanu b1a5025610 For #21708 - Fixes missing header bottom border
The bottom gray border of the header item from the Inactive Tabs section was correctly set when collapsing or expanding said section, but not on init. So if the section was initialized collapsed the gray border would not be present.
3 years ago
MickeyMoz 8c34ccd8c9 Update Android Components version to 94.0.20211005143407. 3 years ago
Arturo Mejia bd7476cce4 Update feature flags for 94. 3 years ago
AndiAJ 8a8bbd9517 For #20814 fix flaky tabMediaControlButtonTest UI test 3 years ago
Mugurell 6faafe4688 For #21599 - Add UTM parameters for Pocket recommendations links 3 years ago
codrut.topliceanu a53b52b764 For #21565 - Adds inactive tabs onboarding popup 3 years ago
Mugurell 571a2fc88e For #21621 - Add 16dp horizontal spacing to home composables.
Added from the ViewHolders, the same as for XML Views.
3 years ago
Mugurell 2eb5fe2159 For #21621 - Add 16dp horizontal spacing to all normal browsing home items 3 years ago
Mugurell a6b4c3e370 For #21621 - Add 16dp horizontal spacing to the private browsing home description 3 years ago
Mugurell bb498cc223 For #21621 - Add 16dp horizontal spacing to all onboarding items 3 years ago
Mugurell d189b37a09 For #21621 - Remove the parent horizontal padding 3 years ago
Jonathan Almeida f9dd0d9f6f Issue #21582: Use ThumbnailStorage in recent tabs on home 3 years ago
Gabriel Luong a1e6872f6f For #21694 - Remove RoundedCornerShape around the inner Column in RecentlyVisited 3 years ago
Gabriel Luong 5fc979090a For #21694 - Only show the divider line in between items in the Recent Searches 3 years ago
Jonathan Almeida 8c2cbb4e41 Issue #21642: Remove in-progress media tab from homescreen 3 years ago
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.
3 years ago