Commit Graph

  • 48b5aaf172 fixed injectDeferredObject java method on android Lorenzo Pichilli 2019-11-18 22:26:00 +0100
  • 651cb656bf added disableVerticalScroll and disableHorizontalScroll webview options, updated example Lorenzo Pichilli 2019-11-18 22:21:35 +0100
  • fed2da63ba fixed issue with headers in javascript code for intercepting ajax requests Lorenzo Pichilli 2019-11-18 02:50:56 +0100
  • a11936c188 updated ConsoleMessage class, updated evaluateJavascript method, fixed Android JavaScriptBridgeInterface _callHandler method Lorenzo Pichilli 2019-11-17 18:31:31 +0100
  • e2bd307664 updated flutter driver tests, fixed javascript code for fetch request interception Lorenzo Pichilli 2019-11-16 19:54:03 +0100
  • 3869f89326 fixed docs Lorenzo Pichilli 2019-11-16 13:10:00 +0100
  • a65909038c fixed ajax interceptor javascript code, re-added flutterInAppBrowserPlatformReady javascript for the window object, tests moved inside example folder using flutter driver Lorenzo Pichilli 2019-11-16 12:41:30 +0100
  • 7c5b1a1cec Merge remote-tracking branch 'origin/master' crazecoder 2019-11-13 16:11:30 +0800
  • b389760d46 add proguard crazecoder 2019-11-13 16:11:02 +0800
  • ffb36fa966 Fix bugs when selecting a file crash when a webview widget is reopened crazecoder 2019-11-13 16:02:19 +0800
  • dce31242e7
    Merge pull request #2 from pichillilorenzo/master 1/2 2019-11-12 17:10:30 +0800
  • 8894ae1b1e fixed shouldInterceptRequest String url Android, added initial tests using custom classes and functions Lorenzo Pichilli 2019-11-12 02:13:20 +0100
  • 65f2d1061d
    Update in_app_localhost_server.dart Lorenzo Pichilli 2019-11-11 10:01:47 +0100
  • fead4fb247
    Merge pull request #1 from pichillilorenzo/master 1/2 2019-11-11 10:03:19 +0800
  • f89610ae29 updated AjaxRequest class, fixed 'InvalidStateError' ajax error #189, No need to listen to window.addEventListener(flutterInAppBrowserPlatformReady, fuction(){ }) javascript event anymore to use JaaScript message handlers Lorenzo Pichilli 2019-11-11 00:16:38 +0100
  • 44c17d1efe updated code docs Lorenzo Pichilli 2019-11-10 14:11:30 +0100
  • bb0e7f70c7 fixed InAppWebViewOptions error, fixed javascript error for ajax requests Lorenzo Pichilli 2019-11-10 11:50:01 +0100
  • 0c17e03256 updated code docs, fixed javascript code for the ajax and fetch request event handlers Lorenzo Pichilli 2019-11-09 23:35:18 +0100
  • a59dee7c5d updated code docs Lorenzo Pichilli 2019-11-08 22:31:57 +0100
  • 6c5e314795 updated code docs Lorenzo Pichilli 2019-11-08 19:12:21 +0100
  • 352dd02525
    Merge pull request #186 from crazecoder/master Lorenzo Pichilli 2019-11-08 15:11:43 +0100
  • 971ac889f9
    Merge branch 'master' into master Lorenzo Pichilli 2019-11-08 15:11:28 +0100
  • c15ee0216b add initialScale in android crazecoder 2019-11-08 14:39:15 +0800
  • f80bf8879d
    Merge pull request #183 from crazecoder/master Lorenzo Pichilli 2019-11-08 00:43:15 +0100
  • e18e6910bb
    Update InAppWebChromeClient.java Lorenzo Pichilli 2019-11-08 00:42:05 +0100
  • 31dc73cfce added new webview options Lorenzo Pichilli 2019-11-08 00:32:29 +0100
  • b4544c7d98 updated shouldInterceptFetchRequest Lorenzo Pichilli 2019-11-06 22:55:54 +0100
  • e4d8b79866 updated locationchange iOS javascript event name, updated javaScriptHandlerForbiddenNames dart variable Lorenzo Pichilli 2019-11-06 00:37:36 +0100
  • 16de8b199d added onNavigationStateChange, updated onAjaxProgress and onAjaxReadyStateChange return type Lorenzo Pichilli 2019-11-06 00:23:24 +0100
  • 18919576e0 Added shouldInterceptAjaxRequest, onAjaxReadyStateChange, onAjaxProgressEvent and shouldInterceptFetchRequest events, added useShouldInterceptAjaxRequest and useShouldInterceptFetchRequest webview options, updated node.js server test, added injectJavascriptFileFromAsset and injectCSSFileFromAsset methods, renamed some methods Lorenzo Pichilli 2019-11-05 03:44:22 +0100
  • c0c3fdeea5 fix crash crazecoder 2019-11-04 17:37:48 +0800
  • b800d0f651 fix crash crazecoder 2019-11-04 17:25:08 +0800
  • ff097334c1 fix crash crazecoder 2019-11-04 17:05:52 +0800
  • 17c005561b fix choose file callback in android crazecoder 2019-11-04 16:36:05 +0800
  • 2811fce463 updated webview options classes, fixed debuggingEnabled, added getTRexRunnerHtml and getTRexRunnerCss methods Lorenzo Pichilli 2019-11-04 01:39:23 +0100
  • 299042f828 added getHtml method, updated android config, remove block on long press webview android, fixed other issues Lorenzo Pichilli 2019-11-02 19:58:01 +0100
  • 6518697e55 added onFindResultReceived event, added findAllAsync, findNext and clearMatches methods Lorenzo Pichilli 2019-11-02 04:16:47 +0100
  • 1f67e98213 added onReceivedServerTrustAuthRequest and onReceivedClientCertRequest events to manage SSL requests, added clearSslPreferences and clearClientCertPreferences for Android, added nodejs_server_test_auth_basic_and_ssl for testing auth and ssl requests Lorenzo Pichilli 2019-10-31 23:09:54 +0100
  • 68ff79c716 added HttpAuthCredentialDatabase class, clearCache method, onReceivedHttpAuthRequest event Lorenzo Pichilli 2019-10-31 03:20:07 +0100
  • fed99ec0e9 added debuggingEnabled option, fixed InputConnection error on Android Lorenzo Pichilli 2019-10-29 17:51:55 +0100
  • ab3b5c3935 updated android safe browsing, updated ios browser and SafariViewController options, added onSafeBrowsingHit event for android Lorenzo Pichilli 2019-10-29 15:27:50 +0100
  • 153ab6023f Updated javascript popups events Lorenzo Pichilli 2019-10-29 12:16:31 +0100
  • ab0a5cc5b5 Added , (available only for Android), Added , and events to manage javascript popup dialogs only for Android now, added support for javascript dialogs popups for iOS Lorenzo Pichilli 2019-10-29 03:03:50 +0100
  • bc6bed1891 Added new WebView option minimumFontSize, Added new Android WebView options, Added new iOS WebView options, Added onGeolocationPermissionsShowPrompt event and GeolocationPermissionShowPromptResponse class (available only for Android), updated Android ContentBlocker, updated Android build.gradle compileSdkVersion 29 Lorenzo Pichilli 2019-10-28 04:58:25 +0100
  • 372b771211 updated webview options, updated content blockers Lorenzo Pichilli 2019-10-27 04:35:05 +0100
  • 3ffa1c0a43 Updated onLoadResource event, Updated WebResourceResponse class, Deleted WebResourceRequest class, added useOnDownloadStart option, created webview options classes, added initial content blocking support Lorenzo Pichilli 2019-10-26 22:11:23 +0200
  • 49983cfdaf added onDownloadStart event, onLoadResourceCustomScheme event and resourceCustomSchemes option, onTargetBlank event and useOnTargetBlank option, code refactoring Lorenzo Pichilli 2019-10-26 04:42:50 +0200
  • 5fc1d405d3 updated plugin version, added new options to hide/show scrollbars #165, initial support for DownloadManager in Android and iOS Lorenzo Pichilli 2019-10-25 03:21:03 +0200
  • 9470a529f4 Merge branch 'master' of github.com:pichillilorenzo/flutter_inappbrowser Lorenzo Pichilli 2019-10-24 18:27:59 +0200
  • 10b42f20c3 fix migration to Swift 5, updated README.md, fix #149 Lorenzo Pichilli 2019-10-24 18:27:28 +0200
  • 37080ae3d2
    Merge pull request #178 from SebastienBtr/patch-1 Lorenzo Pichilli 2019-10-24 12:36:00 +0200
  • 303a8d2e31
    Merge pull request #162 from fattiger00/master Lorenzo Pichilli 2019-10-24 12:34:49 +0200
  • 29e4474c13
    Merge branch 'master' into master Lorenzo Pichilli 2019-10-24 12:34:07 +0200
  • 4b14e44e5c
    Merge pull request #155 from AlexVincent525/master Lorenzo Pichilli 2019-10-24 12:28:53 +0200
  • ebe5add056
    Merge pull request #150 from deandreamatias/master Lorenzo Pichilli 2019-10-24 12:27:34 +0200
  • 85dd1ef6fa
    Merge pull request #144 from Klingens13/patch-1 Lorenzo Pichilli 2019-10-24 12:25:44 +0200
  • 996ec1e69d
    Merge pull request #122 from PauloMelo/#121 Lorenzo Pichilli 2019-10-24 12:25:02 +0200
  • f1cb348be2
    Merge pull request #119 from benfingo/master Lorenzo Pichilli 2019-10-24 12:23:27 +0200
  • 07f63a5f23
    Merge pull request #116 from robsonfingo/master Lorenzo Pichilli 2019-10-24 12:18:46 +0200
  • d7edfc5ee4
    Create FUNDING.yml Lorenzo Pichilli 2019-10-24 00:18:24 +0200
  • 088018fb88
    Update readme example SebastienBtr 2019-10-23 22:02:48 +0200
  • c316c4791f migrating to swift 5.0 wyy 2019-09-23 10:29:13 +0800
  • 990fe52a48 Fix iOS side compile error with `swift_version`. AlexVincent525 2019-09-11 15:27:56 +0800
  • ebccc4a4c9 Fix abstract method error for flutter v1.9.1+hotfix.2 stable. AlexVincent525 2019-09-11 15:19:25 +0800
  • 2fa3eb7755 Move issues reports Matias de Andrea 2019-09-03 08:34:26 +0200
  • 8d139a4c33 Create pull request template Matias de Andrea 2019-09-03 08:34:13 +0200
  • a10a0184c8
    Create FEATURE_REQUEST.md Matias de Andrea 2019-09-03 08:32:14 +0200
  • 8075117ed3
    Create BUG_REPORT.md Matias de Andrea 2019-09-03 08:31:57 +0200
  • 81807801dc
    Resolving gradle error. Klingens13 2019-08-19 16:22:36 +0200
  • 39788a0163 Android takeScreenshot does not work properly. Paulo Melo 2019-06-24 10:33:14 +0100
  • cb79211592 done Ben Ulmer 2019-06-18 14:35:40 -0700
  • 8590e9190d Avoid null pointer exception after webview is disposed Robson Araujo 2019-06-11 14:22:46 -0700
  • f6353b8f72 fix #43, fix #73 Lorenzo Pichilli 2019-06-07 02:13:56 +0200
  • 20afeae3cd
    Merge pull request #108 from robsonfingo/patch-1 Lorenzo Pichilli 2019-06-01 14:37:02 +0200
  • 74bce61d84
    Merge pull request #107 from robsonfingo/master Lorenzo Pichilli 2019-06-01 14:36:10 +0200
  • c51497b0b0
    Merge pull request #101 from DreamBuddy/master Lorenzo Pichilli 2019-06-01 14:35:34 +0200
  • eaf6e4abd5
    Remove headers_build_phase from example's Podfile robsonfingo 2019-05-30 16:26:12 -0700
  • 6af7d1249e Fix crash on xcode 10.2 Robson Araujo 2019-05-30 14:49:51 -0700
  • 499ab2a0bc add new option to control the contentMode in Android platform Xu Mengtong 2019-05-24 18:00:38 +0800
  • da99de051a fix #98, fix #93, fix #80 pichillilorenzo 2019-05-23 01:51:42 +0200
  • 76ffe41d1e
    Merge pull request #88 from matthewlloyd/transparent Lorenzo Pichilli 2019-05-22 16:20:41 +0200
  • 9b0265267d
    Merge pull request #87 from matthewlloyd/open Lorenzo Pichilli 2019-05-22 16:19:22 +0200
  • e457b9fc77
    Merge pull request #86 from matthewlloyd/master Lorenzo Pichilli 2019-05-22 16:18:36 +0200
  • 89d2e0b56b Adds a transparentBackground option for iOS and Android Matthew Lloyd 2019-04-27 03:50:45 -0400
  • 98316371d8 The 'open' method requires an options dictionary Matthew Lloyd 2019-04-27 00:04:32 -0400
  • 0dfbfe9a35 iOS: Call setNeedsLayout() in scrollViewDidScroll() Matthew Lloyd 2019-04-26 18:02:30 -0400
  • 0e1639bb70 merge #85 pichillilorenzo 2019-04-26 21:35:50 +0200
  • b163e48c3d
    Merge pull request #85 from matthewlloyd/master Lorenzo Pichilli 2019-04-26 21:27:33 +0200
  • 11da457d51 Add null checks around calls to InAppWebView callbacks and InAppBrowser methods Matthew Lloyd 2019-04-26 15:12:57 -0400
  • 36fc04c285 fix #74, merge #81 #83, fix javascript `...args` parameter of `window.flutter_inappbrowser.callHandler()` pichillilorenzo 2019-04-26 16:55:05 +0200
  • b2c2f326b5
    Merge pull request #83 from cinos1/patch-1 Lorenzo Pichilli 2019-04-26 15:17:10 +0200
  • 43f16d0a2b
    Merge pull request #81 from YouCii/master Lorenzo Pichilli 2019-04-26 15:16:48 +0200
  • e16512996e
    bug fix for android build cinos 2019-04-25 17:31:04 +0800
  • 2040abf5cd
    Update README.md YouCii 2019-04-19 15:42:47 +0800
  • 944caa9d4f 1. Enable setTextZoom function of Android-WebViewSetting YouCii 2019-04-19 15:36:12 +0800
  • dec7e07979 updated README.md pichillilorenzo 2019-03-15 03:30:57 +0100
  • 219f079a9e Fixed README.md and method documentation pichillilorenzo 2019-03-15 03:25:46 +0100
  • 23194ac67a updated CHANGELOG.md pichillilorenzo 2019-03-15 03:03:15 +0100
  • db284c7aca updated CHANGELOG.md pichillilorenzo 2019-03-15 03:02:38 +0100
  • 177887a817 updated CHANGELOG.md pichillilorenzo 2019-03-15 03:01:47 +0100