Commit Graph

  • 8d1219f573 updated .cirrus.yml Lorenzo Pichilli 2021-02-10 09:41:09 +0100
  • 4469ec7a62 fixed Options.parse iOS method, updated .cirrus.yml Lorenzo Pichilli 2021-02-10 04:14:58 +0100
  • d4c27b1d3d added .cirrus.yml file Lorenzo Pichilli 2021-02-10 03:20:09 +0100
  • f01e3c849d updated iosOnNavigationResponse docs Lorenzo Pichilli 2021-02-10 02:35:07 +0100
  • 2cd0948620 Added iosShouldAllowDeprecatedTLS iOS-specific WebView event Lorenzo Pichilli 2021-02-10 02:32:05 +0100
  • 2aab462702 Added useOnNavigationResponse iOS-specific WebView option, Added iosOnNavigationResponse iOS-specific WebView event, Added new iOS-specific attributes to ShouldOverrideUrlLoadingRequest and CreateWindowRequest classes Lorenzo Pichilli 2021-02-10 00:15:10 +0100
  • 6ee1e6f873 updated CHANGELOG.md Lorenzo Pichilli 2021-02-09 21:15:13 +0100
  • 1c0f934a50
    Merge pull request #671 from MrNinja/master Lorenzo Pichilli 2021-02-09 21:13:20 +0100
  • 0e4e16562d Added scriptHtmlTagAttributes optional argument to injectJavascriptFileFromUrl WebView method, Added cssLinkHtmlTagAttributes optional argument to injectCSSFileFromUrl WebView method Lorenzo Pichilli 2021-02-09 21:11:50 +0100
  • bbb2af8275 updated README.md Lorenzo Pichilli 2021-02-09 01:40:40 +0100
  • 88bfe9036f added createWebArchiveData iOS-specific WebView method, Moved saveWebArchive WebView method from Android-specific to cross-platform Lorenzo Pichilli 2021-02-09 01:39:35 +0100
  • b15ae759d5 added createPdf ios webview method, fixed null config takeScreenshot android exception Lorenzo Pichilli 2021-02-08 18:28:35 +0100
  • 3457a239fe [mod] Fix all issues relate to long click in Android version 7.0 (#657, #527) Trần Đức Tâm 2021-02-08 17:35:00 +0900
  • 3f1ed3ba70 added ScreenshotConfiguration class and screenshotConfiguration optional argument to takeScreenshot WebView method Lorenzo Pichilli 2021-02-08 01:17:12 +0100
  • 7b681df9f2 updated README.md Lorenzo Pichilli 2021-02-07 16:39:49 +0100
  • 5a4e2fda0f updated CHANGELOG.md, Added iosAnimated optional argument to zoomBy WebView method Lorenzo Pichilli 2021-02-07 16:37:01 +0100
  • 048f8f5ead
    Merge pull request #670 from pcqpcq/master Lorenzo Pichilli 2021-02-07 16:10:33 +0100
  • 5f988d5177 updated README.md Lorenzo Pichilli 2021-02-07 16:07:55 +0100
  • 7c5931b0f9 Added callAsyncJavaScript WebView method, fix #642, fix #614 Lorenzo Pichilli 2021-02-07 16:05:39 +0100
  • b0d3b82ca6 fix(iOS): missing implementation of method zoomBy pancq 2021-02-07 15:54:40 +0800
  • 9b3ea1c6a2
    Merge pull request #668 from ycv005/patch-1 Lorenzo Pichilli 2021-02-06 02:32:35 +0100
  • e7de6d3419 removed unused imports InAppWebView.java Lorenzo Pichilli 2021-02-06 02:31:24 +0100
  • 55242a35f9 updated management of Content Worlds, updated evaluateJavascript API Lorenzo Pichilli 2021-02-06 02:30:15 +0100
  • 54e027bee0 fix example main.dart Lorenzo Pichilli 2021-02-04 22:06:04 +0100
  • 37fa32b31e added AndroidWebViewFeature, AndroidServiceWorkerController, AndroidServiceWorkerClient classes Lorenzo Pichilli 2021-02-04 21:54:09 +0100
  • 453c017cfe
    Update README.md Yash Chandra Verma 2021-02-04 14:12:44 +0530
  • a023d34fd9 Added mediaType, pageZoom, limitsNavigationsToAppBoundDomains iOS-specific webview options, Added handlesURLScheme iOS-specific webview method, Added ContentWorld class, minor bug fixes Lorenzo Pichilli 2021-02-04 01:43:55 +0100
  • 37546a1dc0 fix #662 Lorenzo Pichilli 2021-02-03 15:17:15 +0100
  • 8368483d84 removed unneeded Java code obj.put(uuid, uuid) on Android Lorenzo Pichilli 2021-02-01 16:22:25 +0100
  • 7879de2d4e Updated README.md Lorenzo Pichilli 2021-02-01 16:00:58 +0100
  • cf0c2029ff Added addUserScript, addUserScripts, removeUserScript, removeUserScripts, removeAllUserScripts WebView methods, Added initialUserScripts WebView option, Added UserScript and UserScriptInjectionTime classes, updated README.md, fix some wrong iOS swift return value on method call handler, added InAppWebViewMethodHandler native class Lorenzo Pichilli 2021-02-01 15:55:27 +0100
  • a5b90a33d0 removed code line in example Lorenzo Pichilli 2021-01-31 22:08:53 +0100
  • a04f9eab10 updated ios Cookie Manager, Added IOSCookieManager class and CookieManager.instance().ios.getAllCookies iOS-specific method, updated README.md Lorenzo Pichilli 2021-01-31 22:08:20 +0100
  • 77f09dd5b5 fixed iOS getCookies MyCookieManager, Added limited cookies support on iOS below 11.0 using JavaScript Lorenzo Pichilli 2021-01-30 14:53:32 +0100
  • 399602e51d
    Merge pull request #538 from DRSchlaubi/feature/android-11 Lorenzo Pichilli 2021-01-29 01:21:04 +0100
  • cb474e5537
    Update README.md Lorenzo Pichilli 2021-01-29 01:20:17 +0100
  • abf0c64d9d
    Update README.md Lorenzo Pichilli 2021-01-29 01:19:20 +0100
  • dbe713306c
    Update chrome_safari_browser.dart Lorenzo Pichilli 2021-01-29 01:17:50 +0100
  • 57557407a5
    Merge branch 'master' into feature/android-11 Lorenzo Pichilli 2021-01-29 01:15:53 +0100
  • c9a440c5ad
    Update ChromeSafariBrowserManager.java Lorenzo Pichilli 2021-01-29 01:11:04 +0100
  • f968d8e5d9 updated CHANGELOG.md, fix #596 Lorenzo Pichilli 2021-01-29 00:57:30 +0100
  • 179ef6320b
    Merge pull request #620 from cbodin/fix/add-android-media-intents-on-wildcard-input-accept Lorenzo Pichilli 2021-01-29 00:53:09 +0100
  • 9ea8262fce
    Merge pull request #645 from omralcrt/fix-method-name Lorenzo Pichilli 2021-01-29 00:21:23 +0100
  • 3f2fe9e864
    Merge pull request #567 from gunantosteven/master Lorenzo Pichilli 2021-01-29 00:13:55 +0100
  • b7337c4f78 Updated README.md Lorenzo Pichilli 2021-01-28 19:03:33 +0100
  • e46a531090 remove print(await controller.getOptions()); code line from the example Lorenzo Pichilli 2021-01-28 19:01:16 +0100
  • d96ea02876 fix #654, updated README.md Lorenzo Pichilli 2021-01-28 18:56:04 +0100
  • f0d49a84b0 fix #583 Lorenzo Pichilli 2021-01-28 18:00:06 +0100
  • 5c99ba927d
    Merge pull request #634 from albatrosify/master Lorenzo Pichilli 2021-01-28 17:58:33 +0100
  • 4bbfee4cbf fix #449, fix #510, fix #550, fix #573 Lorenzo Pichilli 2021-01-28 17:56:44 +0100
  • c65ee346dd
    Merge pull request #658 from getkickback/ios-cookie-domain Lorenzo Pichilli 2021-01-28 17:54:14 +0100
  • c65e72c708 updated README.md Lorenzo Pichilli 2021-01-28 17:18:02 +0100
  • 26e63cedee Added support for Dart null-safety feature, Updated integration tests, Fixed missing properties initialization when using InAppWebViewController.fromInAppBrowser, Removed debuggingEnabled WebView option and added AndroidInAppWebViewController.setWebContentsDebuggingEnabled static method Lorenzo Pichilli 2021-01-28 17:10:15 +0100
  • 44482c123f iOS CookieManager.getCookies - Check that URL has suffix of cookie domain Arne Kepp 2021-01-28 11:46:41 +0100
  • 3ceff9b0d7 Fix injectStyleFile name to injectCSSFileFromUrl omralcorut 2021-01-18 17:08:26 +0300
  • 007e1cde53 Add NTLM Auth LrdHelmchen 2021-01-06 12:48:26 +0100
  • 14e3e8c40c fix captured media filename having multiple suffixes Christofer Bodin 2020-12-10 20:41:17 +0100
  • 4f316d5b54 fix selected files not returning any files when intent is null Christofer Bodin 2020-12-10 20:30:22 +0100
  • 69fd5c7d22 fix input fields accepting both images and videos getting a .mp4 file as a result Christofer Bodin 2020-12-10 15:19:01 +0100
  • 405e5f979f fix android intent chooser not showing camera/camcorder when all mime types are supported. Christofer Bodin 2020-12-10 12:40:36 +0100
  • 79ef44f943
    Fixing wrong casting Steven Gunanto 2020-10-27 09:35:12 +0700
  • 4b24901571
    Add support for Android 11 - Reflect package visibility settings in documentation - Upgrade android projects (lib & example) - Cleanup ChromeSafariBrowserManager.java - Upgrade Android dependencies Michael Rittmeister 2020-09-26 11:35:06 +0200
  • eaad17eb4f Fixed missing clearHistory webview method implementation on Android, Fixed iOS crash when using CookieManager getCookies for an URL and the host URL is null Lorenzo Pichilli 2020-09-07 18:10:46 +0200
  • a83dca01eb Fixed missing clearHistory webview method implementation on Android, Fixed iOS crash when using CookieManager getCookies for an URL and the host URL is null Lorenzo Pichilli 2020-09-07 18:10:26 +0200
  • 0ee9de78cf fix #476 Lorenzo Pichilli 2020-09-07 16:33:21 +0200
  • adbd8d4f6c fix #506 Lorenzo Pichilli 2020-09-07 12:39:29 +0200
  • 5476d142f4 fix #507 Lorenzo Pichilli 2020-09-07 10:32:24 +0200
  • 5b5620282d updated CHANGELOG.md Lorenzo Pichilli 2020-09-07 10:12:24 +0200
  • b9bde3af45
    Merge pull request #466 from Eddayy/master Lorenzo Pichilli 2020-09-07 09:56:22 +0200
  • 7cec791484
    Merge pull request #492 from AAkira/fix/android-camera-crash Lorenzo Pichilli 2020-09-07 09:54:28 +0200
  • baf064d525 updated CHANGELOG.md Lorenzo Pichilli 2020-08-27 17:33:59 +0200
  • 980a63d36e Merge branch 'master' of github.com:pichillilorenzo/flutter_inappwebview Lorenzo Pichilli 2020-08-27 17:26:31 +0200
  • 143eb72760
    Merge pull request #490 from Doflatango/master Lorenzo Pichilli 2020-08-27 17:26:23 +0200
  • 093d2cb68c updated android androidx.webkit:webkit:1.3.0, fixed default value for AndroidInAppBrowserOptions.hideTitleBar Lorenzo Pichilli 2020-08-27 17:05:47 +0200
  • ad29d3fdb3
    Merge pull request #465 from andreidiaconu/appcompat-webview-bugfix Lorenzo Pichilli 2020-08-27 16:44:38 +0200
  • 3c4bbd604e Added Android Hybrid Composition support, fix #218 Lorenzo Pichilli 2020-08-27 16:41:40 +0200
  • 4f5127d899 Merge branch 'master' of github.com:pichillilorenzo/flutter_inappwebview Lorenzo Pichilli 2020-08-27 15:45:48 +0200
  • 98f9f299d5 update README.md Lorenzo Pichilli 2020-08-27 15:45:44 +0200
  • 4221c995fc
    Merge pull request #462 from plateaukao/support_hybrid_composition_in_android Lorenzo Pichilli 2020-08-27 15:43:01 +0200
  • cb7715149a
    Update in_app_webview.dart Lorenzo Pichilli 2020-08-27 15:42:13 +0200
  • 0db8d130f2
    Merge pull request #1 from tneotia/support_hybrid_composition_in_android Daniel Kao 2020-08-25 00:18:21 +0800
  • ede4bd57cf Update README tanay 2020-08-24 12:15:36 -0400
  • 9f617d330c Add AndroidInAppWebViewOption for using Hybrid Composition tanay 2020-08-24 11:48:50 -0400
  • 40a02b4ba9 Fix NullPointerException after taking a photo by a camera app on Android. AAkira 2020-08-19 19:41:58 +0900
  • f192294002 Added missing field 'headers' which returned by WebResourceResponse.toMap() Doflatango 2020-08-18 00:05:27 +0800
  • 699c731a40 Fix: added compatibility header edmund 2020-07-31 20:35:27 +0800
  • fe1d69a5ba
    Upgraded appcompat to 1.2.0-rc-02 Andrei Diaconu 2020-07-29 13:37:41 +0300
  • 21f4838f41 use PlatformViewLink widget for Android WebView Daniel Kao 2020-07-27 17:52:37 +0800
  • 56e0f30928 update README.md Lorenzo Pichilli 2020-07-17 19:53:43 +0200
  • 5bbbefed76 added flutter browser app links Lorenzo Pichilli 2020-07-17 19:52:51 +0200
  • 803bda0422
    Update LICENSE Lorenzo Pichilli 2020-07-07 12:42:48 +0200
  • ac7bbb1bef update BUG_REPORT template Lorenzo Pichilli 2020-07-06 10:29:42 +0200
  • f7af3130a4 Fixed iOS userContentController didReceive WKScriptMessage event when using a WebView created with a windowId Lorenzo Pichilli 2020-07-03 20:12:52 +0200
  • b8ec14d6b6 Reverted calling handler.post on Android when a WebView is created, Fixed iOS extra bottom padding when opening the keyboard, fix #429 Lorenzo Pichilli 2020-07-02 17:30:55 +0200
  • 3bb05cf03b added isAvailable ChromeSafariBrowser static method Lorenzo Pichilli 2020-06-30 14:29:19 +0200
  • 21df83e26f updated README.md Lorenzo Pichilli 2020-06-30 13:09:48 +0200
  • 5be38259bf updated README.md Lorenzo Pichilli 2020-06-30 13:07:20 +0200
  • 64d8a8b182 updated README.md Lorenzo Pichilli 2020-06-30 12:57:39 +0200
  • 710be67894 added disableDefaultErrorPage Android-specific webview option, updated onCreateWindow event implementation Lorenzo Pichilli 2020-06-30 10:58:59 +0200
  • 0c71edf8a6 flutter format Lorenzo Pichilli 2020-06-29 16:37:36 +0200