Commit Graph

22 Commits

Author SHA1 Message Date
Steve Gill
f614dc3193 Revert "CB-8858 Incremented plugin version."
This reverts commit 05fa172116.
2015-04-15 14:31:08 -07:00
Steve Gill
05fa172116 CB-8858 Incremented plugin version. 2015-04-15 13:55:47 -07:00
Steve Gill
aacf70f888 CB-8858 Updated version and RELEASENOTES.md for release 1.0.0 2015-04-15 11:06:38 -07:00
Steve Gill
2c1ded2c43 CB-8683 changed plugin-id to pacakge-name 2015-04-01 16:31:51 -07:00
Jason Chase
ad263a1b53 CB-8444 Don't clobber window.open
- Add new symbol/clobber to access open function (`cordova.InAppBrowser.open`)
- Change existing tests to use new symbol (i.e. don't rely on plugin clobber of `window.open`)
- Add tests to use `window.open` via manual replace with new symbol
- Update docs to deprecate plugin clobber of `window.open`
2015-02-12 16:34:32 -05:00
Andrew Grieve
6604d54e12 CB-8429 Incremented plugin version. 2015-02-04 20:54:02 -05:00
Andrew Grieve
90d41e87ce CB-8429 Updated version and RELEASENOTES.md for release 0.6.0 2015-02-04 20:12:45 -05:00
Steve Gill
abbbcc2461 CB-8110 Incremented plugin version. 2014-12-02 16:08:50 -08:00
Steve Gill
b9653af691 CB-8110 Updated version and RELEASENOTES.md for release 0.5.4 2014-12-02 16:07:02 -08:00
daserge
3f80b0b59c CB-7690 InAppBrowser loadstart/loadstop events issues
Subscribing to events before navigating
2014-11-12 22:35:10 -08:00
daserge
71b43d39a4 CB-7695 Fix InAppBrowser injectScriptFile for Windows 8.1 / Windows Phone 8.1
Changed injects' paths to include parent folder
Used getFileFromApplicationUriAsync
2014-11-12 22:35:09 -08:00
daserge
1bf42c9e3b CB-7688 Alert is not supported in InAppBrowser on Windows platform
Using cordova-plugin-dialogs to enable alerts.
2014-11-12 22:35:09 -08:00
Marcel Kinard
7a816d8454 CB-7876 change test target to avoid undesired redirects
The google.com test target would do automatic redirects to geography-specific
domains depending on where the client is, which leads to different behavior
depending where the tester is. This causes confusion, as the test results
may be different in different geographies. Use a test target that doesn't do
that, so the test results are independent of geography.
2014-10-27 12:23:10 -04:00
Steven Gill
927e7a8e98 Incremented plugin version. 2014-10-03 17:15:41 -07:00
Steven Gill
003f0fd3cd Updated version and RELEASENOTES.md for release 0.5.3 2014-10-03 17:15:41 -07:00
Marcel Kinard
6e0ea336fc CB-7571 Bump version of nested plugin to match parent plugin 2014-09-17 16:27:16 -04:00
Marcel Kinard
8ce6b497fa CB-7571 Updated version and RELEASENOTES.md for release 0.5.2 2014-09-17 15:27:43 -04:00
Vladimir Kotikov
f90e571430 CB-7490 Fixes InAppBrowser manual tests crash on windows platform 2014-09-09 14:49:18 +04:00
Marcel Kinard
5fc1beed0d CB-7133 clarify that anchor1 doesn't exist 2014-08-27 17:15:55 -04:00
Marcel Kinard
832ff5f2e9 CB-7133 more fixup of tests on Android
- fix the paths to the injected resources
- update the urls to Google home page to use https to avoid redirects
- get the user agent to display on the inject.html page
2014-08-27 17:07:07 -04:00
Marcel Kinard
4f957919c7 CB-7133 fix up the tests for Android
- move the resources from /resources to /cdvtests/iab-resources
- change the url of the resources from absolute to relative
- explicitly set the background color of local.html to be white because it was inheriting black
- add the js to display the user-agent on the tests menu
- change the www.google.com URL from http to https to avoid an unexpected redirect
2014-08-27 15:57:33 -04:00
Staci Cooper
683937872d CB-7133 port inappbrowser to plugin-test-framework
also added resources and fixed file paths, renamed test dir, added nested plugin.xml

github: close 55
2014-08-27 10:43:01 -04:00