[GitHub] cordova-plugin-camera pull request: Fix cb6875

2014-06-27 Thread dpesch
Github user dpesch commented on the pull request: https://github.com/apache/cordova-plugin-camera/pull/29#issuecomment-47385219 Thanks --- 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

[GitHub] cordova-plugin-camera pull request: Fix cb6875

2014-06-04 Thread dpesch
GitHub user dpesch opened a pull request: https://github.com/apache/cordova-plugin-camera/pull/29 Fix cb6875 This fix will fix the FATAL EXCEPTION which kills the app process on HTC Android devices (please notice CB6875 https://issues.apache.org/jira/browse/CB-6875

[GitHub] cordova-plugin-file pull request: Fixed toURL() vs. toInternalURL(...

2014-05-24 Thread dpesch
Github user dpesch closed the pull request at: https://github.com/apache/cordova-plugin-file/pull/46 --- 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

[GitHub] cordova-plugin-file pull request: Fixed toURL() vs. toInternalURL(...

2014-05-23 Thread dpesch
Github user dpesch commented on the pull request: https://github.com/apache/cordova-plugin-file/pull/46#issuecomment-44058098 Hi Ian, thanks, I'll close it tomorrow. dom > Am 23.05.2014 um 21:49 schrieb Ian Clelland : > > I committed this

[GitHub] cordova-plugin-file pull request: Fixed toURL() vs. toInternalURL(...

2014-05-14 Thread dpesch
GitHub user dpesch opened a pull request: https://github.com/apache/cordova-plugin-file/pull/46 Fixed toURL() vs. toInternalURL() information in the doku We use(d) toURL() to get 'cdvfile:' URLs which are independent from the application UUID (on iOS). I'll hope the