GitHub user david-barth-canonical opened a pull request:
https://github.com/apache/cordova-ubuntu/pull/18
Cb 9694 - Add support for HTTP urls
The cordova-ubuntu container currently does not support loading the app
from a network URL, only local file URLs. This prevents features like
livereloading to work.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/cordova-ubuntu/cordova-ubuntu CB-9694
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/cordova-ubuntu/pull/18.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #18
----
commit d3a674f2a07ab269bfb2e2acaa60dc2ab25c4d50
Author: Alberto Mardegan <[email protected]>
Date: 2015-10-08T06:36:31Z
build: fix mechanism for additional dependencies
Instead of expecting plugins to store their configuration files in
a "configs/" directory, read the dependencies from the config.xml file.
The reason why the old method does not work is that the <resource-file>
element of the plugin.xml file doesn't support a "target-dir" attribute.
By using the <config-file> element, instead, we don't need to do any
changes to cordova lib, and all the plugin configuration can now be
stored in the plugin.xml file.
Example:
<config-file target="config.xml" parent="/*">
<feature name="FacebookConnect">
<param policy_group="accounts" policy_version="1" />
<param hook="account-application" value="qml/app.application" />
<param hook="account-service" value="qml/app.service" />
<deps>
<pkgConfig>["signond", "libsignon-qt5"]</pkgConfig>
<deb>["signond-dev:ARCH", "libsignon-qt5-dev:ARCH"]</deb>
</deps>
</feature>
</config-file>
commit 7a5ac6dbc046bb9fd75c5de313723ee90907f7d6
Author: david-barth-canonical <[email protected]>
Date: 2015-10-27T11:24:55Z
Merge pull request #1 from mardy/additional-dependencies
build: fix mechanism for additional plugin dependencies
commit aaf201b289119f498866b4dbc16e6c581b15c2ac
Author: David Barth <[email protected]>
Date: 2015-11-12T16:42:04Z
Merge branch 'master' of
https://git-wip-us.apache.org/repos/asf/cordova-ubuntu
commit 43e1c34f377d888599968cd42ee06751de09568b
Author: David Barth <[email protected]>
Date: 2015-09-30T14:51:05Z
check if content src points to a url or local file
commit 429971412c5903665942861552f3906a1f31ba71
Author: David Barth <[email protected]>
Date: 2015-11-12T15:07:06Z
fix critical issue introduced by general URL support changes earlier
commit 606cc331d5dc9410906ef3ddc7818555005834f0
Author: David Barth <[email protected]>
Date: 2015-11-12T16:02:26Z
set mainUrl when the file exists
----
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]