Commit Graph

7545 Commits

Author SHA1 Message Date
MatthewTighe
07d4a8599d fixes #25386: turn task continuity on by default for nightly 2022-05-27 22:18:40 +00:00
Gabriel Luong
72a2ee688f For #24300 - Add Tabs to the search engine menu 2022-05-27 21:42:56 +00:00
Alexandru Putanu
b9b1124b66
For #25397 - Telemetry for credit card save and update (#25411)
* For #25397 - Telemetry for credit card save and update

* Use Fenix Issue fro Bugs

Co-authored-by: Gabriel Luong <gabriel.luong@gmail.com>
Co-authored-by: Roger Yang <royang@mozilla.com>
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
2022-05-27 21:11:59 +00:00
Mugurell
849d922038 For #25352 - Add a new FML feature to gate Pocket sponsored stories 2022-05-27 18:16:22 +00:00
Roger Yang
229b949650 Issue #24301: Add Bookmarks to the search engine menu 2022-05-27 16:00:29 +00:00
Mugurell
666c839eb7
For #24040: App should not crash when the search widget is clicked while PIP mode is active (#25410)
When the search event is from the search widget while PIP is active, the search fragment opens after the screen is unlocked. This avoids the issue of the search page opening in landscape mode and also the app doesn't crash.

Co-Authored-By: Mugurell <Mugurell@users.noreply.github.com>

Co-authored-by: indu <indu@ramkystech.com>
2022-05-27 16:44:06 +03:00
Mozilla L10n Automation Bot
ab36146e3e Import l10n. 2022-05-27 00:42:34 +00:00
Arturo Mejia
d2c1893cf9 For #25212: Add tabs prioritization 2022-05-26 20:44:40 +00:00
Mugurell
12070cb7b8 For #25281 - Improve stories impressions recording.
This fixes the following two scenarios resulting in improper recordings:
- sponsored stories were recorded as shown as part of the impressions recording
for all the stories (both recommended and sponsored). Separated the two.
- sponsored stories were not recorded as shown if the user doesn't scroll.
This could happen if just toggling categories which would result in a new list
of stories to show. Will recheck after the time to settle if the composable is
shown.
2022-05-26 18:26:00 +00:00
Mugurell
41a1f31a84 For #25281 - Consider the toolbar when reporting stories visibility
The toolbar may appear over the Pocket stories causing our functionality for
reporting when a specific story is visible to misreport.
At the moment hardcoding the toolbar height in the visibility checks seems like
the best solution to ensure reliable data.
2022-05-26 18:26:00 +00:00
Mugurell
0b972660ca For #25281 - Allow the Pocket section to settle before reporting impressions
Currently just a hack that will ensure more reliable data.
This will have to be re-evaluated after the homescreen is migrated to compose.
2022-05-26 18:26:00 +00:00
Mugurell
dfa5281b23 For #25281 - Pace and rotate sponsored stories
A new way to be able to reliably record actual impressions of sponsored stories
was needed and based on this data we can ensure we are promoting fresh stories
(with fewer impressions) or the ones with a higher priority.
2022-05-26 18:26:00 +00:00
Roger Yang
2b777c3428 Issue #24299: Do not show history search engine in the search settings 2022-05-26 14:42:58 +00:00
Mozilla L10n Automation Bot
123a7aba3d Import l10n. 2022-05-26 00:39:56 +00:00
Arturo Mejia
b7c1f8ef6b Revert "For #23966 - Migrate MessageCardViewHolder to Compose"
This reverts commit aea6124851.
2022-05-25 23:10:28 +00:00
Noah Bond
ebd97f5a34 For #25291 - Swap the new TextButton composable into WallpaperSettings 2022-05-25 22:24:46 +00:00
Noah Bond
2165ae501a For #25291 - Create a TextButton composable component 2022-05-25 22:24:46 +00:00
Roger Yang
3de38984fd Issue #24299: Sort unified search selector menu items based on user settings 2022-05-25 19:17:44 +00:00
mcarare
0127b39fad For #25313: Handle exceptions when getting ClipData.Item. 2022-05-25 18:25:54 +00:00
Mugurell
2343b7534c For #25311 - Set tokens used when communicating with Pocket 2022-05-25 15:53:24 +00:00
Arturo Mejia
98e3b8bf52 For #25374: Skip action validation for control messages 2022-05-25 14:55:28 +00:00
AndiAJ
e0822a6e1e Disable failing useAppWhileTabIsCrashedTest UI test 2022-05-25 13:58:23 +00:00
AndiAJ
bbdc7fd3ff For #25002 #25184 and #23417 fix testDownloadCompleteNotification testDownloadPrompt and testCloseDownloadPrompt 2022-05-25 12:38:21 +00:00
AndiAJ
0569816cbb For #23481 fix disabled openLinkInAppTest UI test 2022-05-25 08:49:30 +00:00
Mugurell
75a2ed8c30 For #25025 - Old imports cleanup.
Importing `R.string` does allow to avoid the `R` when using a String from
Resources but seems like a small gain to break app consistency.
2022-05-25 07:28:57 +00:00
Mugurell
2074131a58 For #25025 - Show sponsored stories on debug only
The design asks for a new row in between the primary and the secondary text so
I went with making "ListItemTabSurface" public allowing for customizing the
content it will show but keeping the same layout and general UX.
2022-05-25 07:28:57 +00:00
Mugurell
06d4384c11 For #25025 - Rename PocketStoriesChange to PocketStoriesClean
PocketStoriesChange was called only once - to clean the shown stories when the
user gets to the homescreen and the Pocket feature is disabled - useful for the
situations in which the user returns after disabling the feature in settings.

Populating the store with recommended stories to show was already happening
based on 'PocketStoriesCategoriesChange' and sponsored stories will be added by
using 'PocketSponsoredStoriesChange' so renaming 'PocketStoriesChange' will
help on reducing any confusion in the future.

Also added documentation for all Pocket related actions from AppStore and
removed the 'UndocumentedPublicClass' detekt suppressions.
2022-05-25 07:28:57 +00:00
Mugurell
bd1feeaac9 For #25025 - Download sponsored stories on debug only 2022-05-25 07:28:57 +00:00
Mugurell
1c7e788bae For #25025 - Use the PocketStory supertype
This prepares extending support from just `PocketRecommendedStory` to
`PocketSponsoredStory` also.
2022-05-25 07:28:57 +00:00
Mugurell
abff68a31b For #25025 - Hardcode showing at max 8 Pocket stories
The default was already 8. This is now being moved closer to the source from
where the stories to be shown are emitted.
With the addition of sponsored stories at fixed positions having to support a
variable number of stories being returned from AppState#getFilteredStories
means increased complexity with no benefit.
2022-05-25 07:28:57 +00:00
AndiAJ
9aec04ede7 For #23600 fix flaky saveLoginsInPWATest UI test 2022-05-25 06:14:13 +00:00
sarah541
aea6124851 For #23966 - Migrate MessageCardViewHolder to Compose 2022-05-25 04:14:10 +00:00
Mozilla L10n Automation Bot
a3d930b5e2 Import l10n. 2022-05-25 00:46:21 +00:00
mike a
3904cb9340 Closes #25368: duplicate items in history
Change pagination to be based on loadSize of DataSource
2022-05-24 20:11:16 +00:00
mcarare
a0a02e5627 For #25360: Selectively update addresses preference only when needed. 2022-05-24 15:44:52 +00:00
Mozilla L10n Automation Bot
c5b4faf335 Import l10n. 2022-05-24 00:43:23 +00:00
AndiAJ
672510f399 Disable failing audioPlaybackSystemNotificationTest UI test 2022-05-23 10:19:21 +00:00
Alexandru2909
73dcc0c6d6 For #23173 - CheckChanged use a single variable instead of two for checked status 2022-05-23 09:36:24 +00:00
Alexandru2909
bea17a4ab8 For #23670 - Update collection on tab removal 2022-05-23 08:30:56 +00:00
mcarare
cb4f8ed0c0 For #24968: Add preference for enabling/disabling addresses autofill.
For #24968: Add preference for enabling/disabling addresses autofill.
2022-05-23 07:30:07 +00:00
Mozilla L10n Automation Bot
25075fe4b3 Import l10n. 2022-05-23 00:45:08 +00:00
Mozilla L10n Automation Bot
83af557f37 Import l10n. 2022-05-22 00:44:54 +00:00
Robert-Aron293
76ea2fa3e4 For #22310 - Change tab holder's checkbox state when pressing "Select All"/"Deselect All" 2022-05-20 21:20:17 +00:00
Roger Yang
d07e37deda Close #25170: Fix flaky search fragment store tests 2022-05-20 19:14:39 +00:00
Roger Yang
5bb9e50e96 Close #25288: Disable autocomplete for unified history search 2022-05-20 16:51:27 +00:00
JLRoberts
479e44b0a1 For #23700 - HistoryFragment: Exit edit mode when multi-selection is opened in tabs or shared.
This mirrors behavior currently in Bookmarks library with the same actions.
2022-05-20 15:51:07 +00:00
Gabriel Luong
f25129c8ac For #24991 - Refactor the HomeMenu creation from HomeFragment to HomeMenuBuilder 2022-05-20 07:26:56 +00:00
Mozilla L10n Automation Bot
ba2af02407 Import l10n. 2022-05-20 02:19:22 +00:00
MatthewTighe
676d7090f0 Fixes #24917: add country dropdown to address editor 2022-05-19 23:52:05 +00:00
Gabriel Luong
9a965e420d For #25119 - Add Secondary, Tertiary and Destructive Button composable components 2022-05-19 22:19:37 +00:00
James Hugman
6cec4e2a9d Fixup tests 2022-05-19 15:37:11 +00:00
James Hugman
165ce0151e Filter messaging experiments from the Studies screen 2022-05-19 15:37:11 +00:00
bendk
7d027b2280
Added features to support application-services branch builds (#22945)
- Added support for `localProperties.branchBuild.application-services`
  and `localProperties.branchBuild.android-components`.  These work like
  the autoPublish properties. However, rather than
  auto-building/publishing application-services/android-components as
  part of the fenix build, we build it ahead of time with a specific
  version name, then specify that version in `local.properties` as
  `localProperties.branchBuild.application-services.version`.
- Added support for the `localProperties.branchBuild.fenix` gradle
  property to set the version for fenito set the version for fenix
- Added support for the absolute paths when running the substutition
  scripts.

The plan is to use this feature to build/test fenix using a particular
checkout of application-services and androd-components, with the
versions set to the git commit id.
2022-05-19 14:47:37 +00:00
AndiAJ
d26514feda Fix externalLinkPWATest UI test 2022-05-19 08:09:54 +00:00
Gabriel Luong
0001f00f40 For #24936 - Replace ListItemIcon with IconButton and Icon 2022-05-19 02:09:48 +00:00
Mozilla L10n Automation Bot
f2e24d66a1 Import l10n. 2022-05-19 00:46:25 +00:00
Roger Yang
7f29461c75 Issue #24299: Add history to the search engine menu 2022-05-18 19:48:26 +00:00
Gabriel Luong
9e8ee28e40 For #25264 - Refactor toShortUrl extension function from TabSessionState to String 2022-05-18 17:29:13 +00:00
Mugurell
a93e434f0d For #24316 - Migrate TabInCollectionViewHolder to Compose 2022-05-18 15:24:52 +00:00
jhugman
30fa80151d
Change FxNimbus/Nimbus startup sequence (#25266)
* Change FxNimbus initialization sequence

Add cache invalidation

* Change ordering of message restoration and Nimbus initialization

* Address reviewer comments
2022-05-18 13:23:26 +00:00
AndiAJ
dd5310bdea Disable failing verifyContextMixedVariations UI test 2022-05-18 12:29:21 +00:00
AndiAJ
7def333efa Disable failing selectTabOnLongTapTest UI test 2022-05-18 08:30:29 +00:00
MatthewTighe
922af02d9e for #25167: ignore handleDeleteSingle and handleDeleteMultiple tests due to intermittent failures with coroutines 2022-05-18 01:47:08 +00:00
Mozilla L10n Automation Bot
b002de7700 Import l10n. 2022-05-18 00:54:10 +00:00
Arturo Mejia
9a27030f87 For #25209: Avoid trying to download wallpapers without a server URL. 2022-05-17 20:52:14 +00:00
Arturo Mejia
d16d61c055 No issue: Add extension function to TabSessionState for shortening urls safely. 2022-05-17 15:54:39 +00:00
sarah541
c09f899da4 For #25176 - Refactor TabTitle and TabSubtitle 2022-05-17 14:58:36 +00:00
Oana Horvath
f6f1446129 For #20754: Fix scrolling issues and re-enable verifyAboutFirefoxPreview 2022-05-17 10:57:37 +00:00
dlp
4c223aa540 For #24660 - Overrided contentsSameAs inside TabInCollectionItem class. 2022-05-17 07:02:01 +00:00
Mozilla L10n Automation Bot
5c2207519a Import l10n. 2022-05-17 00:54:05 +00:00
Arturo Mejia
073f3ecc30 For #25145: Unify behavior for opening systems setting for updating the default browser preference 2022-05-16 14:46:59 +00:00
Mozilla L10n Automation Bot
fc76300325 Import l10n. 2022-05-16 00:58:14 +00:00
Mozilla L10n Automation Bot
a304600836 Import l10n. 2022-05-14 00:55:56 +00:00
Arturo Mejia
1384414327 Revert "Change FxNimbus initialization sequence (#25089)"
This reverts commit 51ba7ab463.
2022-05-13 19:42:08 +00:00
jhugman
51ba7ab463
Change FxNimbus initialization sequence (#25089)
* Change FxNimbus initialization sequence

* Add cache invalidation
2022-05-13 18:23:01 +00:00
dlp
aec6e25a1c For #24666 Changed trackingProtectionLayout's bottomToTop constraint from clearSiteDataLayout clearSiteDataDivider 2022-05-13 12:48:23 +00:00
Mozilla L10n Automation Bot
727bbaf342 Import l10n. 2022-05-13 00:51:43 +00:00
Mozilla L10n Automation Bot
16f955fc98 Import l10n. 2022-05-12 00:42:10 +00:00
Gabriel Luong
63ca6791c1 For #25179 - Display a save or update credit card prompt 2022-05-11 23:08:33 +00:00
Mugurell
6a798ebfbc For #24333 - Disable ui tests code affected by the migration
After migrating to compose identifying widgets and interacting with them will
need to be updated.
Checked with Oana about the approach, commenting the code seems better.
2022-05-11 16:03:51 +00:00
Mugurell
1e3319f0e8 For #24333 - Replace the xml based CollectionViewHolder with a composable 2022-05-11 16:03:51 +00:00
Mugurell
2126c7eeb4 For #24333 - Move CollectionViewHolder to home/collections
Doing just a file move in a separate commit will ensure git history of the file
is kept when this will be later updated.
2022-05-11 16:03:51 +00:00
Mugurell
aeb45c07a5 For #24333 - Complete removing the broken code for focusing the newly created collection
The removal was initially scheduled to happen in the PR for #24333
but landed separately in https://github.com/mozilla-mobile/fenix/pull/25045.
These are two small leftovers.
2022-05-11 16:03:51 +00:00
AndiAJ
b7ebddb11b Disable failing useAddonsInPrivateModeTest UI test 2022-05-11 05:32:49 +00:00
Mozilla L10n Automation Bot
142cbb2688 Import l10n. 2022-05-11 02:00:20 +00:00
sarah541
7b895abab1 For #24455 - Migrate NoCollectionsMessageViewHolder to Compose 2022-05-10 20:06:38 +00:00
Mugurell
7f3aa6a314 For #25167 - Disable "handleDeleteAbnormal" as intermittently failing. 2022-05-10 19:30:04 +00:00
MatthewTighe
483f5a9f12 for #24931: create address label and description based on available data 2022-05-10 18:14:17 +00:00
Aaron Train
c15303b67f For #25132 - Catch intermittent RuntimeException in early getInstrumentation() call
fix: ktlint
2022-05-10 17:36:08 +00:00
Mugurell
fc2c1700c9 For #23876 - Update kotlinx-coroutines to 1.6.1. Refactor runBlocking in tests.
After the update `TestCoroutineDispatcher`, `TestCoroutineScope` and
`runBlockingTest` are deprecated.
Instead of these new `TestDispatcher`, `TestScope` and `runTest` APIs are used.

Took the oportunity to also replace most of the `runBlocking` calls with the
new `runTest` specially designed for running coroutines in tests API.
2022-05-10 12:03:42 -04:00
AndiAJ
76bf730782 For #24998 fix flaky deleteDeleteBrowsingHistoryDataTest UI test 2022-05-10 09:00:27 +00:00
mcarare
59c5033529 For #24966: Navigate back to previous screen when the last address is deleted. 2022-05-10 06:51:02 +00:00
mcarare
a4a78717af For #24919: Add option menu in the address editor. 2022-05-10 06:51:02 +00:00
mcarare
2192d55da3 For #24854: Add ability to delete an existing address. 2022-05-10 06:51:02 +00:00
mcarare
4369c0b920 For #24855: Allow updating info for an existing address. 2022-05-10 06:51:02 +00:00
bendk
e5b0069791
Application services 93.0.1 (#24904)
* Fixup breaking changes from AppServices upgrade to 93.0.0

* android-components RemoteTabsStorage now requires a Context param

* Update Android Components version to 102.0.20220509214046

Co-authored-by: James Hugman <james@hugman.tv>
Co-authored-by: Mark Hammond <mhammond@skippinet.com.au>
Co-authored-by: Jonathan Almeida <jalmeida@mozilla.com>
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
2022-05-10 05:11:00 +00:00
Mozilla L10n Automation Bot
fdeb22dd0b Import l10n. 2022-05-10 00:48:02 +00:00
Roger Yang
72b9e7e174 Issue #24738: hide the QR code button when switching to none default search engine 2022-05-09 22:23:58 +00:00
Gabriel Luong
d6996b56a0 For #25113 - Remove showClearSiteData feature flag 2022-05-09 19:24:55 +00:00
AndiAJ
98455c01ee For #23816 fix disabled verifyMultipleLoginsSelectionsTest UI test 2022-05-09 11:32:27 +00:00
Mozilla L10n Automation Bot
1e03e27e29 Import l10n. 2022-05-09 07:53:02 +00:00
AndiAJ
ba4d5446e2 For #24993 and #25085 fix flaky UI tests 2022-05-09 05:07:19 +00:00
Mozilla L10n Automation Bot
c43c79cea6 Import l10n. 2022-05-08 00:43:46 +00:00
Arturo Mejia
40f3c8fce5 For #25142 increase the EXPECTED_NUMBER_OF_INFLATION to count for the messaging framework message. 2022-05-07 04:08:35 +00:00
Arturo Mejia
29e0e34902 For #25142 increase the EXPECTED_RECYCLER_VIEW_CONSTRAINT_LAYOUT_CHILDREN to count for the messaging framework message. 2022-05-07 00:17:36 +00:00
Arturo Mejia
94b934290d Disable intermittent tests #20754. 2022-05-05 20:47:28 -04:00
Arturo Mejia
b22a34db2e For #25110: Enable the messaging framework feature 2022-05-05 20:47:28 -04:00
Noah Bond
3e9dbaca35 For #25135 - Replace Button in SyncedTabs with PrimaryButton 2022-05-05 20:45:20 +00:00
Arturo Mejia
7b3574d95a Disable intermittent tests #24843 and #23816 2022-05-05 15:35:21 +00:00
Jan-Erik Rediger
7bbee763a6 Auto-publish & substitute local Glean package
Careful with this: If anything inside Glean Core changes this will still
require a local substitute for the Gecko build.
2022-05-05 15:35:21 +00:00
Alexandru2909
89a1e6367f For #24262 - Filter Amazon/eBay sponsored tiles when the respective search engine is set 2022-05-05 14:25:53 +00:00
Mozilla L10n Automation Bot
35be05d599 Import l10n. 2022-05-05 01:18:27 +00:00
sarah541
2c50a229cc For #25015 - Add a compose version of PrimaryButton
bleh
2022-05-05 00:46:59 +00:00
Gabriel Luong
251acf8db4 For #25117 - Move HomeSectionHeader into its proper package 2022-05-05 00:09:12 +00:00
Gabriel Luong
da1c5b9bf7 For #25115 - Remove showWallpapers feature flag 2022-05-04 19:27:13 -04:00
Gabriel Luong
957d9c487c For #25111 - Remove contileFeature feature flag 2022-05-04 22:30:37 +00:00
Alexandru2909
e0a6a9498d For #24971 - Split full name from Address editor into first, middle and last name 2022-05-04 21:08:12 +00:00
Oana Horvath
687d79715f For #22188: fix and re-enable launchPageShortcutInPrivateModeTest 2022-05-04 20:31:40 +00:00
AndiAJ
79e6de6511 Disable failing download UI tests 2022-05-04 08:12:48 +00:00
Jonathan Almeida
6752a6ba22 Close #25091: Remove deprecated TrustedWebActivityIntentProcessor 2022-05-04 02:39:38 +00:00
Mozilla L10n Automation Bot
95aba129da Import l10n. 2022-05-04 00:46:04 +00:00
MatthewTighe
2b1606cf34 for #24665: show recent synced tab faster 2022-05-04 00:06:38 +00:00
sunil9211
e56f08c8ca For #23856: Remove deprecated layout_constraintWidth_default 2022-05-03 23:18:52 +00:00
Arturo Mejia
3a7299d301 For #25091: Deprecate TrustedWebActivityIntentProcessor 2022-05-03 16:28:38 -04:00
Gabriel Luong
5597ed6e98 For #25070 - Remove all unused strings marked moz:removedIn <= 99 2022-05-03 15:14:59 +00:00
AndiAJ
8c880440e3 For #20973 fix and re-enable shortcutButtonTest UI test 2022-05-03 14:32:26 +00:00
AndiAJ
f3aee6983d Disable failing openExternalLinksInPrivateTest UI test 2022-05-03 12:55:24 +00:00
mcarare
ffa1ecd300 For #21292: Remove unused MetricController parameters. 2022-05-03 09:46:23 +00:00
Mozilla L10n Automation Bot
0d08ff31af Import l10n. 2022-05-03 01:17:43 +00:00
sunil9211
f13b091bd8 For #23747: Remove deprecated layout_constraintHeight_default 2022-05-03 00:39:59 +00:00
sunil9211
878f5bef8a For #23747: Remove deprecated layout_constraintHeight_default:
Removed usage of layout_constraintHeight_default="wrap" and replaced
with layout_height="WRAP_CONTENT" and layout_constrainedHeight="true"
2022-05-03 00:39:59 +00:00
Mugurell
8b56a2ebc7 For #25044 - Remove the broken code for focusing the newly created collection
This functionality seems broken for a long time now.
It's importance and whether to reimplement it is to be re-assessed in
https://github.com/mozilla-mobile/fenix/issues/24389
2022-05-02 22:50:06 +00:00
Mozilla L10n Automation Bot
ff1968f5d5 Import l10n. 2022-05-02 09:21:17 +00:00
Alexandru2909
56c31cd675 For #24514 - Remove Fact.toEvent from MetricController 2022-05-02 07:13:08 +00:00
Mozilla L10n Automation Bot
37f9653f2d Import l10n. 2022-05-01 00:46:37 +00:00
Mozilla L10n Automation Bot
372b8a0cda Import l10n. 2022-04-30 00:48:51 +00:00
Arturo Mejia
d74b4b02df For #25017: Remove promotional wallpapers 2022-04-29 22:19:29 +00:00
AndiAJ
291c8bc85c Disable redirectToAppPermissionsSystemSettingsTest UI test 2022-04-29 18:41:27 +00:00
AndiAJ
b5f893ebe9 For #24994 fix and re-enable deleteNonEmptyBookmarkFolderTest UI test 2022-04-29 16:32:31 +00:00
AndiAJ
66b4f5b505 For #22304 re-enable visitedUrlHistoryTest UI test 2022-04-29 13:45:02 +00:00
mcarare
f028dbc03b For #25003: Pop back stack on main thread. 2022-04-29 08:38:17 +00:00
Mozilla L10n Automation Bot
b76cae83d6 Import l10n. 2022-04-29 07:28:55 +00:00
sarah541
538e06d73c No issue: Renew/Remove metrics set to expire in v102
No issue: Renew/Remove metrics set to expire in v102
2022-04-28 16:49:38 +00:00
mcarare
d0548ebab5 For #24849: Fix saving phone and email values to an address. 2022-04-28 15:46:59 +00:00
mcarare
24acedf406 For #24707: Remove unused metrics parameter. 2022-04-28 12:57:49 +00:00
AndiAJ
452f82f8d9 Disable failing deleteNonEmptyBookmarkFolderTest UI test 2022-04-28 08:12:22 +00:00
Mozilla L10n Automation Bot
5e246808f5 Import l10n. 2022-04-28 00:46:42 +00:00
MatthewTighe
30666f7c94 Revert #24894: settings should not be used to cache previous auth state 2022-04-27 23:06:15 +00:00
Aaron Train
dbfd6e7d76
No issue: Additional UI test disabling on API30 (Firebase) (#24979) 2022-04-27 16:20:20 -04:00
Aaron Train
04daad863f
Upgrade AndroidX Espresso Deps and support API 30 (#23904) 2022-04-27 10:53:45 -04:00