[GitHub] cordova-android pull request: [CB-7707] Added basic multipart plug...

2014-10-07 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/cordova-android/pull/125 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the featur

[GitHub] cordova-android pull request: [CB-7707] Added basic multipart plug...

2014-10-03 Thread oahziur
Github user oahziur commented on a diff in the pull request: https://github.com/apache/cordova-android/pull/125#discussion_r18401241 --- Diff: framework/src/org/apache/cordova/PluginResult.java --- @@ -80,6 +83,12 @@ public PluginResult(Status status, byte[] data, boolean binaryStr

[GitHub] cordova-android pull request: [CB-7707] Added basic multipart plug...

2014-10-03 Thread mmocny
Github user mmocny commented on a diff in the pull request: https://github.com/apache/cordova-android/pull/125#discussion_r18400602 --- Diff: framework/src/org/apache/cordova/PluginResult.java --- @@ -80,6 +83,12 @@ public PluginResult(Status status, byte[] data, boolean binaryStri

[GitHub] cordova-android pull request: [CB-7707] Added basic multipart plug...

2014-10-03 Thread agrieve
Github user agrieve commented on a diff in the pull request: https://github.com/apache/cordova-android/pull/125#discussion_r18397007 --- Diff: framework/src/org/apache/cordova/PluginResult.java --- @@ -80,6 +83,12 @@ public PluginResult(Status status, byte[] data, boolean binaryStr

[GitHub] cordova-android pull request: [CB-7707] Added basic multipart plug...

2014-10-03 Thread agrieve
Github user agrieve commented on a diff in the pull request: https://github.com/apache/cordova-android/pull/125#discussion_r18396932 --- Diff: framework/src/org/apache/cordova/NativeToJsMessageQueue.java --- @@ -419,53 +419,43 @@ private void initReflection() { this