-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Decouple Cordova from PhoneGap #34
Comments
To split up cordova-create, it makes sense to split up all fetching code into its own module. I'm currently working on that. Here is the proposal for cordova-fetch: apache/cordova-discuss#33 |
Had a meeting with Microsoft to get consensus on it. |
Progress is being made on a forked branch: |
Made some progress this week. Working towards integrating into Cordova Lib behind a flag. |
@stevengill when you have a moment, can you drop a brief update on this work. |
Plugin and template integration remaining. |
@stevengill is back! |
Lots of discussion has been happening around the fetch proposal and how it is going to work with npm install. Microsoft, IBM and others are chiming in. apache/cordova-discuss#33. Uninstall method was added to cordova-fetch that runs npm uninstall. |
ready for merge. Tools release this week will include the PR |
@stevengill can you update these with the next steps or we can create a new task to track it. |
Definitely!
After the above are completed (timeline, next week)
|
|
Publishing We have a branch on PhoneGap that uses the |
Team meeting tomorrow to discuss the entire process of packing (bundling) cordova with PhoneGap. |
@mwbrooks: I added in symlinking and had Suraj review the changes I made to connect this week. The packagejson dependencies require the next minor Common update. But it's ready for testing slash review https://docs.google.com/document/d/1C_gHnJfc4oqkYqUVA1omrwCHkoxCgi7TEa71-hgNSmI/edit?usp=sharing |
@stevengill
ToDos:
|
(1) Waiting on Cordova-Common 1.4.1 release! |
Common was released last week. Android, iOS, and create are going out today. See the above list for the next steps. |
|
(1) |
@stevengill is moving along on this. @purplecabbage is going to help look into the |
onboarding vishal on this work today. Need to figure out what to do with |
The phonegap - cordova decouple plan document . https://docs.google.com/document/d/1eC3jV0P9eQybn2hQyByIyLXtA-haiSdnD-W3aXQ326o/edit |
Vishal just shared a document outline changes we are going to make to connect-phonegap so we don't have to phonegap-cordova dependance as its own module anymore and instead have it live in pg-cli. |
A lot of discussion happened last week. Looking to remove the dependence module and move the code into the PG CLI. Also moving the browser platform management from |
@maverickmishra, incorporated cordova-phonegap-depandance into pg cli. Adding browser functionality got moved into cli from connect-phonegap. |
@maverickmishra moved the browser functionality into the PG CLI and added the test cases by @carynbear. Final tasks are adding browser tests (likely ported from |
Setting this On Hold since @maverickmishra is away. |
@maverickmishra if you have an update can you drop it here. Thanks! |
|
|
|
Description
We would like to see PhoneGap (CLI and Desktop) not require a specific version of Cordova. Instead, we would like each app to declare the Cordova version as a dependency. This will allow older apps to lockdown the Cordova version, while still using the latest PhoneGap tools.
Follow
The text was updated successfully, but these errors were encountered: