2
0
mirror of https://github.com/fork-maintainers/iceraven-browser synced 2024-11-19 09:25:34 +00:00
Commit Graph

7348 Commits

Author SHA1 Message Date
runner
9092ecca4a Strings - app/src/main/res/values-an/strings.xml 2021-10-21 18:14:34 -04:00
Christian Sadilek
51a55ca68c Closes #21944: Top sites rendered slowly on first load of HomeFragment
(cherry picked from commit c3ef16de61)
2021-10-21 13:38:44 -04:00
Noah Bond
c10bfee4e5
MR2 Inactive tabs telemetry (#21908) (#22056)
* For #21903 - Added telemetry for interacting with inactive tabs

* For #21903 - Added missing inactive tab delete count event to delete all event

* For #21903 - Added PR numbers to metrics

* For #21903 - Updated broken unit tests. Resolved critical lint warning.

* For #21903 - Fixed inactive tabs setting toggle metric

* For #21903 - Updated FenixApp unit test

* For #21903 - Updated newline character in Metrics. Set inactive tab metrics' lifetime to default. Updated expiration to Nov 2022. Refactored inactive tabs metric to be a single metric.

* PR: addendum for last commit that missed a file

* For #21903 - Changed logic check for reporting inactive tab count

* PR: fixed merge conflict

* For #21903 - Removed tab close tracking when the user closes ALL inactive tabs

* For #21903 - Removed individual tab close metric verify from CLOSE ALL test

* For #21903 - Updated inactive tabs toggle setting expiration to match the expiration of the other events

Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>

Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
2021-10-20 20:08:16 -04:00
Christian Sadilek
2124c76db0 Enable pocket stories in CA
(cherry picked from commit 1b463a5c17)
2021-10-20 12:21:57 -04:00
MickeyMoz
2d8aceff32 Update to Android-Components 94.0.9. 2021-10-20 01:22:47 +00:00
Arturo Mejia
0e1271a15d For #21791 Adds tab auto-close prompt
(cherry picked from commit 08256ac68c)
2021-10-18 13:40:21 -04:00
Mozilla Releng Treescript
c5c3375267 Automatic version bump CLOSED TREE NO BUG a=release 2021-10-18 03:10:18 +00:00
github-actions[bot]
0f9469a200
Update to Android-Components 94.0.8. (#21984)
Co-authored-by: MickeyMoz <sebastian@mozilla.com>
2021-10-17 21:45:25 -04:00
Elise Richards
8906cfcc3f
For #21522: Wrap section titles on home (#21836) 2021-10-15 14:35:17 -07:00
Roger Yang
38b817cad1
Close #21573: Add shadow to recent bookmarks section (#21959) 2021-10-15 11:25:56 -04:00
Arturo Mejia
85914a4232 For #21906 ⁃ Remove old copy form inactive tabs section
(cherry picked from commit 25c784b684)
2021-10-15 11:16:22 -04:00
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>
2021-10-15 10:36:19 -04:00
MickeyMoz
5de19320b3 Update to Android-Components 94.0.7. 2021-10-15 02:04:10 +00:00
Grisha Kruglov
f58191db8f Fix up HistoryMetadataController tests 2021-10-13 14:19:15 -07:00
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"
2021-10-13 14:19:15 -07:00
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)
2021-10-13 16:45:59 -04:00
MickeyMoz
1b70be55ed Update to Android-Components 94.0.6. 2021-10-13 13:00:42 -07:00
Mozilla Releng Treescript
e74c8aa618 Automatic version bump CLOSED TREE NO BUG a=release 2021-10-13 02:18:29 +00:00
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>
2021-10-12 21:23:09 -04:00
Arturo Mejia
0b072f75b5 For #21838 wait until experiments have been completely opt-out on the nimbus SDK.
(cherry picked from commit 9439a65e1e)
2021-10-12 20:17:17 -04:00
Roger Yang
e0b2e3ab82 Update to Android-Components 94.0.4. 2021-10-12 20:47:24 +00:00
Roger Yang
97f8d1e12f Issue #21686: Stop using internally stored tabs list in adapters 2021-10-12 20:47:24 +00:00
Jonathan Almeida
aa1bd6b7e4 Issue #21686: Move submitList calls into TabsAdapter
Co-authored-by: Roger Yang <royang@mozilla.com>
2021-10-12 20:47:24 +00:00
Mugurell
7e0146d08d For #21806 - Set 1dp elevation for ListItemTabLarge
To get smaller shadows.

(cherry picked from commit abcc9dfc67)
2021-10-11 13:26:13 +03:00
Mozilla Releng Treescript
ce2d312cb9 Automatic version bump CLOSED TREE NO BUG a=release 2021-10-11 01:51:06 +00:00
MickeyMoz
aca7cb074c Update to Android-Components 94.0.3. 2021-10-11 00:29:26 +00:00
mergify[bot]
d5c5f6f964
For #21313: Renew fission metrics expiring in December (#21821) 2021-10-09 19:31:49 -07:00
Jonathan Almeida
afee07d38f Issue #21794: Reverse chevron for inactive tabs
(cherry picked from commit bcc40e8e46)
2021-10-08 22:16:55 -04:00
MickeyMoz
05268d10ae Update to Android-Components 94.0.2. 2021-10-08 00:29:37 +00:00
Arturo Mejia
18148f2d3c For #21765 only activate pocket by default for the right audience
(cherry picked from commit 5843fafbb6)
2021-10-07 12:05:22 -04:00
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>
2021-10-06 17:05:46 -04:00
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>
2021-10-06 16:33:25 -04:00
Arturo Mejia
358037ceb9 For #21611: Show the jump back in Contextual Hints independently of the home onboarding dialog.
(cherry picked from commit 0f07703c3e)
2021-10-06 09:27:39 -04:00
Arturo Mejia
62118be809 For #21574: disabled the homescreen onboarding dialog.
(cherry picked from commit 7e3a2ba89d)
2021-10-06 09:27:39 -04:00
Mozilla Releng Treescript
b1453028df Automatic version bump CLOSED TREE NO BUG a=release 2021-10-06 02:39:29 +00:00
MickeyMoz
54d80751bf Update to Android-Components 94.0.1. 2021-10-06 02:00:18 +00:00
Roger Yang
2ddb57038d Set version to 94.0.0. 2021-10-05 19:14:55 -04:00
Roger Yang
fb345a4131 Close #21573: Update design for jump back in section and recently bookmarked section 2021-10-05 21:43:08 +00:00
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.
2021-10-05 20:46:16 +00:00
MickeyMoz
8c34ccd8c9 Update Android Components version to 94.0.20211005143407. 2021-10-05 19:06:45 +00:00
Arturo Mejia
bd7476cce4 Update feature flags for 94. 2021-10-05 18:02:38 +00:00
AndiAJ
8a8bbd9517 For #20814 fix flaky tabMediaControlButtonTest UI test 2021-10-05 11:09:29 +00:00
Mugurell
6faafe4688 For #21599 - Add UTM parameters for Pocket recommendations links 2021-10-05 10:33:45 +00:00
codrut.topliceanu
a53b52b764 For #21565 - Adds inactive tabs onboarding popup 2021-10-05 10:00:33 +00:00
Mugurell
571a2fc88e For #21621 - Add 16dp horizontal spacing to home composables.
Added from the ViewHolders, the same as for XML Views.
2021-10-05 07:03:21 +00:00
Mugurell
2eb5fe2159 For #21621 - Add 16dp horizontal spacing to all normal browsing home items 2021-10-05 07:03:21 +00:00
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