2
0
mirror of https://github.com/fork-maintainers/iceraven-browser synced 2024-11-05 21:20:45 +00:00
Commit Graph

6578 Commits

Author SHA1 Message Date
Gabriel Luong
ea66e3c8a0 [fenix] For https://github.com/mozilla-mobile/fenix/issues/22971 - Remove @color/above_dark_theme redirection 2021-12-28 16:47:59 +00:00
Mozilla L10n Automation Bot
29534669d6 [fenix] Import l10n. 2021-12-28 00:35:39 +00:00
Mozilla L10n Automation Bot
f8f9be73a5 [fenix] Import l10n. 2021-12-27 00:35:38 +00:00
Mozilla L10n Automation Bot
d0dae450d9 [fenix] Import l10n. 2021-12-25 00:37:17 +00:00
rxu
a8084ee002 [fenix] Pass distribution_id to Socorro crash report 2021-12-24 01:50:32 +00:00
Mozilla L10n Automation Bot
f3e51f1055 [fenix] Import l10n. 2021-12-24 00:44:51 +00:00
Gabriel Luong
0a558bf3bb [fenix] For https://github.com/mozilla-mobile/fenix/issues/22965 - Add Form On, Form Off, Indicator Active, Indicator Inactive color tokens 2021-12-23 21:46:57 +00:00
Gabriel Luong
3079590c50 [fenix] For https://github.com/mozilla-mobile/fenix/issues/22965 - Remove Control Active color token 2021-12-23 21:46:57 +00:00
Gabriel Luong
23dfc29dfd [fenix] For https://github.com/mozilla-mobile/fenix/issues/22965 - Update description of Layer Accent color token 2021-12-23 21:46:57 +00:00
Gabriel Luong
5db66444ca [fenix] For https://github.com/mozilla-mobile/fenix/issues/22965 - Update description of Text Inverted color token 2021-12-23 21:46:57 +00:00
Gabriel Luong
47729fd237 [fenix] For https://github.com/mozilla-mobile/fenix/issues/22965 - Remove Control Dark design color token 2021-12-23 21:46:57 +00:00
Gabriel Luong
f6f0964023 [fenix] For https://github.com/mozilla-mobile/fenix/issues/22965 - Rename Action Disabled to Form Disabled for the design color tokens 2021-12-23 21:46:57 +00:00
Gabriel Luong
2db2c4fb36 [fenix] For https://github.com/mozilla-mobile/fenix/issues/22965 - Update Control to Form Surface design colors 2021-12-23 21:46:57 +00:00
Gabriel Luong
c16c812f68 [fenix] For https://github.com/mozilla-mobile/fenix/issues/22965 - Add Form Selected design color token 2021-12-23 21:46:57 +00:00
Gabriel Luong
cfa4cc5471 [fenix] For https://github.com/mozilla-mobile/fenix/issues/22965 - Update Action Teritary to Form Default design colors 2021-12-23 21:46:57 +00:00
Gabriel Luong
4cf43391b9 [fenix] For https://github.com/mozilla-mobile/fenix/issues/22965 - Change Pill button to Chip for Action Secondary design color token description 2021-12-23 21:46:57 +00:00
Gabriel Luong
bd932f1fed [fenix] For https://github.com/mozilla-mobile/fenix/issues/22965 - Remove Toolbar background from the description of Layer 3 design color token 2021-12-23 21:46:57 +00:00
Roger Yang
9bb5e0a621 [fenix] Closes https://github.com/mozilla-mobile/fenix/issues/22754: Customize home button should work on fresh install 2021-12-23 20:34:10 +00:00
Arturo Mejia
8dcd6a7faf [fenix] For https://github.com/mozilla-mobile/fenix/issues/22851: Optimize wallpaper testing images. 2021-12-23 10:24:32 +00:00
Roger Yang
a9360bb98a [fenix] Issue https://github.com/mozilla-mobile/fenix/issues/22561: Fix tab group titles colour when in private mode 2021-12-22 22:48:57 +00:00
mcarare
afddd6ec32 [fenix] For https://github.com/mozilla-mobile/fenix/issues/22415: Remove element type from content descriptions.
Adding the type to content description is not advised according to a11y guidelines.
2021-12-22 22:23:37 +00:00
Gabriel Luong
fb8b281431 [fenix] Revert "For https://github.com/mozilla-mobile/fenix/issues/22777 - Replace about_link_normal_theme with fx_mobile_text_color_action"
This reverts commit 18d66ce1e3e246a4c190e03ca07cf85937e1047c.
2021-12-22 14:43:10 -05:00
mavduevskiy
e88bda15df [fenix] For https://github.com/mozilla-mobile/fenix/issues/18160: Show a prompt when trying to leave private browsing with active downloads (https://github.com/mozilla-mobile/fenix/pull/22912)
Co-authored-by: mike a <mavduevskiy@gmail.com>
2021-12-22 00:12:44 -08:00
Mozilla L10n Automation Bot
4a8c0d59cc [fenix] Import l10n. 2021-12-22 00:34:24 +00:00
Grisha Kruglov
c367072d11 [fenix] Refactor History types to eliminate nullability
This introduces a separate HistoryDB type at the PagedHistoryProvider
layer, that doesn't need to deal with positions. Positioning logic in
HistoryDataSource becomes a type conversion between the new type and an
existing History type that UI and ItemKeyedDataSource API is written against.

With this refactor, we entirely eliminate nullability from these types.
2021-12-21 19:54:18 +00:00
Grisha Kruglov
b13e149900 [fenix] Closes https://github.com/mozilla-mobile/fenix/issues/22764: Convert History.id to an Int position
We were converting Long timestamps into Ints (and getting negative
numbers back), and treating that as, basically, a position for the
paging API; the paging API would pass us back the obscure negative
number back as an offset, and we'll mishandle it resulting in an
infinite loop.

This patch removes all of the Long -> Int conversions, and introduces an
explicit 'position' that is calculated once we have a full page of
results completed.
2021-12-21 19:54:18 +00:00
Mugurell
ae7909671e [fenix] For https://github.com/mozilla-mobile/fenix/issues/22852 - Add a new "Storage access" permission 2021-12-21 17:45:19 +00:00
Arturo Mejia
9e15247269 [fenix] For https://github.com/mozilla-mobile/fenix/issues/22931 Only enable wallpapers on normal mode 2021-12-21 09:49:12 -05:00
mcarare
4e6406e15e [fenix] For https://github.com/mozilla-mobile/fenix/issues/20513: Use UrlMetricType for search engine submission url. 2021-12-21 11:25:00 +00:00
Roger Yang
1735a245c0 [fenix] Closes https://github.com/mozilla-mobile/fenix/issues/22736: Do not remove focus from toolbar when scrolling 2021-12-20 20:38:04 +00:00
Arturo Mejia
5143063813 [fenix] For https://github.com/mozilla-mobile/fenix/issues/22851 toggle wallpapers when tap on the Firefox logo 2021-12-20 15:53:44 +00:00
rxu
de1e52a234 [fenix] Add default topsite MeiTuan for MozillaOnline builds 2021-12-20 01:42:41 +00:00
Mozilla L10n Automation Bot
f110c8eca9 [fenix] Import l10n. 2021-12-20 00:39:20 +00:00
Mozilla L10n Automation Bot
574136432c [fenix] Import l10n. 2021-12-19 00:32:51 +00:00
Mozilla L10n Automation Bot
dad42ce9a1 [fenix] Import l10n. 2021-12-18 00:36:17 +00:00
Matt Tighe
1c898c756c [fenix] fixes https://github.com/mozilla-mobile/fenix/issues/22889: add bottom spacer to onboarding adapter 2021-12-17 22:31:18 +00:00
Mugurell
0244f2156f [fenix] For https://github.com/mozilla-mobile/fenix/issues/22508 - Increase menu height to avoid it become scrollable
Compose enforces a DropdownMenuItem having at least a 64dp height
(48 dp height + 8dp vertical padding) so we need to ensure the parent
doesn't hardcode a smaller height.
2021-12-17 17:38:22 +00:00
Roger Yang
11417996c8 [fenix] Closes https://github.com/mozilla-mobile/fenix/issues/22671: Show correct time groups header in history 2021-12-17 16:32:56 +00:00
mcarare
4cd7064540 [fenix] For https://github.com/mozilla-mobile/fenix/issues/22450: Replace quit icon with AC one. 2021-12-16 09:00:25 +00:00
Mozilla L10n Automation Bot
67f56b7031 [fenix] Import l10n. 2021-12-16 00:46:56 +00:00
Grisha Kruglov
6b7cdce783 [fenix] Fix breaking change in KeyProvider
`key` was renamed to `getOrGenerateKey` and is now a `suspend`.
2021-12-15 22:57:06 +00:00
Grisha Kruglov
4ad2c1c592 [fenix] For https://github.com/mozilla-mobile/fenix/issues/22569: Remove allopen plugin and Mockable annotations 2021-12-15 12:59:57 +00:00
rxu
803549e11f [fenix] Modify strings for Privacy notice for MozillaOnline builds 2021-12-15 02:54:14 +00:00
Mozilla L10n Automation Bot
6a54899d0c [fenix] Import l10n. 2021-12-15 00:42:58 +00:00
Gabriel Luong
6f331743d0 [fenix] For https://github.com/mozilla-mobile/fenix/issues/22858 - Set all @color/tab_tray_item_media_stroke usages to @color/photonWhite 2021-12-14 23:38:53 +00:00
Matt Tighe
817760d64c [fenix] fixes https://github.com/mozilla-mobile/fenix/issues/20833: move home recycler bottom margin into standalone item 2021-12-14 22:31:05 +00:00
Gabriel Luong
816677db45 [fenix] For https://github.com/mozilla-mobile/fenix/issues/22842 - Use gradient color tokens for Reader mode gradient 2021-12-14 21:53:28 +00:00
Gabriel Luong
a9a26965ad [fenix] For https://github.com/mozilla-mobile/fenix/issues/22836 - Replace primary_text_private_theme with fx_mobile_private_text_color_primary color token 2021-12-14 19:30:00 +00:00
Noah Bond
d8bee937cd [fenix] For https://github.com/mozilla-mobile/fenix/issues/22832 - Added parameters to base Text composables 2021-12-14 18:59:09 +00:00
Arturo Mejia
49444cfdf7 [fenix] For https://github.com/mozilla-mobile/fenix/issues/22851 add wallpapers feature flag 2021-12-14 18:20:43 +00:00