-
Notifications
You must be signed in to change notification settings - Fork 3.6k
[webview_flutter][webview_flutter_android] Add android support for handling geolocation permissions #3795
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
Merged
Merged
[webview_flutter][webview_flutter_android] Add android support for handling geolocation permissions #3795
Changes from 1 commit
Commits
Show all changes
109 commits
Select commit
Hold shift + click to select a range
1bffe06
Adds support for handling geolocation permissions.
yk3372 463da59
Merge branch 'flutter:main' into main
yk3372 233543d
remove unused result
yk3372 1dc6317
format code
yk3372 429e892
fix code format
yk3372 7acd43a
format java
yk3372 e80002a
format java
yk3372 9d8768f
Merge branch 'main' into main
yk3372 0825a8c
Merge branch 'main' into main
yk3372 020fecc
update version
yk3372 5e620d7
Merge branch 'main' into main
yk3372 516088d
Merge branch 'main' into main
yk3372 4a9a56b
Merge branch 'main' into main
yk3372 8916c72
Merge branch 'main' into main
yk3372 f72f9e7
Merge branch 'main' into main
yk3372 aca8e48
Merge branch 'main' into main
yk3372 a3c9bee
update change
yk3372 5438f05
update code
yk3372 8a62deb
add geolocationpermissionscallback
bparrishMines c718a21
formatting and hidepromt method
bparrishMines f064a91
Merge branch 'main' of github.com:flutter/packages into yk3372/main
bparrishMines 3a74864
Merge branch 'main' into main
yk3372 806f956
Merge branch 'main' into main
yk3372 9341e3b
Merge branch 'main' into main
yk3372 bd5697b
add onGeolocationPermissionsHidePrompt callback
yk3372 1e57170
remove unused code
yk3372 9dc021c
format code
yk3372 44df75a
update code
yk3372 034a12d
format code
yk3372 8738853
format code
yk3372 2d58832
更改为callback方式
yk3372 6d9d1b3
format code
yk3372 4b0b08b
reformat
yk3372 666e962
reformat
yk3372 0634657
reformat
yk3372 b7e13a8
Merge branch 'main' into main
yk3372 1b4f289
format code
yk3372 45fde40
format code
yk3372 5ec1a29
Merge branch 'main' into main
yk3372 f6d7187
Merge branch 'main' into main
yk3372 1dd01c3
Merge branch 'main' into main
yk3372 b26d529
update doc
yk3372 4b8e0cf
setup geocallback api
yk3372 aac5278
format code
yk3372 397de9e
Merge branch 'main' into main
yk3372 9252092
Merge branch 'main' into main
yk3372 d811766
Merge branch 'main' into main
yk3372 d520901
update android version
yk3372 b9ed0b2
Merge branch 'main' into main
yk3372 e5ec59d
Merge branch 'main' into main
yk3372 f4ea10c
Merge branch 'main' into main
yk3372 fe19a96
Merge branch 'main' of github.com:flutter/packages into yk3372/main
bparrishMines a8115cc
handle lint warnings
bparrishMines 4b767e3
fix test methods
bparrishMines 08c1bb6
Merge branch 'main' into main
yk3372 167ee0f
Update packages/webview_flutter/webview_flutter_android/lib/src/andro…
yk3372 31c8c9e
modify code
yk3372 20b554c
format code
yk3372 29fd81d
Merge branch 'test'
yk3372 8870c5b
format code
yk3372 347a594
format code
yk3372 873efad
format code
yk3372 4851765
Merge branch 'main' into main
yk3372 7384705
Merge branch 'main' into main
yk3372 101fd96
Update packages/webview_flutter/webview_flutter_android/CHANGELOG.md
yk3372 85d8878
Update packages/webview_flutter/webview_flutter_android/CHANGELOG.md
yk3372 b43a269
Update packages/webview_flutter/webview_flutter_android/lib/src/andro…
yk3372 15764b6
Update packages/webview_flutter/webview_flutter_android/lib/src/andro…
yk3372 e04a91d
Merge branch 'main' into main
yk3372 d92ff2e
Merge branch 'main' into main
yk3372 121bf28
Update pubspec.yaml
yk3372 8c2a992
Merge branch 'main' into main
yk3372 fed594e
Merge branch 'main' into main
yk3372 9bcbe6f
Merge branch 'main' into main
yk3372 3486b6e
modify use way
yk3372 2c2f053
format
yk3372 83111ef
update
yk3372 91a3fc8
Merge branch 'main' into main
yk3372 da19b06
update code
yk3372 be240f6
update
yk3372 d9ca433
Merge branch 'main' into main
yk3372 6a10a58
Merge branch 'main' into main
yk3372 6347d82
Merge branch 'main' into main
yk3372 346605d
Merge branch 'main' into main
yk3372 3ceb4ca
Merge branch 'main' into main
yk3372 e8e0358
Merge branch 'main' into main
yk3372 12c3d5f
Merge branch 'main' into main
yk3372 e6f01be
Merge branch 'main' into main
yk3372 3a8a936
Merge branch 'main' into main
yk3372 de5b648
Merge branch 'main' into main
yk3372 7a833b9
add typedefs
yk3372 bfbd9d8
format code
yk3372 36456a2
format
yk3372 f852702
Merge branch 'main' into main
yk3372 d6ab611
Merge branch 'main' into main
yk3372 a611cd7
update test
yk3372 ea4ad01
fix test
yk3372 0a8dff3
Merge branch 'main' into main
yk3372 3ef9bc4
Merge branch 'main' into main
yk3372 59ce9b6
Merge branch 'main' of github.com:flutter/packages into yk3372/main
bparrishMines a71119e
Merge branch 'main' into main
yk3372 6087916
Merge branch 'main' of github.com:yk3372/packages into yk3372/main
bparrishMines 9072bf0
add java test for onGeolocationPermissionsShowPrompt
bparrishMines f137811
Merge branch 'main' of github.com:flutter/packages into yk3372/main
bparrishMines 05e544f
add nonnull
yk3372 5717eaa
Merge branch 'main' into main
yk3372 ea5b08c
Merge branch 'main' into main
yk3372 2069f1e
Merge branch 'main' into main
yk3372 f9a5b01
Merge branch 'main' into main
yk3372 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
format code
Signed-off-by: yk3372 <[email protected]>
- Loading branch information
commit 034a12da264fff474990b39a0aeffd074c1fd2b6
There are no files selected for viewing
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
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
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
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
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.
Uh oh!
There was an error while loading. Please reload this page.