Commit Graph

4981 Commits

Author SHA1 Message Date
Roger Yang
35e0afe329 Close #24613: Remove history improvement feature flag 2022-10-27 21:30:45 +00:00
Alexander Gramiak
9fd2d20310 For #16162: Simplify site addresses in saved logins view
This is what Firefox Desktop does.
2022-10-27 17:36:28 +00:00
t-p-white
0c13a5aa5d For #27455 - Rename all reference names to AppStore as appStore 2022-10-27 16:57:38 +00:00
Noah Bond
f4e7471aea For #26520 - Color homepage cards via wallpaper card colors 2022-10-26 17:41:11 +00:00
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>
2022-10-26 14:17:28 +00:00
mcarare
6913cd59c9 For #27541: Update AndroidX Annotation to latest version.
Add AndroidX Annotation as a direct dependency to app build.gradle.
Update imports for annotations moved to Companion Object.
2022-10-25 19:15:08 +00:00
Timshel
814f87f9f3 For #26577 - resetFocus only when camera permission is denied 2022-10-24 18:50:17 +00:00
Alexandru2909
9a99666d2b For #27135 - Correctly report top sites for a11y services 2022-10-21 09:32:55 +00:00
sarah541
8ac2dc317b Truncate urls to prevent slowing down of UI 2022-10-20 03:55:56 +00:00
Meiirbek Baimuratov
adfed996a2 For mozilla-mobile#27282: delete WallpaperManager 2022-10-20 01:31:08 +00:00
Gregory Mierzwinski
5e60cea503
Bug 1791998 - Disable TCP popup when running performance tests. (#27451)
* Disable TCP popup when running performance tests.

* Run some perf tests.

* Undo testing changes.

Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
2022-10-19 22:47:42 +00:00
Noah Bond
a0df375b17 For #27456 - Migrate Context.isDark() into a top-level extension 2022-10-19 02:08:42 +00:00
Alexandru2909
2b2f3a711e For #27405 - Clean up references to "Sing in to Sync" phrase 2022-10-18 10:06:46 +00:00
Sammy Khamis
b36ce9fd34 For #27117 - Update copy for the menu from "Sign in to sync" to "Sync and save data" 2022-10-14 00:14:08 +00:00
Noah Bond
1d4fc6aa36 For #27396 - Add optional text colors to SelectableChip 2022-10-13 23:41:08 +00:00
MatthewTighe
5e282ae326 For #27101: set dialog to be dismissed when touched outside 2022-10-13 00:42:11 +00:00
Noah Bond
538fd700bd For #27388 - Add optional background colors to SelectableChip 2022-10-13 00:05:33 +00:00
Mugurell
09b11da8c2 For #27381 - Unregister FXA observer to prevent memory leaks 2022-10-12 16:53:14 +00:00
Mugurell
f0aced49c0 For #27366 - Revert "For #26644 - Apply the new theme earlier to the private browsing button"
This reverts commit c7c5682104 given that the
severity of the new issue is much higher.
2022-10-12 07:10:30 +00:00
Noah Bond
165a516c38 For #27330 - Cache selected wallpaper card colors 2022-10-11 17:41:04 +00:00
mcarare
8ed3bf704f For #25980: Use new backQueue instead of removed backStack. 2022-10-11 07:56:26 +00:00
mcarare
55724deda9 For #25980: Suppress LongParameterList warning.
Remove issues from baseline.
2022-10-11 07:56:26 +00:00
mcarare
5e88437d61 For #25980: Update method signatures for View.OnAttachStateChangeListener. 2022-10-11 07:56:26 +00:00
mcarare
d9d01db7cc For #25980: Replace deprecated setHasOptionsMenu with MenuProvider. 2022-10-11 07:56:26 +00:00
mcarare
2b8b6a9aca For #25980: Replace deprecated popUpTo var. 2022-10-11 07:56:26 +00:00
mcarare
0ceeda92df For #25980: Update method signatures for onInitializeAccessibilityNodeInfo. 2022-10-11 07:56:26 +00:00
mcarare
0b4d9dc270 For #25980: Update method signatures for SimpleOnGestureListener.
GestureDetector onTouchEvent now expects only a NonNull MotionEvent.
2022-10-11 07:56:26 +00:00
mcarare
4e481f4f3e For #25980: Use new extension function to get fragment's NavController. 2022-10-11 07:56:26 +00:00
suman
fab8300a78 For #27289: standardize coroutine usage in WallpaperFileManager
scope variable inlined as in only one place it is used, class injected dispatcher is used in all withcontext to use differnt dispatchers in different scenarios, clean function suspend keyword removed, as there no requirement to know its result, unnecessary return removed
2022-10-10 22:27:00 +00:00
Noah Bond
3207e6213e For #27095 - Download light/dark wallpaper card colors 2022-10-10 20:41:44 +00:00
Mugurell
47b7336387 For #27016 - Ensure smooth search UX after the MR onboarding is closed
If the app is opened from the search widget and the MR onboarding is shown then
the backstack will have the following structure:
- root, homeFragment, searchDialogFragment, onboardingFragment
as opposed to otherwise
- root, homeFragment, searchDialogFragment.

This patch allows to avoid the MR onboarding fragment causing the
SearchDialogFragment to not know that below it is the HomeFragment and
consequently not applying transparency or propagate user touches to the parent
Activity.
2022-10-10 06:13:12 +00:00
kycn
f9efa5e8bb Close #26948: Enable custom extension collections in Beta.
Similar to how Nightly functions, custom extension collections are enabled to be used in Firefox Beta as well.
2022-10-07 19:04:09 +00:00
Roger Yang
3f7391a322 Close #27147: Add telemetry for bookmark search 2022-10-06 20:41:17 +00:00
Roger Yang
e81da189cd Close #24498: Add test for history search telemetry 2022-10-06 19:21:28 +00:00
Alexandru2909
30b8de0dce For #27128 - Fix accessibility for wallpaper settings "Learn more" heading 2022-10-06 14:12:10 +00:00
Arturo Mejia
5cce4b5f15 For #3709: Add save to PDF UI. 2022-10-05 15:33:07 -04:00
mcarare
5d33d387a1 For #27253: Add content description to close button. 2022-10-05 11:53:35 +00:00
Alexandru2909
31e9f69aae For #27129 - Fix accessibility for default wallpaper thumbnail 2022-10-04 11:39:36 +00:00
Mugurell
ddf0dc3b4d For #24544 - Have Talkback use "expand" and "collapse" actions for collections 2022-10-03 11:18:02 +00:00
mike a
595d931dc0 Closes #27209: fix WallpapersSettings crash 2022-09-30 16:20:22 +00:00
MatthewTighe
521f1485e6 For #27127: do not display wallpaper onboarding in private browsing mode 2022-09-29 20:24:55 +00:00
Alexandru2909
19685170de For #26424 - Handle special legacy wallpaper cases 2022-09-28 06:02:12 +00:00
Mugurell
460008c759 For #27172 - Enable the home onboarding dialog in all releases 2022-09-27 12:13:23 +00:00
Mugurell
c3a3cae99b For #27172 - Enable the sync onboarding cfr in all releases 2022-09-27 12:13:23 +00:00
Mugurell
6c2609ad58 For #27111 - Allow TCP in all releases. Control it from Nimbus.
After this change the TCP feature (and CFR) are enabled by default.
Rollout can be controlled through Nimbus.
2022-09-27 11:43:18 +00:00
Mugurell
c7c5682104 For #26644 - Apply the new theme earlier to the private browsing button
This will help avoid a race between the two layers of the svg, with previously
only changing the color for just one.
By applying the new theme to the button when needing to apply the textColor
from wallpaper it will automatically use the right
2022-09-27 03:17:49 +00:00
MatthewTighe
5c9a713512 For #27111: disable TCP in beta and release 2022-09-26 06:54:08 +00:00
MatthewTighe
5811b06679 For #27055: handle legacy wallpaper naming case 2022-09-22 21:42:44 +00:00
Gabriel Luong
444f663143 For #27026 - Use the wallpaper adapted text color for the Collections placeholder 2022-09-22 20:07:02 +00:00
Jonathan Almeida
911f350642 Closes #27077: Load first run experiments synchronously.
Co-authored-by: Arturo Mejia <arturomejiamarmol@gmail.com>
Co-authored-by: Charlie Humphreys <chumphreys@mozilla.com>
Co-authored-by: jhugman <jhugman@users.noreply.github.com>
2022-09-22 14:46:40 -04:00