1. 2bcec40 CB-13969 trying to fix some wierd issue for PR by Steinar Á. Steinarsson · 5 years ago
  2. fc0c560 CB-13969 trying to remove inappbrowser from pr by steinaragustli · 5 years ago
  3. 5ead1e6 CB-13969 trying to remove inappbrowser.css from pr by steinaragustli · 5 years ago
  4. c7931fa CB-13969 adding newline at end of inappbrowser.cs by Steinar Ágúst · 5 years ago
  5. e2adf1b CB-13969 fixing inappbrowser.css by Steinar Ágúst · 5 years ago
  6. 4adf4c7 CB-13969 updating README.MD to better explain lefttoright parameter option, reverting unneccesary indent changes on inappbrowser.css by Steinar Ágúst · 5 years ago
  7. 74ccef1 Merge remote-tracking branch 'upstream/master' by Steinar Ágúst · 5 years ago
  8. 92243cd Add headline to window.open documentation (#406) by Jan Piotrowski · 5 years ago
  9. 388e3f6 (iOS) Fix iframes in iOS/WKWebView which were broken by #418. Fixes #424. (#425) by Dave Alden · 5 years ago
  10. ae329bc Add or update GitHub pull request and issue template by Jan Piotrowski · 5 years ago
  11. 9f4b729 GH-417: Handle non-default target attribute values (e.g. target=on links in WKWebView implementation on iOS (#418) by Dave Alden · 5 years ago
  12. 6db2f2d fix(typescript): remove unused replace parameter (#410) by Tim Brust · 5 years ago
  13. e3db974 (ios) Move createIframeBridge to injectDeferredObject by Niklas Merz · 5 years ago
  14. a890e60 Example documentation - Fix callBack function name by cvanem · 5 years ago
  15. 632a395 GH-359: Fix beforeload to work with POST requests (#367) by Dave Alden · 5 years ago
  16. c54d100 (iOS & Android) Add postMessage API support (#362) by Dave Alden · 5 years ago
  17. ba3a440 Added to support android devices with right to left direction languages (issue #352) by transoceanic · 5 years ago
  18. 0fd43ae Fixes loadAfterBeforeload on iOS. Resolves #349. (#350) by Dave Alden · 5 years ago
  19. 3b82c16 Fix crashes when using WKWebView implementation on iOS 9. (#337) by Dave Alden · 5 years ago
  20. 978b147 Fix iOS CDVWKInAppBrowser evaluateJavascript method randomly gets blocked on ios 12 (#341) by Jonathan Li · 5 years ago
  21. 3eadde6 remove unwanted information in README table (#308) by Jan Piotrowski · 6 years ago
  22. 27fe8ec Merge pull request #336 from purplecabbage/windowlevel by Jesse MacFadyen · 6 years ago
  23. c24bb46 This lets the default window layering do it's thing. Fixes #334. Fixes #314. by Jesse MacFadyen · 6 years ago
  24. 10a0669 Merge pull request #271 from dpa99c/CB-7179 by Jesse MacFadyen · 6 years ago
  25. 3927b8f Merge branch 'CB-7179' of https://github.com/dpa99c/cordova-plugin-themeablebrowser into CB-7179 by Dave Alden · 6 years ago
  26. 8248215 Comment out iOS 9 target for Travis tests since it's not supported by the WKWebView implementation by Dave Alden · 6 years ago
  27. 61014dd Fix indentation of tests.js for eslint by Dave Alden · 6 years ago
  28. c41f5b5 Fix merge error by Dave Alden · 6 years ago
  29. 19c6dfe Merge branch 'master' into CB-7179 by Dave Alden · 6 years ago
  30. 7f5fa2a Add plugin to fix reporting of cordova-paramedic results when using WKWebView plugin. by Dave Alden · 6 years ago
  31. 5d2df21 Merge branch 'CB-7179' of https://github.com/dpa99c/cordova-plugin-inappbrowser into CB-7179 by Dave Alden · 6 years ago
  32. 86cc778 Fix tests so they auto-start when run via cordova-paramedic by Dave Alden · 6 years ago
  33. d9cafcd remove JIRA link by Jan Piotrowski · 6 years ago
  34. eafaeda Merge pull request #276 from q-m/feature/beforeload-event by Chris Brody · 6 years ago
  35. cbfa195 Merge branch 'master' into CB-7179 by Jan Piotrowski · 6 years ago
  36. 52e3534 update test configuration to xcode8.3 by Jan Piotrowski · 6 years ago
  37. 8165232 experimental commit by Jan Piotrowski · 6 years ago
  38. a0c267f CB-12941: update typings (#267) by Tim Brust · 6 years ago
  39. 228703a CB-14188: add beforeload event, catching navigation before it happens by wvengen · 6 years ago
  40. 0ed0bf5 reenable testing on all platforms by Jan Piotrowski · 6 years ago
  41. f8ad528 also accept terms for android sdk `android-27` by Jan Piotrowski · 6 years ago
  42. e2210bd Merge branch 'CB-7179' of https://github.com/dpa99c/cordova-plugin-inappbrowser into CB-7179 by Dave Alden · 6 years ago
  43. dc7fa34 CB-7179 (iOS): Add support to optionally use WKWebView for iOS by Dave Alden · 6 years ago
  44. b48e02f fix iOS 10 build by Dave Alden · 6 years ago
  45. 27e6c67 CB-7179 (iOS): Add support to optionally use WKWebView for iOS by Dave Alden · 6 years ago
  46. a078337 [CB-10795] Exclude current app from external intent list (#154) by Dan Polivy · 6 years ago
  47. cf58b04 CB-14234: Don't call handleOpenURL for system URLs (#278) by Dan Polivy · 6 years ago
  48. dc5329d CB-12875: (iOS) Pushes the inappbrowser window to a higher ui level than the existing apps window. (#284) by Malte Norström · 6 years ago
  49. de86501 Merge pull request #277 from brodybits/quick-ci-fixes by Chris Brody · 6 years ago
  50. 07d9a99 Skip Android 6.0 on Travis CI (for now) by Christopher J. Brody · 6 years ago
  51. 81f1437 README.md add AppVeyor CI & Travis CI details by Christopher J. Brody · 6 years ago
  52. a464ea6 .travis.yml quick fixes by Christopher J. Brody · 6 years ago
  53. e75fe14 .appveyor.yml add npm i & add eslint to test by Christopher J. Brody · 6 years ago
  54. eb245ec .travis.yml add blank lines by Christopher J. Brody · 6 years ago
  55. 9cc7f69 Merge pull request #272 from jcesarmobile/CB-12922 by jcesarmobile · 6 years ago
  56. dac06aa CB-12922 (ios): fix In-app browser does not cede control by Julio César · 6 years ago
  57. 26cf6e4 Merge pull request #269 from timbru31/fix/CB-14061-handle-more-url-schemes by jcesarmobile · 6 years ago
  58. 33aff11 Merge pull request #268 from wtrocki/CB-14048 by jcesarmobile · 6 years ago
  59. f57ede9 CB-14061: (android) comply with RFC 3986 for custom URL scheme handling by Tim Brust · 6 years ago
  60. 57eda78 CB-14048: (android) allowedSchemes check empty string fix by Wojciech Trocki · 6 years ago
  61. ec6af56 remove statusbar when inAppBrowser is open in andriod by Fiffi · 6 years ago
  62. 5581957 CB-14030 Set VERSION to 3.0.1-dev (via coho) by Steve Gill · 6 years ago
  63. 757022d CB-14030 Updated version and RELEASENOTES.md for release 3.0.0 (via coho) by Steve Gill · 6 years ago 3.0.x 3.0.0 rel/3.0.0
  64. 49a23e3 Merge pull request #266 from jcesarmobile/cordovaDependencies by Steve Gill · 6 years ago
  65. 4a5608a Update cordovaDependencies to allow plugin install by Julio César · 6 years ago
  66. 220cb39 Set VERSION to 3.0.1-dev (via coho) by Steve Gill · 6 years ago
  67. 200f7c1 CB-14030 Updated version and RELEASENOTES.md for release 3.0.0 (via coho) by Steve Gill · 6 years ago
  68. 974ca33 Merge pull request #254 from NiklasMerz/loading-spinner by Steve Gill · 6 years ago
  69. 50db5c4 Merge pull request #263 from SailingSteve/CB-14013-InAppBrowser-AllowCustomSchemes by Joe Bowser · 6 years ago
  70. 013a861 Merge pull request #260 from bentleyo/navigation-buttons by Steve Gill · 6 years ago
  71. 42df297 In file AppBrowser.java: New code within shouldOverrideUrlLoading() to by stevepodell · 6 years ago
  72. 27500c2 In file AppBrowser.java: New code within shouldOverrideUrlLoading() to by stevepodell · 6 years ago
  73. 4c4bee5 InAppBrowser.java: New method isURLWhileListed to check for whitelisting of by stevepodell · 6 years ago
  74. 019ec39 InAppBrowser.java: New method isURLWhileListed to check for whitelisting of by stevepodell · 6 years ago
  75. 2d69afc InAppBrowser.java: New method isURLWhileListed to check for whitelisting. by stevepodell · 6 years ago
  76. a6c7b54 InAppBrowser.java: New method isURLWhileListed to check for whitelisting. by stevepodell · 6 years ago
  77. 44d9bb0 InAppBrowser.java: New method isURLWhileListed to check for whitelisting. by stevepodell · 6 years ago
  78. 65a825a Add customisation of the navigation buttons for iOS by Bentley O'Kane-Chase · 6 years ago
  79. b06ad8e CB-13696 fixing for PR by Landsbankinn · 6 years ago
  80. cbe3a42 CB-13969 cordova-inappbrowser:iOS&Android now includes a extra, optional parameter to swap position of navigationbuttons and close/done button by Landsbankinn · 6 years ago
  81. 313e0ae Merge remote-tracking branch 'upstream/master' by Landsbankinn · 6 years ago
  82. a3fca87 Fix navigation buttons on iOS by Bentley O'Kane-Chase · 6 years ago
  83. 3f0528c CB-13826 Incremented plugin version. by Suraj Pindoria · 6 years ago
  84. 7eb2e1e CB-13826 Updated version and RELEASENOTES.md for release 2.0.2 by Suraj Pindoria · 6 years ago 2.0.2 rel/2.0.2
  85. 98ee2e1 Merge pull request #258 from dpa99c/CB-13791 by Joe Bowser · 6 years ago
  86. b73ba93 CB-13791: Add Android support for a footer close button by Dave Alden · 6 years ago
  87. c80c338 Merge pull request #246 from landsbankinn/CB-13409 by Joe Bowser · 6 years ago
  88. 8e3f2f2 Merge pull request #257 from jcesarmobile/CB-13746 by jcesarmobile · 6 years ago
  89. 8f66f07 CB-13746: Add build-tools-26.0.2 to travis by Julio César · 6 years ago
  90. 1876869 Merge pull request #256 from jcesarmobile/fix-release-notes by Simon MacDonald · 6 years ago
  91. 260542d Fix release notes by Julio César · 6 years ago
  92. b9e0a80 Set VERSION to 2.0.2-dev (via coho) by Simon MacDonald · 6 years ago
  93. 7c1ea3b CB-13714 Updated version and RELEASENOTES.md for release 2.0.1 (via coho) by Simon MacDonald · 6 years ago 2.0.1 rel/2.0.1
  94. 3a2c4ef Merge pull request #255 from jcesarmobile/CB-13699 by jcesarmobile · 6 years ago
  95. 5f072a7 CB-13699: Fix to allow 2.0.0 version install by Julio César · 6 years ago
  96. e428556 Set VERSION to 2.0.1-dev (via coho) by Steve Gill · 6 years ago
  97. d85991a CB-13681 Updated version and RELEASENOTES.md for release 2.0.0 (via coho) by Steve Gill · 6 years ago 2.0.0 rel/2.0.0
  98. 309cdef Merge pull request #253 from surajpindoria/removePlatforms by Steve Gill · 6 years ago
  99. 695e1b0 CB-13659 (iOS) Add hidespinner option by Niklas Merz · 6 years ago
  100. 2c547a1 CB-13662: remove deprecated platforms by Suraj Pindoria · 6 years ago