-
Notifications
You must be signed in to change notification settings - Fork 950
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Task/Issue URL: https://app.asana.com/0/1205008441501016/1207588004626729/f ### Description - Add Duck Player support - Navigate from Duck Player back to YouTube - Add Duck Player settings - Open YT URLs in Duck Player if setting is Enabled(Always) - Add Duck Player Prime Modal - Add Contingency settings ### Steps to test this PR https://app.asana.com/0/0/1207704461779423/f Note: There have been changes to the JS integration, so you might need to test these changes on the top of the stack _User preferences "Always" open Duck Player_ - [x] Open Settings -> Duck Player -> Set to always - [x] Type a YT URL on the omnibar - [x] Check Duck Player is loaded - [x] Navigate back and check you're going to the previous page your were visiting _User preferences "Always ask" trigger overlay_ - [x] Open Settings -> Duck Player -> Set to always ask - [x] Type a YT URL on the omnibar - [x] Check overlay is loaded in YT - [x] Check that watch here removes the overlay, and watch in Duck player navigates to Duck Player _User preferences "Never" stays in YT_ - [x] Open Settings -> Duck Player -> Set to never - [x] Type a YT URL on the omnibar - [x] Check video is loaded normally _Feature 1_ - [x] Open Duck Player - [x] Click Info button - [x] Check prime modal is correctly shown in both landscape and portrait _Feature 1_ - [x] See https://app.asana.com/0/1205008441501016/1207714050281768/f (How to test, at the bottom of the description) _Feature 1_ - [x] Open a video in Duck Player with settings to Always Ask - [x] Click the watch in YouTube Button - [x] Check overlay isn't shown ### UI changes See https://app.asana.com/app/asana/-/get_asset?asset_id=1207785858877769   ### UI changes   --------- Co-authored-by: Marcos Holgado <[email protected]>
- Loading branch information
1 parent
f2edb92
commit 717adb8
Showing
148 changed files
with
12,110 additions
and
214 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
463 changes: 357 additions & 106 deletions
463
app/src/androidTest/java/com/duckduckgo/app/browser/BrowserTabViewModelTest.kt
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.