Commit Graph

3146 Commits

Author SHA1 Message Date
Roger Yang 3de38984fd Issue #24299: Sort unified search selector menu items based on user settings 2022-05-25 19:17:44 +00:00
Mugurell 2343b7534c For #25311 - Set tokens used when communicating with Pocket 2022-05-25 15:53:24 +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
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
Mozilla L10n Automation Bot c5b4faf335 Import l10n. 2022-05-24 00:43:23 +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
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
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
Mugurell a93e434f0d For #24316 - Migrate TabInCollectionViewHolder to Compose 2022-05-18 15:24:52 +00:00
Mozilla L10n Automation Bot b002de7700 Import l10n. 2022-05-18 00:54:10 +00:00
Mozilla L10n Automation Bot 5c2207519a Import l10n. 2022-05-17 00:54:05 +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
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
Mugurell 1e3319f0e8 For #24333 - Replace the xml based CollectionViewHolder with a composable 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
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
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
Mozilla L10n Automation Bot fdeb22dd0b Import l10n. 2022-05-10 00:48:02 +00:00
Mozilla L10n Automation Bot 1e03e27e29 Import l10n. 2022-05-09 07:53:02 +00:00
Mozilla L10n Automation Bot c43c79cea6 Import l10n. 2022-05-08 00:43:46 +00:00
Mozilla L10n Automation Bot 35be05d599 Import l10n. 2022-05-05 01:18:27 +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
Mozilla L10n Automation Bot 95aba129da Import l10n. 2022-05-04 00:46:04 +00:00
sunil9211 e56f08c8ca For #23856: Remove deprecated layout_constraintWidth_default 2022-05-03 23:18:52 +00:00
Gabriel Luong 5597ed6e98 For #25070 - Remove all unused strings marked moz:removedIn <= 99 2022-05-03 15:14:59 +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
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
Mozilla L10n Automation Bot b76cae83d6 Import l10n. 2022-04-29 07:28:55 +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
mike a 407634d0ce Closes #24741: add top padding for download and bookmark fragment 2022-04-27 03:29:02 +00:00
Mozilla L10n Automation Bot 191b27130e Import l10n. 2022-04-27 00:52:28 +00:00
mike a 8e9464fee3 Closes #24307: add synced history empty fragment, feature flag and history screen showing only local files 2022-04-26 22:10:20 +00:00
mike a a066dddce9 Closes #24513: add undo snackbar to history group screen 2022-04-26 19:15:23 +00:00
Mozilla L10n Automation Bot 9d7825cca2 Import l10n. 2022-04-26 00:49:35 +00:00
Mozilla L10n Automation Bot 313bc8cd55 Import l10n. 2022-04-24 00:45:37 +00:00
Mozilla L10n Automation Bot 1aa13efcde Import l10n. 2022-04-23 00:35:21 +00:00
Gabriel Luong a5f5d5fb2d For #24850 - Display an address list for managing existing addresses 2022-04-22 23:44:36 +00:00
Gabriel Luong 25ffce77c0 For #24849 - Add an address editor screen 2022-04-22 02:01:21 +00:00
Mozilla L10n Automation Bot 808ce5a564 Import l10n. 2022-04-22 00:50:47 +00:00
MatthewTighe ccb3d33e8b for #24665: cache previous auth status and display placeholders accordingly 2022-04-21 21:59:24 +00:00
MatthewTighe b746295da1 for #24665: remove unused fxaHasSyncedItems setting 2022-04-21 21:59:24 +00:00
Mozilla L10n Automation Bot 8cd7eda398 Import l10n. 2022-04-21 01:30:21 +00:00
Mozilla L10n Automation Bot 20d1928d1b Import l10n. 2022-04-20 00:42:34 +00:00
Gabriel Luong aff4c03d53 For #24856 - Toggle the "Manage addresses" and "Add address" preference label depending on whether there are saved addresses 2022-04-19 18:27:59 +00:00
Gabriel Luong 11448ddd88 For #24845 - Add Address preference category to Autofill settings 2022-04-18 15:57:31 +00:00
Mozilla L10n Automation Bot d03497a09d Import l10n. 2022-04-18 00:48:08 +00:00
Mozilla L10n Automation Bot 5eadcec628 Import l10n. 2022-04-17 00:47:36 +00:00
Mozilla L10n Automation Bot 13669dff9b Import l10n. 2022-04-16 00:45:44 +00:00
Gabriel Luong 6b0c8233de For #24780 - Part 4: Refactor AutofillSettingFragment to its own package 2022-04-15 19:14:51 +00:00
Gabriel Luong 61bc862657 For #24780 - Part 2: RenameCreditCardsSettingFragment to AutofillSettingFragment in nav_graph.xml 2022-04-15 19:14:51 +00:00
Mozilla L10n Automation Bot 44fa899154 Import l10n. 2022-04-15 00:42:51 +00:00
Mozilla L10n Automation Bot 5d72e42e5e Import l10n. 2022-04-14 00:44:53 +00:00
Arturo Mejia 120113abff Enable messaging framework in nightly 2022-04-13 01:41:49 +00:00
Mozilla L10n Automation Bot 61bffb6685 Import l10n. 2022-04-13 01:08:37 +00:00
Gabriel Luong 8fe9c5bdd1 For #24297 - Add a search engine menu that shows the search engine and search settings 2022-04-12 22:04:15 +00:00
mcarare dfe23e8b77 For #24211: Remove wrapper from search related metrics.
Removes wrapper from search labeled counter and performed search event.
2022-04-12 21:21:21 +00:00
Mozilla L10n Automation Bot e7df75b5af Import l10n. 2022-04-12 01:20:50 +00:00
MatthewTighe 414a54ed02 for #24549: add telemetry for recent synced tab 2022-04-12 00:17:30 +00:00
Mozilla L10n Automation Bot 525188d768 Import l10n. 2022-04-11 00:42:53 +00:00
Mozilla L10n Automation Bot a2289c5b2f Import l10n. 2022-04-10 00:37:41 +00:00
Mozilla L10n Automation Bot 4bdb49e8c8 Import l10n. 2022-04-09 01:17:42 +00:00
Mozilla L10n Automation Bot dfdf41d9b1 Import l10n. 2022-04-08 00:44:59 +00:00
Mozilla L10n Automation Bot 64ddee0da3 Import l10n. 2022-04-07 15:16:06 +00:00
Gabriel Luong b6bcbfe346 For #24649 - Fix spelling of shortcuts in @string/snackbar_added_to_shortcuts 2022-04-06 20:27:59 +00:00
Gabriel Luong 6564c510e1 For #24645 - Update dark theme Action Secondary to LightGrey30 2022-04-06 18:39:57 +00:00
Mozilla L10n Automation Bot 003211ac8b Import l10n. 2022-04-06 00:50:44 +00:00
Gabriel Luong 8b01528f5b For #24616 - Update all the strings that references "top site" to "shortcut" 2022-04-05 21:06:44 +00:00
Arturo Mejia b6dd45798c For #24621: Update HTTP only mode strings 2022-04-05 19:39:21 +00:00
Gabriel Luong c5d6012b91 For #24581 - Fix row spacing between Top Sites 2022-04-05 18:58:26 +00:00
Gabriel Luong 31e24e96f5 For #24607 - Remove all unused strings marked moz:removedIn <= 98 2022-04-05 17:09:27 +00:00
AndiAJ 4382227b92 Ignore and remove recently_saved_show_all unused resource 2022-04-05 13:24:20 +00:00
Mozilla L10n Automation Bot 4cd2a7fb90 Import l10n. 2022-04-05 00:35:55 +00:00
Pedro Coelho e5e286f843 For #22308 - Changed constraint of tab tray overflow 2022-03-31 22:19:02 +00:00
sarah541 3a039ca918 For #23971 - Migrate CollectionHeaderViewHolder to Compose
fix ktlint
2022-03-31 21:05:56 +00:00
Gabriel Luong e950ec3f4d For #24319 - Migrate PrivateBrowsingDescriptionViewHolder to Compose 2022-03-29 22:54:22 +00:00
Mugurell fab6b8d1d8 For #23337 - Customize the https-only mode error page 2022-03-29 19:17:03 +00:00
Mugurell 46d757ab54 For #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
mike a 8ca01de0fa Closes #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
sarah541 3b39b4668f For #23968 - Migrate homescreen recent tabs to compose
For #23968 - Migrate homescreen recent tabs to compose
2022-03-29 01:07:04 +00:00
sarah541 ce7d2d1962 For #23969 - Migrate homescreen recent bookmarks to compose 2022-03-29 01:07:04 +00:00
sarah541 e11c9b2e8f For #23970 - Migrate homescreen recent visits header to compose 2022-03-29 01:07:04 +00:00
Sebastian Kaspari 834d0ee12d Issue #22489: Remove "Fennec to Fenix" migration code 2022-03-28 06:16:55 +00:00
Jonathan Almeida f953c5ec94 For #24220 and #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 0b981dde5f
For #23503: Respect studies and telemetry prefs when manually opting in to studies (#23955)
* For #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
Mozilla L10n Automation Bot 0386e4c969 Import l10n. 2022-03-25 00:23:41 +00:00
Gabriel Luong b4725429e8 For #24334 - Add FeatureFlag for Unified Search feature 2022-03-22 14:29:12 +00:00
Mozilla L10n Automation Bot 846751009d Import l10n. 2022-03-22 00:48:31 +00:00
Mozilla L10n Automation Bot 6d7206a8dd Import l10n. 2022-03-21 00:37:53 +00:00
Mozilla L10n Automation Bot 8db26b5b71 Import l10n. 2022-03-20 00:45:41 +00:00
Mozilla L10n Automation Bot cd4bed4eab Import l10n. 2022-03-19 00:35:58 +00:00
Mozilla L10n Automation Bot f3a63c4a60 Import l10n. 2022-03-18 00:55:09 +00:00
MatthewTighe 9d681a9de0 closes #24306: add nav argument to open tabs tray to an initial page 2022-03-17 21:05:08 +00:00
MatthewTighe 9853ca13ae no issue: update accessibility comment for device icon 2022-03-17 18:44:08 +00:00
Mozilla L10n Automation Bot a4fa1f5a52 Import l10n. 2022-03-16 01:54:36 +00:00
Roger Yang ed71b8a92c Close #12717: Add bookmark search 2022-03-16 01:24:57 +00:00
MatthewTighe 3727d55b88 for #24177: add ui wireframe for synced recent tab 2022-03-16 00:51:24 +00:00
Gabriel Luong 221ce814ef For #24235 - Remove Tip from HomeFragmentStore 2022-03-15 23:29:58 +00:00
Gabriel Luong 0448530440 For #24235 - Remove MasterPasswordTipProvider 2022-03-15 23:29:58 +00:00
Gabriel Luong 788b83bfaa For #24229 - Remove unused MigrationTipProvider 2022-03-15 23:29:58 +00:00
Mozilla L10n Automation Bot e0999f1bed Import l10n. 2022-03-15 00:36:19 +00:00
Gabriel Luong ad95f950bb For #24252 - Rename contrastText attribute to textOnColorPrimary 2022-03-14 22:08:08 +00:00
Gabriel Luong e5d8f1e8d2 For #24252 - Rename unused snackbar attribute 2022-03-14 22:08:08 +00:00
Gabriel Luong a6c8f8b313 For #24252 - Rename destructive attribute to textWarning 2022-03-14 22:08:08 +00:00
Gabriel Luong a59d319eb0 For #24252 - Rename disabled attribute to textDisabled 2022-03-14 22:08:08 +00:00
Gabriel Luong 4263e1fd62 For #24252 - Rename above attribute to layer2 2022-03-14 22:08:08 +00:00
Gabriel Luong 9817be4fd0 For #24252 - Rename foundation attribute to layer1 2022-03-14 22:08:08 +00:00
Gabriel Luong 331dc3a8ec For #24252 - Rename secondaryText attribute to textSecondary 2022-03-14 22:08:08 +00:00
Gabriel Luong f1e7b49425 For #24252 - Rename primaryText attribute to textPrimary 2022-03-14 22:08:08 +00:00
Gabriel Luong 4fada310b7 For #24242 - Update EditText background tint to use Border Primary 2022-03-14 18:04:03 +00:00
Gabriel Luong ec53937dd9 For #24249 - Use Border Primary for Dividers 2022-03-14 15:39:24 +00:00
Alexandru2909 7e1edc828e For #23719 - Replace preference framework strings with string resources 2022-03-14 07:12:57 +00:00
Mozilla L10n Automation Bot 598dd1a86e Import l10n. 2022-03-14 02:11:46 +00:00
Gabriel Luong cc27bcdf59 No issue - Add license to ic_share_clipboard.xml 2022-03-12 22:14:58 +00:00
Roger Yang d45543ec40 Close #14313: Always add copy to clipboard action in share actions 2022-03-12 16:24:15 +00:00
Mozilla L10n Automation Bot df4d7a9004 Import l10n. 2022-03-12 00:35:52 +00:00
Gabriel Luong c9a47d08a8 For #24130 - Change Shortcuts setting to toggle the display of Top Sites 2022-03-11 19:48:08 +00:00
Mozilla L10n Automation Bot 26d2aceb79 Import l10n. 2022-03-11 00:37:38 +00:00
Gabriel Luong bb94bc86e5 For #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 76c2f1e210 For #24141 - Replace @color/grey_button_color with @color/fx_mobile_action_color_secondary 2022-03-10 18:17:06 +00:00
Gabriel Luong ef0db6fd12 For #24141 - Add Icon Action Primary and Secondary design tokens 2022-03-10 18:17:06 +00:00
Mozilla L10n Automation Bot c49eb6deeb Import l10n. 2022-03-10 00:38:13 +00:00
Alexandru2909 c1431c5c12 For #22189 - Replace app name with 'Firefox' for Sync strings 2022-03-09 18:01:17 +00:00
Mozilla L10n Automation Bot a320d75b61 Import l10n. 2022-03-09 00:37:40 +00:00
Gabriel Luong 1f935e4bdc For #24108 - Use Layer3 for swipe to delete background color 2022-03-09 00:05:48 +00:00
Gabriel Luong 90e49c71d6 For #24107 - Use Layer1 for tab tray list item background color 2022-03-09 00:05:48 +00:00
Gabriel Luong 61ef3907a4 For #24082 - Use Icon Secondary for the tab tray globe thumbnail icon color 2022-03-09 00:05:48 +00:00
Gabriel Luong 97ecf4e45e For #24082 - Use Layer2 for the tab tray thumbnail item background color 2022-03-09 00:05:48 +00:00
Gabriel Luong 4c699c74d6 For #24156 - Remove all unused strings marked moz:removedIn <= 97 2022-03-08 21:34:54 +00:00
Mozilla L10n Automation Bot 1cbf2b2c75 Import l10n. 2022-03-08 00:46:17 +00:00
Mozilla L10n Automation Bot 9cc28a2f47 Import l10n. 2022-03-07 00:52:38 +00:00
Mozilla L10n Automation Bot b88600f4d6 Import l10n. 2022-03-06 00:44:47 +00:00
Mozilla L10n Automation Bot ded4266928 Import l10n. 2022-03-04 19:54:23 -05:00
Gabriel Luong 11b440f8f1 For #24102 - Add Layer Accent Opaque design token 2022-03-04 21:15:30 +00:00
Mozilla L10n Automation Bot ae727f1236 Import l10n. 2022-03-04 00:49:43 +00:00
Gabriel Luong 50a7a8499c For #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 56022546f2 For #23893 - Add telemetry for Contile services 2022-03-03 20:56:44 +00:00
Gabriel Luong ae1a2f3625 For #24055 - Use Primary Button design colors for Save Collection Primary Button 2022-03-03 18:06:57 +00:00
Gabriel Luong c2bc0eefc4 For #24055 - Replace snackbar attribute with actionPrimary attribute 2022-03-03 18:06:57 +00:00
Gabriel Luong aebd2d4b3a For #24055 - Replace ?inset with Action Primary color Primary Buttons 2022-03-03 18:06:57 +00:00
Gabriel Luong b97d28db59 For #24055 - Replace ?contrastText with Icon On Color color for Primary Buttons 2022-03-03 18:06:57 +00:00
Gabriel Luong d67720d7f3 For #24055 - Replace ?contrastText with Action Primary Text for Primary buttons 2022-03-03 18:06:57 +00:00
Gabriel Luong d19f7a7fad For #24055 - Replace ?accent with Action Primary for Primary Buttons 2022-03-03 18:06:57 +00:00
Mozilla L10n Automation Bot fe0e4e9215 Import l10n. 2022-03-03 01:17:15 +00:00
Gabriel Luong 50ab3d451e For #24066 - Use secondary text color for the No Collections description 2022-03-02 22:20:34 +00:00
Gabriel Luong 09101eb787 For #24051 - Remove showStartOnHomeSettings feature flag 2022-03-02 15:22:35 +00:00
Mozilla L10n Automation Bot 4becaaa8cc Import l10n. 2022-03-02 01:20:56 +00:00
Gabriel Luong ae59f5a7a7 For #23388 - Update scrim to match design system 2022-03-02 00:16:49 +00:00
Gabriel Luong b6f066c9ed For #24042- Remove inactive tabs survey 2022-03-01 18:16:05 +00:00
Alexandru2909 19d1e227ed For #23936 - Show dialog on credit card delete 2022-03-01 09:29:07 +00:00
Mozilla L10n Automation Bot 19ea02077c Import l10n. 2022-03-01 00:46:59 +00:00
Noah Bond ae9f3ab074 For #23238 - Refactor synced tabs sections to be collapsible 2022-02-28 21:38:15 +00:00
MatthewTighe f6872407f3 closes #23997: add day/night versions of applicable wallpapers 2022-02-28 19:09:37 +00:00
Gabriel Luong e643591338 For #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 41cb226cf7 For #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 5872b0a148 For #24014 - Replace @color/caption_text_normal_theme with @color/fx_mobile_text_color_secondary 2022-02-28 17:55:10 +00:00
Mozilla L10n Automation Bot 48a93d7ade Import l10n. 2022-02-28 08:20:54 +00:00
Gabriel Luong 9834e818cb For #24017 - Replace @color/foundation_private_theme with @color/fx_mobile_private_layer_color_1 2022-02-28 07:43:48 +00:00
Gabriel Luong 4ae5e8bfb7 For #24022 - Use Border Primary color for Inactive Tabs border 2022-02-28 02:13:52 -05:00
Mozilla L10n Automation Bot 59a09c1d4c Import l10n. 2022-02-27 00:47:26 +00:00
Mozilla L10n Automation Bot 12efddd643 Import l10n. 2022-02-26 00:44:12 +00:00
Mozilla L10n Automation Bot a9fb2dc718 Import l10n. 2022-02-25 00:40:32 +00:00
Gabriel Luong 5e96a6f233 For #23975 - Replace tooltip gradient with Layer Gradient Start, End design tokens 2022-02-24 21:30:12 +00:00
Gabriel Luong 97bf5647c3 For #23880 - Use borderPrimary attribute in empty_session_control_background.xml 2022-02-24 12:21:32 -05:00
Gabriel Luong dfdf386f0b For #23957 - Rename toolbarDivider attribute to borderPrimary 2022-02-24 12:21:32 -05:00
Gabriel Luong f7d317fb4e For #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 4cf82bd8f9 Import l10n. 2022-02-24 01:05:59 +00:00
Gabriel Luong 8fdea8455e For #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 ed6fe26256 For #23947 - Inline @color/toolbar_menu_transparent 2022-02-23 23:27:11 +00:00
Gabriel Luong 9f04af3557 For #23921 - Remove unused attributes in attrs.xml 2022-02-23 21:59:35 +00:00
Gabriel Luong 2f30442610 For #23905 - Update onboarding icons to use Icon Active color 2022-02-23 21:25:33 +00:00
Gabriel Luong 0f3c82c16b For #23907 - Replace tabTrayItemMediaBackground attribute with accent
tabTrayItemMediaBackground and accent are equivalent
2022-02-23 20:51:12 +00:00
Gabriel Luong d71e31188f For #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 f14850bb48 For #23919 - Replace tabRing attribute with accent 2022-02-23 19:45:35 +00:00
Gabriel Luong 4a7e723009 For #23925 - Update tab counter and reader mode colors to use the design system 2022-02-23 15:59:36 +00:00
Gabriel Luong 7a8711247d For #23900 - Update search widget colours to use design tokens 2022-02-23 02:33:00 +00:00
Mozilla L10n Automation Bot e0d1685846 Import l10n. 2022-02-23 01:44:44 +00:00
Gabriel Luong 1b44f47cd8 For #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 4e8615326e For #23829 - Update private theme design token based on the latest UX changes 2022-02-22 23:36:28 +00:00
MatthewTighe 2cc9ca3773 for #23069: add blocklist middleware for home 2022-02-22 22:25:04 +00:00
Gabriel Luong 0b26bac220 For #23839 - Replace @color/contrast_text_normal_theme with @color/fx_mobile_[text|icon]_color_oncolor 2022-02-22 21:45:47 +00:00