iorgamgabriel
5540d7a63f
[fenix] Bug 1810314 - Update cookie banner snackbar duration.
2023-01-27 09:08:36 +00:00
mozilla-l10n-automation-bot
1619ebd98e
[fenix] Import l10n. ( https://github.com/mozilla-mobile/fenix/pull/28668 )
2023-01-27 01:01:32 +00:00
Roger Yang
6261e25a89
[fenix] Bug 1812178 - Use debounce in tabs, history and bookmarks syncs
2023-01-26 23:07:05 +00:00
Mugurell
80769e3b05
[fenix] Bug 1812518 - Update to latest AndroidComponents
...
The new version will contain the support for allowing to style download dialogs.
2023-01-26 14:43:04 +00:00
Mugurell
b76a7f56f7
[fenix] Bug 1812518 - Fix UI tests affected by the refactoring.
2023-01-26 14:43:04 +00:00
Mugurell
e758aa6c8b
[fenix] Bug 1812518 - Show the 3rd party download dialog as an Android View
...
This uses the same direction as the before patch - inflating a new View that
can then serve as an anchor for the Snackbar.
Here we could use directly the AC layout as it needed no special customization.
2023-01-26 14:43:04 +00:00
Mugurell
961eba72f3
[fenix] Bug 1812518 - Show the download dialog as an Android View
...
Tried to mimic the UX of a modal dialog while using Android Views.
This meant including a scrim that would consume all touches and theming the
navigation bar and status bar.
Avoiding a dialog and a separate window will allow the snackbar to see the
new "dialog" as a sibling in a CoordinatorLayout parent and so be able to
position itself based on the new "dialog".
This patch also added "start_download_dialog_layout" from A-C as it leads to
simpler and less code needed to style the layout - colors / shapes with
everything happening in XML versus calculating the values then setting them
programatically.
2023-01-26 14:43:04 +00:00
Mugurell
693161d0ea
[fenix] Bug 1812518 - Control the snackbar positioning from Fenix
...
Previously Android-Components - BrowserToolbarBehavior would be responsible
for positioning the snackbar above the toolbar.
With that responsibility removed we can handle in Fenix positioning the
snackbar depending on the toolbar and many more cases - like positioning it
depending on the download dialogs.
2023-01-26 14:43:04 +00:00
mozilla-l10n-automation-bot
347acec94a
[fenix] Import l10n. ( https://github.com/mozilla-mobile/fenix/pull/28650 )
2023-01-26 00:43:13 +00:00
jhugman
73fb13494c
[fenix] EXP-2996 Add triggers for notifications ( https://github.com/mozilla-mobile/fenix/pull/28627 )
...
* Closes EXP-2996 - add tests for messaging triggers
* Closes EXP-2996 - add triggers for notifications
* Address reviewer comments
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
2023-01-25 18:39:43 +00:00
mcarare
d917bcf2b6
[fenix] Bug 1806798 - Better handle long filenames in download finished dialog.
...
Make download filename scrollable.
Add a max height for the file name, so the action button is always visible.
2023-01-25 16:06:04 +00:00
AndiAJ
e2f5b46feb
[fenix] Bug 1812279 - disable mainMenuOpenInAppTest UI test
2023-01-25 13:42:36 +00:00
mozilla-l10n-automation-bot
bff3d80fc7
[fenix] Import l10n. ( https://github.com/mozilla-mobile/fenix/pull/28640 )
...
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
2023-01-25 03:45:30 +00:00
Arturo Mejia
d9406c677a
[fenix] Bug 28591 - Use the cookie banner detect only mode preference
2023-01-25 00:13:48 +00:00
Harrison Oglesby
5b6e03c24e
[fenix] For https://github.com/mozilla-mobile/fenix/issues/28419 ~ Replace RadioButton
2023-01-24 22:21:20 +00:00
Harrison Oglesby
bc335618ae
[fenix] For https://github.com/mozilla-mobile/fenix/issues/28419 ~ Make RadioButton composable component
2023-01-24 22:21:20 +00:00
Harrison Oglesby
1a2000c090
[fenix] For https://github.com/mozilla-mobile/fenix/issues/27401 - replace PocketStoriesCategories with SelectableChipColors
2023-01-24 21:43:01 +00:00
Harrison Oglesby
4ec96fbdcc
[fenix] For https://github.com/mozilla-mobile/fenix/issues/27401 - refactor SelectableChip into Chip composable
2023-01-24 21:43:01 +00:00
Noah Bond
6ed5a569c8
[fenix] For https://github.com/mozilla-mobile/fenix/issues/28266 - Merge BrowserTrayInteractor
into TabsTrayInteractor
2023-01-24 20:28:58 +00:00
Arturo Mejia
e2b346c69f
[fenix] Bug 1811504 - Update string comments for cookie banner handling
2023-01-24 17:51:21 +00:00
mozilla-l10n-automation-bot
4309a4557b
[fenix] Import l10n. ( https://github.com/mozilla-mobile/fenix/pull/28628 )
...
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
2023-01-24 01:21:34 +00:00
Roger Yang
fa7e89df4f
[fenix] Close https://github.com/mozilla-mobile/fenix/issues/19919 : Migrate away from startActivityForResult
2023-01-24 00:43:57 +00:00
Tarik Eshaq
360aa313e2
[fenix] Bug 1810818: Configures order of panels in new user onboarding
2023-01-23 19:38:43 +00:00
Arturo Mejia
a45f2d4ea0
[fenix] Bug 1811504 - Update strings for cookie banner handling
2023-01-23 18:50:11 +00:00
jeddai
34a5447d22
[fenix] update initial_experiments.json based on the current first-run experiments in experimenter
2023-01-23 17:12:41 +00:00
t-p-white
47c277606b
[fenix] Bug 1809444: Add Worker to generate Notifications using Nimbus messaging ( https://github.com/mozilla-mobile/fenix/pull/28605 )
...
* For 1809444: Added a MessageNotificationWorker to poll Nimbus for new messages and create a notification configured using the highest priority new message (if available).
* For 1809444: Changes from PR review
Co-authored-by: t-p-white <t-p-white>
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
2023-01-23 15:15:15 +00:00
mozilla-l10n-automation-bot
c1b52f5a58
[fenix] Import l10n. ( https://github.com/mozilla-mobile/fenix/pull/28621 )
2023-01-23 00:52:27 +00:00
MickeyMoz
5e62e067d6
[fenix] Update to Android-Components 111.0.20230121222130.
2023-01-22 14:32:22 +00:00
mozilla-l10n-automation-bot
271e6e4945
[fenix] Import l10n. ( https://github.com/mozilla-mobile/fenix/pull/28618 )
2023-01-22 00:40:38 +00:00
Cathy Lu
826d10f026
[fenix] Change form data telemetry from Sharing to Performance
2023-01-21 04:23:34 +00:00
mozilla-l10n-automation-bot
f69cc3fdcc
[fenix] Import l10n. ( https://github.com/mozilla-mobile/fenix/pull/28612 )
2023-01-21 00:36:12 +00:00
Jeff Boek
549cfb2974
[fenix] Bug 1807594 - Respect users setting when switching back to search suggestions
2023-01-20 19:07:19 +00:00
DreVla
95703b9555
[fenix] For https://github.com/mozilla-mobile/fenix/issues/28111 : Filter out topic specific search engines from default list
...
Since topic specific search engines, like amazon, ebay, etc...
will only show results from those specific websites, they will be filtered
out of the default search engines list.
2023-01-20 14:28:11 +00:00
mike a
26563fa3fa
[fenix] Closes https://github.com/mozilla-mobile/fenix/issues/25486 : fix sign in button
2023-01-20 02:41:58 +00:00
mike a
f14943abe2
[fenix] Closes https://github.com/mozilla-mobile/fenix/issues/28342 : change the ui direction after a locale change
2023-01-20 02:05:36 +00:00
mozilla-l10n-automation-bot
029e55766e
[fenix] Import l10n. ( https://github.com/mozilla-mobile/fenix/pull/28600 )
2023-01-20 00:38:14 +00:00
Cathy Lu
d531054151
[fenix] Bug28280 - Add telemetry for form data failures
2023-01-19 22:58:57 +00:00
Roger Yang
0301d42c3e
[fenix] Close https://github.com/mozilla-mobile/fenix/issues/28597 : Enable notification pre permission prompt feature in Beta
2023-01-19 22:11:59 +00:00
Mugurell
46dc2f24f3
[fenix] Update breaking APIs in MediaSessionService
...
This fixes a breaking change from Android-Components and will allow the media
service there to easily report crashes.
2023-01-19 17:50:15 +00:00
James Hugman
dcd66ffd31
[fenix] Closes https://github.com/mozilla-mobile/fenix/issues/28589 - Restrict coroutine calls between messagemiddleware and messagingcontroller
2023-01-19 14:05:33 +00:00
AndiAJ
7667dcbf52
[fenix] Bug 1810735 - Part 2: New logins related UI tests
2023-01-19 13:21:48 +00:00
AndiAJ
f2c15acb75
[fenix] Bug 1807278 - Re-enable UI tests affected by settings screen changes
2023-01-19 11:52:44 +00:00
Jan-Erik Rediger
0a0234bc6f
[fenix] Switch to the typed API for Glean events
...
Required for Glean v52.0.0
Ref https://github.com/mozilla-mobile/fenix/issues/19967
2023-01-19 11:23:30 +00:00
James Hugman
18141bffa3
[fenix] Address reviewer comments
2023-01-19 10:20:13 +00:00
James Hugman
cf84e3c869
[fenix] Refactor messaging middleware Part III
2023-01-19 10:20:13 +00:00
James Hugman
a666f4313b
[fenix] Move tests from DefaultMessageControllerTest to NimbusMessageControllerTest
2023-01-19 10:20:13 +00:00
James Hugman
ee763d6fac
[fenix] Move logic into NimbusMessagingController to correspond with NimbusMessagingStorage
2023-01-19 10:20:13 +00:00
James Hugman
b779cafb75
[fenix] Refactor messaging middleware Part II
2023-01-19 10:20:13 +00:00
James Hugman
d47aa5753e
[fenix] EXP-2994 Refactor messaging middleware Part I
2023-01-19 10:20:13 +00:00
mozilla-l10n-automation-bot
7892459638
[fenix] Import l10n. ( https://github.com/mozilla-mobile/fenix/pull/28577 )
...
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
2023-01-18 16:07:48 +00:00