Skip to content
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

Modified force.js that leverages network plugin if available #13

Merged
merged 1 commit into from Oct 18, 2016

Conversation

wmathurin
Copy link
Contributor

Hybrid local apps cannot do XHR calls against the server directly - so in Mobile SDK 5.0, we are introducing a new cordova plugin which does networking through the container - the code below will take advantage of the plugin if found.

Also, a number of basic methods available in forcetk.js were missing (versions, resources, describeGlobal, metadata, describe, describeLayout, queryMore and search).

NB: The file is also here: https://github.com/forcedotcom/SalesforceMobileSDK-Shared/blob/unstable/libs/force.js - ideally it should live in one repo - but there are too many references to this repo, so we decided it should be updated here as well.

@bhariharan @rwhitley @khawkins

@khawkins
Copy link

This seems fine to me. It looks like it's backward compatible with the previous version, if I didn't miss anything.

@ccoenraets ccoenraets merged commit a951cf0 into ccoenraets:master Oct 18, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants