Commit Graph

10483 Commits (6f8dfac15c8486db927420deb5e6f2fffe032a42)
 

Author SHA1 Message Date
AndiAJ 6f8dfac15c [fenix] Bug 1813058 - Disable openAllTabsInCollectionTest UI test 1 year ago
AndiAJ 44f14e8f62 [fenix] Bug 1812279 - Re-enable mainMenuOpenInAppTest UI test 1 year ago
AndiAJ 898ea4b6f8 [fenix] Bug 1812618 - Add cookie reduction banner dialog variable to FeatureSettingsHelper and other refactoring work 1 year ago
oana.horvath 7a3d0f3543 [fenix] Bug 1807293 - Remove SDK suppression on audioVideoPermissionChoiceOnEachRequestTest 1 year ago
DreVla adf083cd03 [fenix] Bug 1802619: Disable delete browsing data button when deletion in progress 1 year ago
mozilla-l10n-automation-bot 138b3ce6f4 [fenix] Import l10n. (https://github.com/mozilla-mobile/fenix/pull/28686) 1 year ago
MickeyMoz f06c077dee [fenix] Update to Android-Components 111.0.20230129143258. 1 year ago
mozilla-l10n-automation-bot f8f3735aef [fenix] Import l10n. (https://github.com/mozilla-mobile/fenix/pull/28683) 1 year ago
MickeyMoz 0805b09227 [fenix] Update to Android-Components 111.0.20230128143315. 1 year ago
mozilla-l10n-automation-bot a729a4d939 [fenix] Import l10n. (https://github.com/mozilla-mobile/fenix/pull/28680) 1 year ago
Harrison Oglesby 61f81fe1a4 [fenix] Bug 1812627 ~ add FirefoxTheme to ProfilerDialogueCard 1 year ago
Aaron Train 83046224d0 [fenix] No issue: Update flank-arm-legacy-api-tests.yml
Removes org.mozilla.fenix.ui.HomeScreenTest#homeScreenItemsTest for recently failing
1 year ago
MickeyMoz 71f7ec882a [fenix] Update to Android-Components 111.0.20230127143222. 1 year ago
AndiAJ 975e8d28c5 [fenix] Bug 1811261 - Part 1: New address autofill related UI tests 1 year ago
AndiAJ 7587a158a3 [fenix] Bug 1811261 - Part 1: Move address autofill related UI tests to new class 1 year ago
AndiAJ 95563aeb50 [fenix] Bug 1813048 - disable renameCollectionTest UI test 1 year ago
AndiAJ 1bca90be1c [fenix] Bug 1813047 - disable swipeRightToRemoveTabFromCollectionTest UI test 1 year ago
AndiAJ a5d48e15ed [fenix] Bug 1812997 - disable swipeLeftToRemoveTabFromCollectionTest UI test 1 year ago
iorgamgabriel 5540d7a63f [fenix] Bug 1810314 - Update cookie banner snackbar duration. 1 year ago
mozilla-l10n-automation-bot 1619ebd98e [fenix] Import l10n. (https://github.com/mozilla-mobile/fenix/pull/28668) 1 year ago
Roger Yang 6261e25a89 [fenix] Bug 1812178 - Use debounce in tabs, history and bookmarks syncs 1 year ago
MickeyMoz 03d4c7700c [fenix] Update to Android-Components 111.0.20230126190358. 1 year ago
MickeyMoz 8d52ed0e55 [fenix] Update to Android-Components 111.0.20230126143221. 1 year ago
Mugurell 80769e3b05 [fenix] Bug 1812518 - Update to latest AndroidComponents
The new version will contain the support for allowing to style download dialogs.
1 year ago
Mugurell b76a7f56f7 [fenix] Bug 1812518 - Fix UI tests affected by the refactoring. 1 year ago
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.
1 year ago
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.
1 year ago
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.
1 year ago
AndiAJ a8df7dfe3c [fenix] Bug 1812255 - Reduce UI tests max timeouts 1 year ago
mozilla-l10n-automation-bot 347acec94a [fenix] Import l10n. (https://github.com/mozilla-mobile/fenix/pull/28650) 1 year ago
MickeyMoz 6e1bc21eb0 [fenix] Update to Android-Components 111.0.20230125190040. 1 year ago
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>
1 year ago
MickeyMoz a7f315788e [fenix] Update to Android-Components 111.0.20230125150919. 1 year ago
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.
1 year ago
AndiAJ e2f5b46feb [fenix] Bug 1812279 - disable mainMenuOpenInAppTest UI test 1 year ago
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>
1 year ago
Arturo Mejia d9406c677a [fenix] Bug 28591 - Use the cookie banner detect only mode preference 1 year ago
MickeyMoz 58a3db4509 [fenix] Update to Android-Components 111.0.20230124190121. 1 year ago
Harrison Oglesby 5b6e03c24e [fenix] For https://github.com/mozilla-mobile/fenix/issues/28419 ~ Replace RadioButton 1 year ago
Harrison Oglesby bc335618ae [fenix] For https://github.com/mozilla-mobile/fenix/issues/28419 ~ Make RadioButton composable component 1 year ago
Harrison Oglesby 1a2000c090 [fenix] For https://github.com/mozilla-mobile/fenix/issues/27401 - replace PocketStoriesCategories with SelectableChipColors 1 year ago
Harrison Oglesby 4ec96fbdcc [fenix] For https://github.com/mozilla-mobile/fenix/issues/27401 - refactor SelectableChip into Chip composable 1 year ago
Noah Bond 6ed5a569c8 [fenix] For https://github.com/mozilla-mobile/fenix/issues/28266 - Merge `BrowserTrayInteractor` into `TabsTrayInteractor` 1 year ago
Gabriel Luong 4fa35e3d37 [fenix] Bug 1812087 - Migrate Fenix wiki pages into the docs folder 1 year ago
Arturo Mejia e2b346c69f [fenix] Bug 1811504 - Update string comments for cookie banner handling 1 year ago
MickeyMoz 0abdbf6e95 [fenix] Update to Android-Components 111.0.20230124143257. 1 year ago
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>
1 year ago
Roger Yang fa7e89df4f [fenix] Close https://github.com/mozilla-mobile/fenix/issues/19919: Migrate away from startActivityForResult 1 year ago
Tarik Eshaq 360aa313e2 [fenix] Bug 1810818: Configures order of panels in new user onboarding 1 year ago
Arturo Mejia a45f2d4ea0 [fenix] Bug 1811504 - Update strings for cookie banner handling 1 year ago