Commit Graph

10027 Commits (d6b68d0cb360e34143caaf6c6d09e25298adf3b8)
 

Author SHA1 Message Date
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
MickeyMoz 8fcf22d62b [fenix] Update to Android-Components 107.0.20221006143319. 2 years ago
Aaron Train 4d6be1412b [fenix] No issue: Disable ETP permanent UI test failures 2 years ago
Alexandru2909 9f8c7c53f7 [fenix] For https://github.com/mozilla-mobile/fenix/issues/27128 - Fix accessibility for wallpaper settings "Learn more" heading 2 years ago
mcarare c04cc0550d [fenix] For https://github.com/mozilla-mobile/fenix/issues/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 d123fe7254 [fenix] Bump Sentry to 6.4.2 2 years ago
MickeyMoz 4b1d49c53a [fenix] Update to Android-Components 107.0.20221005223456. 2 years ago
mozilla-l10n-automation-bot bc6511768d [fenix] Import l10n. (https://github.com/mozilla-mobile/fenix/pull/27296) 2 years ago
mergify 884d8a2186 [fenix] update initial_experiments.json based on the current first-run experiments in experimenter 2 years ago
Arturo Mejia 4fdfb13d88 [fenix] For https://github.com/mozilla-mobile/fenix/issues/3709: Add save to PDF UI. 2 years ago
MickeyMoz 3408be0b75 [fenix] Update to Android-Components 107.0.20221005143122. 2 years ago
mcarare b057c4453c [fenix] For https://github.com/mozilla-mobile/fenix/issues/27253: Add content description to close button. 2 years ago
mozilla-l10n-automation-bot 6235e24725 [fenix] Import l10n. (https://github.com/mozilla-mobile/fenix/pull/27271) 2 years ago
MickeyMoz f26479b3a4 [fenix] Update to Android-Components 107.0.20221004145201. 2 years ago
sv-ohorvath 76582229be [fenix] No issue: adds new onboarding smoke tests 2 years ago
Alexandru2909 63841d70c4 [fenix] For https://github.com/mozilla-mobile/fenix/issues/27129 - Fix accessibility for default wallpaper thumbnail 2 years ago
mozilla-l10n-automation-bot c326970961 [fenix] Import l10n. (https://github.com/mozilla-mobile/fenix/pull/27260) 2 years ago
MickeyMoz a9f2df907a [fenix] Update to Android-Components 107.0.20221003143033. 2 years ago
Mugurell e5f35731ad [fenix] For https://github.com/mozilla-mobile/fenix/issues/26884 - Re-enable selectAllAndCopyTextTest and copyTextTest
With the other changes from this patch they should now pass.
2 years ago
Mugurell 5249e2b823 [fenix] For https://github.com/mozilla-mobile/fenix/issues/26884 - Update tests to modify settings through the activity rules 2 years ago
Mugurell d7024f1ea5 [fenix] For https://github.com/mozilla-mobile/fenix/issues/26884 - Merge FeatureSettingsHelper with activity rules 2 years ago
Mugurell 41efc4d36c [fenix] For https://github.com/mozilla-mobile/fenix/issues/24544 - Have Talkback use "expand" and "collapse" actions for collections 2 years ago
mozilla-l10n-automation-bot a2158c20fd [fenix] Import l10n. (https://github.com/mozilla-mobile/fenix/pull/27248) 2 years ago
MickeyMoz fe13b5a3ce [fenix] Update to Android-Components 107.0.20221002190240. 2 years ago
mozilla-l10n-automation-bot a7b37a2762 [fenix] Import l10n. (https://github.com/mozilla-mobile/fenix/pull/27242) 2 years ago
MickeyMoz 29dc3bd4d1 [fenix] Update to Android-Components 107.0.20221001143328. 2 years ago
mozilla-l10n-automation-bot 01a16174d9 [fenix] Import l10n. (https://github.com/mozilla-mobile/fenix/pull/27235) 2 years ago
MickeyMoz 362be0a234 [fenix] Update to Android-Components 107.0.20220930190122. 2 years ago
mike a f40e324ee2 [fenix] Closes https://github.com/mozilla-mobile/fenix/issues/27209: fix WallpapersSettings crash 2 years ago
sv-ohorvath 169d4c944f [fenix] No issue: remove sdk suppression tests tags for API28 and unschedule cron job 2 years ago
MickeyMoz 536d75315b [fenix] Update to Android-Components 107.0.20220929190135. 2 years ago
mozilla-l10n-automation-bot 580b02f086 [fenix] Import l10n. (https://github.com/mozilla-mobile/fenix/pull/27225) 2 years ago
AndiAJ 871a2ce5af [fenix] For https://github.com/mozilla-mobile/fenix/issues/26087 re-enable UI tests affected by tabs tray migration to compose 2 years ago
MatthewTighe 74df63148a [fenix] For https://github.com/mozilla-mobile/fenix/issues/27127: do not display wallpaper onboarding in private browsing mode 2 years ago