Andrew Grieve
5680f18bb4
Incremented plugin version on dev branch.
2014-03-05 14:38:13 -05:00
Andrew Grieve
a5dedae631
Updated version and RELEASENOTES.md for release 0.3.3
2014-03-05 14:37:10 -05:00
Andrew Grieve
d0dd10103c
CB-6172 Fix inappbrowser install failure on case-sensitive filesystems.
2014-03-05 12:34:31 -05:00
ldeluca
34653ce393
Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/cordova-plugin-inappbrowser
2014-03-04 12:43:38 -05:00
Joe Bowser
497a23efc7
CB-5534: Updating the plugin.xml with the new Dialog class
2014-02-28 14:04:25 -08:00
Oliver Moran
6f373f7ed9
fix for CB-5534
...
Signed-off-by: Joe Bowser <bowserj@apache.org>
2014-02-28 14:04:25 -08:00
Andrew Grieve
300f1e782e
Merge branch 'master' into dev
2014-02-27 16:04:39 -05:00
Andrew Grieve
4d3c7b17d2
Add NOTICE file
2014-02-27 15:45:10 -05:00
Andrew Grieve
a5201cc1e3
Add NOTICE file
2014-02-27 15:36:31 -05:00
Andrew Grieve
942d17981e
CB-6114 Incremented plugin version on dev branch.
2014-02-27 12:29:15 -05:00
Andrew Grieve
17ba417572
Merge branch 'master' into dev
...
Conflicts:
RELEASENOTES.md
plugin.xml
2014-02-27 12:01:26 -05:00
Andrew Grieve
77085aa547
CB-6114 Updated version and RELEASENOTES.md for release 0.3.2
2014-02-27 11:56:29 -05:00
ldeluca
4a3c134be1
Lisa testing pulling in plugins for plugin: cordova-plugin-inappbrowser
2014-02-27 11:14:55 -05:00
ldeluca
dbf54d2d09
Lisa testing pulling in plugins for plugin: cordova-plugin-inappbrowser
2014-02-26 09:36:16 -05:00
Ian Clelland
26702cb072
Validate that callbackId is correctly formed
2014-02-19 00:26:19 -05:00
Bryan Higgins
39e64c988a
CB-6035 - Move js-module so it is not loaded on unsupported platforms
...
BlackBerry 10 has a native implementation which does not require the plugin.
2014-02-13 15:00:18 -05:00
Steven Gill
cd31b3a64d
CB-5980 Incremented plugin version on dev branch.
2014-02-10 15:23:01 -08:00
Steven Gill
4c07917c0a
CB-5980 Updated version and RELEASENOTES.md for release 0.3.1
2014-02-10 15:23:01 -08:00
Sidney Bofah
24e6a1feeb
Removed some iOS6 Deprecations
2014-02-10 15:37:23 -05:00
Steven Gill
b62b9edde3
CB-5980 Updated version and RELEASENOTES.md for release 0.3.1
2014-02-05 17:53:59 -08:00
Andrew Grieve
985d94ee00
Add missing import for previous commit
2014-01-19 21:56:59 -05:00
Ian Clelland
e807bc3dc0
CB-5756: Android: Use WebView.evaluateJavascript for script injection on Android 4.4+
2014-01-19 21:22:02 -05:00
Joe Bowser
0ce0eed585
Didn't test on ICS or lower, getDrawable isn't supported until Jellybean
2014-01-16 13:55:53 -08:00
Joe Bowser
736c8ddec0
WTF? ubuntu got automerged twice
2014-01-16 11:34:47 -08:00
Maxim Ermilov
9206d82df4
add ubuntu platform
2014-01-16 11:33:45 -08:00
Joe Bowser
bc554fdf95
Adding CC-A-2.5 Notice for Assets, modifying plugins to use resources
2014-01-16 11:33:44 -08:00
Joe Bowser
43f8935541
Adding the buttons
2014-01-16 11:33:44 -08:00
Joe Bowser
2136cad49a
Adding drawables to the inAppBrowser. This doesn't look quite right, but it's a HUGE improvement over the previous settings
2014-01-16 11:33:44 -08:00
Ian Clelland
9795b2e9dc
CB-5756: Add missing import
2014-01-13 15:09:38 -05:00
Ian Clelland
255c5269c3
CB-5756: Android: Use WebView.evaluateJavascript for script injection on Android 4.4+
2014-01-13 14:34:32 -05:00
Andrew Grieve
21fe13e809
Delete stale test/ directory
2014-01-08 21:11:43 -05:00
Andrew Grieve
3f9af4fd88
Remove _alive from InAppBrowser.js since it didn't catch the case where the browser is closed by the user.
2014-01-07 10:52:44 -05:00
Andrew Grieve
57d14da151
CB-5733 Fix IAB.close() not working if called before show() animation is done
...
Also attempts to fix some thread warnings by doing show/hide on
separate event loop cycles.
2014-01-07 10:52:38 -05:00
Andrew Grieve
21a1638ccf
CB-5719 Incremented plugin version on dev branch.
2014-01-02 12:30:52 -05:00
Andrew Grieve
b0bdb1088b
CB-5719 Updated version and RELEASENOTES.md for release 0.3.0
2014-01-02 12:24:02 -05:00
Andrew Grieve
6163f17aeb
CB-5592 Add a comment explaining why we set MIME only for file:
2013-12-20 11:10:33 -05:00
gianluca
176890f305
CB-5592 Android - Add MIME type to Intent when opening file:/// URLs
...
To avoid the "No Activity found to handle Intent..." error.
2013-12-20 11:06:10 -05:00
Andrew Grieve
2bd006b71e
CB-5658 Update license comment formatting of doc/index.md
2013-12-18 21:11:02 -05:00
Andrew Grieve
aac2db29b5
CB-5658 Add doc.index.md for InAppBrowser plugin
2013-12-18 15:31:18 -05:00
Andrew Grieve
97c6f2ba8a
CB-5658 Delete stale snapshot of plugin docs
2013-12-17 20:49:39 -05:00
ivan baktsheev
f75b30857b
CB-5594 Add disallowoverscroll option.
...
Similar to the main cordova webview
2013-12-13 09:25:46 -05:00
Andrew Grieve
25d152b578
CB-5595 Rename "toolbarbarpostion" -> "toolbarposition"
2013-12-13 09:17:49 -05:00
Peter Somogyvari
4aeaf81e1e
CB-5595 Fixed the positioning and autoresizing for certain rotation scenarios.
...
The autoresizing masks are applied conditonally based on the
browserOptions.toolbarposition flag to ensure that the toolbar is in
its correct place. Also added a utility function to query the
necessary offset for the status bar: the function takes care of the iOS
version and orientation caused differences without hardcoding the value
as 20 pixels.
2013-12-13 09:17:11 -05:00
Peter Somogyvari
20611efe67
CB-5595 Add toolbarposition=top option.
...
The position of the toolbar is now configurable, it can be specified on
the caller's side. The possible values are top and bottom and the key
for the setting is toolbarposition. Also extended the logging of the web
view's load errors, it now logs the error code too, not just the
localized description of the error that occured. Added the
browserOptions to the init method's parameters in order to make it
conveniently accessible from the ViewController.
2013-12-13 09:16:04 -05:00
Dick van den Brink
e819041fd4
Apply CB-5193 to InAppBrowser
...
From pull request:
https://github.com/apache/cordova-plugin-inappbrowser/pull/11
2013-12-06 10:07:41 -05:00
Tomáš Fejfar
034b599315
CB-5593 iOS: Make InAppBrowser localizable
...
Wrapping all UI strings in NSLocalizedString macro
2013-12-06 09:42:22 -05:00
Fco. Javier Martín Carrasco
f448ce88ab
CB-5591 Change window.escape to encodeURIComponent
...
escape is for JS, encodeURIComponent is for URLs. This is a URL.
2013-12-06 09:14:15 -05:00
Steven Gill
ea239151d2
[CB-5565] Incremented plugin version on dev branch.
2013-12-04 15:32:03 -08:00
Steven Gill
496ecc720f
[CB-5565] Updated version and RELEASENOTES.md for release 0.2.5
2013-12-04 15:16:31 -08:00
Jesse MacFadyen
30525d545a
Merge branch 'dev' of https://git-wip-us.apache.org/repos/asf/cordova-plugin-inappbrowser into dev
2013-12-03 13:50:16 -08:00