2
0
mirror of https://github.com/fork-maintainers/iceraven-browser synced 2024-11-02 03:40:16 +00:00
Commit Graph

8182 Commits

Author SHA1 Message Date
Gabriel Luong
227042f6fb [fenix] For https://github.com/mozilla-mobile/fenix/issues/23193 - Remove @color/accent_bright_light_theme redirection 2022-01-14 20:03:08 +00:00
Gabriel Luong
222977c264 [fenix] For https://github.com/mozilla-mobile/fenix/issues/23193 - Remove @color/accent_light_theme redirection 2022-01-14 20:03:08 +00:00
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 2022-01-14 18:22:31 +00:00
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 2022-01-14 17:22:32 +00:00
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 2022-01-14 16:42:09 +00:00
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 2022-01-14 16:17:27 +00:00
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 2022-01-14 15:51:59 +00:00
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 2022-01-14 14:38:18 +00:00
Alexandru2909
e683694d05 [fenix] For https://github.com/mozilla-mobile/fenix/issues/20524 - Remove redundant coroutine dispatchers from tests 2022-01-14 08:53:46 +00:00
Alexandru2909
68be05d051 [fenix] For https://github.com/mozilla-mobile/fenix/issues/8108 - Add BrowserToolbar option to remove url from TopSites 2022-01-14 07:37:19 +00:00
Mozilla L10n Automation Bot
779267586b [fenix] Import l10n. 2022-01-14 00:32:56 +00:00
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
2022-01-13 23:30:13 +00:00
Arturo Mejia
f9ca1a4e44 [fenix] Revert "For https://github.com/mozilla-mobile/fenix/issues/22851: Add logo animation for wallpapers."
This reverts commit ad433967
2022-01-13 22:17:55 +00:00
Arturo Mejia
6e0dfd9b8e [fenix] For https://github.com/mozilla-mobile/fenix/issues/22851: Add logo animation for wallpapers. 2022-01-13 20:11:37 +00:00
Arturo Mejia
dc560358e8 [fenix] For https://github.com/mozilla-mobile/fenix/issues/23144 Address regression in COLD start 2022-01-13 19:43:41 +00:00
Gabriel Luong
50c17d7bea [fenix] For https://github.com/mozilla-mobile/fenix/issues/16152 - Add a dark theme for the tabs tray grid view 2022-01-13 19:13:22 +00:00
MickeyMoz
61f7d641b8 [fenix] Update Android Components version to 98.0.20220113143125. 2022-01-13 16:49:39 +00:00
mcarare
de520bc77a [fenix] For https://github.com/mozilla-mobile/fenix/issues/21744: Replace InputMethodManager's deprecated toggleSoftInput. 2022-01-13 11:23:45 +00:00
mcarare
e297e494c2 [fenix] For https://github.com/mozilla-mobile/fenix/issues/22383: Propagate ViewTreeLifecycleOwner to composable view holders. 2022-01-13 10:53:28 +00:00
Roger Yang
5cc5b50595 [fenix] Closes https://github.com/mozilla-mobile/fenix/issues/22550: Refactor search term tab grouping logic to rely on middleware 2022-01-13 03:32:12 +00:00
Michael Comella
d68adfa81b [fenix] Closes https://github.com/mozilla-mobile/fenix/issues/23150: remove 'threads' feature setup-startup-profiling.py.
Root cause: Bug 1729815 removed the threads feature and, because of Bug
1749498, we crash if a feature is provided that does not exist.

The immediate solution is to remove the unused threads feature.
2022-01-13 01:21:16 +00:00
Grigory Kruglov
8c61f0c754 [fenix] Adjust logins diffing logic for recyclerview 2022-01-12 12:45:53 -08:00
Grigory Kruglov
b322e4c19b [fenix] Scroll to top of logins screen after list changes 2022-01-12 12:45:53 -08:00
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.
2022-01-12 12:45:53 -08:00
Mozilla L10n Automation Bot
64a9715198 [fenix] Import l10n. 2022-01-12 01:30:02 +00:00
mcarare
e9d42361a0 [fenix] For https://github.com/mozilla-mobile/fenix/issues/22559: Update leak canary version to 2.8.1 2022-01-11 23:38:04 +00:00
Mickey Moz
95575255f8 [fenix] Update Android Components version to 98.0.20220111190103. (https://github.com/mozilla-mobile/fenix/pull/23158)
Co-authored-by: Ryan VanderMeulen <rvandermeulen@mozilla.com>
2022-01-11 16:26:40 -05:00
Gabriel Luong
993c0f9ede [fenix] For https://github.com/mozilla-mobile/fenix/issues/23128 - Remove @color/mozac_widget_favicon_border_dark_theme redirection 2022-01-11 20:04:49 +00:00
Gabriel Luong
12d0f4fa56 [fenix] For https://github.com/mozilla-mobile/fenix/issues/23128 - Remove @color/mozac_widget_favicon_background_dark_theme redirection 2022-01-11 20:04:49 +00:00
Gabriel Luong
fa2f68cae1 [fenix] For https://github.com/mozilla-mobile/fenix/issues/23128 - Remove @color/mozac_widget_favicon_border_light_theme redirection 2022-01-11 20:04:49 +00:00
Gabriel Luong
549755704f [fenix] For https://github.com/mozilla-mobile/fenix/issues/23128 - Remove @color/mozac_widget_favicon_background_light_theme redirection 2022-01-11 20:04:49 +00:00
Gabriel Luong
e0ae5ef818 [fenix] For https://github.com/mozilla-mobile/fenix/issues/23128 - Remove @color/mozac_widget_favicon_[background|border]_private_theme redirection 2022-01-11 20:04:49 +00:00
Gabriel Luong
0ed13fe6ed [fenix] For https://github.com/mozilla-mobile/fenix/issues/23156 - Remove all unused strings marked moz:removedIn <= 95 2022-01-11 19:38:52 +00:00
Roger Yang
be27e7f3a8 [fenix] Update version.txt to 98.0.0-beta.1 2022-01-11 19:11:51 +00:00
Brais Gabín
26a4ec05d3 [fenix] For https://github.com/mozilla-mobile/fenix/issues/23142 - Fix license formatting in tests 2022-01-11 18:32:06 +00:00
MickeyMoz
2681030af9 [fenix] Update Android Components version to 97.0.20220111143152. 2022-01-11 17:11:24 +00:00
Mozilla L10n Automation Bot
a8913b7103 [fenix] Import l10n. 2022-01-11 00:43:09 +00:00
Elise Richards
158dfd8154 [fenix] For https://github.com/mozilla-mobile/fenix/issues/22869: Data review for renewing january metrics 2022-01-10 17:05:49 +00:00
Elise Richards
798e455d78 [fenix] For https://github.com/mozilla-mobile/fenix/issues/22869: Renew metrics expiring in January 2022-01-10 17:05:49 +00:00
Mozilla L10n Automation Bot
4962eed016 [fenix] Import l10n. 2022-01-10 00:33:03 +00:00
Arturo Mejia
5f4efe1638 [fenix] For https://github.com/mozilla-mobile/fenix/issues/23104: Don't adjust the theme for the default wallpaper. 2022-01-09 20:21:11 +00:00
MickeyMoz
8b22fe24f0 [fenix] Update Android Components version to 97.0.20220109143152. 2022-01-09 16:47:08 +00:00
MickeyMoz
295a0757ce [fenix] Update Android Components version to 97.0.20220108143302. 2022-01-08 17:21:17 +00:00
Mozilla L10n Automation Bot
06d677cbda [fenix] Import l10n. 2022-01-08 00:45:48 +00:00
MickeyMoz
464bad067f [fenix] Update Android Components version to 97.0.20220107193451. 2022-01-07 21:50:56 +00:00
Gabriel Luong
b4037b4851 [fenix] For https://github.com/mozilla-mobile/fenix/issues/22675 - Replace collection color icon variables with the icon design color tokens 2022-01-07 19:14:49 +00:00
Mickey Moz
2c78eff1d3 [fenix] Update Android Components version to 97.0.20220107143147. (https://github.com/mozilla-mobile/fenix/pull/23111) 2022-01-07 12:49:32 -05:00
Aaron Train
d2944ccdd7 [fenix] No issue: Add shared docs/team links to parse-ui-test.py 2022-01-07 15:59:37 +00:00
Alexandru2909
5158e38ce9 [fenix] For https://github.com/mozilla-mobile/fenix/issues/19567 - Change SavedLogins and LoginDetail fragments to extend SecureFragment 2022-01-07 09:42:21 +00:00
Gabriel Luong
f793e5e988 [fenix] For https://github.com/mozilla-mobile/fenix/issues/23086 - Add Border Inverted design token 2022-01-07 09:18:24 +00:00