3
0
mirror of https://github.com/apache/cordova-plugin-camera.git synced 2025-02-26 08:32:55 +08:00
Commit Graph

679 Commits

Author SHA1 Message Date
Matthew Harris
6900fbaefa
docs(readme): app renamed to Google Photos 2019-09-25 22:04:31 +07:00
klodha
a9436b1a18 ImagePicker returning same image ()
ImagePicker returning same image

Co-authored-by: Jan Piotrowski <piotrowski+github@gmail.com>
Co-authored-by: Tim Brust <github@timbrust.de>
2019-09-16 11:40:54 +02:00
Jan Piotrowski
db4b4b947d chore(release): 4.1.1-dev 2019-06-27 21:04:04 +02:00
Jan Piotrowski
ae3531acfa chore(release): 4.1.0 (version string) 2019-06-27 21:01:58 +02:00
Jan Piotrowski
5b4d9ba5c7 chore(release): release notes for 4.1.0 2019-06-27 21:01:58 +02:00
Jan Piotrowski
06dc38f9ab docs: remove outdated test docs translations 2019-06-27 18:46:33 +02:00
Jan Piotrowski
5dc952724f build: remove .ratignore file that is not needed any more 2019-06-27 18:46:13 +02:00
Jan Piotrowski
cad8bd1442 chore: fix repo and issue urls and license in package.json and plugin.xml 2019-06-27 18:45:52 +02:00
Jan Piotrowski
19d8e2f6ff
fix: temporarily remove Appium tests () 2019-06-20 13:30:25 +02:00
Jan Piotrowski
cffd0ac825
ci(travis): Update Travis CI configuration for new paramedic ()
* 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`
2019-06-20 13:25:28 +02:00
Hazem Saleh
295e928784 (Android) Fix NullPointerException error on some Android phones () 2019-05-05 19:16:20 +02:00
Gedas Gardauskas
fae190ead2 Update CI Environment Setup for Node.js 6 () 2019-04-08 23:14:38 +09:00
Hazem Saleh
a13665d530 AAR-232: (android) Enhancement: Camera plugin code cleanup () 2019-03-01 14:00:39 -05:00
Álvaro Herrero
81b878da59 GH-329: (android) Fixes issue: Exif data lost on many cases ()
* GH-329 android: Fix Exif data lost when correctOrientation is true

* Changed variable name
2019-02-21 16:51:54 +01:00
Jan Piotrowski
b261d3174f Add or update GitHub pull request and issue template 2019-02-11 18:38:15 +01:00
pz
24c8b6c43d GH-376 (ios) fixes UIImagePickerController cancel handling for iOS11+ () 2018-12-16 12:20:01 +01:00
jcesarmobile
7ddb3dfbbe
Remove deprecated platforms from docs () 2018-12-10 00:52:39 +01:00
jcesarmobile
60e779559e
Android: return DATA_URL for ALLMEDIA if it's an image () 2018-12-09 12:39:06 +01:00
jcesarmobile
ce77aab010
CB-13813: (iOS) Remove old iOS code () 2018-12-04 12:21:39 +01:00
Ams
cd72047dfc CB-13865: (IOS-Ipad) Making popover Window Size configurable using popoverOptions - imagePicker () 2018-11-25 13:59:51 +01:00
Jan Piotrowski
bfbe4a1e52
fix quirk 2018-11-23 20:18:31 +01:00
jcesarmobile
86b0bf2534
CB-13837: fix TypeScript Definition for CameraPopoverOptions () 2018-11-23 18:44:46 +01:00
Jan Piotrowski
a5a3d88152
clarify android quirk of cameraDirection 2018-11-20 23:40:08 +01:00
jcesarmobile
eed44330a4
Bump minor version () 2018-11-13 23:02:58 +01:00
jcesarmobile
07e85742aa
Remove automatic README generation () 2018-11-01 16:13:52 +01:00
jcesarmobile
c0d78ad644
Revert "Bump minor version to 4.1.0-dev ()" ()
This reverts commit 7ee91a927d.
2018-10-30 16:44:58 +01:00
jcesarmobile
7ee91a927d
Bump minor version to 4.1.0-dev () 2018-10-24 13:26:07 +02:00
Jan Piotrowski
bcb26fbbd2
remove JIRA link 2018-10-04 01:15:01 +02:00
Chris Brody
dc73954108
Merge pull request from DisruptiveMind/master
CB-11714: (windows) added check for encoding in savePhoto() without height/width
2018-10-03 18:42:51 -04:00
Jan Piotrowski
c1b9772dca
replace double quotes with single quotes 2018-10-03 20:54:06 +02:00
Jan Piotrowski
a346212e90
also accept terms for android sdk android-27 2018-10-01 12:36:47 +02:00
Tyler Pham
eb57b02ba8 CB-11714: reuse picture.name instead of pictureName 2018-09-16 19:22:16 -04:00
Tyler Pham
dca4b9c82b simplify picture.copyAsync 2018-09-16 19:19:13 -04:00
Jan Piotrowski
403682b9d4 remove outdated docs translations that haven't been touched for 3 years 2018-08-18 22:57:23 +02:00
bvmensvoort
5c23b65af9 CB-14097: (android) Fix crash when selecting some files with getPicture ()
* 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
2018-07-06 00:16:25 +02:00
jcesarmobile
6899c5ece9
Update engines to use variables () 2018-06-10 23:14:08 +02:00
Matthew Vander Vliet
5163d38465 CB-13384: (browser) Added deprecation of video.src compatibility ()
* CB-13384: (browser) Added deprecation of video.src compatibility

* CB-13384: Updated to reflect property detection rather than deprecation exception.
2018-05-25 12:44:23 +08:00
Andrew Decker
36343a8e07 Update CameraProxy.js ()
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.
2018-05-24 13:42:39 +08:00
Nicco Kunzmann
ead7d5e6c2 replace warning emoji with warning unicode ()
Due to the use of the emoji, the documentation page shows
⚠️ instead of ⚠.
https://cordova.apache.org/docs/en/latest/reference/cordova-plugin-camera/index.html
2018-05-19 12:04:58 +02:00
jcesarmobile
e334656933 CB-14017 (android): Make com.android.support:support-v4 version configurable () 2018-05-19 01:59:48 -04:00
Hazem Saleh
5ec121bf98 CB-14047: (android) CameraLauncher: Replacing Repeated String literals with final variables () 2018-04-22 14:33:52 -04:00
Steve Gill
d9d80e40c1 Set VERSION to 4.0.4-dev (via coho) 2018-04-12 18:06:58 -07:00
Steve Gill
6ce1443622 fixed issue with version, 4.0.3 2018-04-12 18:04:49 -07:00
Steve Gill
37e12e85fb Set VERSION to 4.0.4-dev (via coho) 2018-04-12 17:16:12 -07:00
Steve Gill
9d05a1e58f CB-14030 Updated version and RELEASENOTES.md for release 4.0.3 (via coho) 2018-04-12 17:06:17 -07:00
Joe Bowser
c8581ba2c9
Merge pull request from cjpearson/CB12953
CB-12593: (android) Fix potential FileProvider conflicts
2018-03-14 12:44:35 -07:00
jcesarmobile
e36482c7ba
Fix a mistake in the examples of usage descriptions () 2018-02-12 10:36:58 +01:00
Julio César
7c90555bd4 CB-13854(ios): fix Camera opens in portrait orientation on iphones 2018-02-11 21:44:56 -05:00
Tsuruda
e25aed97c5 modified init value () 2018-02-11 18:22:34 +01:00
Alpesh Patel
bf935dfbd2 CB-13415 (android) Importing corrupt images using the Camera plugin c… ()
* CB-13415 (android) Importing corrupt images using the Camera plugin crashes the app
2018-02-08 13:12:16 +01:00