Mugurell
ed2857bbe0
For #25586 - Update HTTPs-only setting sumo link
2022-06-14 06:49:39 +00:00
Noah Bond
683226541c
For #25490 - Remove PrimaryText and SecondaryText
2022-06-13 21:17:58 +00:00
MickeyMoz
bd37bef0a9
Update Android Components version to 103.0.20220613143120.
2022-06-13 16:56:37 +00:00
Mozilla L10n Automation Bot
01be73255e
Import l10n.
2022-06-13 00:46:52 +00:00
MickeyMoz
941ab35875
Update Android Components version to 103.0.20220612143104.
2022-06-12 16:38:00 +00:00
Mozilla L10n Automation Bot
345f9fd2d2
Import l10n.
2022-06-12 01:24:54 +00:00
MickeyMoz
6ade7305f9
Update Android Components version to 103.0.20220611143110.
2022-06-11 17:04:15 +00:00
Mozilla L10n Automation Bot
2ecfa3bcf7
Import l10n.
2022-06-11 00:41:03 +00:00
MickeyMoz
6538861629
Update Android Components version to 103.0.20220610143138.
2022-06-10 17:12:33 +00:00
Mugurell
df5786f1e3
For #25381 - Add a setting allowing to toggle Pocket sponsored stories
2022-06-10 15:01:35 +00:00
Mozilla L10n Automation Bot
13c34f16dd
Import l10n.
2022-06-10 00:44:11 +00:00
Jan-Erik Rediger
bbf2d427d2
Adjust all telemetry tests to follow new Glean APIs
...
These are mostly mechanical changes to replace usage of `testHasValue`
with `testGetValue`.
`testGetValue` will now return `null` instead of throwing an exception
if no data is available.
2022-06-09 18:08:04 -04:00
Jan-Erik Rediger
ba7028ec6a
Upgrade to Glean v50 and adopt new Glean APIs
2022-06-09 18:08:04 -04:00
MickeyMoz
1c706143ed
Update Android Components version to 103.0.20220609181205.
2022-06-09 18:08:04 -04:00
MatthewTighe
8a7e8e7b96
for #25545 : turn off task continuity in nightly
2022-06-09 20:56:18 +00:00
Mugurell
1f89e11773
For #25413 : Update AndroidComponents to integrate changes.
2022-06-09 19:48:40 +03:00
indu
31336c0d87
For #25413 : App should not be locked in landscape when a tab or custom tab loads while in pip mode
...
App should not be locked in landscape while in pip mode when a tab or custom tab loads
Co-Authored-By: Mugurell <Mugurell@users.noreply.github.com>
2022-06-09 19:48:40 +03:00
mcarare
e81c38e8fd
For #25563 : Avoid showing delete all dialog twice.
2022-06-09 15:15:43 +00:00
mcarare
78e4875713
For #25563 : Ensure popBackStack does not navigate away from HistoryFragment.
2022-06-09 15:15:43 +00:00
mcarare
ed480b24c4
For #25563 : Show Snackbar only if fragment is still attached.
2022-06-09 15:15:43 +00:00
MickeyMoz
fea25b34a1
Update Android Components version to 103.0.20220608143046.
2022-06-08 17:29:33 +00:00
Mugurell
1a2be2065a
For #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.
2022-06-08 11:33:25 +00:00
Mozilla L10n Automation Bot
070d6288e1
Import l10n.
2022-06-08 00:47:04 +00:00
MickeyMoz
3c00dfe2fa
Update Android Components version to 103.0.20220607143112.
2022-06-07 19:17:02 +00:00
Roger Yang
b48123aa50
Issue #24522 : Add telemetry for unified search
2022-06-07 14:33:46 +00:00
Arturo Mejia
6f0aea9fd9
For #21102 : Build with SDK for Android 12 / API 31 ( #25494 )
...
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
2022-06-07 09:36:46 +00:00
indu
ac31a1ace4
For #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>
2022-06-07 11:49:16 +03:00
Mozilla L10n Automation Bot
ca800f122e
Import l10n.
2022-06-07 01:17:38 +00:00
MickeyMoz
5f12e93998
Update Android Components version to 103.0.20220606190207.
2022-06-06 21:08:05 +00:00
MickeyMoz
0e630c52fe
Update Android Components version to 103.0.20220606143103.
2022-06-06 18:15:46 +00:00
AndiAJ
e977e0292a
For #25125 fix flaky downloadMultipleFileTypesTest UI test
2022-06-06 14:20:18 +00:00
sv-ohorvath
9c6a127a40
For #23858 : replaces opened app verification with intent matching
2022-06-06 12:57:15 +00:00
sv-ohorvath
acb6f5429b
Refactor re-usable methods in TabDrawerRobot.kt
2022-06-06 12:21:22 +00:00
sv-ohorvath
24fd376707
Refactor collections UI tests for Compose
2022-06-06 12:21:22 +00:00
sv-ohorvath
9b35c6fd45
Move collections tests to CollectionTest class
2022-06-06 12:21:22 +00:00
AndiAJ
fff15ea331
For #25393 fix flaky verifyAboutFirefoxPreview UI test
2022-06-06 11:24:19 +00:00
Mozilla L10n Automation Bot
2cd6e15db8
Import l10n.
2022-06-06 00:40:46 +00:00
MickeyMoz
02fe2da476
Update Android Components version to 103.0.20220605143059.
2022-06-05 16:43:44 +00:00
Arturo Mejia
6a33f29a91
Revert "For #24455 - Migrate NoCollectionsMessageViewHolder to Compose"
...
This reverts commit 7b895aba
2022-06-05 13:26:43 +00:00
Mozilla L10n Automation Bot
f55e21e1df
Import l10n.
2022-06-05 00:56:29 +00:00
MickeyMoz
79baa41ff8
Update Android Components version to 103.0.20220604143137.
2022-06-04 16:37:46 +00:00
Mozilla L10n Automation Bot
0e9b9722a1
Import l10n.
2022-06-04 00:48:18 +00:00
Noah Bond
fdd77d0e1e
For #21897 - Disable leftover UI test code from #24333
2022-06-03 18:49:13 +00:00
Noah Bond
08a84f8353
For #21897 - Convert inactive tabs to compose
2022-06-03 18:49:13 +00:00
MickeyMoz
0cbf4d9b7f
Update Android Components version to 103.0.20220603143119.
2022-06-03 17:14:08 +00:00
mcarare
48cb5ec268
For #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.
2022-06-03 14:01:40 +00:00
MickeyMoz
e01647a7e8
Update Android Components version to 103.0.20220602231739.
2022-06-03 03:39:25 +00:00
Mozilla L10n Automation Bot
2e5c979ef9
Import l10n.
2022-06-02 21:11:55 -04:00
sunil9211
f89e2f4aca
For #20848 - Hide Download List delete icon in multiselect mode
2022-06-02 22:17:56 +00:00
Noah Bond
9520b8c1f3
For #25379 - Plug FenixTypography into ListItem, Button, TextButton, and ExpandableListHeader
2022-06-02 21:23:50 +00:00