Commit Graph

9966 Commits (9654b4dfb122b54b04369fe80a2f9c95811478e8)
 

Author SHA1 Message Date
mozilla-l10n-automation-bot 832e832ec7
Import l10n. (#27391)
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
2 years ago
MatthewTighe 5e282ae326 For #27101: set dialog to be dismissed when touched outside 2 years ago
Noah Bond 538fd700bd For #27388 - Add optional background colors to SelectableChip 2 years ago
MickeyMoz 56c80f2539 Update to Android-Components 107.0.20221012190125. 2 years ago
MatthewTighe 846e60987a Closes #27292: renew telemetry expiring in 108 and 109 2 years ago
Mugurell 09b11da8c2 For #27381 - Unregister FXA observer to prevent memory leaks 2 years ago
MickeyMoz 8ee0a8a27a Update to Android-Components 107.0.20221012143145. 2 years ago
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.
2 years ago
MickeyMoz 8b0fd1b85a Update to Android-Components 107.0.20221011190253. 2 years ago
mozilla-l10n-automation-bot 46e463db31
Import l10n. (#27376) 2 years ago
Noah Bond 165a516c38 For #27330 - Cache selected wallpaper card colors 2 years ago
MickeyMoz c6ff008f4b Update to Android-Components 107.0.20221011143144. 2 years ago
mcarare 8ed3bf704f For #25980: Use new backQueue instead of removed backStack. 2 years ago
mcarare 55724deda9 For #25980: Suppress LongParameterList warning.
Remove issues from baseline.
2 years ago
mcarare 5e88437d61 For #25980: Update method signatures for View.OnAttachStateChangeListener. 2 years ago
mcarare d9d39bd979 For #25980: Solve overload resolution ambiguity. 2 years ago
mcarare d9d01db7cc For #25980: Replace deprecated setHasOptionsMenu with MenuProvider. 2 years ago
mcarare 2b8b6a9aca For #25980: Replace deprecated popUpTo var. 2 years ago
mcarare 0ceeda92df For #25980: Update method signatures for onInitializeAccessibilityNodeInfo. 2 years ago
mcarare 0b4d9dc270 For #25980: Update method signatures for SimpleOnGestureListener.
GestureDetector onTouchEvent now expects only a NonNull MotionEvent.
2 years ago
mcarare 4e481f4f3e For #25980: Use new extension function to get fragment's NavController. 2 years ago
mcarare a4696c8fba For #25980: Replace removed BottomSheetDialog style. 2 years ago
mcarare ab928ac272 For #25980: Upgrade navigation, lifecycle, fragment and core to latest versions. 2 years ago
mozilla-l10n-automation-bot 89df72b415
Import l10n. (#27361)
Co-authored-by: Ryan VanderMeulen <rvandermeulen@mozilla.com>
2 years ago
Ryan VanderMeulen f84b65364a Update gradle testing dependencies 2 years ago
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
2 years ago
Noah Bond 3207e6213e For #27095 - Download light/dark wallpaper card colors 2 years ago
MickeyMoz 8da9ba432e Update to Android-Components 107.0.20221010143126. 2 years ago
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.
2 years ago
Mugurell 6c6c3f5259 For #27016 - Prevent the MR onboarding always going to homescreen
This will mean that hen the onboarding is finished the user will get back to
the screen that should've been opened if not the onboarding.
2 years ago
mozilla-l10n-automation-bot 809f632f72
Import l10n. (#27349) 2 years ago
MickeyMoz 6c89feb0c3 Update to Android-Components 107.0.20221009143152. 2 years ago
mozilla-l10n-automation-bot ec0be08b7e
Import l10n. (#27342) 2 years ago
MickeyMoz 15a95b8ddf Update to Android-Components 107.0.20221008143216. 2 years ago
mozilla-l10n-automation-bot effc40dc32
Import l10n. (#27335) 2 years ago
MickeyMoz 0c76929f9a Update to Android-Components 107.0.20221007190140. 2 years ago
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.
2 years ago
Jonathan Almeida 90fb56a251 Close #27320: Include testing regex to Google Maven allowlist
When running UI tests locally, we found that the
`android-device-provider-local` dependency is no longer available on
mavenCentral. Our dependency repository uses various regex to allow only
google dependencies to be fetched from Google Maven, but somehow these
did not include the test ones everywhere.
2 years ago
Gabriel Luong b6b892faab For #27307 - Use the correct warning button text and icon color for DestructiveButton 2 years ago
MickeyMoz 4ecc432b69 Update to Android-Components 107.0.20221007143235. 2 years ago
mozilla-l10n-automation-bot 62f5f44917
Import l10n. (#27323) 2 years ago
Roger Yang 3f7391a322 Close #27147: Add telemetry for bookmark search 2 years ago
Roger Yang e81da189cd Close #24498: Add test for history search telemetry 2 years ago
MickeyMoz 102acb3a4b Update to Android-Components 107.0.20221006143319. 2 years ago
Aaron Train fb80d2ee8c No issue: Disable ETP permanent UI test failures 2 years ago
Alexandru2909 30b8de0dce For #27128 - Fix accessibility for wallpaper settings "Learn more" heading 2 years ago
mcarare 7a240eb9f6 For #26930: Upgrade kotlin to 1.7.10 and compose compiler to 1.3.0.
Replace deprecated Xopt-in with op-in.
Replace deprecated Xjvm-default=enable with Xjvm-default=all.
2 years ago
Ryan VanderMeulen fbe8dfee6f Bump Sentry to 6.4.2 2 years ago
MickeyMoz 18eb3678af Update to Android-Components 107.0.20221005223456. 2 years ago
mozilla-l10n-automation-bot c26bdae1f6
Import l10n. (#27296) 2 years ago