Commit Graph

8083 Commits (f8ac3de31075ee281b995fa3780a495347c481a5)
 

Author SHA1 Message Date
Mozilla L10n Automation Bot f8f9be73a5 [fenix] Import l10n. 3 years ago
MickeyMoz b2579662d3 [fenix] Update Android Components version to 97.0.20211224190059. 3 years ago
Mozilla L10n Automation Bot d0dae450d9 [fenix] Import l10n. 3 years ago
MickeyMoz 6e4f8f8036 [fenix] Update Android Components version to 97.0.20211224143444. 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
Gabriel Luong cfa4cc5471 [fenix] For https://github.com/mozilla-mobile/fenix/issues/22965 - Update Action Teritary to Form Default design colors 3 years ago
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 3 years ago
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 3 years ago
Roger Yang 9bb5e0a621 [fenix] Closes https://github.com/mozilla-mobile/fenix/issues/22754: Customize home button should work on fresh install 3 years ago
MickeyMoz 5e30df7912 [fenix] Update Android Components version to 97.0.20211223143124 3 years ago
Arturo Mejia 8dcd6a7faf [fenix] For https://github.com/mozilla-mobile/fenix/issues/22851: Optimize wallpaper testing images. 3 years ago
Roger Yang a9360bb98a [fenix] Issue https://github.com/mozilla-mobile/fenix/issues/22561: Fix tab group titles colour when in private mode 3 years ago
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.
3 years ago
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.
3 years ago
isabelrios 4902348cf4 [fenix] add reviewer comments 3 years ago
isabelrios b19c5eda0b [fenix] No bug - Update l10nScreenshotsTests doc 3 years ago
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>
3 years ago
Mozilla L10n Automation Bot 4a8c0d59cc [fenix] Import l10n. 3 years ago
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.
3 years ago
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.
3 years ago
Mugurell ae7909671e [fenix] For https://github.com/mozilla-mobile/fenix/issues/22852 - Add a new "Storage access" permission 3 years ago
Arturo Mejia 9e15247269 [fenix] For https://github.com/mozilla-mobile/fenix/issues/22931 Only enable wallpapers on normal mode 3 years ago
mcarare 4e6406e15e [fenix] For https://github.com/mozilla-mobile/fenix/issues/20513: Use UrlMetricType for search engine submission url. 3 years ago
Aki Sasaki 390b4c8f41 [fenix] update which bot is used (https://github.com/mozilla-mobile/fenix/pull/22923) 3 years ago
Roger Yang 1735a245c0 [fenix] Closes https://github.com/mozilla-mobile/fenix/issues/22736: Do not remove focus from toolbar when scrolling 3 years ago
Heitor Neiva cca1355bea [fenix] Add beetmover bucket scope to kind 3 years ago
Heitor Neiva 77c46d30f2 [fenix] Added bucket scope config for dep 3 years ago
Heitor Neiva 740804ea29 [fenix] Remove reference to beta version on nightly releases 3 years ago
Heitor Neiva ababe51e0a [fenix] Switch beetmover to use production worker and bucket 3 years ago
MickeyMoz f8e16ec28a [fenix] Update Android Components version to 97.0.20211219190304. 3 years ago
Arturo Mejia 5143063813 [fenix] For https://github.com/mozilla-mobile/fenix/issues/22851 toggle wallpapers when tap on the Firefox logo 3 years ago
rxu de1e52a234 [fenix] Add default topsite MeiTuan for MozillaOnline builds 3 years ago
Mozilla L10n Automation Bot f110c8eca9 [fenix] Import l10n. 3 years ago
MickeyMoz a656ab4a1d [fenix] Update Android Components version to 97.0.20211219143130. 3 years ago
Mozilla L10n Automation Bot 574136432c [fenix] Import l10n. 3 years ago
MickeyMoz fe7a1bfd8a [fenix] Update Android Components version to 97.0.20211217190223. 3 years ago
Mozilla L10n Automation Bot dad42ce9a1 [fenix] Import l10n. 3 years ago
Matt Tighe 1c898c756c [fenix] fixes https://github.com/mozilla-mobile/fenix/issues/22889: add bottom spacer to onboarding adapter 3 years ago
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.
3 years ago
Roger Yang 11417996c8 [fenix] Closes https://github.com/mozilla-mobile/fenix/issues/22671: Show correct time groups header in history 3 years ago
MickeyMoz ecbd4e36b0 [fenix] Update Android Components version to 97.0.20211216190144. 3 years ago