[GitHub] cordova-plugin-camera issue #170: Fix FileHelper / port cordova-plugin-filep...

2016-10-07 Thread TanaseButcaru
Github user TanaseButcaru commented on the issue: https://github.com/apache/cordova-plugin-camera/pull/170 Hi @davidbarre, At the moment, I don't have the time to continue upgrading my unofficial plugin with version 2.3. The last time I have made changes to my unoff

[GitHub] cordova-plugin-contacts pull request: [CB-11223] Better check for ...

2016-05-06 Thread TanaseButcaru
Github user TanaseButcaru commented on a diff in the pull request: https://github.com/apache/cordova-plugin-contacts/pull/125#discussion_r62412961 --- Diff: www/convertUtils.js --- @@ -28,10 +28,19 @@ module.exports = { */ toCordovaFormat: function (contact

[GitHub] cordova-plugin-contacts pull request: [CB-11223] Better check for ...

2016-05-06 Thread TanaseButcaru
Github user TanaseButcaru commented on a diff in the pull request: https://github.com/apache/cordova-plugin-contacts/pull/125#discussion_r62396902 --- Diff: www/convertUtils.js --- @@ -28,10 +28,19 @@ module.exports = { */ toCordovaFormat: function (contact

[GitHub] cordova-plugin-contacts pull request: [CB-11223] Better check for ...

2016-05-06 Thread TanaseButcaru
Github user TanaseButcaru commented on a diff in the pull request: https://github.com/apache/cordova-plugin-contacts/pull/125#discussion_r62396643 --- Diff: www/convertUtils.js --- @@ -28,10 +28,19 @@ module.exports = { */ toCordovaFormat: function (contact

[GitHub] cordova-plugin-contacts pull request: [CB-11223] Better check for ...

2016-05-06 Thread TanaseButcaru
Github user TanaseButcaru commented on a diff in the pull request: https://github.com/apache/cordova-plugin-contacts/pull/125#discussion_r62396222 --- Diff: www/convertUtils.js --- @@ -28,10 +28,19 @@ module.exports = { */ toCordovaFormat: function (contact

[GitHub] cordova-plugin-contacts pull request: [CB-11223] Better check for ...

2016-05-06 Thread TanaseButcaru
Github user TanaseButcaru commented on a diff in the pull request: https://github.com/apache/cordova-plugin-contacts/pull/125#discussion_r62394372 --- Diff: www/convertUtils.js --- @@ -28,10 +28,19 @@ module.exports = { */ toCordovaFormat: function (contact

[GitHub] cordova-plugin-contacts pull request: [CB-11223] Better check for ...

2016-05-06 Thread TanaseButcaru
GitHub user TanaseButcaru opened a pull request: https://github.com/apache/cordova-plugin-contacts/pull/125 [CB-11223] Better check for date validity of contact.birthday / Fix: RangeError Invalid Date You can merge this pull request into a Git repository by running: $ git

[GitHub] cordova-plugin-camera pull request: sync to upstream/master 201604...

2016-04-09 Thread TanaseButcaru
Github user TanaseButcaru closed the pull request at: https://github.com/apache/cordova-plugin-camera/pull/204 --- 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

[GitHub] cordova-plugin-camera pull request: sync to upstream/master 201604...

2016-04-09 Thread TanaseButcaru
GitHub user TanaseButcaru opened a pull request: https://github.com/apache/cordova-plugin-camera/pull/204 sync to upstream/master 20160409 You can merge this pull request into a Git repository by running: $ git pull https://github.com/TanaseButcaru/cordova-plugin-camera

[GitHub] cordova-plugin-media-capture pull request: new MediaFile() - fix w...

2016-02-16 Thread TanaseButcaru
GitHub user TanaseButcaru opened a pull request: https://github.com/apache/cordova-plugin-media-capture/pull/54 new MediaFile() - fix wrong property name for localURL If manually created a ``MediaFile`` object and calling ``getFormatData`` on it, it will run into an error with code

[GitHub] cordova-plugin-camera pull request: Fix FileHelper / port cordova-...

2016-02-15 Thread TanaseButcaru
GitHub user TanaseButcaru opened a pull request: https://github.com/apache/cordova-plugin-camera/pull/170 Fix FileHelper / port cordova-plugin-filepath-unofficial and replace getRealPath with it I recently encountered the ``FileNotFoundException ouputModifiedBitmap`` error while

[GitHub] cordova-plugin-camera pull request: separate FILE_URI and NATIVE_U...

2016-02-15 Thread TanaseButcaru
GitHub user TanaseButcaru opened a pull request: https://github.com/apache/cordova-plugin-camera/pull/169 separate FILE_URI and NATIVE_URI / take in account user defined destType Right now, on Android, ``FILE_URI`` and ``NATIVE_URI`` returns the path with ``content://`` scheme

[GitHub] cordova-plugin-media-capture pull request: Fix MediaFile.getFormat...

2016-02-13 Thread TanaseButcaru
Github user TanaseButcaru closed the pull request at: https://github.com/apache/cordova-plugin-media-capture/pull/50 --- 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

[GitHub] cordova-plugin-media-capture pull request: Fix MediaFile.getFormat...

2016-02-13 Thread TanaseButcaru
GitHub user TanaseButcaru opened a pull request: https://github.com/apache/cordova-plugin-media-capture/pull/53 Fix MediaFile.getFormatData on Android (readded) JIRA Issue [CB-10488](https://issues.apache.org/jira/browse/CB-10488) JIRA Issue [CB-10489](https://issues.apache.org

[GitHub] cordova-plugin-camera pull request: CB-10369: Added getVideo() fea...

2016-02-13 Thread TanaseButcaru
Github user TanaseButcaru closed the pull request at: https://github.com/apache/cordova-plugin-camera/pull/152 --- 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

[GitHub] cordova-plugin-camera pull request: CB-10369: Added getVideo() fea...

2016-02-13 Thread TanaseButcaru
GitHub user TanaseButcaru opened a pull request: https://github.com/apache/cordova-plugin-camera/pull/168 CB-10369: Added getVideo() feature with thumbnail creation (readded) I've implemented the `getVideo` function for cordova-plugin-camera which gives the user the abili

[GitHub] cordova-plugin-camera pull request: CB-10270 android: Added back s...

2016-02-12 Thread TanaseButcaru
Github user TanaseButcaru commented on the pull request: https://github.com/apache/cordova-plugin-camera/pull/160#issuecomment-183518294 I can confirm this is working for picture selection. @shahin8r you could use this commit to [prevent empty video content uri](https

[GitHub] cordova-plugin-media-capture pull request: CB-10488 - MediaFile.ge...

2016-01-31 Thread TanaseButcaru
GitHub user TanaseButcaru opened a pull request: https://github.com/apache/cordova-plugin-media-capture/pull/50 CB-10488 - MediaFile.getFormatData does not work with localURL; changed with fullPath JIRA Issue [CB-10488](https://issues.apache.org/jira/browse/CB-10488) You can merge

[GitHub] cordova-plugin-camera pull request: Add getVideo() feature with th...

2016-01-16 Thread TanaseButcaru
GitHub user TanaseButcaru opened a pull request: https://github.com/apache/cordova-plugin-camera/pull/152 Add getVideo() feature with thumbnail creation I've implemented the `getVideo` function for cordova-plugin-camera which gives the user the ability to record a video

[GitHub] cordova-plugin-camera pull request: Android FileHelper modificatio...

2016-01-10 Thread TanaseButcaru
Github user TanaseButcaru commented on the pull request: https://github.com/apache/cordova-plugin-camera/pull/149#issuecomment-170388333 Really needed this one. Thanks!! --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well