Commit Graph

  • eea691664b Updated onCreateWindow, onJsAlert, onJsConfirm, and onJsPrompt webview events, added onCloseWindow, onTitleChanged, onWindowFocus, and onWindowBlur webview events, added androidOnRequestFocus, androidOnReceivedIcon, androidOnReceivedTouchIconUrl, androidOnJsBeforeUnload, and androidOnReceivedLoginRequest Android-specific webview events, fix #403 Lorenzo Pichilli 2020-06-29 16:34:08 +0200
  • 9d92911ab2 flutter format Lorenzo Pichilli 2020-06-25 00:18:01 +0200
  • b4364ff5c9 Revert default InAppWebView.gestureRecognizers value to null on Android Lorenzo Pichilli 2020-06-25 00:16:55 +0200
  • 9fda80ae15 fix #416 Lorenzo Pichilli 2020-06-23 09:33:26 +0200
  • f85b8567d8 updated github template Lorenzo Pichilli 2020-06-22 17:55:14 +0200
  • 6b84f0ad2e updated github template Lorenzo Pichilli 2020-06-22 17:48:32 +0200
  • daa40a701e update README.md Lorenzo Pichilli 2020-06-22 01:20:10 +0200
  • 477b94e03f Update README.md, Update missing docs, Fix pub.dev Health suggestions and Analysis suggestions, v3.4.0+1 Lorenzo Pichilli 2020-06-22 01:17:35 +0200
  • 993c6f60f9 v3.4.0 Lorenzo Pichilli 2020-06-22 00:09:35 +0200
  • f6a6b4a66b v3.4.0 Lorenzo Pichilli 2020-06-22 00:07:12 +0200
  • e0b384bcf6 updated ProtectionSpaceHttpAuthCredentials doc Lorenzo Pichilli 2020-06-20 22:05:16 +0200
  • 9743687ede Fixed HttpAuthCredentialDatabase.removeHttpAuthCredential on Android, Fixed some cases where takeScreenshot was not working on Android, fix #390, Updated HttpAuthCredentialDatabase.getAllAuthCredentials method return type Lorenzo Pichilli 2020-06-20 21:58:29 +0200
  • 64246d84d9 Added 'values' property for all the custom Enums, bug fixes Lorenzo Pichilli 2020-06-19 21:59:43 +0200
  • b0c06c6146 updated X509Certificate class Lorenzo Pichilli 2020-06-16 00:25:29 +0200
  • 62d14039be Added SslCertificate class and X509Certificate class and parser, updated ServerTrustChallenge class Lorenzo Pichilli 2020-06-15 02:13:23 +0200
  • 6c2a60714e Added SslCertificate class and X509Certificate class and parser, updated ServerTrustChallenge class Lorenzo Pichilli 2020-06-15 02:08:23 +0200
  • b9d1482887 added getScrollX and getScrollY webview methods, added HttpOnly and SameSite set cookie options, added animated option to scrollTo and scrollBy webview methods, Added error and message to the ServerTrustChallenge class for iOS, added contentInsetAdjustmentBehavior webview iOS-specific option, added getCertificate android-specific webview method, added copy and copyWithValue methods for webview class options Lorenzo Pichilli 2020-06-13 03:50:19 +0200
  • 1b2de86375 added new webview methods, added supporZoom webview option on iOS, bug fixes, prepare new version 3.4.0 Lorenzo Pichilli 2020-06-12 04:04:41 +0200
  • 30102a5c1a updated example main.dart Lorenzo Pichilli 2020-06-03 01:48:27 +0200
  • 17d8aa1167 Updated Android build.gradle version and some androidx properties, fix #371, fix #320 Lorenzo Pichilli 2020-06-03 01:45:58 +0200
  • 0c6a02fff8 release v3.3.0 Lorenzo Pichilli 2020-05-30 23:13:28 +0200
  • 9f9232e1f3 added clearHistory webview methods on Android, setContextMenu and clearFocus webview methods, added ContextMenuOptions class Lorenzo Pichilli 2020-05-30 20:23:33 +0200
  • ad56ca6621 Added 'toString()' method to various classes in order to have a better output instead of simply 'Instance of ...', updated getOptions() method Lorenzo Pichilli 2020-05-29 19:56:03 +0200
  • 7d88cd80be updated docs Lorenzo Pichilli 2020-05-29 14:51:26 +0200
  • a3e9aa3a4e updated onDownloadStart event API docs Lorenzo Pichilli 2020-05-29 10:49:08 +0200
  • 208d6c732c added onPageCommitVisible event, updated dart code for new events and methods, updated docs, fix #367 Lorenzo Pichilli 2020-05-29 01:03:45 +0200
  • 6c97be3604 fixed README.md HeadlessInAppWebView example Lorenzo Pichilli 2020-05-26 00:44:14 +0200
  • 682c6e2243 added new Android webview events and options, other bug fixes Lorenzo Pichilli 2020-05-26 00:26:32 +0200
  • 3731ef5f52 updated README.md, fix #275, fix #353 Lorenzo Pichilli 2020-05-23 19:33:54 +0200
  • 428ecf7a31 updated README.md, fix #358 Lorenzo Pichilli 2020-05-23 12:32:27 +0200
  • a9f9d33834 updated README.md Lorenzo Pichilli 2020-05-23 02:21:19 +0200
  • 463b95c32f updated README.md Lorenzo Pichilli 2020-05-23 02:16:33 +0200
  • e1e1574d9e added onEnterFullscreen and onExitFullscreen events, added android Log.d for debug Lorenzo Pichilli 2020-05-22 16:52:04 +0200
  • ddb4d55613 fix #128 Lorenzo Pichilli 2020-05-22 13:01:26 +0200
  • f569e369f4 Updated Android context menu workaround, updated iOS onCreateContextMenu event, Added Android keyboard workaround to hide the keyboard when clicking other HTML elements Lorenzo Pichilli 2020-05-21 23:02:08 +0200
  • 5943059b1d v3.2.0, added context menu classes, updated docs, fix #235, fix #337, fix #341 Lorenzo Pichilli 2020-05-21 03:34:39 +0200
  • ecf8d45dde removed Log.d Lorenzo Pichilli 2020-05-11 15:10:17 +0200
  • b6b1e0e290 fixed CookieManager.setCookie expiresDate option (#338) Lorenzo Pichilli 2020-05-11 15:09:17 +0200
  • 67b0f2002f fix #337 Lorenzo Pichilli 2020-05-11 13:43:24 +0200
  • 02c3de9280 added HeadlessInAppWebView class, added close, addMenuItem and addMenuItems methods to ChromeSafariBrowser, added ChromeSafariBrowserMenuItem class, fixed InAppWebView.channel null exception on android, fix #305, fix #245, fix #299 Lorenzo Pichilli 2020-05-11 02:48:41 +0200
  • f9ed06cc02 README.md Lorenzo Pichilli 2020-05-09 05:12:42 +0200
  • efdc1ff6d7 updated pubspec.yaml Lorenzo Pichilli 2020-05-09 05:01:11 +0200
  • d8b7868587 Merge branch 'master' into develop Lorenzo Pichilli 2020-05-09 04:39:21 +0200
  • ece4d8186f
    Merge pull request #256 from phamnhuvu-dev/master Lorenzo Pichilli 2020-05-09 04:37:54 +0200
  • 13b9d8050d
    Merge pull request #263 from AlexVincent525/fix-crash-when-prompt-called-on-android-q Lorenzo Pichilli 2020-05-09 04:37:45 +0200
  • 4d0cde4fce
    Merge pull request #311 from xtyxtyx/develop Lorenzo Pichilli 2020-05-09 04:37:33 +0200
  • 0f358f037b
    Merge pull request #262 from AlexVincent525/fix-crash-on-nil-or-invalid-url Lorenzo Pichilli 2020-05-09 04:37:23 +0200
  • 001c95eb8c
    Merge pull request #295 from wwwdata/fix-android-config-options Lorenzo Pichilli 2020-05-09 04:37:12 +0200
  • 6a7963e4fd fixed android zoom, added new ios webview options, added > onLongPressHitTestResult event, updated test cases, fixed Promise polyfill, fixed android options Lorenzo Pichilli 2020-05-09 04:36:07 +0200
  • fcb965eac6 fix cookie .secure property xuty 2020-03-27 07:40:52 +0800
  • a7100ae0cc
    Fix config options for Android release builds Ben Bieker 2020-02-24 13:38:27 +0100
  • 86b05967e7 Update parsed uri into string to avoid wrong type match. AlexVincent525 2020-01-29 21:19:17 +0800
  • bf322c836b Fix crash when `prompt` was called on Android Q. AlexVincent525 2020-01-17 14:29:53 +0800
  • b2ad0a2944 Parse url before create platform view. AlexVincent525 2020-01-17 13:49:03 +0800
  • 1f3318bed8 Fix crash on nil/invalid url. AlexVincent525 2020-01-17 13:35:16 +0800
  • eb2a465e17 fix scrollbar on iOS always show if not disable scroll phamnhuvu-dev 2020-01-14 14:57:41 +0700
  • 7d9f9f56a4 fix #213 Lorenzo Pichilli 2019-12-18 21:42:34 +0100
  • 0e30767c15 code refactoring, added InAppBrowserManager and ChromeSafariBrowserManager classes on native code, updated webview options class names Lorenzo Pichilli 2019-12-18 21:34:40 +0100
  • 4d752ee9d9 updated ChromeSafariBrowser class, Renamed Chrome Custom Tab addShareButton option to addDefaultShareMenuItem, Renamed ChromeSafariBrowser onLoaded to onCompletedInitialLoad, Renamed all iOS and Android webview options class, fix #229, Added packageName and keepAliveEnabled ChromeCustomTab options for Android Lorenzo Pichilli 2019-12-18 01:56:21 +0100
  • 9c7ac0da8f updated .gitignore Lorenzo Pichilli 2019-12-17 00:11:02 +0100
  • 7d5cc7f050 deleted workspace.xml Lorenzo Pichilli 2019-12-17 00:07:02 +0100
  • b9fb01f177 fix #225, merged #228, updated ios options naming, updated default value for databaseEnabled android option, added new methods and events Lorenzo Pichilli 2019-12-16 23:58:10 +0100
  • 5e272c460f fix #182, updated java classes for Flutter 1.12 new Java Embedding API (Android) Lorenzo Pichilli 2019-12-14 16:08:15 +0100
  • 63f77cf18f Updated for Flutter 1.12 new Java Embedding API (Android), updated DropDown Workaround Lorenzo Pichilli 2019-12-14 12:15:19 +0100
  • c05e0e3963 updated DropDown workaround: load it as soon as possible and load also for iframes where possibile (same origin) Lorenzo Pichilli 2019-12-12 16:28:05 +0100
  • 9b85ae9c01 updated dropDownWorkaround Lorenzo Pichilli 2019-12-12 14:55:48 +0100
  • ee4d016253 updated dropDownWorkaround Lorenzo Pichilli 2019-12-11 21:25:49 +0100
  • a7e0f33b08 updated dropDownWorkaround Lorenzo Pichilli 2019-12-11 21:21:21 +0100
  • 2ae07055c3 fix name dropDownWorkaroundEnabled Lorenzo Pichilli 2019-12-11 01:50:42 +0100
  • e4625d5c9a fix name dropDownWorkaroundEnabled Lorenzo Pichilli 2019-12-11 01:47:10 +0100
  • 26546e57fa updated CHANGELOG.md Lorenzo Pichilli 2019-12-11 01:45:45 +0100
  • ebfd521aa5 Added enableDropDownWorkaroud webview option for Android to enable a temporary workaround for html dropdowns (issue #182) Lorenzo Pichilli 2019-12-11 01:41:38 +0100
  • 7f2eea680c
    Merge pull request #214 from panndoraBoo/master Lorenzo Pichilli 2019-12-10 00:35:02 +0100
  • 9d5e1f5b89 updated shouldOverrideUrlLoading event for #146, added print method and event #128, fix #123 javascript handler for Android API <= 22, renamed onTargetBlank to onCreateWindow event, deleted useOnTargetBlank option, added supportMultipleWindows android option, added getDefaultUserAgent static method, Updated default value for domStorageEnabled option to true Lorenzo Pichilli 2019-12-10 00:31:32 +0100
  • 5858f2f666 updated shouldOverrideUrlLoading event for #146, added print method and event #128, fix #123 javascript handler for Android API <= 22, renamed onTargetBlank to onCreateWindow event, deleted useOnTargetBlank option, added supportMultipleWindows android option, added getDefaultUserAgent static method, Updated default value for domStorageEnabled option to true Lorenzo Pichilli 2019-12-10 00:29:52 +0100
  • aa20beafb1 updated shouldOverrideUrlLoading event for #146, added print method and event #128, fix #123 javascript handler for Android API <= 22, renamed onTargetBlank to onCreateWindow event, deleted useOnTargetBlank option, added supportMultipleWindows android option, added getDefaultUserAgent static method, Updated default value for domStorageEnabled option to true Lorenzo Pichilli 2019-12-10 00:29:09 +0100
  • bc55253000
    Update in_app_browser.dart Jamie Joost 2019-12-09 16:33:54 +0100
  • 5ae9839f70
    Update in_app_browser.dart Jamie Joost 2019-12-09 16:24:25 +0100
  • 3fd1f9552b updated README.md and issue templates, added WebStorage.getInstance().deleteAllData() to clearAllCache on Android Lorenzo Pichilli 2019-12-03 23:32:45 +0100
  • d66e5ca773 updated README.md Lorenzo Pichilli 2019-12-03 00:35:56 +0100
  • 16ec6ac49f updated docs Lorenzo Pichilli 2019-12-03 00:26:03 +0100
  • 1df609b789 updated docs Lorenzo Pichilli 2019-12-03 00:25:31 +0100
  • 6ba5b0c115 Added pause and resume methods for Android, Added pauseTimers and resumeTimers methods, Added new historyUrl optional parameter only for Android, fix #202, should fix #201 Lorenzo Pichilli 2019-12-03 00:07:29 +0100
  • ade4480c6d Fixed error 'java.lang.ClassCastException: cannot be cast to android.view.WindowManagerImpl' on Android when using native alert dialogs, updated README.md with Xcode version required Lorenzo Pichilli 2019-12-01 12:55:06 +0100
  • a56b21282f renamed plugin to flutter_inappwebview Lorenzo Pichilli 2019-11-29 16:59:48 +0100
  • 8a356bdef4 renamed plugin to flutter_inappwebview Lorenzo Pichilli 2019-11-29 16:59:18 +0100
  • 6677917bc3 Added onPermissionRequest event (available only on Android), new plugin version 2.0.1 Lorenzo Pichilli 2019-11-28 02:39:06 +0100
  • b0224c748a Added onPermissionRequest event (available only on Android) Lorenzo Pichilli 2019-11-28 02:32:03 +0100
  • 992bf4647c updated README.md Lorenzo Pichilli 2019-11-25 23:12:49 +0100
  • 08b392e8b1 updated docs, updated README.md Lorenzo Pichilli 2019-11-25 23:04:17 +0100
  • 3dd7d17574 fixed Android InAppBrowserActivity crash Lorenzo Pichilli 2019-11-25 12:51:10 +0100
  • cab5338f3d Merge branch 'crazecoder-master' Lorenzo Pichilli 2019-11-25 12:24:50 +0100
  • e05f366637 Merge branch 'master' of https://github.com/crazecoder/flutter_inappbrowser into crazecoder-master Lorenzo Pichilli 2019-11-25 12:23:55 +0100
  • 7a57f80f29
    Update InAppWebChromeClient.java Lorenzo Pichilli 2019-11-25 12:19:47 +0100
  • ef8d0d1f03 fix #190 keyboard not showing on the second or more created webviews Lorenzo Pichilli 2019-11-25 12:12:10 +0100
  • ec47b1918d fixed android content blocker, updated flutter driver tests Lorenzo Pichilli 2019-11-25 01:42:27 +0100
  • 64f6995d83 added onLoadHttpError event, fixed InAppWebView handleMethod, updated example, updated driver tests Lorenzo Pichilli 2019-11-21 02:19:43 +0100
  • 2a1e0b8204 updated driver tests, updated onTargetBlank event for Android Lorenzo Pichilli 2019-11-20 02:30:16 +0100
  • 3106caf437 fix iOS setCookie #196, added iOS shared Process Pool #196, added scrollTo and scrollBy methods Lorenzo Pichilli 2019-11-19 20:44:06 +0100
  • 8486cd0427 fixed export 'src/cookie_manager.dart' Lorenzo Pichilli 2019-11-18 22:32:23 +0100