lp:~dbarth/cordova-ubuntu/container-update-to-3.4.0-plus-fixes
Created by David Barth and last modified
- Get this branch:
- bzr branch lp:~dbarth/cordova-ubuntu/container-update-to-3.4.0-plus-fixes
Only David Barth can upload to this branch. If you are David Barth please log in for upload directions.
Branch merges
Propose for merging
No branches dependent on this one.
- Cordova Ubuntu Team: Pending requested
- Diff: 1370 lines (+491/-201)40 files modifiedapparmor.json (+1/-1)
build/VERSION (+1/-1)
build/bin/node_modules/colors/package.json (+2/-8)
build/bin/node_modules/elementtree/CHANGES.md (+9/-4)
build/bin/node_modules/elementtree/README.md (+114/-0)
build/bin/node_modules/elementtree/lib/elementtree.js (+15/-2)
build/bin/node_modules/elementtree/node_modules/sax/package.json (+1/-8)
build/bin/node_modules/elementtree/package.json (+4/-7)
build/bin/node_modules/elementtree/tests/test-simple.js (+40/-0)
build/bin/node_modules/optimist/node_modules/minimist/index.js (+8/-14)
build/bin/node_modules/optimist/node_modules/minimist/package.json (+2/-5)
build/bin/node_modules/optimist/node_modules/minimist/test/parse.js (+21/-0)
build/bin/node_modules/optimist/node_modules/minimist/test/short.js (+0/-18)
build/bin/node_modules/optimist/node_modules/wordwrap/package.json (+0/-3)
build/bin/node_modules/optimist/package.json (+1/-8)
build/bin/node_modules/shelljs/package.json (+1/-8)
build/src/coreplugins.cpp (+12/-10)
build/src/plugins/org.apache.cordova.camera/camera.cpp (+3/-3)
build/src/plugins/org.apache.cordova.camera/camera.h (+10/-0)
build/src/plugins/org.apache.cordova.device-motion/accelerometer.cpp (+1/-1)
build/src/plugins/org.apache.cordova.file-transfer/file-transfer.cpp (+7/-7)
build/www/cordova.js (+2/-2)
config.xml (+3/-3)
cordova/node_modules/colors/package.json (+2/-8)
cordova/node_modules/elementtree/CHANGES.md (+9/-4)
cordova/node_modules/elementtree/README.md (+114/-0)
cordova/node_modules/elementtree/lib/elementtree.js (+15/-2)
cordova/node_modules/elementtree/node_modules/sax/package.json (+1/-8)
cordova/node_modules/elementtree/package.json (+4/-7)
cordova/node_modules/elementtree/tests/test-simple.js (+40/-0)
cordova/node_modules/optimist/node_modules/minimist/index.js (+8/-14)
cordova/node_modules/optimist/node_modules/minimist/package.json (+2/-5)
cordova/node_modules/optimist/node_modules/minimist/test/parse.js (+21/-0)
cordova/node_modules/optimist/node_modules/minimist/test/short.js (+0/-18)
cordova/node_modules/optimist/node_modules/wordwrap/package.json (+0/-3)
cordova/node_modules/optimist/package.json (+1/-8)
cordova/node_modules/shelljs/package.json (+1/-8)
debian/changelog (+12/-0)
platform_www/cordova.js (+2/-2)
qml/CaptureWidget.qml (+1/-1)
Branch information
Recent revisions
- 19. By David Barth
-
merging in the branch with the extra core plugins - approved by Alexandre Abreu, David Barth
- 16. By David Barth
-
adding notes explaining the method by which the package sources are put together, following the standard cordova-cli process
Branch metadata
- Branch format:
- Branch format 7
- Repository format:
- Bazaar repository format 2a (needs bzr 1.16 or later)
- Stacked on:
- lp:cordova-ubuntu