Skip to content

Commit

Permalink
Merge branch 'pichillilorenzo-master'
Browse files Browse the repository at this point in the history
* pichillilorenzo-master: (162 commits)
  added APPLINK_BLOCK to NavigationActionPolicy
  windows: removed not wanted debug log in in_app_webview.cpp
  initial windows implementation pichillilorenzo#460
  added InAppWebViewControllerKeepAliveProps constructor parameters default value
  fix pichillilorenzo#1981
  windows: added openDevTools, callDevToolsProtocolMethod, addDevToolsProtocolEventListener and removeDevToolsProtocolEventListener methods, added some more inappwebview and inappbrowser basic settings
  windows: completed CookieManager implementation, added WebViewEnvironment getAvailableVersion and compareBrowserVersions methods
  windows: updated webview environment docs, updated cookie manager to support webview environment
  windows: added WebViewEnvironment support for headlessinappwebview and inappbrowser
  windows: fixed some c++ include
  windows: fixed dealloc webviews logic, implemented takeScreenshot, added WebViewEnvironment and WebViewEnvironmentSettings classes
  windows: added headless inappwebview initial implementation
  windows: fixed javascript evaluation, added callAsyncJavaScript implementation, call DestroyWindow(parentWindow) on InAppWebView dealloc
  windows: fixed custom platform view context menu and window position
  windows: added content world support for user scripts and javascript evaluation
  windows: updated webview and browser creation params, added support for openWithSystemBrowser
  windows: completed initial javascript handler communication and user scripts support, added support for loadFile and loadData
  windows: implemented some other methods and events, initial implementation work for UserScripts and JavaScript handlers
  windows: added c++ nlohmann.json dependency, added getCopyBackForwardList implementation
  windows: added inappwebview widget support, added some other methods
  ...
  • Loading branch information
Klim-Karma committed Mar 19, 2024
2 parents d4ffd4d + 1762836 commit 2a2ce83
Show file tree
Hide file tree
Showing 1,955 changed files with 95,572 additions and 42,818 deletions.
81 changes: 81 additions & 0 deletions .all-contributorsrc
Original file line number Diff line number Diff line change
Expand Up @@ -666,6 +666,87 @@
"contributions": [
"code"
]
},
{
"login": "andreasgangso",
"name": "Andreas Gangsø",
"avatar_url": "https://avatars.githubusercontent.com/u/727125?v=4",
"profile": "https://github.com/andreasgangso",
"contributions": [
"code"
]
},
{
"login": "AlexT84",
"name": "Alexandru Terente",
"avatar_url": "https://avatars.githubusercontent.com/u/80742383?v=4",
"profile": "https://github.com/AlexT84",
"contributions": [
"code"
]
},
{
"login": "darkang3lz92",
"name": "Dango Mango",
"avatar_url": "https://avatars.githubusercontent.com/u/33158127?v=4",
"profile": "https://github.com/darkang3lz92",
"contributions": [
"code"
]
},
{
"login": "maxmitz",
"name": "Max Zimmermann",
"avatar_url": "https://avatars.githubusercontent.com/u/72440045?v=4",
"profile": "https://medium.com/@m-zimmermann1",
"contributions": [
"code"
]
},
{
"login": "AlexDochioiu",
"name": "Alexandru Dochioiu",
"avatar_url": "https://avatars.githubusercontent.com/u/38853913?v=4",
"profile": "https://www.linkedin.com/in/alexandru-dochioiu/",
"contributions": [
"code"
]
},
{
"login": "YumengNevix",
"name": "YumengNevix",
"avatar_url": "https://avatars.githubusercontent.com/u/137131451?v=4",
"profile": "https://github.com/YumengNevix",
"contributions": [
"code"
]
},
{
"login": "lrorpilla",
"name": "lrorpilla",
"avatar_url": "https://avatars.githubusercontent.com/u/11363922?v=4",
"profile": "https://github.com/lrorpilla",
"contributions": [
"code"
]
},
{
"login": "michalsrutek",
"name": "Michal Šrůtek",
"avatar_url": "https://avatars.githubusercontent.com/u/35694712?v=4",
"profile": "https://github.com/michalsrutek",
"contributions": [
"code"
]
},
{
"login": "daisukeueta",
"name": "daisukeueta",
"avatar_url": "https://avatars.githubusercontent.com/u/122339799?v=4",
"profile": "https://github.com/daisukeueta",
"contributions": [
"code"
]
}
],
"contributorsPerLine": 7,
Expand Down
10 changes: 10 additions & 0 deletions .github/ISSUE_TEMPLATE/APP_SHOWCASE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---
name: App Showcase
about: Add your App on the Official Showcase Page

---

Check the [Showcase](https://inappwebview.dev/showcase/) page to see an open list of Apps built with **Flutter** and **Flutter InAppWebView**.

If you are using the **Flutter InAppWebView** plugin and would like to add your App there,
follow the instruction on the [Submit App](https://inappwebview.dev/submit-app/) page!
17 changes: 9 additions & 8 deletions .github/ISSUE_TEMPLATE/BUG_REPORT.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,14 +23,15 @@ labels: bug

## Environment

| Technology | Version |
|-----------------| ------------- |
| Flutter version | |
| Plugin version | |
| Android version | |
| iOS version | |
| macOS version | |
| Xcode version | |
| Technology | Version |
|-----------------------| ------------- |
| Flutter version | |
| Plugin version | |
| Android version | |
| iOS version | |
| macOS version | |
| Xcode version | |
| Google Chrome version | |

Device information: <!-- Manufacturer and model -->

Expand Down
Binary file removed .gradle/4.4.1/fileChanges/last-build.bin
Binary file not shown.
Binary file removed .gradle/4.4.1/fileHashes/fileHashes.lock
Binary file not shown.
Binary file removed .gradle/4.4.1/taskHistory/taskHistory.lock
Binary file not shown.
Binary file removed .gradle/5.1.1/fileChanges/last-build.bin
Binary file not shown.
Binary file removed .gradle/5.1.1/fileHashes/fileHashes.lock
Binary file not shown.
Binary file removed .gradle/buildOutputCleanup/buildOutputCleanup.lock
Binary file not shown.
2 changes: 0 additions & 2 deletions .gradle/buildOutputCleanup/cache.properties

This file was deleted.

75 changes: 75 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,75 @@
{
"cmake.configureOnOpen": false,
"files.associations": {
"algorithm": "cpp",
"any": "cpp",
"array": "cpp",
"atomic": "cpp",
"bit": "cpp",
"cctype": "cpp",
"charconv": "cpp",
"chrono": "cpp",
"clocale": "cpp",
"cmath": "cpp",
"compare": "cpp",
"concepts": "cpp",
"coroutine": "cpp",
"cstddef": "cpp",
"cstdint": "cpp",
"cstdio": "cpp",
"cstdlib": "cpp",
"cstring": "cpp",
"ctime": "cpp",
"cwchar": "cpp",
"exception": "cpp",
"format": "cpp",
"forward_list": "cpp",
"functional": "cpp",
"initializer_list": "cpp",
"iomanip": "cpp",
"ios": "cpp",
"iosfwd": "cpp",
"iostream": "cpp",
"istream": "cpp",
"iterator": "cpp",
"limits": "cpp",
"list": "cpp",
"locale": "cpp",
"map": "cpp",
"memory": "cpp",
"new": "cpp",
"optional": "cpp",
"ostream": "cpp",
"ratio": "cpp",
"set": "cpp",
"sstream": "cpp",
"stdexcept": "cpp",
"stop_token": "cpp",
"streambuf": "cpp",
"string": "cpp",
"system_error": "cpp",
"thread": "cpp",
"tuple": "cpp",
"type_traits": "cpp",
"typeinfo": "cpp",
"unordered_map": "cpp",
"utility": "cpp",
"variant": "cpp",
"vector": "cpp",
"xfacet": "cpp",
"xhash": "cpp",
"xiosbase": "cpp",
"xlocale": "cpp",
"xlocbuf": "cpp",
"xlocinfo": "cpp",
"xlocmes": "cpp",
"xlocmon": "cpp",
"xlocnum": "cpp",
"xloctime": "cpp",
"xmemory": "cpp",
"xstring": "cpp",
"xtr1common": "cpp",
"xtree": "cpp",
"xutility": "cpp"
}
}
Loading

0 comments on commit 2a2ce83

Please sign in to comment.