Commit Graph

9018 Commits (8fe4e610d459204614a0d4c09633a3d4b4fa659a)

Author SHA1 Message Date
Roger Yang e7d3c97ea1 Bug 1829937 - Remove "Always" as an option for app links in private browsing 1 year ago
Raphael Pierzina b235360366 Bug 1822119 - Store new UUID in shared prefs and send in metrics ping (#1541) 1 year ago
rahulsainani 18bae37f2a Bug 1829301 - Make fenix onboarding singleton 1 year ago
t-p-white c27779ccb4 Bug 1826766 - Add onboarding feature manifest. 1 year ago
AndiAJ 506f28e27f Bug 1830030 - disable failing deleteCollectionTest UI test 1 year ago
AndiAJ 0bc581115e Bug 1829600 - Simplify connection error message check 1 year ago
AndiAJ 072af09bbc Bug 1829600 - New no internet connection error page UI test 1 year ago
AndiAJ 07bdcbc994 Bug 1829600 - New address not found error page UI test 1 year ago
github-actions 250e8ef04e Import translations from android-l10n 1 year ago
rahulsainani 283a2d161b Bug 1829795 - Resize onboarding page image based on screen height 1 year ago
oana.horvath b54df009c3 Bug 1829359 - Refactor clickPageObject methods in UI tests and other repetitive methods 1 year ago
rahulsainani 3fcc8890b0 Bug 1829619 - Fix external ActivityNotFoundException for default browser settings 1 year ago
iorgamgabriel 990886fc6c Bug 1825429 - Tapping on empty search result should cancel search mode. 1 year ago
github-actions 8398b4bdfb Import translations from android-l10n 1 year ago
rahulsainani 9a42f5e6e1 Bug 1829682 - Fix onboarding vertical scroll 1 year ago
Alexandru2909 d9d6c4093c Bug 1819196 - Plug-in tabs tray fab business logic 1 year ago
AndiAJ 3988731632 Bug 1807270 - Re-enable open tabs thumbnail check in UI tests 1 year ago
Alexandru2909 fc40edf578 Bug 1816522 - Add multi selection banner UI 1 year ago
github-actions 3f318de778 Import translations from android-l10n 1 year ago
github-actions 802f8ec65c Import translations from android-l10n 1 year ago
github-actions 81e40ec3a4 Import translations from android-l10n 1 year ago
AndiAJ ee91754ccb Bug 1807270 - Re-enable selectTabOnLongTapTest UI test 1 year ago
AndiAJ 0732299760 Bug 1807270 - Re-enable remaining closing open tabs related UI tests 1 year ago
github-actions dd6d4e8147 Import translations from android-l10n 1 year ago
Perry McManis 388d659ab2 Bug 1828936 - Update the pings.yaml entry for first-session ping 1 year ago
Noah Bond 4e5757a0ac Bug 1822193 - Scroll to the active tab when opening the Tabs Tray 1 year ago
rahulsainani c9b5c9a7d4 Bug 1827631 - Use debugImplementation for compose tooling 1 year ago
github-actions 884f002bf0 Import translations from android-l10n 1 year ago
Geoff Brown 945c5534fc Bug 1825116 - Add license notice where missing (#1637)
* Bug 1825116 - Add license notice where missing

* Bug 1825116 - Revert changes to strings.xml

* Bug 1825116 - Restore ic_cc*.xml
1 year ago
MatthewTighe 088258e4f1 Bug 1810912 - Use layer2 for all favicon backgrounds on homepage. 1 year ago
Roger Yang 852cc9c880 Bug 1828947 - Update notification email for permanent telemetry collections 1 year ago
AndiAJ c8ae92a7fa Bug 1827868 - Use new local asset in PDF related UI tests 1 year ago
AndiAJ b174327635 Bug 1827868 - Create new PDF context menu variations UI test 1 year ago
oana.horvath 7456e14576 Bug 1827844 - Adds file upload permission smoke test 1 year ago
Noah Bond 1d058767f7 Bug 1814992 - Add `SyncedTabsList` to `TabsTray` 1 year ago
AndiAJ 23bbffe22b Bug 1827406 - New connection error message UI test 1 year ago
Roger Yang 304ff9a0b7 Bug 1827686 - Add telemetry for user updating Default Search Engine 1 year ago
JohanLorenzo 3e7866de6f Update Fenix initial_experiments.json based on the current first-run experiments in experimenter 1 year ago
rahulsainani 18d2815cd2 Bug 1827030 - Enable juno onboarding in nightly for new users 1 year ago
oana.horvath f560701bd0 Bug 1828663 - Disables failing selectAllAndCopyPDFTextTest 1 year ago
oana.horvath cbf1bf286e Bug 1824136 - New tests coverage for site permissions settings 1 year ago
github-actions 517370eb89 Import translations from android-l10n 1 year ago
Noah Bond 003db9a42f Bug 1821425 - Add the logic to show the selected tab UI and the multi selection tab UI 1 year ago
Noah Bond 45a57fa73d Bug 1826882 - Open `TabsTray` in the private page when opening it from an active private tab 1 year ago
rahulsainani 6c7fcda055 Bug 1826944 - Onboarding now follows device orientation for tablets 1 year ago
github-actions 872333dd83 Import translations from android-l10n 1 year ago
github-actions b7489387a2 Import translations from android-l10n 1 year ago
github-actions f5a263b01b Import translations from android-l10n 1 year ago
Jemshit Tuvakov 51479bc367 Bug 1825799 - Make MozillaOnlineHomeActivity final by default. 1 year ago
github-actions d6090f7224 Import translations from android-l10n 2 years ago
Geoff Brown 9a49423ef9 Bug 1825116 - Resolve some warnings found by the rejected-words linter 2 years ago
GitStart 580b1a6cb7 Bug 1814192 - Set the delete menu item to inactive when there is no browsing data 2 years ago
github-actions 7ef255bfa7 Import translations from android-l10n 2 years ago
Geoff Brown 5692b4b13b Bug 1825116 - Resolve many black, isort, and file-whitespace lint issues 2 years ago
AndiAJ b83d16558d Bug 1827192 - New main menu items related UI tests 2 years ago
AndiAJ ea8a779027 Bug 1827192 - Remove mainMenuBookmarkButtonTest UI test 2 years ago
AndiAJ ac88dd38c5 Bug 1827192 - Move main menu items related UI tests to a new class 2 years ago
github-actions d9723dce40 Import translations from android-l10n 2 years ago
DreVla ac4f4ccaca Bug 1802584 - Announce "Find in page" edit box when using Talkback
When using talkback, the focus keeps jumping between the dismiss
button and the "Find in page" edit text. Seems like giving up
the view stub fixes this issue. Considering that the view inflation
performance wins are rather small for such added complexity,
we have given up the view stub.
2 years ago
github-actions 900e1169e0 Import translations from android-l10n 2 years ago
Gabriel Luong 5241578885 Bug 1827217 - Start the Nightly 114 development cycle 2 years ago
iorgamgabriel 01cce97266 Bug 1825008 - Create a storage for submitted cookie banner site reports. 2 years ago
AndiAJ 88214343c1 Bug 1810404 - Fix flaky scanButtonAllowPermissionTest UI test 2 years ago
github-actions 67a7811835 Import translations from android-l10n 2 years ago
Roger Yang 9f63ad3ef5 Bug 1827119 - Disable notification pre permission prompt by default 2 years ago
github-actions 1aa34c6a55 Import translations from android-l10n 2 years ago
github-actions f816e34c35 Import translations from android-l10n 2 years ago
rahulsainani c81c013252 Bug 1826874 - Disable juno onboarding on nightly and developer 2 years ago
github-actions 2becb25cd9 Import translations from android-l10n 2 years ago
Noah Bond 2d5a13e4a1 Bug 1819194 - Open `TabsTray` to the initial page in `TabsTrayState` 2 years ago
AndiAJ 93bb4b9c75 Bug 1824928 - Fix and re-enable open links in apps UI tests 2 years ago
AndiAJ 5a8103260a Bug 1826524 - Improve coverage for total cookie protection CFR related UI tests 2 years ago
rahulsainani 632b1eedb8 Bug 1821726 - Part 2: Add juno onboarding telemetry 2 years ago
AndiAJ 864951772a Bug 1826568 - Move audioPlaybackSystemNotificationTest to MediaNotificationTest class 2 years ago
AndiAJ 90b19e349d Bug 1826568 - Add smoke test annotation to videoPlaybackSystemNotificationTest UI test 2 years ago
AndiAJ cbcc44e447 Bug 1825786 - Refactor and create new UI tests related to logins search 2 years ago
github-actions c6b22799e8 Import translations from android-l10n 2 years ago
Roger Yang df95c50e29 Bug 1821475 - Show research surface when survey message is available 2 years ago
Jeff Boek 70d4b7cd46 Bug 1820211 - Adds `tabKilled` event to track when a tab was killed with form data. (#1343)
* Bug 1820211 - Adds `tabKilled` event to track when a tab was killed with form data.

- Also includes if the tab was the active tab and whether the app was in the foreground.

* Bug 1820211 - Adds tests for TelemetryMiddleware and StoreLifecycleObserver

* Bug 1820211 - Renames CheckFormDataAction to UpdateHasFormData
- Removes @property hasFormData comment from sessionState
- Moves checking formdata from TabContentMiddleware to SessionPrioritizationMiddleware

---------

Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
2 years ago
mike a ade756f899 Bug 1826466 – fix unified search icons visibility 2 years ago
JohanLorenzo c255e1fcc6 Update Fenix initial_experiments.json based on the current first-run experiments in experimenter 2 years ago
rahulsainani 2c10d49b30 Bug 1826387 - Enable juno onboarding nimbus flag in nightly 2 years ago
rahulsainani 8834911872 Bug 1822268 - Part 3: Navigate to juno onboarding on first create 2 years ago
github-actions 6c9649575d Import translations from android-l10n 2 years ago
mcarare 310b54552f Bug 1824717 - Refactor RestoreUseCase to remove Robolectric from TabsUseCasesKtTest. 2 years ago
Alexandru2909 701bfd97a2 Bug 1816567 - Create a top-level DropdownMenu composable 2 years ago
Alexandru2909 e5c7f151b0 Bug 1819439 - Add logic to dismiss tabs tray when user taps outside 2 years ago
AndiAJ 502e88da2b Bug 1826094 - Add dialog verification to existing delete browsing UI tests 2 years ago
JohanLorenzo 42ab7b3a43 Update Fenix initial_experiments.json based on the current first-run experiments in experimenter 2 years ago
Roger Yang f9ccd5d020 Bug 1826371 - Update Unified Search to depend on experiment flag instead of feature flag 2 years ago
Noah Bond 9b9616a596 Bug 1814991 - Implement Tabs Tray single select banner UI 2 years ago
rahulsainani 20d3de7c8e Bug 1822268 - Part 2: Add juno onboarding navigation logic 2 years ago
rahulsainani e2927c84c4 Bug 1822268 - Part 1: Add juno onboarding fragment 2 years ago
sarah541 eea79a270b Bug 1821778 - Add card for fullscreen research surface 2 years ago
iorgamgabriel 9c347e9169 Bug 1826370 - reduce_cookie_banner_unsupported_site_request_submitted - comment updated 2 years ago
rahulsainani f108eb7a1e Bug 1821726 - Part 1: Prepare for adding juno onboarding telemetry 2 years ago
Alexandru2909 f94e6b241d Bug 1813418 - Normalize search widget previews and microphone icon 2 years ago
t-p-white 18649586d1 Bug 1825306 - Updated message notification worker notification click to send 'clicked' telemetry. Some minor fixes to messaging.fml.yaml 2 years ago
github-actions d391757b38 Import translations from android-l10n 2 years ago
Noah Bond 7150a54cda Bug 1814993 - Add inactive tabs to the composified `TabsTray` 2 years ago