Commit Graph

9810 Commits (c95b49df11679775edb7a463be7297298cbb8ce1)
 

Author SHA1 Message Date
Sammy Khamis c95b49df11 [fenix] For https://github.com/mozilla-mobile/fenix/issues/27117 - Update copy for the menu from "Sign in to sync" to "Sync and save data" 2 years ago
Noah Bond 8f3ffa2395 [fenix] For https://github.com/mozilla-mobile/fenix/issues/27396 - Add optional text colors to SelectableChip 2 years ago
MickeyMoz a399fad2a7 [fenix] Update to Android-Components 107.0.20221013190102. 2 years ago
Ryan VanderMeulen aca053ba78 [fenix] Update Kotlin and coroutines. 2 years ago
MickeyMoz b15fec4aaa [fenix] Update to Android-Components 107.0.20221013143128. 2 years ago
Johan Lorenzo 4f335aa4d7 [fenix] Pin relbot Github Action to the 1.0.0 tag
https://github.com/mozilla-mobile/relbot/pull/88 will introduce some breaking changes that shouldn't make the fenix repo.
2 years ago
sv-ohorvath ec2bd383b3 [fenix] No issue: Adds TCP & jump back in contextual hints UI tests 2 years ago
mozilla-l10n-automation-bot f1026dd915 [fenix] Import l10n. (https://github.com/mozilla-mobile/fenix/pull/27391)
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
2 years ago
MatthewTighe d4329b5a00 [fenix] For https://github.com/mozilla-mobile/fenix/issues/27101: set dialog to be dismissed when touched outside 2 years ago
Noah Bond b5900e6415 [fenix] For https://github.com/mozilla-mobile/fenix/issues/27388 - Add optional background colors to SelectableChip 2 years ago
MickeyMoz e88a42e8c3 [fenix] Update to Android-Components 107.0.20221012190125. 2 years ago
MatthewTighe 721d2e0001 [fenix] Closes https://github.com/mozilla-mobile/fenix/issues/27292: renew telemetry expiring in 108 and 109 2 years ago
Mugurell 15cfa48a52 [fenix] For https://github.com/mozilla-mobile/fenix/issues/27381 - Unregister FXA observer to prevent memory leaks 2 years ago
MickeyMoz e642816ef4 [fenix] Update to Android-Components 107.0.20221012143145. 2 years ago
Mugurell 5dff71c810 [fenix] For https://github.com/mozilla-mobile/fenix/issues/27366 - Revert "For https://github.com/mozilla-mobile/fenix/issues/26644 - Apply the new theme earlier to the private browsing button"
This reverts commit dbcd3fa063e12784486bc9be0581e1f965e9801c given that the
severity of the new issue is much higher.
2 years ago
MickeyMoz 630ba2afc2 [fenix] Update to Android-Components 107.0.20221011190253. 2 years ago
mozilla-l10n-automation-bot 98590504b2 [fenix] Import l10n. (https://github.com/mozilla-mobile/fenix/pull/27376) 2 years ago
Noah Bond 3733fcb703 [fenix] For https://github.com/mozilla-mobile/fenix/issues/27330 - Cache selected wallpaper card colors 2 years ago
MickeyMoz 1a4af485fd [fenix] Update to Android-Components 107.0.20221011143144. 2 years ago
mcarare 6efed5007d [fenix] For https://github.com/mozilla-mobile/fenix/issues/25980: Use new backQueue instead of removed backStack. 2 years ago
mcarare 3e2738bad6 [fenix] For https://github.com/mozilla-mobile/fenix/issues/25980: Suppress LongParameterList warning.
Remove issues from baseline.
2 years ago
mcarare 00a4e3ebf4 [fenix] For https://github.com/mozilla-mobile/fenix/issues/25980: Update method signatures for View.OnAttachStateChangeListener. 2 years ago
mcarare 5677dced0c [fenix] For https://github.com/mozilla-mobile/fenix/issues/25980: Solve overload resolution ambiguity. 2 years ago
mcarare 60226baaa1 [fenix] For https://github.com/mozilla-mobile/fenix/issues/25980: Replace deprecated setHasOptionsMenu with MenuProvider. 2 years ago
mcarare a935dda783 [fenix] For https://github.com/mozilla-mobile/fenix/issues/25980: Replace deprecated popUpTo var. 2 years ago
mcarare 41b0110313 [fenix] For https://github.com/mozilla-mobile/fenix/issues/25980: Update method signatures for onInitializeAccessibilityNodeInfo. 2 years ago
mcarare 4d0fac5241 [fenix] For https://github.com/mozilla-mobile/fenix/issues/25980: Update method signatures for SimpleOnGestureListener.
GestureDetector onTouchEvent now expects only a NonNull MotionEvent.
2 years ago
mcarare 7b3a6febf7 [fenix] For https://github.com/mozilla-mobile/fenix/issues/25980: Use new extension function to get fragment's NavController. 2 years ago
mcarare 3879051b5c [fenix] For https://github.com/mozilla-mobile/fenix/issues/25980: Replace removed BottomSheetDialog style. 2 years ago
mcarare 2d4f36fa06 [fenix] For https://github.com/mozilla-mobile/fenix/issues/25980: Upgrade navigation, lifecycle, fragment and core to latest versions. 2 years ago
mozilla-l10n-automation-bot 64c04b5602 [fenix] Import l10n. (https://github.com/mozilla-mobile/fenix/pull/27361)
Co-authored-by: Ryan VanderMeulen <rvandermeulen@mozilla.com>
2 years ago
Ryan VanderMeulen 8df0ae6709 [fenix] Update gradle testing dependencies 2 years ago
suman 7163c05034 [fenix] For https://github.com/mozilla-mobile/fenix/issues/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 f53d77e071 [fenix] For https://github.com/mozilla-mobile/fenix/issues/27095 - Download light/dark wallpaper card colors 2 years ago
MickeyMoz b4f1feb745 [fenix] Update to Android-Components 107.0.20221010143126. 2 years ago
Mugurell ade77707eb [fenix] For https://github.com/mozilla-mobile/fenix/issues/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 6f68949476 [fenix] For https://github.com/mozilla-mobile/fenix/issues/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 6f8854f2f3 [fenix] Import l10n. (https://github.com/mozilla-mobile/fenix/pull/27349) 2 years ago
MickeyMoz ce6769923e [fenix] Update to Android-Components 107.0.20221009143152. 2 years ago
mozilla-l10n-automation-bot 79c4ba5b7e [fenix] Import l10n. (https://github.com/mozilla-mobile/fenix/pull/27342) 2 years ago
MickeyMoz 6ca6b86601 [fenix] Update to Android-Components 107.0.20221008143216. 2 years ago
mozilla-l10n-automation-bot c81b1b39a9 [fenix] Import l10n. (https://github.com/mozilla-mobile/fenix/pull/27335) 2 years ago
MickeyMoz f3d6093bee [fenix] Update to Android-Components 107.0.20221007190140. 2 years ago
kycn 8bb0b07e4d [fenix] Close https://github.com/mozilla-mobile/fenix/issues/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 69ef1479ae [fenix] Close https://github.com/mozilla-mobile/fenix/issues/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 3cad34df8a [fenix] For https://github.com/mozilla-mobile/fenix/issues/27307 - Use the correct warning button text and icon color for DestructiveButton 2 years ago
MickeyMoz ee0838cec2 [fenix] Update to Android-Components 107.0.20221007143235. 2 years ago
mozilla-l10n-automation-bot aa7fe6acb7 [fenix] Import l10n. (https://github.com/mozilla-mobile/fenix/pull/27323) 2 years ago
Roger Yang 31bd795d2f [fenix] Close https://github.com/mozilla-mobile/fenix/issues/27147: Add telemetry for bookmark search 2 years ago
Roger Yang c5efabc51e [fenix] Close https://github.com/mozilla-mobile/fenix/issues/24498: Add test for history search telemetry 2 years ago