This repository was archived by the owner on Feb 22, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 9.7k
[webview_flutter_android] Implementation of Android WebView widget using pigeon #4503
Merged
Merged
Changes from 28 commits
Commits
Show all changes
34 commits
Select commit
Hold shift + click to select a range
3350c71
implementation of webview_widget
bparrishMines 04079cb
remove unused files, add navigation delegate to example, add support …
bparrishMines bbbbd76
working example app
bparrishMines e87b43e
most tests passing
bparrishMines 2ac9967
rearrangement
bparrishMines 928b5e7
renames
bparrishMines 556b23d
documentation
bparrishMines 66a7167
formatting
bparrishMines 7aad502
add initialize meethod
bparrishMines 8724ad5
fix tests
bparrishMines 19c46f7
fix potential race condition
bparrishMines ed1b199
version bump
bparrishMines 588ef0b
comments, improve readability
bparrishMines c8da74f
set the activity for actvity dependent apis
bparrishMines 79cdc87
use application context
bparrishMines 049afce
dont set context to null
bparrishMines 3b49d41
fix unit tests
bparrishMines 514d16e
change analysis options
bparrishMines f472535
dart analysis errors
bparrishMines 642454a
fix race condition
bparrishMines 801bf4d
fix passing wrong webview
bparrishMines 9d088eb
fix not receiving callback on new window
bparrishMines 388fdeb
add onCreateWindow unit test without the docs and formatting
bparrishMines 9aa2b3d
documentation and formatting
bparrishMines 9938e2f
flutter analyze
bparrishMines 7c392a8
change from default to enum
bparrishMines 9ccb29e
fix analysis options
bparrishMines 9154155
add default to switch statement
bparrishMines 0cd4f13
use conditional
bparrishMines 0d59bb7
Merge branch 'master' of github.com:flutter/plugins into webview_widget
bparrishMines acecf65
create resuable method and update changelog
bparrishMines c9e744e
remove print and timeout initial resize
bparrishMines 45c7555
return null on timeout
bparrishMines 5b9581f
forgot to set an actual value
bparrishMines File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains hidden or 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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1 @@ | ||
| include: ../../../analysis_options_legacy.yaml |
4 changes: 4 additions & 0 deletions
4
packages/webview_flutter/webview_flutter_android/CHANGELOG.md
This file contains hidden or 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
33 changes: 0 additions & 33 deletions
33
...roid/android/src/main/java/io/flutter/plugins/webviewflutter/FlutterDownloadListener.java
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Replaces
(Per the new style guide.)