Commit Graph

12931 Commits (f9ac7cfc7d4f9622a1412d36bf6e27f6996cd840)
 

Author SHA1 Message Date
AndiAJ f9ac7cfc7d Bug 1881028 - Add logs to SettingsSubMenuEnhancedTrackingProtectionExceptionsRobot 3 months ago
AndiAJ 1daa2ba0df Bug 1881028 - Convert private variables to functions so they don't get initialised 3 months ago
AndiAJ f4cf272743 Bug 1884363 - Add logs to ThreeDotMenuMainRobot 3 months ago
AndiAJ a6755ca5df Bug 1884363 - Remove redundant assertion functions from ThreeDotMenuMainRobot 3 months ago
github-actions 2b246de4f7 Import translations from android-l10n 3 months ago
github-actions 6a2f85ae5d Import translations from android-l10n 3 months ago
Ryan VanderMeulen 2e81cf37cc Bug 1883763 - Add suppressions to firefox-android code still using the now-deprecated APIs 3 months ago
github-actions 321fa1fa10 Import translations from android-l10n 3 months ago
mike a 1d795b4372 Bug 1879377 - Hide nav bar when the toolbar becomes focused 3 months ago
mike a ebfc9edc79 Bug 1879648 - Disable menu toolbar when nav bar is enabled 3 months ago
Mark Hammond 7e7f0832db Bug 1879332 - ensure synced tabs includes the inactive property 3 months ago
JohanLorenzo 14138220ca Update Fenix initial_experiments.json based on the current first-run experiments in experimenter 3 months ago
iorgamgabriel 63d82ce203 Bug 1883465 - Bottom Sheet in landscape should span the full screen 3 months ago
rahulsainani 0b15973796 Bug 1862295 - Translations UI Integration Integrate Error States 3 months ago
Ryan VanderMeulen 06a48206e6 Revert "Bug 1876398 - Update AndroidX Compose to version 1.6.1" because it depends on the AGP 8.3.0 update
This reverts commits 256fa9607e9afdfe8567747d1c6f63cbc7bf918e,
1d08590f1813f176fcb3973443b2785640a13141, and
2ba9b2bc6eae0b6c1626eb161868b4efb495c0db
3 months ago
AndiAJ 619130843a Bug 1884329 - Add logs to TabDrawerRobot 3 months ago
AndiAJ c7631e9f90 Bug 1884329 - Remove redundant assertion functions from TabDrawerRobot 3 months ago
AndiAJ 136f00e55f Bug 1846707 - Fix closeAllTabsTest UI test 3 months ago
mike a aa289bc448 Bug 1879373 - Add nav bar to tab preview during swipe-switching 3 months ago
github-actions 3a9e1264f5 Import translations from android-l10n 3 months ago
mcarare 0ae8f720e3 Bug 1876398 - Adjust y offset for new method of positioning.
See https://android-review.googlesource.com/c/platform/frameworks/support/+/2701713.
y offsets are no longer reversed when the menu is near the bottom of the screen.
3 months ago
mcarare a25d950b21 Bug 1876398 - Suppressing deprecation for Swipeable. 3 months ago
Jackie Johnson 561ebfc2d1 Bug 1884154 - Remove openInApp Button Reference from UI Tests 3 months ago
rahulsainani 45cb24460e Bug 1883621 - Add fade edge to long titles in tab strip 3 months ago
AndiAJ 18b52086fd Bug 1833097 - Fix verifyAddAddressViewTest UI test 3 months ago
AndiAJ 03541525b1 Bug 1837569 - Fix verifyStateFieldUpdatesInAccordanceWithCountryFieldTest UI test 3 months ago
sarah541 2a5f1a8b36 Bug 1883753 - Remove menu from custom tab bar 3 months ago
github-actions f86c484851 Import translations from android-l10n 3 months ago
AndiAJ d42aca60dc Bug 1868261 - Add hiding on scroll behaviour to navbar 3 months ago
JohanLorenzo 552a96e5ae Update Fenix initial_experiments.json based on the current first-run experiments in experimenter 3 months ago
AndiAJ f0363a27bb Bug 1881349 - Fix failing Fenix UI tests 3 months ago
Ryan VanderMeulen f1fae35a87 Bug 1881349 - Remove call to removed ensureFullyVisible function 3 months ago
Ryan VanderMeulen c0a894becd Bug 1881349 - Use setText() rather than trying to directly assign the value 3 months ago
ohall-m ea3ef40d0d Bug 1882572 - Instrumenting Translations Nimbus Feature Release
This patch adds instrumentation for releasing separate sections of the
translations feature.
3 months ago
iorgamgabriel 146b63c137 Bug 1883420 - Global Automatic translation text should not be cut off 3 months ago
iorgamgabriel e18a08f88a Bug 1883418 - Translate icon is should be visible on Private Browsing Mode 3 months ago
oana.horvath a04657a0d6 Bug 1883870 - Improve test logs in bookmarks and downloads storage deletion in UI test 3 months ago
rahulsainani 8a2d4cf665 Bug 1882106 - Show undo snackbar when tab is closed via tab strip 3 months ago
t-p-white 7d42525477 Bug 1873457 - throw exception when an unsupported Activity is used in Activity ext 3 months ago
github-actions be13d13683 Import translations from android-l10n 3 months ago
Roger Yang e5e0ccb073 Bug 1875668 - Bypass cache when intercepting site in desktop mode 3 months ago
t-p-white 7146e44bad Bug 1813913 - Added support for Custom Tabs setColorScheme & setColorSchemeParams API 3 months ago
AndiAJ 2e5fc3b409 Bug 1877277 - Translations add Check for isTranslationsEngineSupported 3 months ago
James Hugman cb7afcb65c Bug 1880544 — Add action params to MessageData
This is a breaking change, for experimenter users of the messaging feature.

It tightens up the type of `action` to use the string-alias `ActionName`,
i.e. only keys of the `actions` table.

This is a large improvment in usability for message senders using the
experimenter UI.

This removes the ability to open URLs directly in the action.

For this, the new `action-params` map is used to parameterize the
action's deeplink URL.

For example, whereas before you may have said:

```json
"action": "https://example.com/survey?client={uuid}"
```

now you might write:

```json
"action": "OPEN_URL"
"action-params": {
    "private": "true",
    "url": "https://example.com/survey?client={uuid}"
}
```

`action-params` are specific to each action, and so cannot be validated by
the messsaging system.
3 months ago
rahulsainani 53e1028749 Bug 1883065 - Fix tab strip visibility issue on custom tabs 3 months ago
iorgamgabriel f8871569f8 Bug 1881831 - Translations Integration - Add "Offer to translate when possible" Connection 3 months ago
iorgamgabriel 0b6c95dfed Bug 1879868 - Translations Automatically Popup bottom sheet on Offer Translation 3 months ago
AndiAJ 422b627549 Bug 1882976 - Add logs to ShareOverlayRobot 3 months ago
AndiAJ fecf2c51a8 Bug 1883363 - Add logs to SettingsSubMenuSearchRobot 3 months ago
AndiAJ 690667f1d9 Bug 1883331 - Add logs to SitePermissionsRobot 3 months ago