Commit Graph

7488 Commits (3d169a733d371d02351ee6327a0d7304aa2497d0)

Author SHA1 Message Date
mcarare 3d169a733d [fenix] For https://github.com/mozilla-mobile/fenix/issues/25563: Show Snackbar only if fragment is still attached. 2 years ago
Mugurell 91153193ac [fenix] For https://github.com/mozilla-mobile/fenix/issues/24744 - Observe and update selector icon while the View is attached
This avoids having to pass another LifecycleOwner from outside and will ensure
the View is update only in the bounds of it being attached.

The observe-update code is moved to bind(..) as that seems like a more
idiomatic callback for updating an already constructed View rather than
createView() which should only create and return a View.
2 years ago
Mozilla L10n Automation Bot 0e0740411e [fenix] Import l10n. 2 years ago
Roger Yang d1c8951434 [fenix] Issue https://github.com/mozilla-mobile/fenix/issues/24522: Add telemetry for unified search 2 years ago
Arturo Mejia 379fdc5252 [fenix] For https://github.com/mozilla-mobile/fenix/issues/21102: Build with SDK for Android 12 / API 31 (https://github.com/mozilla-mobile/fenix/pull/25494)
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
2 years ago
indu 80f38dba6f [fenix] For https://github.com/mozilla-mobile/fenix/issues/25455 : Let A-C handle toolbar expanding when URL changes
This fix allows the toolbar to be visible after the user clicks on a link and scrolls

Co-Authored-By: Mugurell <Mugurell@users.noreply.github.com>
2 years ago
Mozilla L10n Automation Bot 0a948b4324 [fenix] Import l10n. 2 years ago
AndiAJ 14af42f52f [fenix] For https://github.com/mozilla-mobile/fenix/issues/25125 fix flaky downloadMultipleFileTypesTest UI test 2 years ago
sv-ohorvath 78fecdb65e [fenix] For https://github.com/mozilla-mobile/fenix/issues/23858: replaces opened app verification with intent matching 2 years ago
sv-ohorvath 26214c596c [fenix] Refactor re-usable methods in TabDrawerRobot.kt 2 years ago
sv-ohorvath 42d659b6ab [fenix] Refactor collections UI tests for Compose 2 years ago
sv-ohorvath 51a694869d [fenix] Move collections tests to CollectionTest class 2 years ago
AndiAJ dea8bbfa92 [fenix] For https://github.com/mozilla-mobile/fenix/issues/25393 fix flaky verifyAboutFirefoxPreview UI test 2 years ago
Mozilla L10n Automation Bot d15af86619 [fenix] Import l10n. 2 years ago
Arturo Mejia 8b7799a3fe [fenix] Revert "For https://github.com/mozilla-mobile/fenix/pull/24455 - Migrate NoCollectionsMessageViewHolder to Compose"
This reverts commit eb9d1a88
2 years ago
Mozilla L10n Automation Bot a2c57c9078 [fenix] Import l10n. 2 years ago
Mozilla L10n Automation Bot 6729916e10 [fenix] Import l10n. 2 years ago
Noah Bond c07f7454cd [fenix] For https://github.com/mozilla-mobile/fenix/issues/21897 - Disable leftover UI test code from https://github.com/mozilla-mobile/fenix/issues/24333 2 years ago
Noah Bond 71c77e3e6d [fenix] For https://github.com/mozilla-mobile/fenix/issues/21897 - Convert inactive tabs to compose 2 years ago
mcarare 24e65e06d0 [fenix] For https://github.com/mozilla-mobile/fenix/issues/25505: Clear the stored result in case there is no listener with the same key set.
This is the case when the sharing happens outside the tabs tray.
2 years ago
Mozilla L10n Automation Bot 1226dba90d [fenix] Import l10n. 2 years ago
sunil9211 e255de64bc [fenix] For https://github.com/mozilla-mobile/fenix/issues/20848 - Hide Download List delete icon in multiselect mode 2 years ago
Noah Bond 7cfdab86d8 [fenix] For https://github.com/mozilla-mobile/fenix/issues/25379 - Plug FenixTypography into ListItem, Button, TextButton, and ExpandableListHeader 2 years ago
Noah Bond 9b48f56750 [fenix] For https://github.com/mozilla-mobile/fenix/issues/25379 - Create a Compose Typography system 2 years ago
AndiAJ 0f1e916c3d [fenix] For https://github.com/mozilla-mobile/fenix/issues/25394 and https://github.com/mozilla-mobile/fenix/issues/25380 re-enable BrowsingErrorPages UI tests 2 years ago
sv-ohorvath f929392ad2 [fenix] For https://github.com/mozilla-mobile/fenix/issues/15754: Replace UI tests video asset for video with sound 2 years ago
Mugurell 67ab125ac1 [fenix] For https://github.com/mozilla-mobile/fenix/issues/25472 - Set `context_id` to "application" lifetime.
This change mitigates it being set only once in FenixApplication and then
being reset after the first ping is sent.
By having "application" lifetime once set in FenixApplication will be available
in all future contile pings for that application run.
2 years ago
Mozilla L10n Automation Bot 978a414261 [fenix] Import l10n. 2 years ago
Michael Comella 52be04125d [fenix] Closes https://github.com/mozilla-mobile/fenix/issues/24304 - simplify StartupExcessiveResourceUseTest error message.
It's easier to modify the explanation of the heuristics in code comments
rather than command line strings so I moved the failure explanations
into code comments, allowing me to simplify the test failure error messages.
2 years ago
Michael Comella ceca39d55f [fenix] For https://github.com/mozilla-mobile/fenix/issues/24304 - update StartupExcessiveResourceUseTest documentation.
We want this test to be self service for the fenix team so the meaning
of the documentation was updated. Additionally, we clarified why each
heuristic exists to make the test more accessible to self service.
2 years ago
AndiAJ 2a3fc13187 [fenix] For https://github.com/mozilla-mobile/fenix/issues/25394 disable failing blockUnwantedSoftwarePageTest UI test 2 years ago
Mozilla L10n Automation Bot 36b8aa11a3 [fenix] Import l10n. 2 years ago
Roger Yang 50509437dc [fenix] No issue: Cleanup default toolbar menu 2 years ago
Mugurell 08b668cc1f [fenix] For https://github.com/mozilla-mobile/fenix/issues/25459 - Show Pocket sponsored stories irrespective of topics selections 2 years ago
mcarare bf758fac0b [fenix] For https://github.com/mozilla-mobile/fenix/issues/25437: Fix label values for labeled counters. 2 years ago
Mozilla L10n Automation Bot cdcc9b4fdc [fenix] Import l10n. 2 years ago
Roger Yang c46d478500 [fenix] Close https://github.com/mozilla-mobile/fenix/issues/25449: Use "Enter search terms" as hint when using application search engine 2 years ago
Gabriel Luong 8d80ff0aab [fenix] For https://github.com/mozilla-mobile/fenix/issues/25444 - Remove all unused strings marked moz:removedIn <= 100 2 years ago
Mozilla L10n Automation Bot 6bccd31e9c [fenix] Import l10n. 2 years ago
Mozilla L10n Automation Bot 88d916ffc1 [fenix] Import l10n. 2 years ago
Arturo Mejia fb6344d0d4 [fenix] No issue: Renew/Remove metrics set to expire in v104 2 years ago
sv-ohorvath ca3d0bffae [fenix] For https://github.com/mozilla-mobile/fenix/issues/25380: Disable blockHarmfulPageTest UI test 2 years ago
MatthewTighe d081128be7 [fenix] fixes https://github.com/mozilla-mobile/fenix/issues/24918: add subregion dropdown to address editor 2 years ago
MatthewTighe e175c84def [fenix] fixes https://github.com/mozilla-mobile/fenix/issues/25386: turn task continuity on by default for nightly 2 years ago
Gabriel Luong 397f1ffbb2 [fenix] For https://github.com/mozilla-mobile/fenix/issues/24300 - Add Tabs to the search engine menu 2 years ago
Alexandru Putanu 9bdc88cfb3 [fenix] For https://github.com/mozilla-mobile/fenix/issues/25397 - Telemetry for credit card save and update (https://github.com/mozilla-mobile/fenix/pull/25411)
* For https://github.com/mozilla-mobile/fenix/issues/25397 - Telemetry for credit card save and update

* Use Fenix Issue fro Bugs

Co-authored-by: Gabriel Luong <gabriel.luong@gmail.com>
Co-authored-by: Roger Yang <royang@mozilla.com>
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
2 years ago
Mugurell ac6ba404c6 [fenix] For https://github.com/mozilla-mobile/fenix/issues/25352 - Add a new FML feature to gate Pocket sponsored stories 2 years ago
Roger Yang bd2263d32d [fenix] Issue https://github.com/mozilla-mobile/fenix/issues/24301: Add Bookmarks to the search engine menu 2 years ago
Mugurell 54f5cd82aa [fenix] For https://github.com/mozilla-mobile/fenix/issues/24040: App should not crash when the search widget is clicked while PIP mode is active (https://github.com/mozilla-mobile/fenix/pull/25410)
When the search event is from the search widget while PIP is active, the search fragment opens after the screen is unlocked. This avoids the issue of the search page opening in landscape mode and also the app doesn't crash.

Co-Authored-By: Mugurell <Mugurell@users.noreply.github.com>

Co-authored-by: indu <indu@ramkystech.com>
2 years ago
Mozilla L10n Automation Bot 27a979c45c [fenix] Import l10n. 2 years ago