Commit Graph

12905 Commits (2a5f1a8b36741f575a9a6aa7f2d8e2d5422ebca0)
 

Author SHA1 Message Date
sarah541 2a5f1a8b36 Bug 1883753 - Remove menu from custom tab bar 4 months ago
github-actions f86c484851 Import translations from android-l10n 4 months ago
AndiAJ d42aca60dc Bug 1868261 - Add hiding on scroll behaviour to navbar 4 months ago
JohanLorenzo 552a96e5ae Update Fenix initial_experiments.json based on the current first-run experiments in experimenter 4 months ago
AndiAJ f0363a27bb Bug 1881349 - Fix failing Fenix UI tests 4 months ago
Ryan VanderMeulen f1fae35a87 Bug 1881349 - Remove call to removed ensureFullyVisible function 4 months ago
Ryan VanderMeulen c0a894becd Bug 1881349 - Use setText() rather than trying to directly assign the value 4 months ago
ohall-m ea3ef40d0d Bug 1882572 - Instrumenting Translations Nimbus Feature Release
This patch adds instrumentation for releasing separate sections of the
translations feature.
4 months ago
iorgamgabriel 146b63c137 Bug 1883420 - Global Automatic translation text should not be cut off 4 months ago
iorgamgabriel e18a08f88a Bug 1883418 - Translate icon is should be visible on Private Browsing Mode 4 months ago
oana.horvath a04657a0d6 Bug 1883870 - Improve test logs in bookmarks and downloads storage deletion in UI test 4 months ago
rahulsainani 8a2d4cf665 Bug 1882106 - Show undo snackbar when tab is closed via tab strip 4 months ago
t-p-white 7d42525477 Bug 1873457 - throw exception when an unsupported Activity is used in Activity ext 4 months ago
github-actions be13d13683 Import translations from android-l10n 4 months ago
Roger Yang e5e0ccb073 Bug 1875668 - Bypass cache when intercepting site in desktop mode 4 months ago
t-p-white 7146e44bad Bug 1813913 - Added support for Custom Tabs setColorScheme & setColorSchemeParams API 4 months ago
AndiAJ 2e5fc3b409 Bug 1877277 - Translations add Check for isTranslationsEngineSupported 4 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.
4 months ago
rahulsainani 53e1028749 Bug 1883065 - Fix tab strip visibility issue on custom tabs 4 months ago
iorgamgabriel f8871569f8 Bug 1881831 - Translations Integration - Add "Offer to translate when possible" Connection 4 months ago
iorgamgabriel 0b6c95dfed Bug 1879868 - Translations Automatically Popup bottom sheet on Offer Translation 4 months ago
AndiAJ 422b627549 Bug 1882976 - Add logs to ShareOverlayRobot 4 months ago
AndiAJ fecf2c51a8 Bug 1883363 - Add logs to SettingsSubMenuSearchRobot 4 months ago
AndiAJ 690667f1d9 Bug 1883331 - Add logs to SitePermissionsRobot 4 months ago
AndiAJ 5473cc0881 Bug 1883331 - Convert private variables to functions so they don't get initialised 4 months ago
github-actions 7805bb5580 Import translations from android-l10n 4 months ago
AndiAJ 8575c604d2 Bug 1882987 - Add logs to SiteSecurityRobot 4 months ago
AndiAJ a7a1f3d0da Bug 1882987 - Convert private variables to functions so they don't get initialised 4 months ago
AndiAJ 0bbeb07069 Bug 1882987 - Remove redundant assertion functions from SiteSecurityRobot 4 months ago
iorgamgabriel 04d03862d2 Bug 1856986 - Translations UI Integration Preference Logic - Page Settings 4 months ago
AndiAJ fcba28732a Bug 1883021 - Add logs to ThreeDotMenuBookmarksRobot 4 months ago
AndiAJ 5278829968 Bug 1883014 - Add logs to SystemSettingsRobot 4 months ago
AndiAJ e648854b3e Bug 1883014 - Convert private variables to functions so they don't get initialised 4 months ago
AndiAJ 9bf557cf36 Bug 1883005 - Add logs to SyncSignInRobot 4 months ago
iorgamgabriel 9656f1f95e Bug 1862289 - Translations UI Integration Low Data Translate 4 months ago
github-actions 9df7a60315 Import translations from android-l10n 4 months ago
github-actions e30c602dba Import translations from android-l10n 4 months ago
github-actions 0bf41251a9 Import translations from android-l10n 4 months ago
Harrison Oglesby 56e77609ba Bug 1864760 - Hide Menu, Home, and Tab counter button from BrowserFragment Toolbar. 4 months ago
Harrison Oglesby aa8403e585 Bug 1870933 - Remove Tabs and Menu buttons from HomeFragment 4 months ago
Harrison Oglesby f686e75992 Bug 1874298 - Add Reload Page action to PageActions in Toolbar 4 months ago
Harrison Oglesby ff3f340c91 Bug 1870939 - Add Share Page to PageActions in Toolbar 4 months ago
t-p-white 1cad570d3c Bug 1882778 - Remove redundant experiment string juno_onboarding_privacy_notice_text_2 4 months ago
AndiAJ 7a0585fb75 Bug 1882768 - Add logs to SettingsTurnOnSyncRobot 4 months ago
AndiAJ bb8ea98aaa Bug 1882768 - Remove redundant assertion functions from SettingsSubMenuTabsRobot 4 months ago
AndiAJ 00ee20d00e Bug 1882740 - Add logs to SettingsSubMenuTabsRobot 4 months ago
AndiAJ faf5cfed66 Bug 1882740 - Remove redundant assertion functions from SettingsSubMenuTabsRobot 4 months ago
Noah Bond 600b78f2d1 Bug 1882914 - Add `iconOnColorDisabled` color token 4 months ago
t-p-white b4928654d2 Bug 1882308 - Updated custom tab to support private mode 4 months ago
Jonathan Almeida 674bef5781 Bug 1881571 - Add tooling-lint component to Fenix 4 months ago