├── README.md ├── plugin.xml ├── src ├── android │ ├── ParsePlugin.java │ ├── parse │ │ ├── Parse-1.9.0-javadoc │ │ │ ├── allclasses-frame.html │ │ │ ├── allclasses-noframe.html │ │ │ ├── com │ │ │ │ └── parse │ │ │ │ │ ├── ConfigCallback.html │ │ │ │ │ ├── CountCallback.html │ │ │ │ │ ├── DeleteCallback.html │ │ │ │ │ ├── FindCallback.html │ │ │ │ │ ├── FunctionCallback.html │ │ │ │ │ ├── GetCallback.html │ │ │ │ │ ├── GetDataCallback.html │ │ │ │ │ ├── LocationCallback.html │ │ │ │ │ ├── LogInCallback.html │ │ │ │ │ ├── LogOutCallback.html │ │ │ │ │ ├── Parse.html │ │ │ │ │ ├── ParseACL.html │ │ │ │ │ ├── ParseAnalytics.html │ │ │ │ │ ├── ParseAnonymousUtils.html │ │ │ │ │ ├── ParseClassName.html │ │ │ │ │ ├── ParseCloud.html │ │ │ │ │ ├── ParseConfig.html │ │ │ │ │ ├── ParseException.html │ │ │ │ │ ├── ParseFile.html │ │ │ │ │ ├── ParseGeoPoint.html │ │ │ │ │ ├── ParseImageView.html │ │ │ │ │ ├── ParseInstallation.html │ │ │ │ │ ├── ParseObject.html │ │ │ │ │ ├── ParsePush.html │ │ │ │ │ ├── ParsePushBroadcastReceiver.html │ │ │ │ │ ├── ParseQuery.CachePolicy.html │ │ │ │ │ ├── ParseQuery.html │ │ │ │ │ ├── ParseQueryAdapter.OnQueryLoadListener.html │ │ │ │ │ ├── ParseQueryAdapter.QueryFactory.html │ │ │ │ │ ├── ParseQueryAdapter.html │ │ │ │ │ ├── ParseRelation.html │ │ │ │ │ ├── ParseRole.html │ │ │ │ │ ├── ParseSession.html │ │ │ │ │ ├── ParseTwitterUtils.html │ │ │ │ │ ├── ParseUser.html │ │ │ │ │ ├── ProgressCallback.html │ │ │ │ │ ├── PushService.html │ │ │ │ │ ├── RefreshCallback.html │ │ │ │ │ ├── RequestPasswordResetCallback.html │ │ │ │ │ ├── SaveCallback.html │ │ │ │ │ ├── SendCallback.html │ │ │ │ │ ├── SignUpCallback.html │ │ │ │ │ ├── class-use │ │ │ │ │ ├── ConfigCallback.html │ │ │ │ │ ├── CountCallback.html │ │ │ │ │ ├── DeleteCallback.html │ │ │ │ │ ├── FindCallback.html │ │ │ │ │ ├── FunctionCallback.html │ │ │ │ │ ├── GetCallback.html │ │ │ │ │ ├── GetDataCallback.html │ │ │ │ │ ├── LocationCallback.html │ │ │ │ │ ├── LogInCallback.html │ │ │ │ │ ├── LogOutCallback.html │ │ │ │ │ ├── Parse.html │ │ │ │ │ ├── ParseACL.html │ │ │ │ │ ├── ParseAnalytics.html │ │ │ │ │ ├── ParseAnonymousUtils.html │ │ │ │ │ ├── ParseClassName.html │ │ │ │ │ ├── ParseCloud.html │ │ │ │ │ ├── ParseConfig.html │ │ │ │ │ ├── ParseException.html │ │ │ │ │ ├── ParseFile.html │ │ │ │ │ ├── ParseGeoPoint.html │ │ │ │ │ ├── ParseImageView.html │ │ │ │ │ ├── ParseInstallation.html │ │ │ │ │ ├── ParseObject.html │ │ │ │ │ ├── ParsePush.html │ │ │ │ │ ├── ParsePushBroadcastReceiver.html │ │ │ │ │ ├── ParseQuery.CachePolicy.html │ │ │ │ │ ├── ParseQuery.html │ │ │ │ │ ├── ParseQueryAdapter.OnQueryLoadListener.html │ │ │ │ │ ├── ParseQueryAdapter.QueryFactory.html │ │ │ │ │ ├── ParseQueryAdapter.html │ │ │ │ │ ├── ParseRelation.html │ │ │ │ │ ├── ParseRole.html │ │ │ │ │ ├── ParseSession.html │ │ │ │ │ ├── ParseTwitterUtils.html │ │ │ │ │ ├── ParseUser.html │ │ │ │ │ ├── ProgressCallback.html │ │ │ │ │ ├── PushService.html │ │ │ │ │ ├── RefreshCallback.html │ │ │ │ │ ├── RequestPasswordResetCallback.html │ │ │ │ │ ├── SaveCallback.html │ │ │ │ │ ├── SendCallback.html │ │ │ │ │ └── SignUpCallback.html │ │ │ │ │ ├── package-frame.html │ │ │ │ │ ├── package-summary.html │ │ │ │ │ ├── package-tree.html │ │ │ │ │ └── package-use.html │ │ │ ├── constant-values.html │ │ │ ├── deprecated-list.html │ │ │ ├── help-doc.html │ │ │ ├── index-all.html │ │ │ ├── index.html │ │ │ ├── overview-tree.html │ │ │ ├── package-list │ │ │ ├── resources │ │ │ │ ├── background.gif │ │ │ │ ├── tab.gif │ │ │ │ ├── titlebar.gif │ │ │ │ └── titlebar_end.gif │ │ │ ├── serialized-form.html │ │ │ └── stylesheet.css │ │ ├── Parse-1.9.0.jar │ │ ├── Parse-1.9.0.jar.properties │ │ └── third_party_licenses.txt │ └── parseplugin.xml ├── ios │ ├── CDVParsePlugin.h │ ├── CDVParsePlugin.m │ └── Frameworks │ │ ├── Bolts.framework │ │ ├── Bolts │ │ ├── Headers │ │ └── Versions │ │ │ ├── A │ │ │ ├── Bolts │ │ │ └── Headers │ │ │ │ ├── BFAppLink.h │ │ │ │ ├── BFAppLinkNavigation.h │ │ │ │ ├── BFAppLinkResolving.h │ │ │ │ ├── BFAppLinkReturnToRefererController.h │ │ │ │ ├── BFAppLinkReturnToRefererView.h │ │ │ │ ├── BFAppLinkTarget.h │ │ │ │ ├── BFExecutor.h │ │ │ │ ├── BFMeasurementEvent.h │ │ │ │ ├── BFTask.h │ │ │ │ ├── BFTaskCompletionSource.h │ │ │ │ ├── BFURL.h │ │ │ │ ├── BFWebViewAppLinkResolver.h │ │ │ │ ├── Bolts.h │ │ │ │ └── BoltsVersion.h │ │ │ └── Current │ │ └── Parse.framework │ │ ├── Headers │ │ ├── PFACL.h │ │ ├── PFAnalytics.h │ │ ├── PFAnonymousUtils.h │ │ ├── PFCloud.h │ │ ├── PFConfig.h │ │ ├── PFConstants.h │ │ ├── PFFile.h │ │ ├── PFGeoPoint.h │ │ ├── PFInstallation.h │ │ ├── PFNetworkActivityIndicatorManager.h │ │ ├── PFObject+Subclass.h │ │ ├── PFObject.h │ │ ├── PFProduct.h │ │ ├── PFPurchase.h │ │ ├── PFPush.h │ │ ├── PFQuery.h │ │ ├── PFRelation.h │ │ ├── PFRole.h │ │ ├── PFSubclassing.h │ │ ├── PFTwitterUtils.h │ │ ├── PFUser.h │ │ ├── PF_Twitter.h │ │ └── Parse.h │ │ ├── Info.plist │ │ ├── Modules │ │ └── module.modulemap │ │ ├── Parse │ │ ├── Resources │ │ └── Localizable.strings │ │ └── third_party_licenses.txt └── wp8 │ ├── ParsePlugin.cs │ └── parse │ ├── Parse.Phone.dll │ ├── Parse.Phone.xml │ ├── Parse.dll │ └── Parse.xml └── www └── cdv-plugin-parse.js /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avivais/phonegap-parse-plugin/HEAD/README.md -------------------------------------------------------------------------------- /plugin.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avivais/phonegap-parse-plugin/HEAD/plugin.xml -------------------------------------------------------------------------------- /src/android/ParsePlugin.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avivais/phonegap-parse-plugin/HEAD/src/android/ParsePlugin.java -------------------------------------------------------------------------------- /src/android/parse/Parse-1.9.0-javadoc/allclasses-frame.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avivais/phonegap-parse-plugin/HEAD/src/android/parse/Parse-1.9.0-javadoc/allclasses-frame.html -------------------------------------------------------------------------------- /src/android/parse/Parse-1.9.0-javadoc/allclasses-noframe.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avivais/phonegap-parse-plugin/HEAD/src/android/parse/Parse-1.9.0-javadoc/allclasses-noframe.html -------------------------------------------------------------------------------- /src/android/parse/Parse-1.9.0-javadoc/com/parse/ConfigCallback.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avivais/phonegap-parse-plugin/HEAD/src/android/parse/Parse-1.9.0-javadoc/com/parse/ConfigCallback.html -------------------------------------------------------------------------------- /src/android/parse/Parse-1.9.0-javadoc/com/parse/CountCallback.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avivais/phonegap-parse-plugin/HEAD/src/android/parse/Parse-1.9.0-javadoc/com/parse/CountCallback.html -------------------------------------------------------------------------------- /src/android/parse/Parse-1.9.0-javadoc/com/parse/DeleteCallback.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avivais/phonegap-parse-plugin/HEAD/src/android/parse/Parse-1.9.0-javadoc/com/parse/DeleteCallback.html -------------------------------------------------------------------------------- /src/android/parse/Parse-1.9.0-javadoc/com/parse/FindCallback.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avivais/phonegap-parse-plugin/HEAD/src/android/parse/Parse-1.9.0-javadoc/com/parse/FindCallback.html -------------------------------------------------------------------------------- /src/android/parse/Parse-1.9.0-javadoc/com/parse/FunctionCallback.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avivais/phonegap-parse-plugin/HEAD/src/android/parse/Parse-1.9.0-javadoc/com/parse/FunctionCallback.html -------------------------------------------------------------------------------- /src/android/parse/Parse-1.9.0-javadoc/com/parse/GetCallback.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avivais/phonegap-parse-plugin/HEAD/src/android/parse/Parse-1.9.0-javadoc/com/parse/GetCallback.html -------------------------------------------------------------------------------- /src/android/parse/Parse-1.9.0-javadoc/com/parse/GetDataCallback.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avivais/phonegap-parse-plugin/HEAD/src/android/parse/Parse-1.9.0-javadoc/com/parse/GetDataCallback.html -------------------------------------------------------------------------------- /src/android/parse/Parse-1.9.0-javadoc/com/parse/LocationCallback.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avivais/phonegap-parse-plugin/HEAD/src/android/parse/Parse-1.9.0-javadoc/com/parse/LocationCallback.html -------------------------------------------------------------------------------- /src/android/parse/Parse-1.9.0-javadoc/com/parse/LogInCallback.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avivais/phonegap-parse-plugin/HEAD/src/android/parse/Parse-1.9.0-javadoc/com/parse/LogInCallback.html -------------------------------------------------------------------------------- /src/android/parse/Parse-1.9.0-javadoc/com/parse/LogOutCallback.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avivais/phonegap-parse-plugin/HEAD/src/android/parse/Parse-1.9.0-javadoc/com/parse/LogOutCallback.html -------------------------------------------------------------------------------- /src/android/parse/Parse-1.9.0-javadoc/com/parse/Parse.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avivais/phonegap-parse-plugin/HEAD/src/android/parse/Parse-1.9.0-javadoc/com/parse/Parse.html -------------------------------------------------------------------------------- /src/android/parse/Parse-1.9.0-javadoc/com/parse/ParseACL.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avivais/phonegap-parse-plugin/HEAD/src/android/parse/Parse-1.9.0-javadoc/com/parse/ParseACL.html -------------------------------------------------------------------------------- /src/android/parse/Parse-1.9.0-javadoc/com/parse/ParseAnalytics.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avivais/phonegap-parse-plugin/HEAD/src/android/parse/Parse-1.9.0-javadoc/com/parse/ParseAnalytics.html -------------------------------------------------------------------------------- /src/android/parse/Parse-1.9.0-javadoc/com/parse/ParseAnonymousUtils.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avivais/phonegap-parse-plugin/HEAD/src/android/parse/Parse-1.9.0-javadoc/com/parse/ParseAnonymousUtils.html -------------------------------------------------------------------------------- /src/android/parse/Parse-1.9.0-javadoc/com/parse/ParseClassName.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avivais/phonegap-parse-plugin/HEAD/src/android/parse/Parse-1.9.0-javadoc/com/parse/ParseClassName.html -------------------------------------------------------------------------------- /src/android/parse/Parse-1.9.0-javadoc/com/parse/ParseCloud.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avivais/phonegap-parse-plugin/HEAD/src/android/parse/Parse-1.9.0-javadoc/com/parse/ParseCloud.html -------------------------------------------------------------------------------- /src/android/parse/Parse-1.9.0-javadoc/com/parse/ParseConfig.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avivais/phonegap-parse-plugin/HEAD/src/android/parse/Parse-1.9.0-javadoc/com/parse/ParseConfig.html -------------------------------------------------------------------------------- /src/android/parse/Parse-1.9.0-javadoc/com/parse/ParseException.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avivais/phonegap-parse-plugin/HEAD/src/android/parse/Parse-1.9.0-javadoc/com/parse/ParseException.html -------------------------------------------------------------------------------- /src/android/parse/Parse-1.9.0-javadoc/com/parse/ParseFile.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avivais/phonegap-parse-plugin/HEAD/src/android/parse/Parse-1.9.0-javadoc/com/parse/ParseFile.html -------------------------------------------------------------------------------- /src/android/parse/Parse-1.9.0-javadoc/com/parse/ParseGeoPoint.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avivais/phonegap-parse-plugin/HEAD/src/android/parse/Parse-1.9.0-javadoc/com/parse/ParseGeoPoint.html -------------------------------------------------------------------------------- /src/android/parse/Parse-1.9.0-javadoc/com/parse/ParseImageView.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avivais/phonegap-parse-plugin/HEAD/src/android/parse/Parse-1.9.0-javadoc/com/parse/ParseImageView.html -------------------------------------------------------------------------------- /src/android/parse/Parse-1.9.0-javadoc/com/parse/ParseInstallation.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avivais/phonegap-parse-plugin/HEAD/src/android/parse/Parse-1.9.0-javadoc/com/parse/ParseInstallation.html -------------------------------------------------------------------------------- /src/android/parse/Parse-1.9.0-javadoc/com/parse/ParseObject.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avivais/phonegap-parse-plugin/HEAD/src/android/parse/Parse-1.9.0-javadoc/com/parse/ParseObject.html -------------------------------------------------------------------------------- /src/android/parse/Parse-1.9.0-javadoc/com/parse/ParsePush.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avivais/phonegap-parse-plugin/HEAD/src/android/parse/Parse-1.9.0-javadoc/com/parse/ParsePush.html -------------------------------------------------------------------------------- /src/android/parse/Parse-1.9.0-javadoc/com/parse/ParsePushBroadcastReceiver.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avivais/phonegap-parse-plugin/HEAD/src/android/parse/Parse-1.9.0-javadoc/com/parse/ParsePushBroadcastReceiver.html -------------------------------------------------------------------------------- /src/android/parse/Parse-1.9.0-javadoc/com/parse/ParseQuery.CachePolicy.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avivais/phonegap-parse-plugin/HEAD/src/android/parse/Parse-1.9.0-javadoc/com/parse/ParseQuery.CachePolicy.html -------------------------------------------------------------------------------- /src/android/parse/Parse-1.9.0-javadoc/com/parse/ParseQuery.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avivais/phonegap-parse-plugin/HEAD/src/android/parse/Parse-1.9.0-javadoc/com/parse/ParseQuery.html -------------------------------------------------------------------------------- /src/android/parse/Parse-1.9.0-javadoc/com/parse/ParseQueryAdapter.OnQueryLoadListener.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avivais/phonegap-parse-plugin/HEAD/src/android/parse/Parse-1.9.0-javadoc/com/parse/ParseQueryAdapter.OnQueryLoadListener.html -------------------------------------------------------------------------------- /src/android/parse/Parse-1.9.0-javadoc/com/parse/ParseQueryAdapter.QueryFactory.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avivais/phonegap-parse-plugin/HEAD/src/android/parse/Parse-1.9.0-javadoc/com/parse/ParseQueryAdapter.QueryFactory.html -------------------------------------------------------------------------------- /src/android/parse/Parse-1.9.0-javadoc/com/parse/ParseQueryAdapter.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avivais/phonegap-parse-plugin/HEAD/src/android/parse/Parse-1.9.0-javadoc/com/parse/ParseQueryAdapter.html -------------------------------------------------------------------------------- /src/android/parse/Parse-1.9.0-javadoc/com/parse/ParseRelation.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avivais/phonegap-parse-plugin/HEAD/src/android/parse/Parse-1.9.0-javadoc/com/parse/ParseRelation.html -------------------------------------------------------------------------------- /src/android/parse/Parse-1.9.0-javadoc/com/parse/ParseRole.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avivais/phonegap-parse-plugin/HEAD/src/android/parse/Parse-1.9.0-javadoc/com/parse/ParseRole.html -------------------------------------------------------------------------------- /src/android/parse/Parse-1.9.0-javadoc/com/parse/ParseSession.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avivais/phonegap-parse-plugin/HEAD/src/android/parse/Parse-1.9.0-javadoc/com/parse/ParseSession.html -------------------------------------------------------------------------------- /src/android/parse/Parse-1.9.0-javadoc/com/parse/ParseTwitterUtils.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avivais/phonegap-parse-plugin/HEAD/src/android/parse/Parse-1.9.0-javadoc/com/parse/ParseTwitterUtils.html -------------------------------------------------------------------------------- /src/android/parse/Parse-1.9.0-javadoc/com/parse/ParseUser.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avivais/phonegap-parse-plugin/HEAD/src/android/parse/Parse-1.9.0-javadoc/com/parse/ParseUser.html -------------------------------------------------------------------------------- /src/android/parse/Parse-1.9.0-javadoc/com/parse/ProgressCallback.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avivais/phonegap-parse-plugin/HEAD/src/android/parse/Parse-1.9.0-javadoc/com/parse/ProgressCallback.html -------------------------------------------------------------------------------- /src/android/parse/Parse-1.9.0-javadoc/com/parse/PushService.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avivais/phonegap-parse-plugin/HEAD/src/android/parse/Parse-1.9.0-javadoc/com/parse/PushService.html -------------------------------------------------------------------------------- /src/android/parse/Parse-1.9.0-javadoc/com/parse/RefreshCallback.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avivais/phonegap-parse-plugin/HEAD/src/android/parse/Parse-1.9.0-javadoc/com/parse/RefreshCallback.html -------------------------------------------------------------------------------- /src/android/parse/Parse-1.9.0-javadoc/com/parse/RequestPasswordResetCallback.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avivais/phonegap-parse-plugin/HEAD/src/android/parse/Parse-1.9.0-javadoc/com/parse/RequestPasswordResetCallback.html -------------------------------------------------------------------------------- /src/android/parse/Parse-1.9.0-javadoc/com/parse/SaveCallback.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avivais/phonegap-parse-plugin/HEAD/src/android/parse/Parse-1.9.0-javadoc/com/parse/SaveCallback.html -------------------------------------------------------------------------------- /src/android/parse/Parse-1.9.0-javadoc/com/parse/SendCallback.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avivais/phonegap-parse-plugin/HEAD/src/android/parse/Parse-1.9.0-javadoc/com/parse/SendCallback.html -------------------------------------------------------------------------------- /src/android/parse/Parse-1.9.0-javadoc/com/parse/SignUpCallback.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avivais/phonegap-parse-plugin/HEAD/src/android/parse/Parse-1.9.0-javadoc/com/parse/SignUpCallback.html -------------------------------------------------------------------------------- /src/android/parse/Parse-1.9.0-javadoc/com/parse/class-use/ConfigCallback.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avivais/phonegap-parse-plugin/HEAD/src/android/parse/Parse-1.9.0-javadoc/com/parse/class-use/ConfigCallback.html -------------------------------------------------------------------------------- /src/android/parse/Parse-1.9.0-javadoc/com/parse/class-use/CountCallback.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avivais/phonegap-parse-plugin/HEAD/src/android/parse/Parse-1.9.0-javadoc/com/parse/class-use/CountCallback.html -------------------------------------------------------------------------------- /src/android/parse/Parse-1.9.0-javadoc/com/parse/class-use/DeleteCallback.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avivais/phonegap-parse-plugin/HEAD/src/android/parse/Parse-1.9.0-javadoc/com/parse/class-use/DeleteCallback.html -------------------------------------------------------------------------------- /src/android/parse/Parse-1.9.0-javadoc/com/parse/class-use/FindCallback.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avivais/phonegap-parse-plugin/HEAD/src/android/parse/Parse-1.9.0-javadoc/com/parse/class-use/FindCallback.html -------------------------------------------------------------------------------- /src/android/parse/Parse-1.9.0-javadoc/com/parse/class-use/FunctionCallback.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avivais/phonegap-parse-plugin/HEAD/src/android/parse/Parse-1.9.0-javadoc/com/parse/class-use/FunctionCallback.html -------------------------------------------------------------------------------- /src/android/parse/Parse-1.9.0-javadoc/com/parse/class-use/GetCallback.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avivais/phonegap-parse-plugin/HEAD/src/android/parse/Parse-1.9.0-javadoc/com/parse/class-use/GetCallback.html -------------------------------------------------------------------------------- /src/android/parse/Parse-1.9.0-javadoc/com/parse/class-use/GetDataCallback.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avivais/phonegap-parse-plugin/HEAD/src/android/parse/Parse-1.9.0-javadoc/com/parse/class-use/GetDataCallback.html -------------------------------------------------------------------------------- /src/android/parse/Parse-1.9.0-javadoc/com/parse/class-use/LocationCallback.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avivais/phonegap-parse-plugin/HEAD/src/android/parse/Parse-1.9.0-javadoc/com/parse/class-use/LocationCallback.html -------------------------------------------------------------------------------- /src/android/parse/Parse-1.9.0-javadoc/com/parse/class-use/LogInCallback.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avivais/phonegap-parse-plugin/HEAD/src/android/parse/Parse-1.9.0-javadoc/com/parse/class-use/LogInCallback.html -------------------------------------------------------------------------------- /src/android/parse/Parse-1.9.0-javadoc/com/parse/class-use/LogOutCallback.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avivais/phonegap-parse-plugin/HEAD/src/android/parse/Parse-1.9.0-javadoc/com/parse/class-use/LogOutCallback.html -------------------------------------------------------------------------------- /src/android/parse/Parse-1.9.0-javadoc/com/parse/class-use/Parse.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avivais/phonegap-parse-plugin/HEAD/src/android/parse/Parse-1.9.0-javadoc/com/parse/class-use/Parse.html -------------------------------------------------------------------------------- /src/android/parse/Parse-1.9.0-javadoc/com/parse/class-use/ParseACL.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avivais/phonegap-parse-plugin/HEAD/src/android/parse/Parse-1.9.0-javadoc/com/parse/class-use/ParseACL.html -------------------------------------------------------------------------------- /src/android/parse/Parse-1.9.0-javadoc/com/parse/class-use/ParseAnalytics.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avivais/phonegap-parse-plugin/HEAD/src/android/parse/Parse-1.9.0-javadoc/com/parse/class-use/ParseAnalytics.html -------------------------------------------------------------------------------- /src/android/parse/Parse-1.9.0-javadoc/com/parse/class-use/ParseAnonymousUtils.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avivais/phonegap-parse-plugin/HEAD/src/android/parse/Parse-1.9.0-javadoc/com/parse/class-use/ParseAnonymousUtils.html -------------------------------------------------------------------------------- /src/android/parse/Parse-1.9.0-javadoc/com/parse/class-use/ParseClassName.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avivais/phonegap-parse-plugin/HEAD/src/android/parse/Parse-1.9.0-javadoc/com/parse/class-use/ParseClassName.html -------------------------------------------------------------------------------- /src/android/parse/Parse-1.9.0-javadoc/com/parse/class-use/ParseCloud.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avivais/phonegap-parse-plugin/HEAD/src/android/parse/Parse-1.9.0-javadoc/com/parse/class-use/ParseCloud.html -------------------------------------------------------------------------------- /src/android/parse/Parse-1.9.0-javadoc/com/parse/class-use/ParseConfig.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avivais/phonegap-parse-plugin/HEAD/src/android/parse/Parse-1.9.0-javadoc/com/parse/class-use/ParseConfig.html -------------------------------------------------------------------------------- /src/android/parse/Parse-1.9.0-javadoc/com/parse/class-use/ParseException.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avivais/phonegap-parse-plugin/HEAD/src/android/parse/Parse-1.9.0-javadoc/com/parse/class-use/ParseException.html -------------------------------------------------------------------------------- /src/android/parse/Parse-1.9.0-javadoc/com/parse/class-use/ParseFile.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avivais/phonegap-parse-plugin/HEAD/src/android/parse/Parse-1.9.0-javadoc/com/parse/class-use/ParseFile.html -------------------------------------------------------------------------------- /src/android/parse/Parse-1.9.0-javadoc/com/parse/class-use/ParseGeoPoint.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avivais/phonegap-parse-plugin/HEAD/src/android/parse/Parse-1.9.0-javadoc/com/parse/class-use/ParseGeoPoint.html -------------------------------------------------------------------------------- /src/android/parse/Parse-1.9.0-javadoc/com/parse/class-use/ParseImageView.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avivais/phonegap-parse-plugin/HEAD/src/android/parse/Parse-1.9.0-javadoc/com/parse/class-use/ParseImageView.html -------------------------------------------------------------------------------- /src/android/parse/Parse-1.9.0-javadoc/com/parse/class-use/ParseInstallation.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avivais/phonegap-parse-plugin/HEAD/src/android/parse/Parse-1.9.0-javadoc/com/parse/class-use/ParseInstallation.html -------------------------------------------------------------------------------- /src/android/parse/Parse-1.9.0-javadoc/com/parse/class-use/ParseObject.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avivais/phonegap-parse-plugin/HEAD/src/android/parse/Parse-1.9.0-javadoc/com/parse/class-use/ParseObject.html -------------------------------------------------------------------------------- /src/android/parse/Parse-1.9.0-javadoc/com/parse/class-use/ParsePush.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avivais/phonegap-parse-plugin/HEAD/src/android/parse/Parse-1.9.0-javadoc/com/parse/class-use/ParsePush.html -------------------------------------------------------------------------------- /src/android/parse/Parse-1.9.0-javadoc/com/parse/class-use/ParsePushBroadcastReceiver.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avivais/phonegap-parse-plugin/HEAD/src/android/parse/Parse-1.9.0-javadoc/com/parse/class-use/ParsePushBroadcastReceiver.html -------------------------------------------------------------------------------- /src/android/parse/Parse-1.9.0-javadoc/com/parse/class-use/ParseQuery.CachePolicy.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avivais/phonegap-parse-plugin/HEAD/src/android/parse/Parse-1.9.0-javadoc/com/parse/class-use/ParseQuery.CachePolicy.html -------------------------------------------------------------------------------- /src/android/parse/Parse-1.9.0-javadoc/com/parse/class-use/ParseQuery.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avivais/phonegap-parse-plugin/HEAD/src/android/parse/Parse-1.9.0-javadoc/com/parse/class-use/ParseQuery.html -------------------------------------------------------------------------------- /src/android/parse/Parse-1.9.0-javadoc/com/parse/class-use/ParseQueryAdapter.OnQueryLoadListener.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avivais/phonegap-parse-plugin/HEAD/src/android/parse/Parse-1.9.0-javadoc/com/parse/class-use/ParseQueryAdapter.OnQueryLoadListener.html -------------------------------------------------------------------------------- /src/android/parse/Parse-1.9.0-javadoc/com/parse/class-use/ParseQueryAdapter.QueryFactory.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avivais/phonegap-parse-plugin/HEAD/src/android/parse/Parse-1.9.0-javadoc/com/parse/class-use/ParseQueryAdapter.QueryFactory.html -------------------------------------------------------------------------------- /src/android/parse/Parse-1.9.0-javadoc/com/parse/class-use/ParseQueryAdapter.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avivais/phonegap-parse-plugin/HEAD/src/android/parse/Parse-1.9.0-javadoc/com/parse/class-use/ParseQueryAdapter.html -------------------------------------------------------------------------------- /src/android/parse/Parse-1.9.0-javadoc/com/parse/class-use/ParseRelation.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avivais/phonegap-parse-plugin/HEAD/src/android/parse/Parse-1.9.0-javadoc/com/parse/class-use/ParseRelation.html -------------------------------------------------------------------------------- /src/android/parse/Parse-1.9.0-javadoc/com/parse/class-use/ParseRole.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avivais/phonegap-parse-plugin/HEAD/src/android/parse/Parse-1.9.0-javadoc/com/parse/class-use/ParseRole.html -------------------------------------------------------------------------------- /src/android/parse/Parse-1.9.0-javadoc/com/parse/class-use/ParseSession.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avivais/phonegap-parse-plugin/HEAD/src/android/parse/Parse-1.9.0-javadoc/com/parse/class-use/ParseSession.html -------------------------------------------------------------------------------- /src/android/parse/Parse-1.9.0-javadoc/com/parse/class-use/ParseTwitterUtils.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avivais/phonegap-parse-plugin/HEAD/src/android/parse/Parse-1.9.0-javadoc/com/parse/class-use/ParseTwitterUtils.html -------------------------------------------------------------------------------- /src/android/parse/Parse-1.9.0-javadoc/com/parse/class-use/ParseUser.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avivais/phonegap-parse-plugin/HEAD/src/android/parse/Parse-1.9.0-javadoc/com/parse/class-use/ParseUser.html -------------------------------------------------------------------------------- /src/android/parse/Parse-1.9.0-javadoc/com/parse/class-use/ProgressCallback.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avivais/phonegap-parse-plugin/HEAD/src/android/parse/Parse-1.9.0-javadoc/com/parse/class-use/ProgressCallback.html -------------------------------------------------------------------------------- /src/android/parse/Parse-1.9.0-javadoc/com/parse/class-use/PushService.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avivais/phonegap-parse-plugin/HEAD/src/android/parse/Parse-1.9.0-javadoc/com/parse/class-use/PushService.html -------------------------------------------------------------------------------- /src/android/parse/Parse-1.9.0-javadoc/com/parse/class-use/RefreshCallback.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avivais/phonegap-parse-plugin/HEAD/src/android/parse/Parse-1.9.0-javadoc/com/parse/class-use/RefreshCallback.html -------------------------------------------------------------------------------- /src/android/parse/Parse-1.9.0-javadoc/com/parse/class-use/RequestPasswordResetCallback.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avivais/phonegap-parse-plugin/HEAD/src/android/parse/Parse-1.9.0-javadoc/com/parse/class-use/RequestPasswordResetCallback.html -------------------------------------------------------------------------------- /src/android/parse/Parse-1.9.0-javadoc/com/parse/class-use/SaveCallback.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avivais/phonegap-parse-plugin/HEAD/src/android/parse/Parse-1.9.0-javadoc/com/parse/class-use/SaveCallback.html -------------------------------------------------------------------------------- /src/android/parse/Parse-1.9.0-javadoc/com/parse/class-use/SendCallback.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avivais/phonegap-parse-plugin/HEAD/src/android/parse/Parse-1.9.0-javadoc/com/parse/class-use/SendCallback.html -------------------------------------------------------------------------------- /src/android/parse/Parse-1.9.0-javadoc/com/parse/class-use/SignUpCallback.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avivais/phonegap-parse-plugin/HEAD/src/android/parse/Parse-1.9.0-javadoc/com/parse/class-use/SignUpCallback.html -------------------------------------------------------------------------------- /src/android/parse/Parse-1.9.0-javadoc/com/parse/package-frame.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avivais/phonegap-parse-plugin/HEAD/src/android/parse/Parse-1.9.0-javadoc/com/parse/package-frame.html -------------------------------------------------------------------------------- /src/android/parse/Parse-1.9.0-javadoc/com/parse/package-summary.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avivais/phonegap-parse-plugin/HEAD/src/android/parse/Parse-1.9.0-javadoc/com/parse/package-summary.html -------------------------------------------------------------------------------- /src/android/parse/Parse-1.9.0-javadoc/com/parse/package-tree.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avivais/phonegap-parse-plugin/HEAD/src/android/parse/Parse-1.9.0-javadoc/com/parse/package-tree.html -------------------------------------------------------------------------------- /src/android/parse/Parse-1.9.0-javadoc/com/parse/package-use.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avivais/phonegap-parse-plugin/HEAD/src/android/parse/Parse-1.9.0-javadoc/com/parse/package-use.html -------------------------------------------------------------------------------- /src/android/parse/Parse-1.9.0-javadoc/constant-values.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avivais/phonegap-parse-plugin/HEAD/src/android/parse/Parse-1.9.0-javadoc/constant-values.html -------------------------------------------------------------------------------- /src/android/parse/Parse-1.9.0-javadoc/deprecated-list.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avivais/phonegap-parse-plugin/HEAD/src/android/parse/Parse-1.9.0-javadoc/deprecated-list.html -------------------------------------------------------------------------------- /src/android/parse/Parse-1.9.0-javadoc/help-doc.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avivais/phonegap-parse-plugin/HEAD/src/android/parse/Parse-1.9.0-javadoc/help-doc.html -------------------------------------------------------------------------------- /src/android/parse/Parse-1.9.0-javadoc/index-all.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avivais/phonegap-parse-plugin/HEAD/src/android/parse/Parse-1.9.0-javadoc/index-all.html -------------------------------------------------------------------------------- /src/android/parse/Parse-1.9.0-javadoc/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avivais/phonegap-parse-plugin/HEAD/src/android/parse/Parse-1.9.0-javadoc/index.html -------------------------------------------------------------------------------- /src/android/parse/Parse-1.9.0-javadoc/overview-tree.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avivais/phonegap-parse-plugin/HEAD/src/android/parse/Parse-1.9.0-javadoc/overview-tree.html -------------------------------------------------------------------------------- /src/android/parse/Parse-1.9.0-javadoc/package-list: -------------------------------------------------------------------------------- 1 | com.parse 2 | -------------------------------------------------------------------------------- /src/android/parse/Parse-1.9.0-javadoc/resources/background.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avivais/phonegap-parse-plugin/HEAD/src/android/parse/Parse-1.9.0-javadoc/resources/background.gif -------------------------------------------------------------------------------- /src/android/parse/Parse-1.9.0-javadoc/resources/tab.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avivais/phonegap-parse-plugin/HEAD/src/android/parse/Parse-1.9.0-javadoc/resources/tab.gif -------------------------------------------------------------------------------- /src/android/parse/Parse-1.9.0-javadoc/resources/titlebar.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avivais/phonegap-parse-plugin/HEAD/src/android/parse/Parse-1.9.0-javadoc/resources/titlebar.gif -------------------------------------------------------------------------------- /src/android/parse/Parse-1.9.0-javadoc/resources/titlebar_end.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avivais/phonegap-parse-plugin/HEAD/src/android/parse/Parse-1.9.0-javadoc/resources/titlebar_end.gif -------------------------------------------------------------------------------- /src/android/parse/Parse-1.9.0-javadoc/serialized-form.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avivais/phonegap-parse-plugin/HEAD/src/android/parse/Parse-1.9.0-javadoc/serialized-form.html -------------------------------------------------------------------------------- /src/android/parse/Parse-1.9.0-javadoc/stylesheet.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avivais/phonegap-parse-plugin/HEAD/src/android/parse/Parse-1.9.0-javadoc/stylesheet.css -------------------------------------------------------------------------------- /src/android/parse/Parse-1.9.0.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avivais/phonegap-parse-plugin/HEAD/src/android/parse/Parse-1.9.0.jar -------------------------------------------------------------------------------- /src/android/parse/Parse-1.9.0.jar.properties: -------------------------------------------------------------------------------- 1 | doc=Parse-1.9.0-javadoc 2 | -------------------------------------------------------------------------------- /src/android/parse/third_party_licenses.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avivais/phonegap-parse-plugin/HEAD/src/android/parse/third_party_licenses.txt -------------------------------------------------------------------------------- /src/android/parseplugin.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avivais/phonegap-parse-plugin/HEAD/src/android/parseplugin.xml -------------------------------------------------------------------------------- /src/ios/CDVParsePlugin.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avivais/phonegap-parse-plugin/HEAD/src/ios/CDVParsePlugin.h -------------------------------------------------------------------------------- /src/ios/CDVParsePlugin.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avivais/phonegap-parse-plugin/HEAD/src/ios/CDVParsePlugin.m -------------------------------------------------------------------------------- /src/ios/Frameworks/Bolts.framework/Bolts: -------------------------------------------------------------------------------- 1 | ./Versions/A/Bolts -------------------------------------------------------------------------------- /src/ios/Frameworks/Bolts.framework/Headers: -------------------------------------------------------------------------------- 1 | ./Versions/A/Headers -------------------------------------------------------------------------------- /src/ios/Frameworks/Bolts.framework/Versions/A/Bolts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avivais/phonegap-parse-plugin/HEAD/src/ios/Frameworks/Bolts.framework/Versions/A/Bolts -------------------------------------------------------------------------------- /src/ios/Frameworks/Bolts.framework/Versions/A/Headers/BFAppLink.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avivais/phonegap-parse-plugin/HEAD/src/ios/Frameworks/Bolts.framework/Versions/A/Headers/BFAppLink.h -------------------------------------------------------------------------------- /src/ios/Frameworks/Bolts.framework/Versions/A/Headers/BFAppLinkNavigation.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avivais/phonegap-parse-plugin/HEAD/src/ios/Frameworks/Bolts.framework/Versions/A/Headers/BFAppLinkNavigation.h -------------------------------------------------------------------------------- /src/ios/Frameworks/Bolts.framework/Versions/A/Headers/BFAppLinkResolving.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avivais/phonegap-parse-plugin/HEAD/src/ios/Frameworks/Bolts.framework/Versions/A/Headers/BFAppLinkResolving.h -------------------------------------------------------------------------------- /src/ios/Frameworks/Bolts.framework/Versions/A/Headers/BFAppLinkReturnToRefererController.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avivais/phonegap-parse-plugin/HEAD/src/ios/Frameworks/Bolts.framework/Versions/A/Headers/BFAppLinkReturnToRefererController.h -------------------------------------------------------------------------------- /src/ios/Frameworks/Bolts.framework/Versions/A/Headers/BFAppLinkReturnToRefererView.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avivais/phonegap-parse-plugin/HEAD/src/ios/Frameworks/Bolts.framework/Versions/A/Headers/BFAppLinkReturnToRefererView.h -------------------------------------------------------------------------------- /src/ios/Frameworks/Bolts.framework/Versions/A/Headers/BFAppLinkTarget.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avivais/phonegap-parse-plugin/HEAD/src/ios/Frameworks/Bolts.framework/Versions/A/Headers/BFAppLinkTarget.h -------------------------------------------------------------------------------- /src/ios/Frameworks/Bolts.framework/Versions/A/Headers/BFExecutor.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avivais/phonegap-parse-plugin/HEAD/src/ios/Frameworks/Bolts.framework/Versions/A/Headers/BFExecutor.h -------------------------------------------------------------------------------- /src/ios/Frameworks/Bolts.framework/Versions/A/Headers/BFMeasurementEvent.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avivais/phonegap-parse-plugin/HEAD/src/ios/Frameworks/Bolts.framework/Versions/A/Headers/BFMeasurementEvent.h -------------------------------------------------------------------------------- /src/ios/Frameworks/Bolts.framework/Versions/A/Headers/BFTask.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avivais/phonegap-parse-plugin/HEAD/src/ios/Frameworks/Bolts.framework/Versions/A/Headers/BFTask.h -------------------------------------------------------------------------------- /src/ios/Frameworks/Bolts.framework/Versions/A/Headers/BFTaskCompletionSource.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avivais/phonegap-parse-plugin/HEAD/src/ios/Frameworks/Bolts.framework/Versions/A/Headers/BFTaskCompletionSource.h -------------------------------------------------------------------------------- /src/ios/Frameworks/Bolts.framework/Versions/A/Headers/BFURL.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avivais/phonegap-parse-plugin/HEAD/src/ios/Frameworks/Bolts.framework/Versions/A/Headers/BFURL.h -------------------------------------------------------------------------------- /src/ios/Frameworks/Bolts.framework/Versions/A/Headers/BFWebViewAppLinkResolver.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avivais/phonegap-parse-plugin/HEAD/src/ios/Frameworks/Bolts.framework/Versions/A/Headers/BFWebViewAppLinkResolver.h -------------------------------------------------------------------------------- /src/ios/Frameworks/Bolts.framework/Versions/A/Headers/Bolts.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avivais/phonegap-parse-plugin/HEAD/src/ios/Frameworks/Bolts.framework/Versions/A/Headers/Bolts.h -------------------------------------------------------------------------------- /src/ios/Frameworks/Bolts.framework/Versions/A/Headers/BoltsVersion.h: -------------------------------------------------------------------------------- 1 | #define BOLTS_VERSION @"1.1.3" 2 | -------------------------------------------------------------------------------- /src/ios/Frameworks/Bolts.framework/Versions/Current: -------------------------------------------------------------------------------- 1 | ./A -------------------------------------------------------------------------------- /src/ios/Frameworks/Parse.framework/Headers/PFACL.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avivais/phonegap-parse-plugin/HEAD/src/ios/Frameworks/Parse.framework/Headers/PFACL.h -------------------------------------------------------------------------------- /src/ios/Frameworks/Parse.framework/Headers/PFAnalytics.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avivais/phonegap-parse-plugin/HEAD/src/ios/Frameworks/Parse.framework/Headers/PFAnalytics.h -------------------------------------------------------------------------------- /src/ios/Frameworks/Parse.framework/Headers/PFAnonymousUtils.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avivais/phonegap-parse-plugin/HEAD/src/ios/Frameworks/Parse.framework/Headers/PFAnonymousUtils.h -------------------------------------------------------------------------------- /src/ios/Frameworks/Parse.framework/Headers/PFCloud.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avivais/phonegap-parse-plugin/HEAD/src/ios/Frameworks/Parse.framework/Headers/PFCloud.h -------------------------------------------------------------------------------- /src/ios/Frameworks/Parse.framework/Headers/PFConfig.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avivais/phonegap-parse-plugin/HEAD/src/ios/Frameworks/Parse.framework/Headers/PFConfig.h -------------------------------------------------------------------------------- /src/ios/Frameworks/Parse.framework/Headers/PFConstants.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avivais/phonegap-parse-plugin/HEAD/src/ios/Frameworks/Parse.framework/Headers/PFConstants.h -------------------------------------------------------------------------------- /src/ios/Frameworks/Parse.framework/Headers/PFFile.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avivais/phonegap-parse-plugin/HEAD/src/ios/Frameworks/Parse.framework/Headers/PFFile.h -------------------------------------------------------------------------------- /src/ios/Frameworks/Parse.framework/Headers/PFGeoPoint.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avivais/phonegap-parse-plugin/HEAD/src/ios/Frameworks/Parse.framework/Headers/PFGeoPoint.h -------------------------------------------------------------------------------- /src/ios/Frameworks/Parse.framework/Headers/PFInstallation.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avivais/phonegap-parse-plugin/HEAD/src/ios/Frameworks/Parse.framework/Headers/PFInstallation.h -------------------------------------------------------------------------------- /src/ios/Frameworks/Parse.framework/Headers/PFNetworkActivityIndicatorManager.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avivais/phonegap-parse-plugin/HEAD/src/ios/Frameworks/Parse.framework/Headers/PFNetworkActivityIndicatorManager.h -------------------------------------------------------------------------------- /src/ios/Frameworks/Parse.framework/Headers/PFObject+Subclass.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avivais/phonegap-parse-plugin/HEAD/src/ios/Frameworks/Parse.framework/Headers/PFObject+Subclass.h -------------------------------------------------------------------------------- /src/ios/Frameworks/Parse.framework/Headers/PFObject.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avivais/phonegap-parse-plugin/HEAD/src/ios/Frameworks/Parse.framework/Headers/PFObject.h -------------------------------------------------------------------------------- /src/ios/Frameworks/Parse.framework/Headers/PFProduct.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avivais/phonegap-parse-plugin/HEAD/src/ios/Frameworks/Parse.framework/Headers/PFProduct.h -------------------------------------------------------------------------------- /src/ios/Frameworks/Parse.framework/Headers/PFPurchase.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avivais/phonegap-parse-plugin/HEAD/src/ios/Frameworks/Parse.framework/Headers/PFPurchase.h -------------------------------------------------------------------------------- /src/ios/Frameworks/Parse.framework/Headers/PFPush.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avivais/phonegap-parse-plugin/HEAD/src/ios/Frameworks/Parse.framework/Headers/PFPush.h -------------------------------------------------------------------------------- /src/ios/Frameworks/Parse.framework/Headers/PFQuery.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avivais/phonegap-parse-plugin/HEAD/src/ios/Frameworks/Parse.framework/Headers/PFQuery.h -------------------------------------------------------------------------------- /src/ios/Frameworks/Parse.framework/Headers/PFRelation.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avivais/phonegap-parse-plugin/HEAD/src/ios/Frameworks/Parse.framework/Headers/PFRelation.h -------------------------------------------------------------------------------- /src/ios/Frameworks/Parse.framework/Headers/PFRole.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avivais/phonegap-parse-plugin/HEAD/src/ios/Frameworks/Parse.framework/Headers/PFRole.h -------------------------------------------------------------------------------- /src/ios/Frameworks/Parse.framework/Headers/PFSubclassing.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avivais/phonegap-parse-plugin/HEAD/src/ios/Frameworks/Parse.framework/Headers/PFSubclassing.h -------------------------------------------------------------------------------- /src/ios/Frameworks/Parse.framework/Headers/PFTwitterUtils.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avivais/phonegap-parse-plugin/HEAD/src/ios/Frameworks/Parse.framework/Headers/PFTwitterUtils.h -------------------------------------------------------------------------------- /src/ios/Frameworks/Parse.framework/Headers/PFUser.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avivais/phonegap-parse-plugin/HEAD/src/ios/Frameworks/Parse.framework/Headers/PFUser.h -------------------------------------------------------------------------------- /src/ios/Frameworks/Parse.framework/Headers/PF_Twitter.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avivais/phonegap-parse-plugin/HEAD/src/ios/Frameworks/Parse.framework/Headers/PF_Twitter.h -------------------------------------------------------------------------------- /src/ios/Frameworks/Parse.framework/Headers/Parse.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avivais/phonegap-parse-plugin/HEAD/src/ios/Frameworks/Parse.framework/Headers/Parse.h -------------------------------------------------------------------------------- /src/ios/Frameworks/Parse.framework/Info.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avivais/phonegap-parse-plugin/HEAD/src/ios/Frameworks/Parse.framework/Info.plist -------------------------------------------------------------------------------- /src/ios/Frameworks/Parse.framework/Modules/module.modulemap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avivais/phonegap-parse-plugin/HEAD/src/ios/Frameworks/Parse.framework/Modules/module.modulemap -------------------------------------------------------------------------------- /src/ios/Frameworks/Parse.framework/Parse: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avivais/phonegap-parse-plugin/HEAD/src/ios/Frameworks/Parse.framework/Parse -------------------------------------------------------------------------------- /src/ios/Frameworks/Parse.framework/Resources/Localizable.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avivais/phonegap-parse-plugin/HEAD/src/ios/Frameworks/Parse.framework/Resources/Localizable.strings -------------------------------------------------------------------------------- /src/ios/Frameworks/Parse.framework/third_party_licenses.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avivais/phonegap-parse-plugin/HEAD/src/ios/Frameworks/Parse.framework/third_party_licenses.txt -------------------------------------------------------------------------------- /src/wp8/ParsePlugin.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avivais/phonegap-parse-plugin/HEAD/src/wp8/ParsePlugin.cs -------------------------------------------------------------------------------- /src/wp8/parse/Parse.Phone.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avivais/phonegap-parse-plugin/HEAD/src/wp8/parse/Parse.Phone.dll -------------------------------------------------------------------------------- /src/wp8/parse/Parse.Phone.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avivais/phonegap-parse-plugin/HEAD/src/wp8/parse/Parse.Phone.xml -------------------------------------------------------------------------------- /src/wp8/parse/Parse.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avivais/phonegap-parse-plugin/HEAD/src/wp8/parse/Parse.dll -------------------------------------------------------------------------------- /src/wp8/parse/Parse.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avivais/phonegap-parse-plugin/HEAD/src/wp8/parse/Parse.xml -------------------------------------------------------------------------------- /www/cdv-plugin-parse.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avivais/phonegap-parse-plugin/HEAD/www/cdv-plugin-parse.js --------------------------------------------------------------------------------