Commit Graph

6388 Commits (16d9866024bfc109c300a8e90c6666d8a1d844b8)

Author SHA1 Message Date
Mozilla L10n Automation Bot 16d9866024 Import l10n. 3 years ago
Matthew Tighe ce1c4093fa
closes #22831: add wallpaper settings screen (#23145)
* closes #22831: add wallpaper settings screen

* address PR and UX feedback

* rebase upstream and adjust settings correctly
3 years ago
Arturo Mejia d1ace92e64 Revert "For #22851: Add logo animation for wallpapers."
This reverts commit d089f007
3 years ago
Arturo Mejia d089f00793 For #22851: Add logo animation for wallpapers. 3 years ago
Arturo Mejia 2bba66fb58 For #23144 Address regression in COLD start 3 years ago
Gabriel Luong 29127f9690 For #16152 - Add a dark theme for the tabs tray grid view 3 years ago
mcarare afd13fec85 For #21744: Replace InputMethodManager's deprecated toggleSoftInput. 3 years ago
mcarare 58a6fafabc For #22383: Propagate ViewTreeLifecycleOwner to composable view holders. 3 years ago
Roger Yang 047ec890b2 Closes #22550: Refactor search term tab grouping logic to rely on middleware 3 years ago
Grigory Kruglov d161e46383 Adjust logins diffing logic for recyclerview 3 years ago
Grigory Kruglov e67753fb4b Scroll to top of logins screen after list changes 3 years ago
Grigory Kruglov 1b305c1398 For #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 #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 375837c977 Import l10n. 3 years ago
mcarare 2577e07aff For #22559: Update leak canary version to 2.8.1 3 years ago
Gabriel Luong e668c5afc1 For #23128 - Remove @color/mozac_widget_favicon_border_dark_theme redirection 3 years ago
Gabriel Luong 6fbca6de91 For #23128 - Remove @color/mozac_widget_favicon_background_dark_theme redirection 3 years ago
Gabriel Luong 4fcdc46d2a For #23128 - Remove @color/mozac_widget_favicon_border_light_theme redirection 3 years ago
Gabriel Luong 52edfeed8a For #23128 - Remove @color/mozac_widget_favicon_background_light_theme redirection 3 years ago
Gabriel Luong 9d0307cad6 For #23128 - Remove @color/mozac_widget_favicon_[background|border]_private_theme redirection 3 years ago
Gabriel Luong df2e8c885e For #23156 - Remove all unused strings marked moz:removedIn <= 95 3 years ago
Brais Gabín 7ec31a25c4 For #23142 - Fix license formatting in tests 3 years ago
Mozilla L10n Automation Bot 622a4f57d0 Import l10n. 3 years ago
Mozilla L10n Automation Bot 39a211c1cd Import l10n. 3 years ago
Arturo Mejia 28928e4bdd For #23104: Don't adjust the theme for the default wallpaper. 3 years ago
Mozilla L10n Automation Bot 0563bf38b2 Import l10n. 3 years ago
Gabriel Luong 9fea89ca19 For #22675 - Replace collection color icon variables with the icon design color tokens 3 years ago
Alexandru2909 7b04eba324 For #19567 - Change SavedLogins and LoginDetail fragments to extend SecureFragment 3 years ago
Gabriel Luong 873d8257d1 For #23086 - Add Border Inverted design token 3 years ago
Gabriel Luong a39224e44b For #23086 - Change design token name from Border Selected to Border Accent 3 years ago
Gabriel Luong 2ad2691724 For #23086 - Update Border Divider to Border Default 3 years ago
Gabriel Luong fc9310dc83 For #23086 - Rename design token name from Border Default to Border Form Default 3 years ago
Gabriel Luong 11e0df20df For #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 65b84c10bc For #23086 - Update the dark theme Action Secondary color to DarkGrey10 3 years ago
Gabriel Luong 1b7918f6d0 For #23086 - Change the light theme color for Form Selected, Form On, Icon Button, Layer Accent, Border Selected to Ink20 3 years ago
mcarare 5d1e2f0099 For #22577: Update work manager version to 2.7.1 3 years ago
Mozilla L10n Automation Bot d727206255 Import l10n. 3 years ago
Gabriel Luong 27336c2368 For #22975 - Replace aboutLink attribute with Text Accent color token 3 years ago
Gabriel Luong 76fb147ed8 For #23076 - Clean up unneeded FeatureFlags 3 years ago
Mozilla L10n Automation Bot c335adcfb6 Import l10n. 3 years ago
Gabriel Luong 44e1cb4b60 For #23071 - Replace @color/tab_tray_selected_mask_normal_theme with @color/fx_mobile_layer_color_accent_nonopaque 3 years ago
MickeyMoz 96b96fbfdb Update Android Components version to 97.0.20220104190053. 3 years ago
Arturo Mejia 09fdee6510 For #22851: Adjust theme based on the selected wallpaper. 3 years ago
Mozilla L10n Automation Bot 32bf020b7c Import l10n. 3 years ago
Gabriel Luong ddc806e8bc For #22978 - Replace @color/foundation_normal_theme with @color/fx_mobile_layer_color_1 3 years ago
Gabriel Luong 7c12e9c970 For #23049 - Update the color for @color/fx_mobile_layer_color_accent_nonopaque 3 years ago
Gabriel Luong f863864c50 For #23049 - Update the colors of @color/fx_mobile_action_color_primary 3 years ago
Gabriel Luong 986a57d40b For #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 277e94881b For #22995: Address crash when switching languages. 3 years ago
Aaron Train 8edd3f9fa1
No issue: Try out RetryTestRule in SmokeTest UI test class (#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 cdbe7983f5 For #22879: Filter default engines when sending telemetry.
Filter out custom engines that are not well known search domains.
3 years ago