1. 10a0669 Merge pull request #271 from dpa99c/CB-7179 by Jesse MacFadyen · 6 years ago
  2. 3927b8f Merge branch 'CB-7179' of https://github.com/dpa99c/cordova-plugin-themeablebrowser into CB-7179 by Dave Alden · 6 years ago
  3. 8248215 Comment out iOS 9 target for Travis tests since it's not supported by the WKWebView implementation by Dave Alden · 6 years ago
  4. 61014dd Fix indentation of tests.js for eslint by Dave Alden · 6 years ago
  5. c41f5b5 Fix merge error by Dave Alden · 6 years ago
  6. 19c6dfe Merge branch 'master' into CB-7179 by Dave Alden · 6 years ago
  7. 7f5fa2a Add plugin to fix reporting of cordova-paramedic results when using WKWebView plugin. by Dave Alden · 6 years ago
  8. 5d2df21 Merge branch 'CB-7179' of https://github.com/dpa99c/cordova-plugin-inappbrowser into CB-7179 by Dave Alden · 6 years ago
  9. 86cc778 Fix tests so they auto-start when run via cordova-paramedic by Dave Alden · 6 years ago
  10. d9cafcd remove JIRA link by Jan Piotrowski · 6 years ago
  11. eafaeda Merge pull request #276 from q-m/feature/beforeload-event by Chris Brody · 6 years ago
  12. cbfa195 Merge branch 'master' into CB-7179 by Jan Piotrowski · 6 years ago
  13. 52e3534 update test configuration to xcode8.3 by Jan Piotrowski · 6 years ago
  14. 8165232 experimental commit by Jan Piotrowski · 6 years ago
  15. a0c267f CB-12941: update typings (#267) by Tim Brust · 6 years ago
  16. 228703a CB-14188: add beforeload event, catching navigation before it happens by wvengen · 6 years ago
  17. 0ed0bf5 reenable testing on all platforms by Jan Piotrowski · 6 years ago
  18. f8ad528 also accept terms for android sdk `android-27` by Jan Piotrowski · 6 years ago
  19. e2210bd Merge branch 'CB-7179' of https://github.com/dpa99c/cordova-plugin-inappbrowser into CB-7179 by Dave Alden · 6 years ago
  20. dc7fa34 CB-7179 (iOS): Add support to optionally use WKWebView for iOS by Dave Alden · 6 years ago
  21. b48e02f fix iOS 10 build by Dave Alden · 6 years ago
  22. 27e6c67 CB-7179 (iOS): Add support to optionally use WKWebView for iOS by Dave Alden · 6 years ago
  23. a078337 [CB-10795] Exclude current app from external intent list (#154) by Dan Polivy · 6 years ago
  24. cf58b04 CB-14234: Don't call handleOpenURL for system URLs (#278) by Dan Polivy · 6 years ago
  25. 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
  26. de86501 Merge pull request #277 from brodybits/quick-ci-fixes by Chris Brody · 6 years ago
  27. 07d9a99 Skip Android 6.0 on Travis CI (for now) by Christopher J. Brody · 6 years ago
  28. 81f1437 README.md add AppVeyor CI & Travis CI details by Christopher J. Brody · 6 years ago
  29. a464ea6 .travis.yml quick fixes by Christopher J. Brody · 6 years ago
  30. e75fe14 .appveyor.yml add npm i & add eslint to test by Christopher J. Brody · 6 years ago
  31. eb245ec .travis.yml add blank lines by Christopher J. Brody · 6 years ago
  32. 9cc7f69 Merge pull request #272 from jcesarmobile/CB-12922 by jcesarmobile · 6 years ago
  33. dac06aa CB-12922 (ios): fix In-app browser does not cede control by Julio César · 6 years ago
  34. 26cf6e4 Merge pull request #269 from timbru31/fix/CB-14061-handle-more-url-schemes by jcesarmobile · 6 years ago
  35. 33aff11 Merge pull request #268 from wtrocki/CB-14048 by jcesarmobile · 6 years ago
  36. f57ede9 CB-14061: (android) comply with RFC 3986 for custom URL scheme handling by Tim Brust · 6 years ago
  37. 57eda78 CB-14048: (android) allowedSchemes check empty string fix by Wojciech Trocki · 6 years ago
  38. ec6af56 remove statusbar when inAppBrowser is open in andriod by Fiffi · 6 years ago
  39. 5581957 CB-14030 Set VERSION to 3.0.1-dev (via coho) by Steve Gill · 6 years ago
  40. 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
  41. 49a23e3 Merge pull request #266 from jcesarmobile/cordovaDependencies by Steve Gill · 6 years ago
  42. 4a5608a Update cordovaDependencies to allow plugin install by Julio César · 6 years ago
  43. 220cb39 Set VERSION to 3.0.1-dev (via coho) by Steve Gill · 6 years ago
  44. 200f7c1 CB-14030 Updated version and RELEASENOTES.md for release 3.0.0 (via coho) by Steve Gill · 6 years ago
  45. 974ca33 Merge pull request #254 from NiklasMerz/loading-spinner by Steve Gill · 6 years ago
  46. 50db5c4 Merge pull request #263 from SailingSteve/CB-14013-InAppBrowser-AllowCustomSchemes by Joe Bowser · 6 years ago
  47. 013a861 Merge pull request #260 from bentleyo/navigation-buttons by Steve Gill · 6 years ago
  48. 42df297 In file AppBrowser.java: New code within shouldOverrideUrlLoading() to by stevepodell · 6 years ago
  49. 27500c2 In file AppBrowser.java: New code within shouldOverrideUrlLoading() to by stevepodell · 6 years ago
  50. 4c4bee5 InAppBrowser.java: New method isURLWhileListed to check for whitelisting of by stevepodell · 6 years ago
  51. 019ec39 InAppBrowser.java: New method isURLWhileListed to check for whitelisting of by stevepodell · 6 years ago
  52. 2d69afc InAppBrowser.java: New method isURLWhileListed to check for whitelisting. by stevepodell · 6 years ago
  53. a6c7b54 InAppBrowser.java: New method isURLWhileListed to check for whitelisting. by stevepodell · 6 years ago
  54. 44d9bb0 InAppBrowser.java: New method isURLWhileListed to check for whitelisting. by stevepodell · 6 years ago
  55. 65a825a Add customisation of the navigation buttons for iOS by Bentley O'Kane-Chase · 6 years ago
  56. b06ad8e CB-13696 fixing for PR by Landsbankinn · 6 years ago
  57. 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
  58. 313e0ae Merge remote-tracking branch 'upstream/master' by Landsbankinn · 6 years ago
  59. a3fca87 Fix navigation buttons on iOS by Bentley O'Kane-Chase · 6 years ago
  60. 3f0528c CB-13826 Incremented plugin version. by Suraj Pindoria · 6 years ago
  61. 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
  62. 98ee2e1 Merge pull request #258 from dpa99c/CB-13791 by Joe Bowser · 6 years ago
  63. b73ba93 CB-13791: Add Android support for a footer close button by Dave Alden · 6 years ago
  64. c80c338 Merge pull request #246 from landsbankinn/CB-13409 by Joe Bowser · 6 years ago
  65. 8e3f2f2 Merge pull request #257 from jcesarmobile/CB-13746 by jcesarmobile · 6 years ago
  66. 8f66f07 CB-13746: Add build-tools-26.0.2 to travis by Julio César · 6 years ago
  67. 1876869 Merge pull request #256 from jcesarmobile/fix-release-notes by Simon MacDonald · 6 years ago
  68. 260542d Fix release notes by Julio César · 6 years ago
  69. b9e0a80 Set VERSION to 2.0.2-dev (via coho) by Simon MacDonald · 6 years ago
  70. 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
  71. 3a2c4ef Merge pull request #255 from jcesarmobile/CB-13699 by jcesarmobile · 6 years ago
  72. 5f072a7 CB-13699: Fix to allow 2.0.0 version install by Julio César · 6 years ago
  73. e428556 Set VERSION to 2.0.1-dev (via coho) by Steve Gill · 6 years ago
  74. 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
  75. 309cdef Merge pull request #253 from surajpindoria/removePlatforms by Steve Gill · 6 years ago
  76. 695e1b0 CB-13659 (iOS) Add hidespinner option by Niklas Merz · 6 years ago
  77. 2c547a1 CB-13662: remove deprecated platforms by Suraj Pindoria · 6 years ago
  78. 84a4644 Merge branch 'master' of https://github.com/apache/cordova-plugin-inappbrowser into CB-13409 by Landsbankinn · 6 years ago
  79. 0f2f14a Set VERSION to 1.7.3-dev (via coho) by Steve Gill · 6 years ago
  80. b9c5770 CB-13542 Updated version and RELEASENOTES.md for release 1.7.2 (via coho) by Steve Gill · 6 years ago 1.7.2 rel/1.7.2
  81. cc2299e CB-13473: (CI) Removed browser builds from AppVeyor by Alexander Sorokin · 7 years ago
  82. 7fb19f6 CB-13472: (CI) Fixed Travis Android builds again by Alexander Sorokin · 7 years ago
  83. d46f5d4 CB-13409: restore gitignore to default by Landsbankinn · 7 years ago
  84. ff230d4 CB-13409: restore gitignore to default by Landsbankinn · 7 years ago
  85. ec2f12c CB-13409: restore gitignore to default by Landsbankinn · 7 years ago
  86. 6c2a8f4 CB-13409: restore gitignore to default by Landsbankinn · 7 years ago
  87. 55b0228 CB-13409: ignore idea folder by Landsbankinn · 7 years ago
  88. 4af420c CB-13409: change hidetoolbarnavigationbuttons to hidenavigationbuttons in iso by Landsbankinn · 7 years ago
  89. e691212 CB-13409: Android works well now, all changes are now documented by Landsbankinn · 7 years ago
  90. 8711ee3 CB-13409: Lets user adjust color of toolbar, hide navigation buttons and set custom text on close button by Landsbankinn · 7 years ago
  91. 05e37a1 ignore idea folder by Landsbankinn · 7 years ago
  92. 0c6189e change hidetoolbarnavigationbuttons to hidenavigationbuttons in iso by Landsbankinn · 7 years ago
  93. d940b59 Android works well now, all changes are now documented by Landsbankinn · 7 years ago
  94. f3d7f72 Lets user adjust color of toolbar, hide navigation buttons and set custom text on close button by Landsbankinn · 7 years ago
  95. 71201b1 Updating travis to fix CI issues by Joe Bowser · 7 years ago
  96. 50ac05c Close #165 by Joe Bowser · 7 years ago
  97. dcc00fc CB-13347: Enable thirdparty cookies on >=Android 5.0 device by Kei Oikawa · 8 years ago
  98. e9878dd Close #240 by Joe Bowser · 7 years ago
  99. aee699a minor grammar fix by Jez McKean · 7 years ago
  100. d78cfdc Close #220 by Joe Bowser · 7 years ago