-
Notifications
You must be signed in to change notification settings - Fork 72
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
AdblockWebView Flutter #6
Open
SamoilovEA
wants to merge
35
commits into
master
Choose a base branch
from
develop
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
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
…'develop' DPC-285 - Use Android Version 7, 10 and 11 to CI functional testing See merge request eyeo/adblockplus/libadblockplus-android!547
DPC-268 - Release WebView 5.0.0 See merge request eyeo/adblockplus/libadblockplus-android!550
Noissue - Restoring ci configuration to before master was merged on See merge request eyeo/adblockplus/libadblockplus-android!551
DPC-20 - Publish libadblockplus-android builds to a Gitlab.com maven repo See merge request eyeo/adblockplus/libadblockplus-android!552
Signed-off-by: Krystian Zlomek <[email protected]>
Noissue - Fixed README.md wording and naming See merge request eyeo/adblockplus/libadblockplus-android!554
Signed-off-by: Krystian Zlomek <[email protected]>
DPC-255 - Document allowlisting counter See merge request eyeo/adblockplus/libadblockplus-android!556
… 'develop' DPC-302 - CI file with logic to run different tasks per branch See merge request eyeo/adblockplus/libadblockplus-android!555
Noissue: Adding Android 9 and 11 to the master branch jobs See merge request eyeo/adblockplus/libadblockplus-android!557
Correct path to libadblockplus submodule See merge request eyeo/distpartners/libadblockplus-android!560
Skip SSL certificate chain check errors. Force using the preloaded filter lists to have deterministic output.
Signed-off-by: Krystian Zlomek <[email protected]>
Noissue - Subscriptions update See merge request eyeo/distpartners/libadblockplus-android!570
Noissue - Update PLT benchmark See merge request eyeo/distpartners/libadblockplus-android!565
…T job for WebViewApp
DPC-349 - Configure appium tests to run on local device farm using PLT job for WebViewApp See merge request eyeo/distpartners/libadblockplus-android!569
…alue assign isAaEnabled to field aa_enabled
DPC-332 - Memory benchmarking `adblock_enabled` state reports wrong value See merge request eyeo/distpartners/libadblockplus-android!571
Signed-off-by: Krystian Zlomek <[email protected]>
Noissue - Fixed RequestInterceptor#checkModifications See merge request eyeo/distpartners/libadblockplus-android!574
DPC-10 - Tabs are not restored on Android 6 and 10 See merge request eyeo/distpartners/libadblockplus-android!575
noissue-fix-ci-for-plt_tests See merge request eyeo/distpartners/libadblockplus-android!577
…lop' DPC-12 - Download file feature is not working See merge request eyeo/distpartners/libadblockplus-android!572
…evelop' DPC-475-Update-automation-to-use-new-Saucelabs See merge request eyeo/distpartners/libadblockplus-android!608
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Hey guys. I am developing an application in Flutter. How can I create my own AdblockWebView just for Flutter?