lp://staging/~abreu-alexandre/unity-webapps-qml/content-hub-share
- Get this branch:
- bzr branch lp://staging/~abreu-alexandre/unity-webapps-qml/content-hub-share
Branch merges
- WebApps: Pending requested
-
Diff: 965 lines (+763/-9)20 files modifiedexamples/facebook-share/bla.qml (+13/-0)
examples/facebook-share/content-hub/content-hub-exporter.json (+5/-0)
examples/facebook-share/facebook-webapp.service (+6/-0)
examples/facebook-share/manifest.json (+19/-0)
examples/facebook-share/unity-webapps-facebook/HubSharer.qml (+80/-0)
examples/facebook-share/unity-webapps-facebook/Share.qml (+303/-0)
examples/facebook-share/unity-webapps-facebook/facebook.user.js (+72/-0)
examples/facebook-share/unity-webapps-facebook/manifest.json (+7/-0)
examples/facebook-share/unity-webapps-facebook/uploader.html (+15/-0)
examples/facebook-share/unity-webapps-facebook/uploader.js (+34/-0)
examples/facebook-share/webapp-facebook.application (+11/-0)
examples/facebook-share/webapp-facebook.desktop (+9/-0)
examples/facebook-share/webapp-facebook.json (+13/-0)
src/Ubuntu/UnityWebApps/UnityWebApps.qml (+76/-6)
src/Ubuntu/UnityWebApps/bindings/content-hub/backend/content-hub.js (+15/-1)
src/Ubuntu/UnityWebApps/bindings/content-hub/client/content-hub.js (+52/-0)
src/Ubuntu/UnityWebApps/bindings/online-accounts/backend/online-accounts.js (+1/-1)
src/Ubuntu/UnityWebApps/plugin/unity-webapps-app-model.cpp (+19/-0)
src/Ubuntu/UnityWebApps/plugin/unity-webapps-app-model.h (+7/-1)
src/Ubuntu/UnityWebApps/unity-webapps-api.js.in (+6/-0)
Related bugs
Bug #1324983: integrate content-hub share handler into webapp-container | High | Fix Released |
Related blueprints
Branch information
Recent revisions
- 117. By Alexandre Abreu
-
Simplifies the manifest.json handling in some instances. More precisely when one is using a custom model search path for the webapp lookup, some restrictions are being put on what is expected to be found in the folder among which:
- a common/ subfolder (even if the webapp doesnt require one),
- one or more unity-webapps-* folders with manifest.json & *.user.js files in it,More over the manifest files do require user scripts to be defined.
This imposes a set of constraints over a given webapp that simply wants to use the container (w/o js injection).
This simplifies it an allows one to define a manifest.json file (still with some required elements, but a smaller set), directly in the model search path. E.g. something like:
{
"name": "MyWebApp",
"homepage": "http://www.bbc. co.uk/news/",
"domain": "bbc.co.uk",
"includes": []
}will do,
or to avoid any confusion w/ the click manifest.json file, one also searches for a webapp-
properties. json w/ the same content as above. - 116. By Alexandre Abreu
-
Cleanup the structure of the QML bindings to make it clearer. No Changes in functionality all features are still working & same,
This is an updated version of: https:/
/code.launchpad .net/~abreu- alexandre/ unity-webapps- qml/restructure -cleanup- bindings- qml-structure/ +merge/ 208148 with the latest changes that got in in between Fixes: 1288801 - 114. By Alexandre Abreu
-
Add UA override capabilities to webapps; clean some code and tests, Fixes: 1245465
Branch metadata
- Branch format:
- Branch format 7
- Repository format:
- Bazaar repository format 2a (needs bzr 1.16 or later)
- Stacked on:
- lp://staging/unity-webapps-qml