2
0
mirror of https://github.com/fork-maintainers/iceraven-browser synced 2024-11-07 15:20:38 +00:00
Commit Graph

7341 Commits

Author SHA1 Message Date
Alexandru2909
ec74b43e2b [fenix] For https://github.com/mozilla-mobile/fenix/issues/24512 - Remove Event.wrapper for RecentlyClosedTabs metrics 2022-04-01 11:13:56 +00:00
Alexandru2909
624dc9baa3 [fenix] For https://github.com/mozilla-mobile/fenix/issues/24452 - Remove MetricController checks from BackgroundServicesTest 2022-04-01 09:45:00 +00:00
Alexandru2909
f2a0ca62b9 [fenix] For https://github.com/mozilla-mobile/fenix/issues/24452 - Remove Event.wrapper for SyncAuth metrics 2022-04-01 09:45:00 +00:00
Alexandru2909
3f083beeb4 [fenix] For https://github.com/mozilla-mobile/fenix/issues/24214 - Move bookmark removal events to BookmarkController 2022-04-01 07:41:45 +00:00
Alexandru2909
6ae9599a2f [fenix] For https://github.com/mozilla-mobile/fenix/issues/24214 - Remove Event.wrapper for BookmarksManagement metrics 2022-04-01 07:41:45 +00:00
Alexandru2909
1c34e0d4ef [fenix] For https://github.com/mozilla-mobile/fenix/issues/24099 - Remove Event.wrapper for Collections telemetry 2022-04-01 06:59:55 +00:00
Pedro Coelho
cd8979e995 [fenix] For https://github.com/mozilla-mobile/fenix/issues/22308 - Changed constraint of tab tray overflow 2022-03-31 22:19:02 +00:00
sarah541
5602bfb92a [fenix] For https://github.com/mozilla-mobile/fenix/issues/23971 - Migrate CollectionHeaderViewHolder to Compose
fix ktlint
2022-03-31 21:05:56 +00:00
Roger Yang
31d5ef750b [fenix] Issue https://github.com/mozilla-mobile/fenix/issues/24502: Sanitize external intents 2022-03-31 18:39:18 +00:00
Mugurell
e35120f075 [fenix] For https://github.com/mozilla-mobile/fenix/issues/24331 - Support for opening new tabs when requested by service workers
Use the new `ServiceWorkerSupport` AC components for this.
Had to be installed in `FenixApplication` since there is a circular dependency
between the initialization of the required engine the `tabsUseCases` arguments.
2022-03-31 16:20:32 +00:00
Alexandru2909
e64ab5f219 [fenix] For https://github.com/mozilla-mobile/fenix/issues/24209 - Remove Event.wrapper for CustomizeHome telemetry 2022-03-31 14:24:23 +00:00
Alexandru2909
f57be9751a [fenix] For https://github.com/mozilla-mobile/fenix/issues/24147 - Remove Event.wrapper for Search widget telemetry 2022-03-31 12:00:27 +00:00
AndiAJ
4738ae1245 [fenix] Disable failing deleteCollectionTest UI test 2022-03-31 07:41:42 +00:00
Gabriel Luong
08931906b3 [fenix] For https://github.com/mozilla-mobile/fenix/issues/24519 - Add Private theme to FirefoxTheme 2022-03-31 01:02:05 +00:00
Gabriel Luong
14462b4717 [fenix] For https://github.com/mozilla-mobile/fenix/issues/24518 - Enable Contile feature flag 2022-03-31 00:23:03 +00:00
Grigory Kruglov
865dbed96a [fenix] Do not report caught exceptions to Sentry on release channel 2022-03-30 12:14:47 -07:00
Alexandru2909
f205037644 [fenix] For https://github.com/mozilla-mobile/fenix/issues/24450 - Remove Event.wrapper for ErrorPage metrics 2022-03-30 10:01:51 +00:00
Alexandru2909
b5a1813316 [fenix] For https://github.com/mozilla-mobile/fenix/issues/24208 - Remove Event.wrapper for LoginDialogFacts telemetry 2022-03-30 08:15:34 +00:00
Alexandru2909
a54ac3be84 [fenix] For https://github.com/mozilla-mobile/fenix/issues/24207 - Remove Event.wrapper for ToolbarSettings telemetry 2022-03-30 06:10:27 +00:00
Arturo Mejia
36eeae0c0f [fenix] For https://github.com/mozilla-mobile/fenix/issues/24222: Persist user interactions with nimbus messages 2022-03-30 00:18:51 +00:00
Gabriel Luong
7f73bfcd90 [fenix] For https://github.com/mozilla-mobile/fenix/issues/24319 - Migrate PrivateBrowsingDescriptionViewHolder to Compose 2022-03-29 22:54:22 +00:00
Eitan Isaacson
7320080c11 [fenix] For https://github.com/mozilla-mobile/fenix/issues/24490 - Remove index selectors in UI tests. 2022-03-29 20:01:48 +00:00
Mugurell
ab376797d2 [fenix] For https://github.com/mozilla-mobile/fenix/issues/23337 - Customize the https-only mode error page 2022-03-29 19:17:03 +00:00
Roger Yang
ef34055f55 [fenix] No issue: Renew/remove metrics set to expire in v101 2022-03-29 18:39:05 +00:00
Noah Bond
9ee3dc8264 [fenix] For https://github.com/mozilla-mobile/fenix/issues/24467 - Enable Contile setting telemetry 2022-03-29 16:42:10 +00:00
Alexandru2909
0ff07369de [fenix] For https://github.com/mozilla-mobile/fenix/issues/24204 - Remove Event.wrapper for Search_shortcuts telemetry 2022-03-29 15:20:14 +00:00
Mugurell
1896402324 [fenix] For https://github.com/mozilla-mobile/fenix/issues/16952 - Temporarily disable settingsPrivacyItemsTest ui test
Pending refactoring following the addition of a new setting, work to be done in
https://github.com/mozilla-mobile/fenix/issues/24495
2022-03-29 14:54:01 +00:00
Mugurell
2b2cfabcb3 [fenix] For https://github.com/mozilla-mobile/fenix/issues/16952 - Https-only mode support.
Default will be disabled with users having the possibility to enable this from
a new setting in the `Privacy and security` section.
If enabled then by default this force https for all tabs with the option for
users to switch to forcing https only on private tabs.
2022-03-29 14:54:01 +00:00
AndiAJ
fbcf2e6ee9 [fenix] For https://github.com/mozilla-mobile/fenix/issues/24381 disable failing firstRunScreenTest UI test 2022-03-29 13:48:33 +00:00
Alexandru2909
6ebb87fc4e [fenix] For https://github.com/mozilla-mobile/fenix/issues/24212 - Remove Event.wrapper for Preferences metrics 2022-03-29 13:17:23 +00:00
mike a
a2dbecb63f [fenix] Closes https://github.com/mozilla-mobile/fenix/issues/24276: add documentation to classes marked as UndocumentedPublicClass by lint 2022-03-29 07:00:09 +00:00
mike a
d7eed1046e [fenix] Closes https://github.com/mozilla-mobile/fenix/issues/24276
– capitalize and stylize comments
– fix history items duplication
– fix refresh glitching after removing multiple history items
2022-03-29 07:00:09 +00:00
mike a
a08b86eeee [fenix] Closes https://github.com/mozilla-mobile/fenix/issues/24276:
– remove unused import
– remove HistoryViewModel
2022-03-29 07:00:09 +00:00
mike a
2150bebf5a [fenix] Closes https://github.com/mozilla-mobile/fenix/issues/24276:
– make comments inside HistoryDataSource capitalized and informative
– remove scroll to first item in swipe-to-refresh
– change adapter initialization
– fixed SitePermissionsExceptionsFragment flickering empty state
2022-03-29 07:00:09 +00:00
mike a
7ab9c0bd64 [fenix] Closes https://github.com/mozilla-mobile/fenix/issues/24276: removed unused Log import 2022-03-29 07:00:09 +00:00
mike a
7c3131c3d0 [fenix] Closes https://github.com/mozilla-mobile/fenix/issues/24276: fix history list displaying empty state until refresh 2022-03-29 07:00:09 +00:00
mike a
e076435191 [fenix] Closes https://github.com/mozilla-mobile/fenix/issues/24276: moved getHistory() to suspend 2022-03-29 07:00:09 +00:00
mike a
637bd89f84 [fenix] Closes https://github.com/mozilla-mobile/fenix/issues/24276: fixed history tests 2022-03-29 07:00:09 +00:00
mike a
b9eef2be49 [fenix] Closes https://github.com/mozilla-mobile/fenix/issues/24276: updated tests 2022-03-29 07:00:09 +00:00
mike a
4b38d79472 [fenix] Closes https://github.com/mozilla-mobile/fenix/issues/24276: removed deprecated paging from SitePermissionsExceptionsFragment 2022-03-29 07:00:09 +00:00
mike a
3bbd8d2571 [fenix] Closes https://github.com/mozilla-mobile/fenix/issues/24276: updating pagination library, changing history related classes 2022-03-29 07:00:09 +00:00
Alexandru2909
8106fb3d15 [fenix] For https://github.com/mozilla-mobile/fenix/issues/24203 - Remove Event.wrapper for Onboarding telemetry 2022-03-29 05:53:29 +00:00
sarah541
55baf8333b [fenix] For https://github.com/mozilla-mobile/fenix/issues/23968 - Migrate homescreen recent tabs to compose
For https://github.com/mozilla-mobile/fenix/issues/23968 - Migrate homescreen recent tabs to compose
2022-03-29 01:07:04 +00:00
sarah541
2cfa2e92cd [fenix] For https://github.com/mozilla-mobile/fenix/issues/23969 - Migrate homescreen recent bookmarks to compose 2022-03-29 01:07:04 +00:00
sarah541
2040233814 [fenix] For https://github.com/mozilla-mobile/fenix/issues/23970 - Migrate homescreen recent visits header to compose 2022-03-29 01:07:04 +00:00
Brais Gabín
602887e5b6 [fenix] For https://github.com/mozilla-mobile/fenix/issues/23046 - Align detekt config between Fenix and Android Components
Co-authored-by: Gabriel Luong <gabriel.luong@gmail.com>
2022-03-29 00:03:06 +00:00
Noah Bond
13684c2f29 [fenix] For https://github.com/mozilla-mobile/fenix/issues/24467 - Enable Contile setting telemetry 2022-03-28 22:37:49 +00:00
Michael Comella
5ed85e61e8 [fenix] For https://github.com/mozilla-mobile/fenix/issues/24486: change perf telemetry expiration email. 2022-03-28 21:09:57 +00:00
MatthewTighe
c77cf53ae5 [fenix] closes https://github.com/mozilla-mobile/fenix/issues/24442: refactor recent tabs to use common composables 2022-03-28 18:30:04 +00:00
Arturo Mejia
09d6b80724 [fenix] For https://github.com/mozilla-mobile/fenix/issues/24224: Send telemetry events related to the messaging framework 2022-03-28 15:49:13 +00:00
AndiAJ
c8bbacd973 [fenix] For https://github.com/mozilla-mobile/fenix/issues/24375 https://github.com/mozilla-mobile/fenix/issues/23481 https://github.com/mozilla-mobile/fenix/issues/24458 https://github.com/mozilla-mobile/fenix/issues/24462 https://github.com/mozilla-mobile/fenix/issues/24376 disable flaky UI tests 2022-03-28 15:08:42 +00:00
mcarare
e37d371ce4 [fenix] For https://github.com/mozilla-mobile/fenix/issues/24148: Update tests for tracking protection metrics. 2022-03-28 13:08:30 +00:00
mcarare
09b16eecfc [fenix] For https://github.com/mozilla-mobile/fenix/issues/24148: Remove wrapper from tracking protection metrics. 2022-03-28 13:08:30 +00:00
mcarare
09fa5135e0 [fenix] For https://github.com/mozilla-mobile/fenix/issues/24098: Update tests for tabs tray metrics. 2022-03-28 12:30:30 +00:00
mcarare
14a9ffa78a [fenix] For https://github.com/mozilla-mobile/fenix/issues/24098: Remove wrapper from tabs tray metrics. 2022-03-28 12:30:30 +00:00
AndiAJ
4561716c28 [fenix] For https://github.com/mozilla-mobile/fenix/issues/20418 and https://github.com/mozilla-mobile/fenix/issues/24436 disable failing UI tests 2022-03-28 08:58:05 +00:00
Sebastian Kaspari
51f88636e9 [fenix] Issue https://github.com/mozilla-mobile/fenix/issues/22489: Remove "Fennec to Fenix" migration code 2022-03-28 06:16:55 +00:00
Jonathan Almeida
70014e589a [fenix] For https://github.com/mozilla-mobile/fenix/issues/24220 and https://github.com/mozilla-mobile/fenix/issues/24223: Connect GleanPlumb messages with the new tab ui card.
Co-authored-by: Jonathan Almeida <jalmeida@mozilla.com>
2022-03-26 22:14:49 +00:00
Elise Richards
c181d526d0 [fenix] For https://github.com/mozilla-mobile/fenix/issues/23503: Respect studies and telemetry prefs when manually opting in to studies (https://github.com/mozilla-mobile/fenix/pull/23955)
* For https://github.com/mozilla-mobile/fenix/issues/23503: Respect studies pref and telemetry enabled pref when manually opting in to studies

* Add button to snackbar in nimbus secret settings that allows user to go directly to their data collection prefs

* Remove refactoring

Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
2022-03-25 21:54:43 +00:00
Noah Bond
76b3b8a926 [fenix] For https://github.com/mozilla-mobile/fenix/issues/24394 - Replace custom synced tabs header with new generic header 2022-03-25 19:55:58 +00:00
Oana Horvath
d1a353bc3f [fenix] Disables failing tests: selectAndSearchTextTest, recentBookmarksOptionTest 2022-03-25 15:18:40 -04:00
Christian Sadilek
ccd58284c3 [fenix] Address breaking changes in A-C 100.0.20220324222826 2022-03-25 01:40:32 +00:00
Mozilla L10n Automation Bot
52fb99629d [fenix] Import l10n. 2022-03-25 00:23:41 +00:00
Roger Yang
55ad3c4bd7 [fenix] Close https://github.com/mozilla-mobile/fenix/issues/24414: Enable Clear Site Data 2022-03-24 23:45:55 +00:00
Noah Bond
0f3f0210f7 [fenix] For https://github.com/mozilla-mobile/fenix/issues/24337 - Make a reusable section header for lists in Compose 2022-03-24 22:55:37 +00:00
mike a
f841fa6f20 [fenix] Closes https://github.com/mozilla-mobile/fenix/issues/23517: add a check to handleDeleteAbnormal() test to also verify
removal of items inside abnormal list
2022-03-24 22:27:51 +00:00
mike a
01f8b34f1e [fenix] Closes https://github.com/mozilla-mobile/fenix/issues/23517: updated the tests 2022-03-24 22:27:51 +00:00
mike a
a0651401f7 [fenix] Closes https://github.com/mozilla-mobile/fenix/issues/23517: history items are not being removed after deletion 2022-03-24 22:27:51 +00:00
Christian Sadilek
f08392bd19 [fenix] Closes https://github.com/mozilla-mobile/fenix/issues/24407: Allow query parameters in AMO installation URLs 2022-03-24 16:43:35 -04:00
Oana Horvath
6aa4b3d594 [fenix] For https://github.com/mozilla-mobile/fenix/issues/24377: Disables verifyRenameTopSite UI test 2022-03-23 10:59:55 -04:00
Gabriel Luong
fa34f4f53e [fenix] For https://github.com/mozilla-mobile/fenix/issues/24334 - Add FeatureFlag for Unified Search feature 2022-03-22 14:29:12 +00:00
MatthewTighe
20f4564cfb [fenix] closes https://github.com/mozilla-mobile/fenix/issues/24366: reset strict mode after locale read 2022-03-22 13:47:04 +00:00
Mozilla L10n Automation Bot
d292efd9e7 [fenix] Import l10n. 2022-03-22 00:48:31 +00:00
Gabriel Luong
d2f438e996 [fenix] For https://github.com/mozilla-mobile/fenix/issues/24114 - Decrease EXPECTED_SUPPRESSION_COUNT value to fix StartupExcessiveResourceUseTest 2022-03-21 20:13:17 +00:00
Gabriel Luong
dbdc477aba [fenix] For https://github.com/mozilla-mobile/fenix/issues/24114 - Dispatch the current mode when the HomeFragment is created 2022-03-21 20:13:17 +00:00
Gabriel Luong
ec1d6dfc7d [fenix] For https://github.com/mozilla-mobile/fenix/issues/24114 - Check feature settings to show and hide home screen sections 2022-03-21 20:13:17 +00:00
Gabriel Luong
9d4c556699 [fenix] For https://github.com/mozilla-mobile/fenix/issues/24114 - Refactor ext/HomeFragmentStateTest to ext/AppStateTest 2022-03-21 20:13:17 +00:00
Gabriel Luong
e5b6421d16 [fenix] For https://github.com/mozilla-mobile/fenix/issues/24114 - Change all HomeFragment[Store|State|Action] usage to App[Store|State|Action] in existing tests 2022-03-21 20:13:17 +00:00
Gabriel Luong
134fb611b4 [fenix] For https://github.com/mozilla-mobile/fenix/issues/24114 - Refactor HomeFragmenStoreTest to AppStoreTest 2022-03-21 20:13:17 +00:00
Gabriel Luong
269dc65be3 [fenix] For https://github.com/mozilla-mobile/fenix/issues/24114 - Refactor initial HomeFragmentState into AppState 2022-03-21 20:13:17 +00:00
Gabriel Luong
fa71851b96 [fenix] For https://github.com/mozilla-mobile/fenix/issues/24114 - Refactor HomeFragmentStore parameters to AppStore 2022-03-21 20:13:17 +00:00
Gabriel Luong
18158aef72 [fenix] For https://github.com/mozilla-mobile/fenix/issues/24114 - Refactor HomeFragmentState into AppState 2022-03-21 20:13:17 +00:00
Gabriel Luong
a9db5cb839 [fenix] For https://github.com/mozilla-mobile/fenix/issues/24114 - Refactor ext/HomeFragmentState to ext/AppState 2022-03-21 20:13:17 +00:00
Mugurell
33772a15aa [fenix] For https://github.com/mozilla-mobile/fenix/issues/24342 - Actually log when Pocket stories are shown
Based on this we'll send telemetry and rotate the stories shown to prioritize
fresh ones instead of the ones already shown.
2022-03-21 08:23:34 +00:00
Mozilla L10n Automation Bot
4dcedd67bc [fenix] Import l10n. 2022-03-21 00:37:53 +00:00
Mozilla L10n Automation Bot
22c37f8ba1 [fenix] Import l10n. 2022-03-20 00:45:41 +00:00
Mozilla L10n Automation Bot
76756a12ed [fenix] Import l10n. 2022-03-19 00:35:58 +00:00
Arturo Mejia
3008a5337c [fenix] Closes https://github.com/mozilla-mobile/fenix/issues/24305: Remove false wallpaper NPE Sentry report 2022-03-18 01:45:24 +00:00
Mozilla L10n Automation Bot
fcd7f6f577 [fenix] Import l10n. 2022-03-18 00:55:09 +00:00
MatthewTighe
cef5d5b56f [fenix] closes https://github.com/mozilla-mobile/fenix/issues/24306: add nav argument to open tabs tray to an initial page 2022-03-17 21:05:08 +00:00
MatthewTighe
80f62478b6 [fenix] no issue: update accessibility comment for device icon 2022-03-17 18:44:08 +00:00
AndiAJ
b88d1b4a43 [fenix] Remove SmokeTest annotation for closeTabCrashedReporterTest and restoreTabCrashedReporterTest 2022-03-17 11:10:31 +00:00
AndiAJ
cc19161b92 [fenix] New useAppWhileTabIsCrashedTest and privateBrowsingUseAppWhileTabIsCrashedTest UI tests 2022-03-17 11:10:31 +00:00
AndiAJ
6b12bf74a4 [fenix] Create new Crash Report test class and move the previously created UI smoke tests and refactoring work 2022-03-17 11:10:31 +00:00
indu
8d7ea92ff2 [fenix] For https://github.com/mozilla-mobile/fenix/issues/24037: Do voice search in a separate task
This allows voice search to open in a separate window instead of opening in the same Picture-In-Picture window,  thereby making it easier to interact with the voice search.
2022-03-17 10:19:13 +00:00
Grigory Kruglov
39b489a36c [fenix] For https://github.com/mozilla-mobile/fenix/issues/23697: Allow pasting plain text in toolbar long press 2022-03-16 22:10:52 +00:00
Grigory Kruglov
6dede6ff6f [fenix] For https://github.com/mozilla-mobile/fenix/issues/23697: Treat text/x-moz-url mime type clipboard text as url
It seems like this is the MIME type we're getting from the clipboard in
certain scenarios, e.g. after copying a link from Chrome or Gmail on
some devices.
2022-03-16 22:10:52 +00:00
MatthewTighe
2352d2b129 [fenix] closes https://github.com/mozilla-mobile/fenix/issues/24289: reset strict mode after WallpaperManager construction 2022-03-16 21:41:50 +00:00
Noah Bond
ff598e99fa [fenix] For https://github.com/mozilla-mobile/fenix/issues/24286 - Create new test for synced tabs error mapping 2022-03-16 21:13:24 +00:00
Arturo Mejia
1855539ab4 [fenix] For https://github.com/mozilla-mobile/fenix/issues/23489: Update SentryService reference to use the latest Sentry SDK. 2022-03-16 16:24:12 +00:00
mcarare
c150e4c96f [fenix] For https://github.com/mozilla-mobile/fenix/issues/19929: Use AC extension functions for window insets compat. 2022-03-16 14:58:29 +00:00
Mozilla L10n Automation Bot
d73c1bd48b [fenix] Import l10n. 2022-03-16 01:54:36 +00:00
Roger Yang
2ca16e15cf [fenix] Close https://github.com/mozilla-mobile/fenix/issues/12717: Add bookmark search 2022-03-16 01:24:57 +00:00
MatthewTighe
da6d15fc81 [fenix] for https://github.com/mozilla-mobile/fenix/issues/24177: add ui wireframe for synced recent tab 2022-03-16 00:51:24 +00:00
Gabriel Luong
13af68853e [fenix] For https://github.com/mozilla-mobile/fenix/issues/24235 - Remove Tip from HomeFragmentStore 2022-03-15 23:29:58 +00:00
Gabriel Luong
082705a3c6 [fenix] For https://github.com/mozilla-mobile/fenix/issues/24235 - Remove MasterPasswordTipProvider 2022-03-15 23:29:58 +00:00
Gabriel Luong
e7ecd285a6 [fenix] For https://github.com/mozilla-mobile/fenix/issues/24229 - Remove unused MigrationTipProvider 2022-03-15 23:29:58 +00:00
Oana Horvath
25a03fd23c [fenix] For https://github.com/mozilla-mobile/fenix/issues/23716: Disables mediaSystemNotificationInPrivateModeTest 2022-03-15 15:38:09 +00:00
Oana Horvath
d6aaf8ca47 [fenix] For https://github.com/mozilla-mobile/fenix/issues/21002: Ads new search group UI tests
Fixed and re-enabled editCustomSearchEngineTest with custom MockWebServer URL
2022-03-15 15:07:32 +00:00
Alexandru2909
9e448530f4 [fenix] For https://github.com/mozilla-mobile/fenix/issues/24187 - Avoid creating multiple inactive CFR dialogs 2022-03-15 09:22:34 +00:00
Mozilla L10n Automation Bot
2b3e3f523e [fenix] Import l10n. 2022-03-15 00:36:19 +00:00
MatthewTighe
94bb2257a7 [fenix] closes https://github.com/mozilla-mobile/fenix/issues/24194: switch to IO dispatcher when cleaning wallpapers 2022-03-14 22:44:58 +00:00
Gabriel Luong
a846940d94 [fenix] For https://github.com/mozilla-mobile/fenix/issues/24252 - Rename contrastText attribute to textOnColorPrimary 2022-03-14 22:08:08 +00:00
Gabriel Luong
ceb447fa33 [fenix] For https://github.com/mozilla-mobile/fenix/issues/24252 - Rename unused snackbar attribute 2022-03-14 22:08:08 +00:00
Gabriel Luong
130fd3ec5f [fenix] For https://github.com/mozilla-mobile/fenix/issues/24252 - Rename destructive attribute to textWarning 2022-03-14 22:08:08 +00:00
Gabriel Luong
bd6c1cadda [fenix] For https://github.com/mozilla-mobile/fenix/issues/24252 - Rename disabled attribute to textDisabled 2022-03-14 22:08:08 +00:00
Gabriel Luong
0d21bd04e2 [fenix] For https://github.com/mozilla-mobile/fenix/issues/24252 - Rename above attribute to layer2 2022-03-14 22:08:08 +00:00
Gabriel Luong
8359053505 [fenix] For https://github.com/mozilla-mobile/fenix/issues/24252 - Rename foundation attribute to layer1 2022-03-14 22:08:08 +00:00
Gabriel Luong
2a0b826945 [fenix] For https://github.com/mozilla-mobile/fenix/issues/24252 - Rename secondaryText attribute to textSecondary 2022-03-14 22:08:08 +00:00
Gabriel Luong
53dc0a74c4 [fenix] For https://github.com/mozilla-mobile/fenix/issues/24252 - Rename primaryText attribute to textPrimary 2022-03-14 22:08:08 +00:00
Gabriel Luong
634288c608 [fenix] For https://github.com/mozilla-mobile/fenix/issues/24264 - Enable Contile feature for Nightly 2022-03-14 21:27:14 +00:00
Noah Bond
d71feec97e [fenix] For https://github.com/mozilla-mobile/fenix/issues/24219 - Refactor Favicon to fix previews 2022-03-14 20:54:04 +00:00
Gabriel Luong
63d7796407 [fenix] For https://github.com/mozilla-mobile/fenix/issues/24246 - Refactor Tab from HomeFragmentStore 2022-03-14 18:59:59 +00:00
MatthewTighe
5609576572 [fenix] no issue: update layer3 dark pallete color to match token 2022-03-14 18:31:56 +00:00
Gabriel Luong
5a6afc5372 [fenix] For https://github.com/mozilla-mobile/fenix/issues/24242 - Update EditText background tint to use Border Primary 2022-03-14 18:04:03 +00:00
Gabriel Luong
7a6f2cf74d [fenix] For https://github.com/mozilla-mobile/fenix/issues/24249 - Use Border Primary for Dividers 2022-03-14 15:39:24 +00:00
Alexandru2909
f384b6b94f [fenix] Fixes https://github.com/mozilla-mobile/fenix/issues/24188 - Use app_name for InactiveTabAutoClose message 2022-03-14 09:05:24 +00:00
Alexandru2909
48a83be7cf [fenix] For https://github.com/mozilla-mobile/fenix/issues/23719 - Replace preference framework strings with string resources 2022-03-14 07:12:57 +00:00
Mozilla L10n Automation Bot
f1f75f18d2 [fenix] Import l10n. 2022-03-14 02:11:46 +00:00
Gabriel Luong
3595d935c0 [fenix] No issue - Add license to ic_share_clipboard.xml 2022-03-12 22:14:58 +00:00
Roger Yang
094630c613 [fenix] Close https://github.com/mozilla-mobile/fenix/issues/14313: Always add copy to clipboard action in share actions 2022-03-12 16:24:15 +00:00
Mozilla L10n Automation Bot
060c49c45e [fenix] Import l10n. 2022-03-12 00:35:52 +00:00
Grigory Kruglov
f31000f48d [fenix] For https://github.com/mozilla-mobile/fenix/issues/23697: Avoid NPEs while pasting URLs from the clipboard
It's possible for clipboard contents to have changed in the time between we've constructed
the onClick listeners and when they're actually invoked. Code before assumed that 'text'
will be not-null, and would crash otherwise. With this change, we're capturing contents of
the clipboard before constructing onClick handlers (while also asserting correct behaviour
of 'ClipboardHandler').

With this change, we'll log an error if we were told that clipboard contains a URL, but immediately
after that check 'text' was actually null. This would indicate one of two things:
- issues within the ClipboardHandler
- changing contents of the ClipboardHandler within a tiny time window between our check and querying
2022-03-11 22:23:54 +00:00
Gabriel Luong
86ab03ac93 [fenix] For https://github.com/mozilla-mobile/fenix/issues/24130 - Change Shortcuts setting to toggle the display of Top Sites 2022-03-11 19:48:08 +00:00
Noah Bond
f5c6525c05 [fenix] For https://github.com/mozilla-mobile/fenix/issues/23219 - Add favicons to synced tabs list 2022-03-11 18:54:59 +00:00
Mugurell
19d910b0cd [fenix] For https://github.com/mozilla-mobile/fenix/issues/23415 - Add support for GeckoView Screen Orientation APIs 2022-03-11 18:18:12 +00:00
Oana Horvath
b3d45f7e09 [fenix] For https://github.com/mozilla-mobile/fenix/issues/21002: Ads new wallpapers UI tests 2022-03-11 09:09:29 +00:00
Mozilla L10n Automation Bot
1240098de7 [fenix] Import l10n. 2022-03-11 00:37:38 +00:00
Gabriel Luong
cd04c69add [fenix] For https://github.com/mozilla-mobile/fenix/issues/24141 - Replace @color/button_text_color with @color/fx_mobile_[text|icon]_color_action_secondary 2022-03-10 18:17:06 +00:00
Gabriel Luong
cd679cf342 [fenix] For https://github.com/mozilla-mobile/fenix/issues/24141 - Replace @color/grey_button_color with @color/fx_mobile_action_color_secondary 2022-03-10 18:17:06 +00:00
Gabriel Luong
8dc78d6b70 [fenix] For https://github.com/mozilla-mobile/fenix/issues/24141 - Add Icon Action Primary and Secondary design tokens 2022-03-10 18:17:06 +00:00
Mozilla L10n Automation Bot
e3669b3b20 [fenix] Import l10n. 2022-03-10 00:38:13 +00:00
Grigory Kruglov
4bc0f1e7f9 [fenix] Remove duplicate 'start' call for the account manager
We are already starting the account manager in BackgroundServices,
so this call is a no-op (its gets dropped by the state machine).
2022-03-09 14:39:41 -08:00
Arturo Mejia
d2d23d32e0 [fenix] For https://github.com/mozilla-mobile/fenix/issues/23489: Update SentryService reference to use legacy component. 2022-03-09 19:22:46 +00:00
Alexandru2909
f55e88ce94 [fenix] For https://github.com/mozilla-mobile/fenix/issues/22189 - Replace app name with 'Firefox' for Sync strings 2022-03-09 18:01:17 +00:00
Grigory Kruglov
1adf409b19 [fenix] Bump Android-Components version to 100.0.20220309001717 2022-03-08 22:05:32 -08:00
Grigory Kruglov
e136adf6c6 [fenix] Closes https://github.com/mozilla-mobile/fenix/issues/15882: check for account state abnormalities after account manager is ready 2022-03-08 22:05:32 -08:00
Mozilla L10n Automation Bot
4d440e1570 [fenix] Import l10n. 2022-03-09 00:37:40 +00:00
Gabriel Luong
55675df99e [fenix] For https://github.com/mozilla-mobile/fenix/issues/24108 - Use Layer3 for swipe to delete background color 2022-03-09 00:05:48 +00:00
Gabriel Luong
ba33b58e31 [fenix] For https://github.com/mozilla-mobile/fenix/issues/24107 - Use Layer1 for tab tray list item background color 2022-03-09 00:05:48 +00:00
Gabriel Luong
7cec1b5365 [fenix] For https://github.com/mozilla-mobile/fenix/issues/24082 - Use Icon Secondary for the tab tray globe thumbnail icon color 2022-03-09 00:05:48 +00:00
Gabriel Luong
e56d96553d [fenix] For https://github.com/mozilla-mobile/fenix/issues/24082 - Use Layer2 for the tab tray thumbnail item background color 2022-03-09 00:05:48 +00:00
Gabriel Luong
aa65fc9031 [fenix] For https://github.com/mozilla-mobile/fenix/issues/24156 - Remove all unused strings marked moz:removedIn <= 97 2022-03-08 21:34:54 +00:00
Mozilla L10n Automation Bot
1e1e49c6ac [fenix] Import l10n. 2022-03-08 00:46:17 +00:00
Mozilla L10n Automation Bot
ef08741451 [fenix] Import l10n. 2022-03-07 00:52:38 +00:00
Mozilla L10n Automation Bot
ddf67d1765 [fenix] Import l10n. 2022-03-06 00:44:47 +00:00
Mozilla L10n Automation Bot
a9672e87b2 [fenix] Import l10n. 2022-03-04 19:54:23 -05:00
Gabriel Luong
8af38f76db [fenix] For https://github.com/mozilla-mobile/fenix/issues/24102 - Use Layer Accent Opaque color for the selected tab tray item background in list view 2022-03-04 21:15:30 +00:00
Gabriel Luong
74e86990fc [fenix] For https://github.com/mozilla-mobile/fenix/issues/24102 - Add Layer Accent Opaque design token 2022-03-04 21:15:30 +00:00
Gabriel Luong
cf32d0d7d6 [fenix] For https://github.com/mozilla-mobile/fenix/issues/24102 - Rename layerNonOpaque to layerAccentNonOpaque in FirefoxThemes 2022-03-04 21:15:30 +00:00
Gabriel Luong
d1e3135793 [fenix] For https://github.com/mozilla-mobile/fenix/issues/23990 - Allow for Nimbus experimentation for Contile top sites 2022-03-04 17:20:38 +00:00
mcarare
bdd7fa0a96 [fenix] For https://github.com/mozilla-mobile/fenix/issues/24075: Add PDF download metrics. 2022-03-04 06:17:57 +00:00
mcarare
dfc04d2e7b [fenix] For https://github.com/mozilla-mobile/fenix/issues/24075: Add PDF download metrics. 2022-03-04 06:17:57 +00:00
Mozilla L10n Automation Bot
8a08f56605 [fenix] Import l10n. 2022-03-04 00:49:43 +00:00
Gabriel Luong
793d03c400 [fenix] For https://github.com/mozilla-mobile/fenix/issues/24080 - Use layer accent non opaque for the tabs tray and history selected background color 2022-03-03 22:13:20 +00:00
Gabriel Luong
a0f48f5533 [fenix] For https://github.com/mozilla-mobile/fenix/issues/23893 - Add telemetry for Contile services 2022-03-03 20:56:44 +00:00
Gabriel Luong
d76ab228bf [fenix] For https://github.com/mozilla-mobile/fenix/issues/24055 - Use Primary Button design colors for Save Collection Primary Button 2022-03-03 18:06:57 +00:00
Gabriel Luong
d6a0c98f5c [fenix] For https://github.com/mozilla-mobile/fenix/issues/24055 - Replace snackbar attribute with actionPrimary attribute 2022-03-03 18:06:57 +00:00
Gabriel Luong
b29f330cb9 [fenix] For https://github.com/mozilla-mobile/fenix/issues/24055 - Replace ?inset with Action Primary color Primary Buttons 2022-03-03 18:06:57 +00:00
Gabriel Luong
ba45874ce8 [fenix] For https://github.com/mozilla-mobile/fenix/issues/24055 - Replace ?contrastText with Icon On Color color for Primary Buttons 2022-03-03 18:06:57 +00:00
Gabriel Luong
43a41e0790 [fenix] For https://github.com/mozilla-mobile/fenix/issues/24055 - Replace ?contrastText with Action Primary Text for Primary buttons 2022-03-03 18:06:57 +00:00
Gabriel Luong
5395d028be [fenix] For https://github.com/mozilla-mobile/fenix/issues/24055 - Replace ?accent with Action Primary for Primary Buttons 2022-03-03 18:06:57 +00:00
mcarare
fd8596ea80 [fenix] For https://github.com/mozilla-mobile/fenix/issues/23399: Add tabs tray multi-select telemetry. 2022-03-03 09:32:38 +00:00
Mozilla L10n Automation Bot
7d4c3a83b6 [fenix] Import l10n. 2022-03-03 01:17:15 +00:00
Gabriel Luong
b0750c2980 [fenix] For https://github.com/mozilla-mobile/fenix/issues/24069 - Use the correct design tokens for Powered by Pocket text 2022-03-03 00:45:31 +00:00
Gabriel Luong
d6c7b9f7ef [fenix] For https://github.com/mozilla-mobile/fenix/issues/24066 - Use secondary text color for the No Collections description 2022-03-02 22:20:34 +00:00
Gabriel Luong
23dfced41d [fenix] For https://github.com/mozilla-mobile/fenix/issues/24062 - Remove showHomeBehindSearch feature flag 2022-03-02 18:25:18 +00:00
Gabriel Luong
fe8cc1c410 [fenix] For https://github.com/mozilla-mobile/fenix/issues/24051 - Remove showStartOnHomeSettings feature flag 2022-03-02 15:22:35 +00:00
Mozilla L10n Automation Bot
fb9a5c3f68 [fenix] Import l10n. 2022-03-02 01:20:56 +00:00
Gabriel Luong
5f580bbac4 [fenix] For https://github.com/mozilla-mobile/fenix/issues/23388 - Update scrim to match design system 2022-03-02 00:16:49 +00:00
Arturo Mejia
9ce5a7dd27 [fenix] Add remote wallpapers 2022-03-01 22:16:52 +00:00
Gabriel Luong
ffb0d67b02 [fenix] For https://github.com/mozilla-mobile/fenix/issues/24042- Remove inactive tabs survey 2022-03-01 18:16:05 +00:00
mcarare
0745934bdf [fenix] For https://github.com/mozilla-mobile/fenix/issues/22189: Replace placeholder with app name. 2022-03-01 14:27:54 +00:00
Alexandru2909
96bda01189 [fenix] For https://github.com/mozilla-mobile/fenix/issues/23936 - Show dialog on credit card delete 2022-03-01 09:29:07 +00:00
mcarare
cb362b1685 [fenix] For https://github.com/mozilla-mobile/fenix/issues/21743: Use isNumericAddress to validate Ipv4 and Ipv6 for SDK>=29. 2022-03-01 07:57:19 +00:00
Mugurell
b9bec46eea [fenix] Revert "For https://github.com/mozilla-mobile/fenix/issues/23871 - Update compose to 1.1.0 and kotlin to 1.6.10"
This reverts commit 30cb395b04e583ea9457a987f19f047a33de2213.
2022-03-01 06:50:28 +00:00
Mozilla L10n Automation Bot
b9cfda5623 [fenix] Import l10n. 2022-03-01 00:46:59 +00:00
Noah Bond
118a681bf7 [fenix] For https://github.com/mozilla-mobile/fenix/issues/23238 - Refactor synced tabs sections to be collapsible 2022-02-28 21:38:15 +00:00
Noah Bond
6caab8dc25 [fenix] For https://github.com/mozilla-mobile/fenix/issues/23991 - Fix synced tabs error text mapping 2022-02-28 19:38:01 +00:00
MatthewTighe
457230f280 [fenix] closes https://github.com/mozilla-mobile/fenix/issues/23997: add day/night versions of applicable wallpapers 2022-02-28 19:09:37 +00:00
Gabriel Luong
6a0128aafb [fenix] For https://github.com/mozilla-mobile/fenix/issues/24006 - Return a null change payload if the new top sites list is larger than the old 2022-02-28 18:41:20 +00:00
Gabriel Luong
07de4d50a5 [fenix] For https://github.com/mozilla-mobile/fenix/issues/24014 - Replace @color/secondary_text_private_theme with @color/fx_mobile_private_text_color_secondary 2022-02-28 17:55:10 +00:00
Gabriel Luong
8310a359bd [fenix] For https://github.com/mozilla-mobile/fenix/issues/24014 - Replace @color/caption_text_private_theme with @color/fx_mobile_private_text_color_secondary 2022-02-28 17:55:10 +00:00
Gabriel Luong
0d70bee768 [fenix] For https://github.com/mozilla-mobile/fenix/issues/24014 - Replace @color/caption_text_normal_theme with @color/fx_mobile_text_color_secondary 2022-02-28 17:55:10 +00:00
AndiAJ
dc543bfd22 [fenix] Disable rememberAllowAudioVideoPermissionChoiceTest UI test 2022-02-28 16:14:27 +00:00
Gabriel Luong
fc46c21aea [fenix] For https://github.com/mozilla-mobile/fenix/issues/24008 - Only refresh the contile top sites cache if feature is enabled 2022-02-28 15:43:57 +00:00
Mozilla L10n Automation Bot
6a8a605e35 [fenix] Import l10n. 2022-02-28 08:20:54 +00:00
Gabriel Luong
87ee51d9fd [fenix] For https://github.com/mozilla-mobile/fenix/issues/24017 - Replace @color/foundation_private_theme with @color/fx_mobile_private_layer_color_1 2022-02-28 07:43:48 +00:00
Gabriel Luong
bedd286004 [fenix] For https://github.com/mozilla-mobile/fenix/issues/24022 - Use Border Primary color for Inactive Tabs border 2022-02-28 02:13:52 -05:00
Mozilla L10n Automation Bot
65b40b20bc [fenix] Import l10n. 2022-02-27 00:47:26 +00:00
Mozilla L10n Automation Bot
e6f4cbd37b [fenix] Import l10n. 2022-02-26 00:44:12 +00:00
MatthewTighe
8468ef9c13 [fenix] fixes https://github.com/mozilla-mobile/fenix/issues/23981: open download function and override for test 2022-02-25 18:34:22 +00:00
Sarah541
910d13bbd1 [fenix] For https://github.com/mozilla-mobile/fenix/issues/23821 - Add telemtry for RecentlyVisted Homepage (https://github.com/mozilla-mobile/fenix/pull/23909)
Add test

Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
Co-authored-by: Ryan VanderMeulen <rvandermeulen@mozilla.com>
2022-02-25 09:03:25 -05:00
Mozilla L10n Automation Bot
aac38ea42f [fenix] Import l10n. 2022-02-25 00:40:32 +00:00
Roger Yang
d14ce03e37 [fenix] Close https://github.com/mozilla-mobile/fenix/issues/23894: Simplify distinct history algorithm 2022-02-24 22:46:39 +00:00
Gabriel Luong
6570a84385 [fenix] For https://github.com/mozilla-mobile/fenix/issues/23975 - Replace tooltip gradient with Layer Gradient Start, End design tokens 2022-02-24 21:30:12 +00:00
Gabriel Luong
09299336ef [fenix] For https://github.com/mozilla-mobile/fenix/issues/23880 - Use borderPrimary attribute in empty_session_control_background.xml 2022-02-24 12:21:32 -05:00
Gabriel Luong
e09bb8c28c [fenix] For https://github.com/mozilla-mobile/fenix/issues/23957 - Rename toolbarDivider attribute to borderPrimary 2022-02-24 12:21:32 -05:00
Gabriel Luong
52a618a580 [fenix] For https://github.com/mozilla-mobile/fenix/issues/23951 - Replace @color/toolbar_divider_color_private_theme with @color/fx_mobile_private_border_color_divider 2022-02-24 02:04:25 +00:00
Mozilla L10n Automation Bot
6f851b7b1f [fenix] Import l10n. 2022-02-24 01:05:59 +00:00
Roger Yang
ba3bf788e3 [fenix] Close https://github.com/mozilla-mobile/fenix/issues/13336: Open bookmark in current tab if browsing mode is not private or previous fragment is not home 2022-02-24 00:40:18 +00:00
Gabriel Luong
f2a3c9e1d5 [fenix] For https://github.com/mozilla-mobile/fenix/issues/23949 - Use @color/fx_mobile_private_layer_color_4 for the toolbar gradient in the private theme 2022-02-23 23:56:49 +00:00
Gabriel Luong
cf5705e234 [fenix] For https://github.com/mozilla-mobile/fenix/issues/23947 - Inline @color/toolbar_menu_transparent 2022-02-23 23:27:11 +00:00
Gabriel Luong
512a75eef2 [fenix] For https://github.com/mozilla-mobile/fenix/issues/23738 - Integrate the Contile top sites updater 2022-02-23 22:54:12 +00:00
Roger Yang
6d3e2a9f74 [fenix] Close https://github.com/mozilla-mobile/fenix/issues/23804: Use version instead of date for telemetry/metrics expiration 2022-02-23 22:28:12 +00:00
Gabriel Luong
9e93d2cc37 [fenix] For https://github.com/mozilla-mobile/fenix/issues/23921 - Remove unused attributes in attrs.xml 2022-02-23 21:59:35 +00:00
Gabriel Luong
64fefc222e [fenix] For https://github.com/mozilla-mobile/fenix/issues/23905 - Update onboarding icons to use Icon Active color 2022-02-23 21:25:33 +00:00
Gabriel Luong
635413def1 [fenix] For https://github.com/mozilla-mobile/fenix/issues/23907 - Replace tabTrayItemMediaBackground attribute with accent
tabTrayItemMediaBackground and accent are equivalent
2022-02-23 20:51:12 +00:00
Gabriel Luong
0289b38806 [fenix] For https://github.com/mozilla-mobile/fenix/issues/23888 - Replace @color/white_color with @color/fx_mobile_[icon|text]_color_oncolor
@color/white_color and @color/fx_mobile_[icon|text]_color_oncolor are equivalent
2022-02-23 20:14:22 +00:00
Gabriel Luong
559e575bbe [fenix] For https://github.com/mozilla-mobile/fenix/issues/23919 - Replace tabRing attribute with accent 2022-02-23 19:45:35 +00:00
Gabriel Luong
f6cb3dbc52 [fenix] Update Android Components version to 99.0.20220223143136. (https://github.com/mozilla-mobile/fenix/pull/23942) 2022-02-23 13:43:37 -05:00
MatthewTighe
c7275dd308 [fenix] closes https://github.com/mozilla-mobile/fenix/issues/23912: remove sentry reporting from WallpaperDownloader 2022-02-23 18:17:44 +00:00
Christian Sadilek
a049e9aaf2 [fenix] Revert "For https://github.com/mozilla-mobile/fenix/issues/14321 - Dismiss search dialog buttons on edit cancel"
This reverts commit a2b00bef833b29e5c49920e4a8888f4267e7a20e.
2022-02-23 16:30:27 +00:00
Gabriel Luong
72a2776032 [fenix] For https://github.com/mozilla-mobile/fenix/issues/23925 - Update tab counter and reader mode colors to use the design system 2022-02-23 15:59:36 +00:00
mcarare
7104c92f2b [fenix] For https://github.com/mozilla-mobile/fenix/issues/23408: Fix pinned top sites count from the cached list. 2022-02-23 14:48:35 +00:00
Gabriel Luong
f3727f6a49 [fenix] For https://github.com/mozilla-mobile/fenix/issues/23900 - Update search widget colours to use design tokens 2022-02-23 02:33:00 +00:00
Mozilla L10n Automation Bot
ee8db5cc6b [fenix] Import l10n. 2022-02-23 01:44:44 +00:00
Roger Yang
d1a94de89e [fenix] Revert "For https://github.com/mozilla-mobile/fenix/issues/13336: Open bookmarks in current tab (https://github.com/mozilla-mobile/fenix/pull/23169)"
This reverts commit 52157add58e5ed6accc64e1e4fae69e655432d91.
2022-02-23 01:17:47 +00:00
Gabriel Luong
24f642c19f [fenix] For https://github.com/mozilla-mobile/fenix/issues/23902 - Update the top sites pinned icon color to @color/fx_mobile_icon_color_primary 2022-02-23 00:42:21 +00:00
Gabriel Luong
60a2e0b46a [fenix] For https://github.com/mozilla-mobile/fenix/issues/23829 - Update private theme design token based on the latest UX changes 2022-02-22 23:36:28 +00:00
MatthewTighe
ce058f1abf [fenix] for https://github.com/mozilla-mobile/fenix/issues/23069: add blocklist middleware for home 2022-02-22 22:25:04 +00:00
Gabriel Luong
6bf6f7f4ab [fenix] For https://github.com/mozilla-mobile/fenix/issues/23839 - Replace @color/contrast_text_normal_theme with @color/fx_mobile_[text|icon]_color_oncolor 2022-02-22 21:45:47 +00:00
Gabriel Luong
9b0cd6863f [fenix] For https://github.com/mozilla-mobile/fenix/issues/23882 - Use textAccent attribute for Smartblock Learn More link 2022-02-22 21:15:38 +00:00
Gabriel Luong
8fa8fa4944 [fenix] For https://github.com/mozilla-mobile/fenix/issues/23850 - Replace @color/neutral_text with @color/fx_mobile_[icon|text]_color_oncolor 2022-02-22 20:38:02 +00:00
Gabriel Luong
7290a5a458 [fenix] For https://github.com/mozilla-mobile/fenix/issues/23886 - Use @color/fx_mobile_icon_color_active for tabIndicatorColor 2022-02-22 17:49:07 +00:00
Mugurell
6defb87864 [fenix] For https://github.com/mozilla-mobile/fenix/issues/23871 - Update compose to 1.1.0 and kotlin to 1.6.10 2022-02-22 16:55:22 +00:00
Mozilla L10n Automation Bot
8e06dcfd32 [fenix] Import l10n. 2022-02-22 00:43:44 +00:00
Mozilla L10n Automation Bot
88f36471ea [fenix] Import l10n. 2022-02-21 00:38:59 +00:00
Mozilla L10n Automation Bot
e0ad42dcb4 [fenix] Import l10n. 2022-02-20 00:38:10 +00:00
Mozilla L10n Automation Bot
3a876d4532 [fenix] Import l10n. 2022-02-19 00:39:27 +00:00
Noah Bond
1a4e821c92 [fenix] For https://github.com/mozilla-mobile/fenix/issues/23808 - Add secret setting for enabling Task Continuity feature 2022-02-18 17:37:19 +00:00
Alexandru2909
fc08df845f [fenix] For https://github.com/mozilla-mobile/fenix/issues/22189 - Replace the 'Firefox' word in all strings with placeholder 2022-02-18 15:59:03 +00:00
Gabriel Luong
948e9c4e85 [fenix] For https://github.com/mozilla-mobile/fenix/issues/23771 - Set correct destructive text color for card editor error messages (https://github.com/mozilla-mobile/fenix/pull/23803)
Co-authored-by: tristan-jea <>
Co-authored-by: Tristan <99796140+tristan-jea@users.noreply.github.com>
2022-02-17 23:44:53 -05:00
Roger Yang
362a299150 [fenix] No issue: Renew/remove metrics set to expire in April 2022 2022-02-17 21:00:31 +00:00
Noah Bond
b8d7a53f49 [fenix] For https://github.com/mozilla-mobile/fenix/issues/19942 - Add support for sticky headers to the synced tabs list 2022-02-17 20:12:47 +00:00
Geordan Neukum
d31cdfeb3b [fenix] For https://github.com/mozilla-mobile/fenix/issues/23500: creditcards: focus cardNumberInput in createView
Right now, when the user navigates to the "Add Card" screen, the "Card Number"
title will be focused by default. Instead, let's make it so that the first
field for data entry is focused.

Since we're focusing the first field, let's also make sure that the soft
keyboard opens and that the cursor is placed at the end of whatever text has
already been input.
2022-02-17 18:39:05 +00:00
Geordan Neukum
7a57194a48 [fenix] For https://github.com/mozilla-mobile/fenix/issues/23500: creditcards: hide keyboard when pausing fragment
Right now, the soft keyboard will remain open when we exit the "Add Card"
screen. Let's make it so that the soft keyboard is automatically closed when
leaving this screen.
2022-02-17 18:39:05 +00:00
Arturo Mejia
8ed591874a [fenix] For https://github.com/mozilla-mobile/fenix/issues/23752: Address switch is off the screen in the Wallpaper settings. 2022-02-17 16:29:23 +00:00
sunil9211
1971f8984c [fenix] For https://github.com/mozilla-mobile/fenix/issues/23551 - Change the spacing between Pocket header and content to 16dp 2022-02-17 10:50:22 -05:00
Mozilla L10n Automation Bot
16ecb5131c [fenix] Import l10n. 2022-02-17 02:00:42 +00:00