Erisu [Wed, 4 Aug 2021 04:16:27 +0000 (13:16 +0900)]
Updated version and RELEASENOTES.md for release 5.0.3 (camera-v5.0.3)
エリス [Wed, 4 Aug 2021 04:06:29 +0000 (13:06 +0900)]
chore: rebuilt package-lock.json (#754)
エリス [Wed, 28 Jul 2021 05:31:19 +0000 (14:31 +0900)]
fix: incorrect version in package-lock (#748)
エリス [Wed, 28 Jul 2021 05:30:17 +0000 (14:30 +0900)]
chore: set the 5.x versions locked to cordova-android <10.0.0 (#747)
Niklas Merz [Mon, 28 Jun 2021 09:16:24 +0000 (11:16 +0200)]
chore(asf): Update GitHub repo metadata (#729)
PVPoyer [Tue, 11 May 2021 20:45:53 +0000 (22:45 +0200)]
Incremented plugin version. (cordova-plugin-camera20210511)
PVPoyer [Tue, 11 May 2021 20:12:25 +0000 (22:12 +0200)]
Updated version and RELEASENOTES.md for release 5.0.2 (cordova-plugin-camera20210511)
Pieter Van Poyer [Tue, 11 May 2021 19:51:53 +0000 (21:51 +0200)]
Merge pull request #728 from PieterVanPoyer/tasks/v5.0.2-audit-fix
chore(npm): fix npm audit issues automatically
PVPoyer [Tue, 11 May 2021 19:39:28 +0000 (21:39 +0200)]
plugin release preparation - audit fix
Pieter Van Poyer [Tue, 11 May 2021 19:32:47 +0000 (21:32 +0200)]
Merge branch 'apache:master' into master
Pieter Van Poyer [Tue, 2 Feb 2021 18:43:26 +0000 (19:43 +0100)]
Bugfix issue 665 (#700)
* GH-665 - store the imageFilePath when the app is paused (onSaveInstance) and restore it back.
* Update src/android/CameraLauncher.java whitespace layout
Co-authored-by: Tim Brust <github@timbrust.de>
Co-authored-by: Tim Brust <github@timbrust.de>
Pieter Van Poyer [Fri, 8 Jan 2021 16:14:07 +0000 (17:14 +0100)]
Merge pull request #1 from apache/master
make even
エリス [Sat, 28 Nov 2020 08:12:32 +0000 (17:12 +0900)]
ci: add node-14.x to workflow (#691)
Erisu [Mon, 9 Nov 2020 09:15:06 +0000 (18:15 +0900)]
Increment package version to 5.0.2-dev
Erisu [Wed, 4 Nov 2020 01:24:25 +0000 (10:24 +0900)]
Updated version and RELEASENOTES.md for release 5.0.1 (camera-
20201104)
エリス [Wed, 4 Nov 2020 01:12:19 +0000 (10:12 +0900)]
chore(android): add missing apache license header (#686)
jcesarmobile [Wed, 28 Oct 2020 17:47:10 +0000 (18:47 +0100)]
fix(ios): correctly append exif on iOS 14 (#685)
Pieter Van Poyer [Sat, 17 Oct 2020 02:48:22 +0000 (04:48 +0200)]
Bugfix issue 341 save to photo gallery - Fixes #341, fixes #577 (#669)
* GH-341 - GH-577 Fixed the Save Photo To Album starting from camera - Android
- saveToPhotoAlbum feature fixed by taken into count content - uri. (writeUncompressedImage method) ( see: https://github.com/apache/cordova-plugin-camera/issues/611#issuecomment-
700273405 )
- make saveToPhotoAlbum future proof by using the MediaStore to insert the taken image
- made a method to calculate the compressFormat based on the encodingType (JPEG or PNG)
- layout of the performCrop method is adjusted
- removed unused rotate variable inside processResultFromGallery method
* Add extra VO class to the plugin.xml
* added package declaration to new VO
* GH-341 - GH-577 https://github.com/apache/cordova-plugin-camera/pull/669#discussion_r504632953 listen to review
Norman Breau [Thu, 15 Oct 2020 00:51:20 +0000 (21:51 -0300)]
Revert "fix(android): Declare CAMERA permission" (#677)
This reverts commit
140e8861e30164da0861fec548d0aa2413197e12.
jcesarmobile [Wed, 7 Oct 2020 13:48:47 +0000 (15:48 +0200)]
chore: Fix JIRA links in RELEASENOTES.md (#672)
Norman Breau [Thu, 1 Oct 2020 10:56:42 +0000 (07:56 -0300)]
Merge pull request #670 from breautek/fix/camera-perms
fix(android): Declare CAMERA permission
Norman Breau [Thu, 1 Oct 2020 01:07:19 +0000 (22:07 -0300)]
fix(android): Declare CAMERA permission
jcesarmobile [Thu, 24 Sep 2020 15:00:05 +0000 (17:00 +0200)]
chore: Update RELEASENOTES (#664)
Erisu [Fri, 18 Sep 2020 03:06:07 +0000 (12:06 +0900)]
Increment package version to 5.0.1-dev
Erisu [Mon, 14 Sep 2020 03:19:36 +0000 (12:19 +0900)]
Updated version and RELEASENOTES.md for release 5.0.0 (camera-
20200914)
エリス [Thu, 3 Sep 2020 10:35:43 +0000 (19:35 +0900)]
ci(travis): update osx xcode image (#648)
* ci(travis): update osx xcode image
* ci: use travis's latest supported osx_image xcode11.6
jcesarmobile [Fri, 7 Aug 2020 12:38:05 +0000 (14:38 +0200)]
breaking: remove NATIVE_URI DestinationType (#637)
エリス [Tue, 28 Jul 2020 11:25:48 +0000 (20:25 +0900)]
breaking: bump project requirements (#628)
エリス [Thu, 23 Jul 2020 11:16:36 +0000 (20:16 +0900)]
chore: remove deprecated file transfer plugin (#634)
jcesarmobile [Thu, 23 Jul 2020 10:11:55 +0000 (12:11 +0200)]
fix(android): return error if file url is null (#632)
Loïc Le Malliaud [Thu, 16 Jul 2020 11:08:40 +0000 (13:08 +0200)]
fix(android): use provider prefix to avoid conflicts other plugin providers (#510)
Co-authored-by: jcesarmobile <jcesarmobile@gmail.com>
jcesarmobile [Tue, 14 Jul 2020 14:26:09 +0000 (16:26 +0200)]
breaking(android): stop using CordovaUri helper class (#617)
エリス [Tue, 14 Jul 2020 10:26:24 +0000 (19:26 +0900)]
chore: add package-lock.json (#630)
エリス [Tue, 14 Jul 2020 10:15:57 +0000 (19:15 +0900)]
chore(package): use short notation (#631)
エリス [Tue, 14 Jul 2020 10:15:29 +0000 (19:15 +0900)]
feat: migrate to @cordova/eslint-config@3.x (#629)
エリス [Tue, 14 Jul 2020 08:55:23 +0000 (17:55 +0900)]
ci: fix additional tests (#626)
エリス [Tue, 14 Jul 2020 08:55:04 +0000 (17:55 +0900)]
breaking: bump version 5.0.0-dev (#627)
jcesarmobile [Thu, 25 Jun 2020 16:23:01 +0000 (18:23 +0200)]
fix(ios): tempFilePath called twice if using CameraUsesGeolocation (#612)
Jesse MacFadyen [Thu, 7 May 2020 08:34:03 +0000 (01:34 -0700)]
chore(release): 4.2.0-dev
Jesse MacFadyen [Thu, 7 May 2020 07:45:53 +0000 (00:45 -0700)]
Updated version and RELEASENOTES.md for release (Camera-4.2.0)
Jesse MacFadyen [Thu, 30 Apr 2020 17:46:21 +0000 (10:46 -0700)]
Merge pull request #588 from purplecabbage/AndroidCacheLocal
[Android] Cache images in device storage, devices have enough space now.
Jesse MacFadyen [Tue, 28 Apr 2020 20:57:00 +0000 (13:57 -0700)]
Cache images in device storage, devices have enough space now.
Norman Breau [Sat, 25 Apr 2020 02:09:49 +0000 (23:09 -0300)]
Merge pull request #508 from rtpHarry/patch-1
docs(readme): app renamed to Google Photos
Erisu [Wed, 22 Apr 2020 04:39:50 +0000 (13:39 +0900)]
chore(asf): update git notification settings
jcesarmobile [Wed, 15 Apr 2020 09:41:21 +0000 (11:41 +0200)]
fix(ios): return copy of video when picking from gallery on iOS 13 (#580)
Niklas Merz [Mon, 13 Apr 2020 12:27:10 +0000 (14:27 +0200)]
Update CONTRIBUTING.md
exxbrain [Thu, 9 Apr 2020 13:54:26 +0000 (16:54 +0300)]
Fix UI API called on a background thread (#550, #530, #447) (#551)
Co-authored-by: Denis Zakharov <d.zakharov@bssys.com>
Tim Brust [Sat, 28 Mar 2020 12:11:08 +0000 (12:11 +0000)]
ci: updates Node.js versions (#576)
Tim Brust [Sat, 28 Mar 2020 12:10:44 +0000 (12:10 +0000)]
chore(npm): adds ignore list (#575)
jcesarmobile [Sat, 19 Oct 2019 23:05:19 +0000 (01:05 +0200)]
docs(README): remove confusing comment (#513)
jcesarmobile [Sat, 19 Oct 2019 15:07:21 +0000 (17:07 +0200)]
docs(README): remove orphan windows phone 7 note (#512)
Matthew Harris [Wed, 25 Sep 2019 15:04:31 +0000 (22:04 +0700)]
docs(readme): app renamed to Google Photos
klodha [Mon, 16 Sep 2019 09:40:54 +0000 (15:10 +0530)]
ImagePicker returning same image (#306)
ImagePicker returning same image
Co-authored-by: Jan Piotrowski <piotrowski+github@gmail.com>
Co-authored-by: Tim Brust <github@timbrust.de>
Jan Piotrowski [Thu, 27 Jun 2019 19:02:49 +0000 (21:02 +0200)]
chore(release): 4.1.1-dev
Jan Piotrowski [Thu, 27 Jun 2019 19:01:58 +0000 (21:01 +0200)]
chore(release): 4.1.0 (version string)
Jan Piotrowski [Thu, 27 Jun 2019 19:01:58 +0000 (21:01 +0200)]
chore(release): release notes for 4.1.0
Jan Piotrowski [Thu, 27 Jun 2019 16:46:33 +0000 (18:46 +0200)]
docs: remove outdated test docs translations
Jan Piotrowski [Thu, 27 Jun 2019 16:46:13 +0000 (18:46 +0200)]
build: remove `.ratignore` file that is not needed any more
Jan Piotrowski [Thu, 27 Jun 2019 16:45:52 +0000 (18:45 +0200)]
chore: fix repo and issue urls and license in package.json and plugin.xml
Jan Piotrowski [Thu, 20 Jun 2019 11:30:25 +0000 (13:30 +0200)]
fix: temporarily remove Appium tests (#468)
Jan Piotrowski [Thu, 20 Jun 2019 11:25:28 +0000 (13:25 +0200)]
ci(travis): Update Travis CI configuration for new paramedic (#455)
* Update .travis.yml
* ADDITIONAL_TESTS
* npm install github:apache/cordova-paramedic\#plugin-test-fixes
* undo
* fix
* ADDITIONAL_TESTS_DIR
* Update .travis.yml
* update to npm 8 for `npm install appium`
Hazem Saleh [Sun, 5 May 2019 17:16:20 +0000 (13:16 -0400)]
(Android) Fix NullPointerException error on some Android phones (#429)
Gedas Gardauskas [Mon, 8 Apr 2019 14:14:38 +0000 (23:14 +0900)]
Update CI Environment Setup for Node.js 6 (#438)
Hazem Saleh [Fri, 1 Mar 2019 19:00:39 +0000 (14:00 -0500)]
AAR-232: (android) Enhancement: Camera plugin code cleanup (#425)
Álvaro Herrero [Thu, 21 Feb 2019 15:51:54 +0000 (16:51 +0100)]
GH-329: (android) Fixes issue: Exif data lost on many cases (#331)
* GH-329 android: Fix Exif data lost when correctOrientation is true
* Changed variable name
Jan Piotrowski [Mon, 11 Feb 2019 17:38:15 +0000 (18:38 +0100)]
Add or update GitHub pull request and issue template
pz [Sun, 16 Dec 2018 11:20:01 +0000 (11:20 +0000)]
GH-376 (ios) fixes UIImagePickerController cancel handling for iOS11+ (#377)
jcesarmobile [Sun, 9 Dec 2018 23:52:39 +0000 (00:52 +0100)]
Remove deprecated platforms from docs (#394)
jcesarmobile [Sun, 9 Dec 2018 11:39:06 +0000 (12:39 +0100)]
Android: return DATA_URL for ALLMEDIA if it's an image (#382)
jcesarmobile [Tue, 4 Dec 2018 11:21:39 +0000 (12:21 +0100)]
CB-13813: (iOS) Remove old iOS code (#381)
Ams [Sun, 25 Nov 2018 12:59:51 +0000 (13:59 +0100)]
CB-13865: (IOS-Ipad) Making popover Window Size configurable using popoverOptions - imagePicker (#314)
Jan Piotrowski [Fri, 23 Nov 2018 19:18:31 +0000 (20:18 +0100)]
fix quirk
jcesarmobile [Fri, 23 Nov 2018 17:44:46 +0000 (18:44 +0100)]
CB-13837: fix TypeScript Definition for CameraPopoverOptions (#379)
Jan Piotrowski [Tue, 20 Nov 2018 22:40:08 +0000 (23:40 +0100)]
clarify android quirk of cameraDirection
jcesarmobile [Tue, 13 Nov 2018 22:02:58 +0000 (23:02 +0100)]
Bump minor version (#370)
jcesarmobile [Thu, 1 Nov 2018 15:13:52 +0000 (16:13 +0100)]
Remove automatic README generation (#365)
jcesarmobile [Tue, 30 Oct 2018 15:44:58 +0000 (16:44 +0100)]
Revert "Bump minor version to 4.1.0-dev (#357)" (#363)
This reverts commit
7ee91a927d96904bb5abdee696f6c2e03b71acca.
jcesarmobile [Wed, 24 Oct 2018 11:26:07 +0000 (13:26 +0200)]
Bump minor version to 4.1.0-dev (#357)
Jan Piotrowski [Wed, 3 Oct 2018 23:15:01 +0000 (01:15 +0200)]
remove JIRA link
Chris Brody [Wed, 3 Oct 2018 22:42:51 +0000 (18:42 -0400)]
Merge pull request #242 from DisruptiveMind/master
CB-11714: (windows) added check for encoding in savePhoto() without height/width
Jan Piotrowski [Wed, 3 Oct 2018 18:54:06 +0000 (20:54 +0200)]
replace double quotes with single quotes
Jan Piotrowski [Mon, 1 Oct 2018 10:36:47 +0000 (12:36 +0200)]
also accept terms for android sdk `android-27`
Tyler Pham [Sun, 16 Sep 2018 23:22:16 +0000 (19:22 -0400)]
CB-11714: reuse picture.name instead of pictureName
Tyler Pham [Sun, 16 Sep 2018 23:19:13 +0000 (19:19 -0400)]
simplify picture.copyAsync
Jan Piotrowski [Sat, 18 Aug 2018 20:57:23 +0000 (22:57 +0200)]
remove outdated docs translations that haven't been touched for 3 years
bvmensvoort [Thu, 5 Jul 2018 22:16:25 +0000 (00:16 +0200)]
CB-14097: (android) Fix crash when selecting some files with getPicture (#322)
* CB-14097: (android) Fix crash when selecting some files with getPicture of urls with raw://
Handles both urls:
content://com.android.providers.downloads.documents/document/1111
content://com.android.providers.downloads.documents/document/raw%3A%2Fstorage%2Femulated%2F0%2FDownload%2Ffilename.pdf
* Optimization: Remove TextUtils dependency, return null when no id could be extracted
jcesarmobile [Sun, 10 Jun 2018 21:14:08 +0000 (23:14 +0200)]
Update engines to use variables (#323)
Matthew Vander Vliet [Fri, 25 May 2018 04:44:23 +0000 (22:44 -0600)]
CB-13384: (browser) Added deprecation of video.src compatibility (#288)
* CB-13384: (browser) Added deprecation of video.src compatibility
* CB-13384: Updated to reflect property detection rather than deprecation exception.
Andrew Decker [Thu, 24 May 2018 05:42:39 +0000 (00:42 -0500)]
Update CameraProxy.js (#284)
Remove audio flag from getUserMedia on the browser. Including audio resulted in some nasty audio feedback, and audio isn't really needed for taking pictures anyway.
Nicco Kunzmann [Sat, 19 May 2018 10:04:58 +0000 (12:04 +0200)]
replace warning emoji with warning unicode (#317)
Due to the use of the emoji, the documentation page shows
:warning: instead of ⚠.
https://cordova.apache.org/docs/en/latest/reference/cordova-plugin-camera/index.html
jcesarmobile [Sat, 19 May 2018 05:59:48 +0000 (07:59 +0200)]
CB-14017 (android): Make com.android.support:support-v4 version configurable (#318)
Hazem Saleh [Sun, 22 Apr 2018 18:33:52 +0000 (14:33 -0400)]
CB-14047: (android) CameraLauncher: Replacing Repeated String literals with final variables (#319)
Steve Gill [Fri, 13 Apr 2018 01:06:58 +0000 (18:06 -0700)]
Set VERSION to 4.0.4-dev (via coho)
Steve Gill [Fri, 13 Apr 2018 01:04:49 +0000 (18:04 -0700)]
fixed issue with version, 4.0.3
Steve Gill [Fri, 13 Apr 2018 00:16:12 +0000 (17:16 -0700)]
Set VERSION to 4.0.4-dev (via coho)
Steve Gill [Fri, 13 Apr 2018 00:06:17 +0000 (17:06 -0700)]
CB-14030 Updated version and RELEASENOTES.md for release 4.0.3 (via coho)
Joe Bowser [Wed, 14 Mar 2018 19:44:35 +0000 (12:44 -0700)]
Merge pull request #275 from cjpearson/
CB12953
CB-12593: (android) Fix potential FileProvider conflicts
jcesarmobile [Mon, 12 Feb 2018 09:36:58 +0000 (10:36 +0100)]
Fix a mistake in the examples of usage descriptions (#313)
Julio César [Sun, 11 Feb 2018 12:08:40 +0000 (13:08 +0100)]
CB-13854(ios): fix Camera opens in portrait orientation on iphones
Tsuruda [Sun, 11 Feb 2018 17:22:34 +0000 (02:22 +0900)]
modified init value (#264)