Commit Graph

8619 Commits (f079626a0b2c649398ec89a8ede87ef0f1406497)

Author SHA1 Message Date
gitstart b53c7d064c Bug 1818473 - Ignore case when searching through logins
(cherry picked from commit ead06aa0dc1c72bdad4fc5de04e90d276ba03ed1)
1 year ago
GitStart 1eef45d4f3 Bug 1810631 - Display name instead of e-mail in menu (#920)
* Bug 1810631 - Display name instead of e-mail in menu.

* Bug 1810631 - Display name instead of e-mail in menu

---------

Co-authored-by: gitstart <gitstart@users.noreply.github.com>
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
(cherry picked from commit 1d4dbc338ff7404e23c4566dde924b23a062c1e4)
1 year ago
James Hugman 5be7589c21 Bug 1819914 - Call ensureMarketingChannelExists in MessageNotificationWorker
(cherry picked from commit 0281b2c8b919888ca181410510b184f085fdbc6e)
1 year ago
Mugurell ab9f2a8eba Bug 1820169 - Ensure shortcuts snackbars are shown
They must have the right parent to ensure they are shown on top of other Views
and that they are also scrollable in pair with the bottom toolbar.

(cherry picked from commit e2679f80d3f868cdd62b11b654c885a10ea92a8c)
1 year ago
GitStart 97d581fdec Bug 1815631 - changed height and reduced padding for `Active` text from the Studies menu (#919)
* Bug 1815631 - changed height and reduced padding for Active text from the Studies menu

* Bug 1815631 - changed height and reduced padding for Active text from the Studies menu

---------

Co-authored-by: gitstart <gitstart@users.noreply.github.com>
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
(cherry picked from commit cc2c6e4e9ecf17e5c67528ce64f15cba5d0dbaea)
1 year ago
Bruno Rosa 1a7481a976 Bug 1822283 - Fix race condition for Ad IDs
There is a race condition with generated hashed Ad IDs because we were
using a single metric rather than separate metrics for each. We use this
new metric so we can send a differently salted version of the ad ID in
two separate pings.
1 year ago
Bruno Rosa e8ad3c4c04 Bug 1817029 - Add the client-deduplication ping (#861)
* Bug 1817245 - new Nimbus feature for controlling client-deduplication ping

This feature will enable/disable the sending of the `client-deduplication`
ping that will be added in a later PR.

* Bug 1817029 - Add the client-deduplication ping

The `client-deduplication` ping will be used to determine if
client IDs are being regenerated erroneously. This ping uses
the lifecycle observers to (almost) replicate the same scheduling
as the baseline ping.

* Bug 1817029 - Suggested changes

changelog
- add `reason` for new ping
- update the unit test for the new ping
- add new metrics
- allow for custom salt when hashing the Ad ID
- move the Nimbus check to the lifecycle observer
- record the new metrics

* Bug 1817029 - Update fenix/.experimenter.yaml

Co-authored-by: Alessio Placitelli <alessio.placitelli@gmail.com>

* Bug 1817029 - remove unnecessary pass-through function

* Bug 1817029 - add the GleanTestRule for tests

* Bug 1817029 - Update fenix/app/src/test/java/org/mozilla/fenix/components/metrics/clientdeduplication/ClientDeduplicationPingTest.kt

Co-authored-by: Travis Long <tlong@mozilla.com>

* Bug 1817029 - remove unnecessary call to main thread

* Bug 1817029 - update comment about hashing

---------

Co-authored-by: Alessio Placitelli <alessio.placitelli@gmail.com>
Co-authored-by: Travis Long <tlong@mozilla.com>
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
1 year ago
DreVla 4ab8c40fbb Bug 1817611 - Revert using live region for talkback on navbar swipe
A previous PR introduced accessibilityLiveRegion for EngineView
in order for talkback to dictate when swiping to another tab on navbar.
This change lead to talkback dictating the title/url of the current
page even when tapping empty spaces or when certain elements lose focus.
Changing the implementation from using live regions to the
announceForAccessibility method seems to fix this issue.

(cherry picked from commit 02e8e6749fbd9ccff884b720d6bac807186b3bfe)
1 year ago
github-actions[bot] b43e67fd07 Uplift Fenix strings from main to releases_v111 1 year ago
Arturo Mejia 6cecf5acf1 Bug 1818056 - Delay TCP CFR until dismissing the cookie banner re-engagement dialog
(cherry picked from commit 57cc7b0eaa2cd733b8dff74d4e71837416d26229)
1 year ago
github-actions[bot] 52f18956c1 Uplift Fenix strings from main to releases_v111 1 year ago
github-actions[bot] 8c7ef3a48b Uplift Fenix strings from main to releases_v111 1 year ago
Alexandru2909 f7367af3f7 Bug 1818774 - Navigate to search dialog when interacting with homescreen private browsing button
(cherry picked from commit ee94e6fed9e6bff88b75b5f3d6f455934a9b542d)
1 year ago
github-actions[bot] 3e6894131f Uplift Fenix strings from main to releases_v111 1 year ago
rahulsainani 0a1f9b703c Bug 1817726 - Add Recents url sharing
(cherry picked from commit c2586cba5091402723e4b4aaab7ac357a5e0b707)
1 year ago
gitstart 127a9eddcd Bug 1812447 - Search Logins by Username
(cherry picked from commit 4246fb145c17b23d0a6240bb30bb7d6be5b232e6)
1 year ago
github-actions[bot] 2e36c11264 Uplift Fenix strings from main to releases_v111 1 year ago
Noah Bond 54b9ddafc5 Bug 1813753 - Skip the half-expanded state when collapsing the Tabs Tray
(cherry picked from commit ad885909685e567d087cf19873fa168462c7565d)
1 year ago
James Hugman 5a2da30134 Bug 1816433 - Reduce maybeFetchExperiments interval when using the preview collection
(cherry picked from commit 30ab88c935389eb37e31d257c3bbceff021f370b)
1 year ago
JohanLorenzo f2021a941c Update Fenix initial_experiments.json based on the current first-run experiments in experimenter
(cherry picked from commit 6da5eb52ea651ac92541ed71d468cf72ab5e209e)
1 year ago
github-actions[bot] d148853860 Uplift Fenix strings from main to releases_v111 1 year ago
Alexandru2909 3c261a98f5 Bug 1818015 - Use custom tab to show privacy notice during onboarding
(cherry picked from commit 8661a63a378da6c76fede176824e8c8655d9d560)
1 year ago
github-actions[bot] 17a74db488 Uplift Fenix strings from main to releases_v111 1 year ago
github-actions[bot] 1066c09578 Uplift Fenix strings from main to releases_v111 1 year ago
github-actions[bot] 018e9046a9 Uplift Fenix strings from main to releases_v111 1 year ago
DreVla b0aaa43961 Bug 1813877 - Announce page title with talkback when swiping on navbar
Talkback now announces the name of the tab switched to using
swipe left or right gestures on the navbar

(cherry picked from commit ce68e6f88e8bbfe096f4843c6f393f259dde6248)
1 year ago
github-actions[bot] ba03efc890 Uplift Fenix strings from main to releases_v111 1 year ago
Noah Bond d93e405755 Bug 1815185 - Remove fixed height from `RecentSyncedTab`
(cherry picked from commit f2ae5e5ed76b5218c7aac89cb7a588c225141921)
1 year ago
github-actions[bot] 53a141cf0c Uplift Fenix strings from main to releases_v111 1 year ago
Roger Yang 4ce0b26bab Bug 1817432 - Always setup notification workers even if marketing channel has not been created
(cherry picked from commit 9aecd047d2b03973e4fa15abe0ada48901895250)
1 year ago
github-actions[bot] 4ca35c6cd0 Uplift Fenix strings from main to releases_v111 1 year ago
Mugurell 77dd99a48d Bug 1814678 - Enable pull to refresh in beta also
(cherry picked from commit b970a91da086bd4d4c3331f983c9b0abc3e88aae)
1 year ago
github-actions[bot] 0b72435642 Uplift Fenix strings from main to releases_v111 1 year ago
github-actions[bot] 622901a544 Uplift Fenix strings from main to releases_v111 1 year ago
github-actions[bot] 8f37952f68 Uplift Fenix strings from main to releases_v111 1 year ago
JohanLorenzo 3966c49875 Uplift Fenix strings from main to releases_v111 1 year ago
t-p-white 297a0b5c84 Bug 1816892 - Update the Private Browsing Mode CFR that currently says, “Launch next private tab in one tap.” to say “Launch your next private tab in one tap".
(cherry picked from commit 2356c2ffa6a1f9f5f48cb5420eb1621e4b81aa8a)
1 year ago
JohanLorenzo 19802bf830 Uplift Fenix strings from main to releases_v111 1 year ago
Arturo Mejia e28eafe9ad Bug 1816186 - Use detect-only just when we can show the re-engagement dialog
(cherry picked from commit afcbb55e7f89527b40a21ef90d0816f94df17b1a)
1 year ago
oana.horvath c6b3ca1fea Bug 1816683 - Fix AC version not displayed in verifyAboutFirefoxPreview UI test
(cherry picked from commit 289b44804e7750d0dbc44fe46061e41e344e2768)
1 year ago
Johan Lorenzo fc46cfaa3d Bug 1808605 - part 3: Prefix fenix variants with `fenix`
(cherry picked from commit 07ee3642ad1b959ac55c946228cf5dd97e147af0)
1 year ago
Gabriel Luong bd55e7b538 Bug 1804785 - Consume AC via gradle build with relative path in Fenix
(cherry picked from commit e1d8c790d655ad79307cc79acce149f1d2100166)
1 year ago
github-actions[bot] 0ca9a00e62 [fenix] Sync Strings from main to releases_111.0 (https://github.com/mozilla-mobile/fenix/pull/28830)
* Strings - app/src/main/res/values-gn/strings.xml

* Strings - app/src/main/res/values-ja/strings.xml

* Strings - app/src/main/res/values-tg/strings.xml

---------

Co-authored-by: runner <runner@7dc59233e137>
1 year ago
mozilla-l10n-automation-bot 33d9fc0640 [fenix] Import l10n. (https://github.com/mozilla-mobile/fenix/pull/28823) 1 year ago
mozilla-l10n-automation-bot 84bcd0bf64 [fenix] Import l10n. (https://github.com/mozilla-mobile/fenix/pull/28822) 1 year ago
mozilla-l10n-automation-bot a35039e8b1 [fenix] Import l10n. (https://github.com/mozilla-mobile/fenix/pull/28820) 1 year ago
DreVla 18db357649 [fenix] Bug 1814506 - Add unit tests to cover multi selection of tabs
Three new unit tests have been added to cover cases when
multiple tabs are selected or unselected.
1 year ago
t-p-white 5b923f4bf6 [fenix] Bug 1815433 - Pre-release fix up of defaults in messaging.fml.yaml configuration. 1 year ago
iorgamgabriel b232ce3650 [fenix] Bug 1815424 - Show Dialog should not be called multiple times. 1 year ago
mozilla-l10n-automation-bot a8343a795b [fenix] Import l10n. (https://github.com/mozilla-mobile/fenix/pull/28811) 1 year ago