Commit Graph

44 Commits (32259c25acde935034094b93886a5530828a7228)

Author SHA1 Message Date
t-p-white 32259c25ac Bug 1884187 - Fix Fenix night mode bug after opening a custom tab 3 months ago
sarah541 2a5f1a8b36 Bug 1883753 - Remove menu from custom tab bar 3 months ago
t-p-white 7146e44bad Bug 1813913 - Added support for Custom Tabs setColorScheme & setColorSchemeParams API 3 months ago
t-p-white 45a45e567b Bug 1823892 - Added option to not show 'Open in Firefox' and 'POWERED BY FIREFOX' menu items in Custom tab 1 year ago
mcarare 3e2738bad6 [fenix] For https://github.com/mozilla-mobile/fenix/issues/25980: Suppress LongParameterList warning.
Remove issues from baseline.
2 years ago
mcarare 932823c871 [fenix] For https://github.com/mozilla-mobile/fenix/issues/26844: Fix ktlint issues and remove them from baseline. 2 years ago
Arturo Mejia ea5d0ee63d [fenix] For https://github.com/mozilla-mobile/fenix/issues/21211 hide the ETP in custom tabs. 3 years ago
Sebastian Kaspari b25c0a13b8 [fenix] Remove SessionManager dependency from CustomTabsIntegration. 3 years ago
MickeyMoz 0dc93ba95f [fenix] Update Android Components version to 71.0.20210117143132. 3 years ago
Christian Sadilek de8ef956c8 [fenix] Closes https://github.com/mozilla-mobile/fenix/issues/11290: Refactor ToolbarMenu to use browser store 4 years ago
Sebastian Kaspari e90ddb1f38 [fenix] Issue https://github.com/mozilla-mobile/fenix/issues/14225: Remove task when finishing ExternalAppBrowserActivity. 4 years ago
Tiger Oakes d49982cec9 [fenix] For https://github.com/mozilla-mobile/fenix/issues/11903: Enforce private theme in custom tabs 4 years ago
Tiger Oakes de55a36526 [fenix] For https://github.com/mozilla-mobile/fenix/issues/11903: fix custom tab private gradient 4 years ago
ekager 16fd2479bf [fenix] For https://github.com/mozilla-mobile/fenix/issues/11708 - Remove setMargins in CustomTabsIntegration 4 years ago
Sawyer Blatz 89ffe16f6a [fenix] For https://github.com/mozilla-mobile/fenix/issues/8775: Removes feature flag for dynamic bottom toolbar 4 years ago
Sawyer Blatz a040442402 [fenix] For https://github.com/mozilla-mobile/fenix/issues/4383: Add feature flag 4 years ago
Sawyer Blatz a971086fda [fenix] For https://github.com/mozilla-mobile/fenix/issues/4383: Enable dynamic bottom toolbar 4 years ago
Tiger Oakes e04910806e [fenix] For https://github.com/mozilla-mobile/fenix/issues/7511 - Override private customtab icon tint (https://github.com/mozilla-mobile/fenix/pull/8138) 4 years ago
Tiger Oakes 2cf4af1c39 [fenix] For https://github.com/mozilla-mobile/fenix/issues/7431: Remove extra share button 4 years ago
mcarare fd06352b8b [fenix] For https://github.com/mozilla-mobile/fenix/issues/7155 Align custom tabs overflow menu to original mocks
Reverse menu items order when toolbar position is top
4 years ago
Jeff Boek 16d3a71d3d [fenix] For https://github.com/mozilla-mobile/fenix/issues/5334 - Override custom tab styling in private mode (https://github.com/mozilla-mobile/fenix/pull/7305) 5 years ago
Severin Rudie 9a0b3f6557 [fenix] For https://github.com/mozilla-mobile/fenix/issues/5334: fix ETP shield coloring on custom private tabs 5 years ago
Severin Rudie 53b4d6714e [fenix] For https://github.com/mozilla-mobile/fenix/issues/5334: added private custom tab processor (https://github.com/mozilla-mobile/fenix/pull/6845)
* For https://github.com/mozilla-mobile/fenix/issues/5334: added private custom tab processor

* For https://github.com/mozilla-mobile/fenix/issues/5334 - Fixes up IntentReceiverActivity for handling intents

* For 5334: update styling for private custom tabbs

* For 5334: update tests to account for new processors

Note that two are still failing. These appear to be true failures, and will be corrected in a later commit.

* For 5334: fixes bug introduced by changes to IntentReceiverActivity

RCA: intent className and extra were previously set based on which processors matched, not which successfully processed. This patch reintroduces that behavior.

* For 5334: add tests for custom tabs processing
5 years ago
Tiger Oakes 4426480f55 [fenix] For https://github.com/mozilla-mobile/fenix/issues/6827, https://github.com/mozilla-mobile/fenix/issues/6811 - Cast layoutParams to MarginLayoutParams 5 years ago
Jeff Boek 5c7ec54a11 [fenix] No Issue - Fixes warnings / compiler errors with A-C update 5 years ago
Sawyer Blatz 58a007659f [fenix] For https://github.com/mozilla-mobile/fenix/issues/6821: Fixes issues with custom tabs and dynamic toolbar (https://github.com/mozilla-mobile/fenix/pull/6822) 5 years ago
Severin Rudie 2e76d82c9a [fenix] 4281 remove qab (https://github.com/mozilla-mobile/fenix/pull/6310)
* For https://github.com/mozilla-mobile/fenix/issues/4281: small ToolbarMenu refactor

This makes it easier to see how items are ordered in the menuItems list

* For 4281: add QAB buttons to menu

* For 4281: removed menu back button per mocks

I double checked with UX, and we'll be relying on the hardware back button for its functionality

* For 4281: add content descriptions for bookmarking

* For 4281: updated BrowserToolbarController for new functionality

* For 4281: provided simple dependencies to browser controller

More complex changes will be in a following commit, for review readability

* For 4281: move toolbar controller dependencies up to BaseBrowserFragment

The functionality they control is being moved into the toolbar menu, which is shared by both normal tabs and custom ones

* For 4281: removed (now unused) code related to QAB

* For 4281: fix test compilation after QAB removal

Tests still need to be expanded to include added functionality

* For 4281: updated menu to show if url is bookmarked

This sloppy workaround is required because TwoStateButton requires that `isInPrimaryState` be a synchronous call, and checking whether or not the current site is bookmarked is quite slow (10-50 MS, in my tests).  After days of work and many attempted solutions, this was the least abhorrent among them.

https://github.com/mozilla-mobile/android-components/issues/4915 was opened against AC to evaluate potentially supporting async `isInPrimaryState` functions.
https://github.com/mozilla-mobile/fenix/issues/6370 was opened against Fenix to investigate the unexpectedly slow call to `BookmarkStorage`.

* For 4281: update reader mode switch

* For 4281: selectively show/hide menu items

* For 4281: add reader mode appearance

* For 4281: update bookmark button when it is clicked

* For 4281: removed unused QAB code

* For 4281: removed QAB robot, updated UI tests

* For 4281: removed QuickActionSheet metrics

Since this behavior now lives in the toolbar, it is tracked via Event.BrowserMenuItemTapped

* For 4281: fixed lint errors

* For 4281: add new strings for buttons added to menu

This is necessary because the location change (from QAB to toolbar menu) could affect the grammar in some languages

* For 4281: remove outdated TODOs

* For 4281: removed QAB container

* For 4281: removed back button reference from UI test

This button no longer exists

* For 4821: Fixes a visual defect (extra padding on top of toolbar)

* For 4281: update copy on reader mode

* For 4281: fixed review nits
5 years ago
Emily Kager afa25a6978 [fenix] For https://github.com/mozilla-mobile/fenix/issues/6354 - Removes ETP Experiment, Removes Feature Flags, Sets Strict Default 5 years ago
Sebastian Kaspari e9d21e9799 [fenix] Use new toolbar API of AC 18.0.0. 5 years ago
Tiger Oakes 778d8285c5 [fenix] Only use Context.settings() function (not getter) (https://github.com/mozilla-mobile/fenix/pull/5335)
Remove unused String extensions
5 years ago
Tiger Oakes 222adb3656 [fenix] For https://github.com/mozilla-mobile/fenix/issues/394, https://github.com/mozilla-mobile/fenix/issues/778 - Add hide toolbar feature
And also add CustomTabsServiceStore
5 years ago
Emily Kager b7d6ab40b2 [fenix] For https://github.com/mozilla-mobile/fenix/issues/5359 , https://github.com/mozilla-mobile/fenix/issues/5360 - Update ETP Vectors for Android 5+6 5 years ago
Emily Kager 3b0a3c1643 [fenix] Add Tracking Protection Info Panel 5 years ago
Tiger Oakes d5e5b73485 [fenix] Color the system bars in custom tabs (https://github.com/mozilla-mobile/fenix/pull/4819) 5 years ago
Jonathan Almeida 160c0b77eb [fenix] For https://github.com/mozilla-mobile/fenix/issues/2052: Fix BrowserToolbar overlapping web content 5 years ago
Sawyer Blatz 0e108d83f0 [fenix] For https://github.com/mozilla-mobile/fenix/issues/2315 & For https://github.com/mozilla-mobile/fenix/issues/2494: Adds scrolling to custom tabs (https://github.com/mozilla-mobile/fenix/pull/2521) 5 years ago
Sawyer Blatz c361ad6551 [fenix] For https://github.com/mozilla-mobile/fenix/issues/2315: Hides URL bar when scrolling in custom tab (https://github.com/mozilla-mobile/fenix/pull/2485) 5 years ago
jhugman 1d4e9fc212 [fenix] Fixes 1689 - Add sessionManager and sessionId to custom tabs menu and toolbar. (https://github.com/mozilla-mobile/fenix/pull/2229) 5 years ago
Sawyer Blatz 31a9dbea4b [fenix] For https://github.com/mozilla-mobile/fenix/issues/1092: Fixes ordering of custom tab menu items (https://github.com/mozilla-mobile/fenix/pull/2072) 5 years ago
Emily Kager 07fbeaeeba [fenix] Closes https://github.com/mozilla-mobile/fenix/issues/1914 - Removes incomplete actions from Custom Tab Menu 5 years ago
Sawyer Blatz cd56129a63 [fenix] For https://github.com/mozilla-mobile/fenix/issues/668: Restyles custom tabs 5 years ago
Sawyer Blatz e5bf8ca297 [fenix] For https://github.com/mozilla-mobile/fenix/issues/724: Consolidates colors 5 years ago
Jeff Boek 1dfc8c8572 [fenix] For https://github.com/mozilla-mobile/fenix/issues/1181 - Use appName in string locations 5 years ago
Sawyer Blatz a11a75ab91 [fenix] Closes https://github.com/mozilla-mobile/fenix/issues/832 & For https://github.com/mozilla-mobile/fenix/issues/222: Adds basic custom tab integration (https://github.com/mozilla-mobile/fenix/pull/1026) 5 years ago