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
isabelrios
4902348cf4
[fenix] add reviewer comments
2021-12-22 09:18:30 +00:00
isabelrios
b19c5eda0b
[fenix] No bug - Update l10nScreenshotsTests doc
2021-12-22 09:18:30 +00: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
Aki Sasaki
390b4c8f41
[fenix] update which bot is used ( https://github.com/mozilla-mobile/fenix/pull/22923 )
2021-12-20 21:45:34 +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
Heitor Neiva
cca1355bea
[fenix] Add beetmover bucket scope to kind
2021-12-20 20:10:29 +00:00
Heitor Neiva
77c46d30f2
[fenix] Added bucket scope config for dep
2021-12-20 20:10:29 +00:00
Heitor Neiva
740804ea29
[fenix] Remove reference to beta version on nightly releases
2021-12-20 20:10:29 +00:00
Heitor Neiva
ababe51e0a
[fenix] Switch beetmover to use production worker and bucket
2021-12-20 20:10:29 +00:00
MickeyMoz
f8e16ec28a
[fenix] Update Android Components version to 97.0.20211219190304.
2021-12-20 18:16:56 +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
MickeyMoz
a656ab4a1d
[fenix] Update Android Components version to 97.0.20211219143130.
2021-12-19 16:55:15 +00:00
Mozilla L10n Automation Bot
574136432c
[fenix] Import l10n.
2021-12-19 00:32:51 +00:00
MickeyMoz
fe7a1bfd8a
[fenix] Update Android Components version to 97.0.20211217190223.
2021-12-18 16:32:27 +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
MickeyMoz
ecbd4e36b0
[fenix] Update Android Components version to 97.0.20211216190144.
2021-12-16 21:39:31 +00:00
Mickey Moz
841ce1bc89
[fenix] Update Android Components version to 97.0.20211216143115. ( https://github.com/mozilla-mobile/fenix/pull/22885 )
2021-12-16 12:09:00 -05: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
85ad696663
[fenix] Update Android Components version to 97.0.20211215143138.
2021-12-15 22:57:06 +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
MickeyMoz
9b033119e2
[fenix] Update Android Components version to 97.0.20211213190046.
2021-12-14 20:40:08 +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
Gabriel Luong
85d4b025a4
[fenix] For https://github.com/mozilla-mobile/fenix/issues/22839 - Remove unused tabTrayHeadingIcon and tabTrayHeadingIconInactive attributes
2021-12-14 17:07:43 +00:00
Gabriel Luong
f0638c8294
[fenix] For https://github.com/mozilla-mobile/fenix/issues/22839 - Remove @color/tab_tray_heading_icon_inactive_dark_theme redirection
2021-12-14 17:07:43 +00:00
Gabriel Luong
e2c76c0ad2
[fenix] For https://github.com/mozilla-mobile/fenix/issues/22839 - Remove @color/tab_tray_heading_icon_dark_theme redirection
2021-12-14 17:07:43 +00:00
Mozilla L10n Automation Bot
fc74ae29e8
[fenix] Import l10n.
2021-12-14 10:23:24 +00:00
Heitor Neiva
e96835fbdf
[fenix] Change beetmover destination paths to match firefox
2021-12-13 21:17:42 +00:00
Gabriel Luong
8ecbffef61
[fenix] For https://github.com/mozilla-mobile/fenix/issues/22808 - Add private theme design tokens
2021-12-13 20:05:38 +00:00