Commit Graph

5237 Commits (fec7662d8e8f10b40fd122ce1a1c7843b655aadb)
 

Author SHA1 Message Date
MickeyMoz db07bbc6f6 [fenix] Update Android Components version to 60.0.20200921130100. 4 years ago
liuche 7d5fd7136a [fenix] Issue https://github.com/mozilla-mobile/fenix/issues/9295 - Add back non-blocking bors to trigger CI on contributor PRs (https://github.com/mozilla-mobile/fenix/pull/9843) (https://github.com/mozilla-mobile/fenix/pull/14967)
Co-authored-by: Johan Lorenzo <jlorenzo@mozilla.com>
4 years ago
Mozilla L10n Automation Bot a8ce1d6722 [fenix] Import l10n. 4 years ago
ekager 6b66dbd5cc [fenix] For https://github.com/mozilla-mobile/fenix/issues/15245 - Remove margin for toolbar on toolbar-less PWA 4 years ago
MickeyMoz dbfdcd4c68 [fenix] Update Android Components version to 60.0.20200920130056. 4 years ago
Mozilla L10n Automation Bot ddd8d2b7fd [fenix] Import l10n. 4 years ago
MickeyMoz 35a6dc2edc [fenix] Update Android Components version to 60.0.20200918190104. 4 years ago
Grisha Kruglov 4f6213a2dd [fenix] For https://github.com/mozilla-mobile/fenix/issues/2792: Display bookmark folders at the top of the bookmarks UI 4 years ago
Grisha Kruglov ec18031057 [fenix] For https://github.com/mozilla-mobile/fenix/issues/15211: Make sure bookmarks are moved to the end of folders 4 years ago
Grisha Kruglov ba242fb3b9 [fenix] Closes https://github.com/mozilla-mobile/fenix/issues/15206: Only track 'move' event if bookmark parent was changed 4 years ago
Grisha Kruglov fa8af7dcd2 [fenix] For https://github.com/mozilla-mobile/fenix/issues/11502: Make sure to always process root titles for parent folders during edit
This also switches to a simpler bookmarks query API ('getBookmark') which doesn't fetch
children. We don't need 'children' for this dialog, and so don't need to do the extra work.
4 years ago
Grisha Kruglov f79c9733e1 [fenix] For https://github.com/mozilla-mobile/fenix/issues/13157: Filter out folder being edited from 'select folder' dialog 4 years ago
Grisha Kruglov 412ae60537 [fenix] Rename 'visitedAddBookmark' arg to a less confusing name 4 years ago
Grisha Kruglov 2e646b696a [fenix] Remove unused nav arg from 'select folder' 4 years ago
Mozilla L10n Automation Bot e4bf6224f6 [fenix] Import l10n. 4 years ago
Tiger Oakes da57dc840d [fenix] Closes https://github.com/mozilla-mobile/fenix/issues/14131: Move constants to dimens.xml (https://github.com/mozilla-mobile/fenix/pull/14135)
Co-authored-by: Elise Richards <erichards@mozilla.com>
4 years ago
Tom Klein 86c20fc7c9 [fenix] For https://github.com/mozilla-mobile/fenix/issues/13300 - Adjust the 'Sharing a Collection' layout to prevent overlapping of the close icon and 'Share' label in RTL
Note that the "Share" title is still constrained to start at the end of the
close button - I don't know why the previous extra constraint was causing the
differing behavior in LTR and RTL, but this seems to fix it.
4 years ago
Elise Richards 79f788e577 [fenix] For https://github.com/mozilla-mobile/fenix/issues/13812: add ETP category for redirect trackers (https://github.com/mozilla-mobile/fenix/pull/15139)
* Feature flag for ETP cookie purging

* Strings for new ETP description

* Remove icons from ETP info screeen and add category for redirect trackers

* ETP policy factory tests

* Remove icons from ETP panel and add cross tracking allowed field.

* Remove icons on ETP panel. Add blocked category for redirect trackers to panel.

* Add margins to tracking protection settings
4 years ago
Jeff Boek f9c9099f5d [fenix] For https://github.com/mozilla-mobile/android-components/issues/8429 - Dont initialize MLS if token is null 4 years ago
Jeff Boek c6f46de882 [fenix] Revert "For https://github.com/mozilla-mobile/fenix/issues/12544 - Prevent search engines mixup"
This reverts commit 52f1a904b7039fb69cdd074f63ad059834fb99c1.
4 years ago
Hakkı Kaan Çalışkan 18e1dded25 [fenix] For https://github.com/mozilla-mobile/fenix/issues/13922: Add indicator to synced tabs suggestions in awesomebar 4 years ago
Jonathan Almeida 9824d81afa [fenix] For https://github.com/mozilla-mobile/fenix/issues/14230: Stop redrawing all top sites when one is removed 4 years ago
mcarare 23cbede5e3 [fenix] For https://github.com/mozilla-mobile/fenix/issues/12829: Add create account option on the the sign in screen. 4 years ago
mcarare 3af7750c57 [fenix] For https://github.com/mozilla-mobile/fenix/issues/12829: Update addUnderline extension function to accept parameters. 4 years ago
MickeyMoz 1b5aac41ec [fenix] Update Android Components version to 60.0.20200917190518. 4 years ago
mcarare a1a9202e1f [fenix] For https://github.com/mozilla-mobile/fenix/issues/15150: Do not show open banner if open in app is ON in settings. 4 years ago
Mozilla L10n Automation Bot a6591cb3fe [fenix] Import l10n. 4 years ago
mcarare b2b5b1a22c [fenix] For https://github.com/mozilla-mobile/fenix/issues/13943: Change strict mode penalty to penaltyDeath.
Also, keep dialogPenalty as replacement option for penaltyDeath.
4 years ago
Oana Horvath 09481688f0 [fenix] Closes https://github.com/mozilla-mobile/fenix/issues/13829: Added idling resources to the addon details view" 4 years ago
mcarare 64f647f006 [fenix] For https://github.com/mozilla-mobile/fenix/issues/14727: Add content description to resync tabs button. 4 years ago
Sören Hentzschel bc6259dc2f [fenix] For https://github.com/mozilla-mobile/fenix/issues/14933 - Fixed private browsing icon color in preferences fragment 4 years ago
Tiger Oakes d29e90717c [fenix] Merge bookmark item and folder view holders 4 years ago
Tiger Oakes a684ab65ca [fenix] Change separator to use its own view holder 4 years ago
Elise Richards a6f71a3581 [fenix] For https://github.com/mozilla-mobile/fenix/issues/15079: handle QR permissions when changed in Android settings (https://github.com/mozilla-mobile/fenix/pull/15097)
* Define intent data for activity

* Search dialog shows permissions for allow and deny camera

* Check camera permissions for fxa pairing

* Check camera permissions for old search

* Tests for pairing sync interactor and controller.

* Cleanup

* Use bool pref for setting. Use interfaces and default implementations for the sync interactor and controller.

* Lint
4 years ago
Sawyer Blatz c21bfef9e8 [fenix] For https://github.com/mozilla-mobile/fenix/issues/15123: Fix top sites text color 4 years ago
Sawyer Blatz 1a5a88be4b [fenix] For https://github.com/mozilla-mobile/fenix/issues/14565: Add telemetry for top sites 4 years ago
Arturo Mejia 9b874e494b [fenix] Update Android Components version to 60.0.20200917130150. 4 years ago
Arturo Mejia 6e5748123f [fenix] Fix add-ons permissions breaking change 4 years ago
mcarare 4a29c49fb7 [fenix] For https://github.com/mozilla-mobile/fenix/issues/15116: Also do not expand or set bottom toolbar behavior on TWA tabs. 4 years ago
mcarare 2245badc6f [fenix] For https://github.com/mozilla-mobile/fenix/issues/15116: Do not set bottom toolbar behavior on PWA tabs. 4 years ago
mcarare a6a7ce00bc [fenix] For https://github.com/mozilla-mobile/fenix/issues/15116: Do not expand toolbar on PWA tabs. 4 years ago
mcarare 55e2cfe526 [fenix] For https://github.com/mozilla-mobile/fenix/issues/15116: Use safe cast for layout params. 4 years ago
Sebastian Kaspari e90ddb1f38 [fenix] Issue https://github.com/mozilla-mobile/fenix/issues/14225: Remove task when finishing ExternalAppBrowserActivity. 4 years ago
Mozilla L10n Automation Bot 12a0333419 [fenix] Import l10n. 4 years ago
MickeyMoz 5da5f08983 [fenix] Update Android Components version to 59.0.20200916130055. 4 years ago
Mozilla L10n Automation Bot 8ea08ff5ba [fenix] Import l10n. 4 years ago
MickeyMoz 57bc072314 [fenix] Update Android Components version to 59.0.20200915130327. 4 years ago
Hakkı Kaan Çalışkan 199cdac801 [fenix] For https://github.com/mozilla-mobile/fenix/issues/11245: Integrate Synced Tabs AwesomeBar suggestions
fix pr
4 years ago
mozilla-l10n-automation-bot ed97bf1db4 [fenix] Import l10n. (https://github.com/mozilla-mobile/fenix/pull/15099) 4 years ago
Jeff Boek 710da8dd63 [fenix] For https://github.com/mozilla-mobile/fenix/issues/15007 - Puts swipe to delete behind a feature flag (https://github.com/mozilla-mobile/fenix/pull/15009) 4 years ago