Commit Graph

6714 Commits (7b68f83e10daf5d3905331dd99772f6f30133193)

Author SHA1 Message Date
Gabriel Luong 41b8d51db1 [fenix] For https://github.com/mozilla-mobile/fenix/issues/23240 - Replace @color/contrast_text_private_theme with @color/fx_mobile_private_text_color_primary
@color/contrast_text_private_theme and @color/fx_mobile_private_text_color_primary are the same color
3 years ago
Mozilla L10n Automation Bot db5489e8ef [fenix] Import l10n. 3 years ago
Matt Tighe 922d95619c [fenix] closes https://github.com/mozilla-mobile/fenix/issues/23220: show snackbar on wallpaper selection 3 years ago
Jonathan Almeida 84e710aff7 [fenix] Update lifecycle dependencies to the commons library
Co-authored-by: Christian Sadilek <christian.sadilek@gmail.com>
3 years ago
Matt Tighe ff881bd417 [fenix] fixes https://github.com/mozilla-mobile/fenix/issues/22943: update androidx.lifecycle to 2.4.0 3 years ago
Gabriel Luong eb90653144 [fenix] For https://github.com/mozilla-mobile/fenix/issues/23193 - Remove @color/default_launcher_background redirection 3 years ago
Gabriel Luong b430addc1b [fenix] For https://github.com/mozilla-mobile/fenix/issues/23193 - Remove @color/toolbar_[start|center|end]-gradient_normal_theme redirection 3 years ago
Gabriel Luong 57424f85f3 [fenix] For https://github.com/mozilla-mobile/fenix/issues/23193 - Remove @color/accent_on_dark_background_private_theme redirection 3 years ago
Gabriel Luong cde3250184 [fenix] For https://github.com/mozilla-mobile/fenix/issues/23193 - Remove @color/fill_link_from_clipboard_private_theme redirection 3 years ago
Gabriel Luong c91e95b1c7 [fenix] For https://github.com/mozilla-mobile/fenix/issues/23193 - Remove @color/onboarding_illustration_selected_private_theme redirection 3 years ago
Gabriel Luong 940fec7b74 [fenix] For https://github.com/mozilla-mobile/fenix/issues/23193 - Remove @color/accent_high_contrast_dark_theme redirection 3 years ago
Gabriel Luong b831e0cb48 [fenix] For https://github.com/mozilla-mobile/fenix/issues/23193 - Remove @color/accent_bright_dark_theme redirection 3 years ago
Gabriel Luong 227042f6fb [fenix] For https://github.com/mozilla-mobile/fenix/issues/23193 - Remove @color/accent_bright_light_theme redirection 3 years ago
Gabriel Luong 222977c264 [fenix] For https://github.com/mozilla-mobile/fenix/issues/23193 - Remove @color/accent_light_theme redirection 3 years ago
Gabriel Luong 29db001da8 [fenix] For https://github.com/mozilla-mobile/fenix/issues/23203 - Replace @color/snackbar_normal_theme with @color/fx_mobile_action_color_primary 3 years ago
Gabriel Luong bc1c89d796 [fenix] For https://github.com/mozilla-mobile/fenix/issues/23187 - Replace @color/notification_accent_color_normal_theme with @color/fx_mobile_text_color_accent 3 years ago
Gabriel Luong 9b33511ea0 [fenix] For https://github.com/mozilla-mobile/fenix/issues/23191 - Replace @color/preference_section_header_normal_theme with @color/fx_mobile_text_color_accent 3 years ago
Gabriel Luong 9b0841a352 [fenix] For https://github.com/mozilla-mobile/fenix/issues/23207 - Update the tabs tray FAB color to @color/fx_mobile_layer_color_accent 3 years ago
Gabriel Luong 1a9fb369a0 [fenix] For https://github.com/mozilla-mobile/fenix/issues/23209 - Replace @color/above_normal_theme with @color/fx_mobile_layer_color_2 3 years ago
Gabriel Luong 100df02457 [fenix] For https://github.com/mozilla-mobile/fenix/issues/23205 - Replace https://github.com/mozilla-mobile/fenix/pull/66FBFBFE with its photon color @color/photonLightGrey05A40 3 years ago
Alexandru2909 e683694d05 [fenix] For https://github.com/mozilla-mobile/fenix/issues/20524 - Remove redundant coroutine dispatchers from tests 3 years ago
Alexandru2909 68be05d051 [fenix] For https://github.com/mozilla-mobile/fenix/issues/8108 - Add BrowserToolbar option to remove url from TopSites 3 years ago
Mozilla L10n Automation Bot 779267586b [fenix] Import l10n. 3 years ago
Matthew Tighe f1c4082bba [fenix] closes https://github.com/mozilla-mobile/fenix/issues/22831: add wallpaper settings screen (https://github.com/mozilla-mobile/fenix/pull/23145)
* closes https://github.com/mozilla-mobile/fenix/issues/22831: add wallpaper settings screen

* address PR and UX feedback

* rebase upstream and adjust settings correctly
3 years ago
Arturo Mejia f9ca1a4e44 [fenix] Revert "For https://github.com/mozilla-mobile/fenix/issues/22851: Add logo animation for wallpapers."
This reverts commit ad433967
3 years ago
Arturo Mejia 6e0dfd9b8e [fenix] For https://github.com/mozilla-mobile/fenix/issues/22851: Add logo animation for wallpapers. 3 years ago
Arturo Mejia dc560358e8 [fenix] For https://github.com/mozilla-mobile/fenix/issues/23144 Address regression in COLD start 3 years ago
Gabriel Luong 50c17d7bea [fenix] For https://github.com/mozilla-mobile/fenix/issues/16152 - Add a dark theme for the tabs tray grid view 3 years ago
mcarare de520bc77a [fenix] For https://github.com/mozilla-mobile/fenix/issues/21744: Replace InputMethodManager's deprecated toggleSoftInput. 3 years ago
mcarare e297e494c2 [fenix] For https://github.com/mozilla-mobile/fenix/issues/22383: Propagate ViewTreeLifecycleOwner to composable view holders. 3 years ago
Roger Yang 5cc5b50595 [fenix] Closes https://github.com/mozilla-mobile/fenix/issues/22550: Refactor search term tab grouping logic to rely on middleware 3 years ago
Grigory Kruglov 8c61f0c754 [fenix] Adjust logins diffing logic for recyclerview 3 years ago
Grigory Kruglov b322e4c19b [fenix] Scroll to top of logins screen after list changes 3 years ago
Grigory Kruglov 364f558857 [fenix] For https://github.com/mozilla-mobile/fenix/issues/22795: Stop trimming login origins on sorting
Due to the async nature (??) of the trimming code, this is causing severe performance issues
during search.

Looking back through commits, doesn't seem like there's a particularly good reason we were trimming here. All I could find is https://github.com/mozilla-mobile/fenix/pull/9986 (comment) which is lacking explanation of why this is actually useful.

And currently, we're dealing with an origin (not a full url when this was initially written, I think), i.e. https://accounts.firefox.com vs https://accounts.firefox.com/signin. So, the suffix stripping isn't even doing much beyond removing com in vast majority of cases.

So, seems like all of this trimming stuff can be cleaned up.
3 years ago
Mozilla L10n Automation Bot 64a9715198 [fenix] Import l10n. 3 years ago
mcarare e9d42361a0 [fenix] For https://github.com/mozilla-mobile/fenix/issues/22559: Update leak canary version to 2.8.1 3 years ago
Gabriel Luong 993c0f9ede [fenix] For https://github.com/mozilla-mobile/fenix/issues/23128 - Remove @color/mozac_widget_favicon_border_dark_theme redirection 3 years ago
Gabriel Luong 12d0f4fa56 [fenix] For https://github.com/mozilla-mobile/fenix/issues/23128 - Remove @color/mozac_widget_favicon_background_dark_theme redirection 3 years ago
Gabriel Luong fa2f68cae1 [fenix] For https://github.com/mozilla-mobile/fenix/issues/23128 - Remove @color/mozac_widget_favicon_border_light_theme redirection 3 years ago
Gabriel Luong 549755704f [fenix] For https://github.com/mozilla-mobile/fenix/issues/23128 - Remove @color/mozac_widget_favicon_background_light_theme redirection 3 years ago
Gabriel Luong e0ae5ef818 [fenix] For https://github.com/mozilla-mobile/fenix/issues/23128 - Remove @color/mozac_widget_favicon_[background|border]_private_theme redirection 3 years ago
Gabriel Luong 0ed13fe6ed [fenix] For https://github.com/mozilla-mobile/fenix/issues/23156 - Remove all unused strings marked moz:removedIn <= 95 3 years ago
Brais Gabín 26a4ec05d3 [fenix] For https://github.com/mozilla-mobile/fenix/issues/23142 - Fix license formatting in tests 3 years ago
Mozilla L10n Automation Bot a8913b7103 [fenix] Import l10n. 3 years ago
Elise Richards 158dfd8154 [fenix] For https://github.com/mozilla-mobile/fenix/issues/22869: Data review for renewing january metrics 3 years ago
Elise Richards 798e455d78 [fenix] For https://github.com/mozilla-mobile/fenix/issues/22869: Renew metrics expiring in January 3 years ago
Mozilla L10n Automation Bot 4962eed016 [fenix] Import l10n. 3 years ago
Arturo Mejia 5f4efe1638 [fenix] For https://github.com/mozilla-mobile/fenix/issues/23104: Don't adjust the theme for the default wallpaper. 3 years ago
Mozilla L10n Automation Bot 06d677cbda [fenix] Import l10n. 3 years ago
Gabriel Luong b4037b4851 [fenix] For https://github.com/mozilla-mobile/fenix/issues/22675 - Replace collection color icon variables with the icon design color tokens 3 years ago
Alexandru2909 5158e38ce9 [fenix] For https://github.com/mozilla-mobile/fenix/issues/19567 - Change SavedLogins and LoginDetail fragments to extend SecureFragment 3 years ago
Gabriel Luong f793e5e988 [fenix] For https://github.com/mozilla-mobile/fenix/issues/23086 - Add Border Inverted design token 3 years ago
Gabriel Luong 7fddab3048 [fenix] For https://github.com/mozilla-mobile/fenix/issues/23086 - Change design token name from Border Selected to Border Accent 3 years ago
Gabriel Luong 1d3e76f885 [fenix] For https://github.com/mozilla-mobile/fenix/issues/23086 - Update Border Divider to Border Default 3 years ago
Gabriel Luong f97de9afe4 [fenix] For https://github.com/mozilla-mobile/fenix/issues/23086 - Rename design token name from Border Default to Border Form Default 3 years ago
Gabriel Luong 96ce53ae8f [fenix] For https://github.com/mozilla-mobile/fenix/issues/23086 - Update the dark theme colors of Action Primary to Violet60
- Updates the description of Action Primary to include "Chip selected"
3 years ago
Gabriel Luong f3e72c7602 [fenix] For https://github.com/mozilla-mobile/fenix/issues/23086 - Update the dark theme Action Secondary color to DarkGrey10 3 years ago
Gabriel Luong 7a1fe9836a [fenix] For https://github.com/mozilla-mobile/fenix/issues/23086 - Change the light theme color for Form Selected, Form On, Icon Button, Layer Accent, Border Selected to Ink20 3 years ago
mcarare be7ae5e488 [fenix] For https://github.com/mozilla-mobile/fenix/issues/22577: Update work manager version to 2.7.1 3 years ago
Mozilla L10n Automation Bot c7c24a5bfd [fenix] Import l10n. 3 years ago
Gabriel Luong c8ebd54b76 [fenix] For https://github.com/mozilla-mobile/fenix/issues/22975 - Replace aboutLink attribute with Text Accent color token 3 years ago
Gabriel Luong 7ef7a37e24 [fenix] For https://github.com/mozilla-mobile/fenix/issues/23076 - Clean up unneeded FeatureFlags 3 years ago
Mozilla L10n Automation Bot 996fc1b8cd [fenix] Import l10n. 3 years ago
Gabriel Luong 970b6107b2 [fenix] For https://github.com/mozilla-mobile/fenix/issues/23071 - Replace @color/tab_tray_selected_mask_normal_theme with @color/fx_mobile_layer_color_accent_nonopaque 3 years ago
MickeyMoz 0a5e26c940 [fenix] Update Android Components version to 97.0.20220104190053. 3 years ago
Arturo Mejia 0b88222bf5 [fenix] For https://github.com/mozilla-mobile/fenix/issues/22851: Adjust theme based on the selected wallpaper. 3 years ago
Mozilla L10n Automation Bot d6cca53ac2 [fenix] Import l10n. 3 years ago
Gabriel Luong 3084f14346 [fenix] For https://github.com/mozilla-mobile/fenix/issues/22978 - Replace @color/foundation_normal_theme with @color/fx_mobile_layer_color_1 3 years ago
Gabriel Luong ceb30bfaa7 [fenix] For https://github.com/mozilla-mobile/fenix/issues/23049 - Update the color for @color/fx_mobile_layer_color_accent_nonopaque 3 years ago
Gabriel Luong 33c8f813a8 [fenix] For https://github.com/mozilla-mobile/fenix/issues/23049 - Update the colors of @color/fx_mobile_action_color_primary 3 years ago
Gabriel Luong 1c0b502f97 [fenix] For https://github.com/mozilla-mobile/fenix/issues/23049 - Consolidate @color/fx_mobile_text_color_accent with @color/fx_mobile_text_color_action
- Removes @color/fx_mobile_text_color_action
- Use the colors from @color/fx_mobile_text_color_action in @color/fx_mobile_text_color_accent
3 years ago
Arturo Mejia b2329b0802 [fenix] For https://github.com/mozilla-mobile/fenix/issues/22995: Address crash when switching languages. 3 years ago
Aaron Train 08a83e287d [fenix] No issue: Try out RetryTestRule in SmokeTest UI test class (https://github.com/mozilla-mobile/fenix/pull/22868)
* Add RetryTestRule to SmokeTest UI tests

* fix: newline in RetryTestRule.kt

fix: switch off generic Throwable

Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
3 years ago
mcarare 1facaaf775 [fenix] For https://github.com/mozilla-mobile/fenix/issues/22879: Filter default engines when sending telemetry.
Filter out custom engines that are not well known search domains.
3 years ago
Gabriel Luong cb307f7bd3 [fenix] For https://github.com/mozilla-mobile/fenix/issues/23017 - Ignore ExtraTranslation in our lint-baseline 3 years ago
Mozilla L10n Automation Bot 579968221c [fenix] Import l10n. 3 years ago
Mozilla L10n Automation Bot 0190e82e9e [fenix] Import l10n. 3 years ago
Mozilla L10n Automation Bot e752fba41e [fenix] Import l10n. 3 years ago
Mozilla L10n Automation Bot 02318ce631 [fenix] Import l10n. 3 years ago
Mozilla L10n Automation Bot a742f46a1a [fenix] Import l10n. 3 years ago
mike a deb174462d [fenix] Closes https://github.com/mozilla-mobile/fenix/issues/10737: Searching a language/saved password displays a misplaced "x".
Setting max width for the search view in language settings and saved logins screens. Removed SyncAuthClosed event from LocaleSettingsFragment, an apparent copy-paste.
3 years ago
Mozilla L10n Automation Bot 8a591ac6e2 [fenix] Import l10n. 3 years ago
Gabriel Luong ed58de80f6 [fenix] For https://github.com/mozilla-mobile/fenix/issues/22973 - Remove @color/contrast_text_light_theme redirection 3 years ago
Gabriel Luong dde2d7edd7 [fenix] For https://github.com/mozilla-mobile/fenix/issues/22983 - Remove @color/destructive_button_text_color redirection 3 years ago
TasosB 7c78a27e27 [fenix] For https://github.com/mozilla-mobile/fenix/issues/21483 - Remove light theme tinting of folder icon in the Bookmark view 3 years ago
TasosB 59ce66c404 [fenix] For https://github.com/mozilla-mobile/fenix/issues/21483 - Use primaryText attribute for download icons fill color 3 years ago
Gabriel Luong ea66e3c8a0 [fenix] For https://github.com/mozilla-mobile/fenix/issues/22971 - Remove @color/above_dark_theme redirection 3 years ago
Mozilla L10n Automation Bot 29534669d6 [fenix] Import l10n. 3 years ago
Mozilla L10n Automation Bot f8f9be73a5 [fenix] Import l10n. 3 years ago
Mozilla L10n Automation Bot d0dae450d9 [fenix] Import l10n. 3 years ago
rxu a8084ee002 [fenix] Pass distribution_id to Socorro crash report 3 years ago
Mozilla L10n Automation Bot f3e51f1055 [fenix] Import l10n. 3 years ago
Gabriel Luong 0a558bf3bb [fenix] For https://github.com/mozilla-mobile/fenix/issues/22965 - Add Form On, Form Off, Indicator Active, Indicator Inactive color tokens 3 years ago
Gabriel Luong 3079590c50 [fenix] For https://github.com/mozilla-mobile/fenix/issues/22965 - Remove Control Active color token 3 years ago
Gabriel Luong 23dfc29dfd [fenix] For https://github.com/mozilla-mobile/fenix/issues/22965 - Update description of Layer Accent color token 3 years ago
Gabriel Luong 5db66444ca [fenix] For https://github.com/mozilla-mobile/fenix/issues/22965 - Update description of Text Inverted color token 3 years ago
Gabriel Luong 47729fd237 [fenix] For https://github.com/mozilla-mobile/fenix/issues/22965 - Remove Control Dark design color token 3 years ago
Gabriel Luong f6f0964023 [fenix] For https://github.com/mozilla-mobile/fenix/issues/22965 - Rename Action Disabled to Form Disabled for the design color tokens 3 years ago
Gabriel Luong 2db2c4fb36 [fenix] For https://github.com/mozilla-mobile/fenix/issues/22965 - Update Control to Form Surface design colors 3 years ago
Gabriel Luong c16c812f68 [fenix] For https://github.com/mozilla-mobile/fenix/issues/22965 - Add Form Selected design color token 3 years ago