Commit Graph

1384 Commits (68112c003ecec6f27e4c64ec11eb1f4a597b39d5)

Author SHA1 Message Date
akliuxingyuan 6ec7bb2bf6 Merge branch 'fenix/108.1.1' into fork 2 years ago
mergify[bot] 671725ccee
For #27950: add first week days of use growth data (#27961)
(cherry picked from commit 1fd2bab054)

# Conflicts:
#	app/src/main/java/org/mozilla/fenix/components/metrics/MetricsStorage.kt

Co-authored-by: MatthewTighe <matthewdtighe@gmail.com>
2 years ago
MatthewTighe 3c9ba2bbaa For #27782: add first URI load growth data 2 years ago
MatthewTighe 5947344dd2 For 27768: add FirstAppOpenForDay growth data 2 years ago
MatthewTighe 2bccb86a9b For #27698: add set as default growth data 2 years ago
Noah Bond c59b0845a0 For #27746 - Move top sites text outside of backplating 2 years ago
Noah Bond 82fb016098 Revert "For #26606 - Add backplating to Top Sites 2 years ago
Alexandru2909 f10634e593 For #27252 - Update a11y services label for private browsing myths button 2 years ago
Alexandru2909 62b65d3a57 For #27691 - Replace 'Pocket' word in all strings with placeholder 2 years ago
kycn dda6719c32 Close #7227: Re-enable storage maintenance call.
Re-enable storage maintenance call by introducing WorkManager worker on A-C side and consuming it from Fenix.
The work request is periodic and the repeat interval is 24h. It requires the device to be idle and not to have
low battery. This feature is available only for Nightly for now.
2 years ago
Alexandru2909 4047d97ad6 For #25813 - Use specific hint for history, bookmarks and tab unified search 2 years ago
Arturo Mejia 3c70d237d8 Bug 1796482 - Report save to PDF errors. 2 years ago
Roger Yang d9d855685e Close #27023: Add capability to override telemetry URL 2 years ago
Noah Bond 79f0ce4cd3 For #27331 - Add migration for Turning Red wallpaper card colors 2 years ago
Alexandru2909 97f3a1fd8a For #25811 - Add header to unified search engine menu 2 years ago
Noah Bond f4e7471aea For #26520 - Color homepage cards via wallpaper card colors 2 years ago
Roger Yang 489548b0de For #11404 - Add 'Open all' options in bookmarks
* Add "Open all in new tabs" options in bookmarks
* Add "Open all in private tabs" options in bookmarks
* Add metrics tracking if the usage of "Open all in..." in bookmarks

Co-authored-by: Pg <pg.developper.fr@gmail.com>
2 years ago
Alexandru2909 fe25aa8e14 For #21787 - Update the Pocket stories toggle label and summary from homepage settings 2 years ago
Adam Novak 7dcbf8c542 Do all of Iceraven in one commit
Bump top site limit under its new name

Fix unresilved conflict

Allow Nimbus to generate code that allows the fork flavors

Drop private browsing page again

Use the new text color name

Point at paged style again

Bring back Sentry so we don't have to change the code that would call it

Note we need to build with app: now for some reason

Also prefix Github build commands

Adapt to settings moving

Parse Iceraven versions

Discover the linter's formatter

Get rid of some Detekt complaints

Handle more weird version strings

Finish README

Stop auto-release changelogs from being too huge

Fix #440 by reattaching settings
2 years ago
Roger Yang 20b25d77dd For #27439: Remove all unused strings marked moz:removedIn <= 105 2 years ago
Sammy Khamis b36ce9fd34 For #27117 - Update copy for the menu from "Sign in to sync" to "Sync and save data" 2 years ago
Noah Bond 165a516c38 For #27330 - Cache selected wallpaper card colors 2 years ago
mcarare a4696c8fba For #25980: Replace removed BottomSheetDialog style. 2 years ago
Noah Bond 3207e6213e For #27095 - Download light/dark wallpaper card colors 2 years ago
Gabriel Luong b6b892faab For #27307 - Use the correct warning button text and icon color for DestructiveButton 2 years ago
Alexandru2909 30b8de0dce For #27128 - Fix accessibility for wallpaper settings "Learn more" heading 2 years ago
Arturo Mejia 5cce4b5f15 For #3709: Add save to PDF UI. 2 years ago
mcarare 5d33d387a1 For #27253: Add content description to close button. 2 years ago
Mugurell ddf0dc3b4d For #24544 - Have Talkback use "expand" and "collapse" actions for collections 2 years ago
mergify[bot] 7bfe1ade6b
For #26644 - Apply the wallpaper provided text color to the Fenix logo (backport #27009) (#27196)
* For #26644 - Split the Fenix logo in two images

This will allow us applying a certain tint just for the image containing a text
to have a better contrast with wallpapers.

(cherry picked from commit 103a0cb250)

* For #26644 - Apply the wallpaper provided text color to the Fenix logo

And to the private mode switcher.

(cherry picked from commit 7b5ba840ab)

Co-authored-by: Mugurell <Mugurell@users.noreply.github.com>
2 years ago
Roger Yang bc1cfb88e8 Revert "For #11404 - Create open all function"
This reverts commit 9cf42cb7d9.
2 years ago
Roger Yang dff4c31606 Revert "For #11404 - Add 'Open all in private tabs' option as requested."
This reverts commit fe16a81c1d.
2 years ago
Roger Yang cfa376e5d2 Revert "For #11404 - Create alert message when a lot of tabs are to be opened."
This reverts commit c75e331a30.
2 years ago
Roger Yang 7fc213ce0c Revert "For #11404 - Update open all tabs warning message"
This reverts commit b11fd9131d.
2 years ago
Mugurell 103a0cb250 For #26644 - Split the Fenix logo in two images
This will allow us applying a certain tint just for the image containing a text
to have a better contrast with wallpapers.
2 years ago
MatthewTighe c77ee6f371 For #27064 - Remove all unused strings marked moz:removedIn <= 104 2 years ago
Pg b11fd9131d For #11404 - Update open all tabs warning message
Specify Firefox will only slow down while pages are loading.
2 years ago
Pg c75e331a30 For #11404 - Create alert message when a lot of tabs are to be opened.
Current threshold is 15.
2 years ago
Pg fe16a81c1d For #11404 - Add 'Open all in private tabs' option as requested.
https://github.com/mozilla-mobile/fenix/pull/21212#discussion_r739172674

- Add option is tree dot menu
- Edit folder opening to be aware of browsing mode
- Add metrics
- Add unit tests for 'Open all in private tabs'
- Add Android tests for open all in private.
2 years ago
Pg 9cf42cb7d9 For #11404 - Create open all function
- Create element to be displayed

- Update the interface and bind in the view holder
Set the filter to limit this action to FOLDER.

- Create core function
Main logic is done on the controller (has it should be done). The whole
process is done in one coroutine to be non-blocking as many
(sub)folders & links can be present. If folder is empty, a toast is
displayed. Else iterate on items. When item is:
- a FOLDER -> restart process (without toast) on the folder
- a ITEM -> open it
- a SEPARATOR -> do nothing
Once finished, show the tabs tray.

Toast message is defined in fragment to have access to context.

- Create androidTest for openAllInTabs
- Create tests for handleBookmarkFolderOpening
- Display 'open all' options only if folder has at least on child:
A coroutine and suspended functions have to be used, since `getTree`
is async.
2 years ago
sarah541 5e2fe2285c For #27029 - Use placeholder inplace of app name 2 years ago
mavduevskiy 7fc96b01b2
Closes #26973: adjust wallpaper onboarding ui (#26974)
Co-authored-by: mike a <mavduevskiy@gmail.com>
Co-authored-by: Ryan VanderMeulen <rvandermeulen@mozilla.com>
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
2 years ago
Alexandru2909 817827997f For #26424 - Create wallpaper file migration helper 2 years ago
Gabriel Luong d468bb5c58 For #26987 - Update MR Onboarding strings for existing users 2 years ago
sarah541 805fb0ff60 For #26908 - Update wallpapers settings page design 2 years ago
mike a 3aff74b40a Closes #26212: Download wallpapers when a thumbnail is clicked 2 years ago
mike a 65bee4bb27 Closes #26750: add Wallpapers Onboarding dialog 2 years ago
Christian Sadilek a4692a67f0 Revert "Closes #26750: add Wallpapers Onboarding dialog"
This reverts commit 05b95b6a97.
2 years ago
mike a 05b95b6a97 Closes #26750: add Wallpapers Onboarding dialog 2 years ago
sarah541 adb7f7d48a For #26731 - First run onboarding updates 2 years ago