jcesarmobile and GitHub
20293f3d64
fix!: remove deprecated platforms ( #848 )
2023-09-01 00:34:30 +02:00
505ccefb4c
feat(android)!: Android 13 support ( #844 )
...
* feat(android)!: Android 13 support
* refactor(android): simplify getPermissions logic
* feat(android)!: bump cordova-android requirement to >=12.0.0
* feat(android): update saveAlbumPermission to include Android 9 and below use case
---------
Co-authored-by: ochakov <evgeny@ochakov.com >
2023-08-26 20:21:32 +09:00
エリス and GitHub
61a6e9bb44
dep(dev)!: bump @cordova/eslint-config@5.0.0 ( #846 )
...
* dep(dev)!: bump @cordova/eslint-config@5.0.0
* chore: apply automatic lint fix
2023-08-18 00:59:25 +09:00
Norman Breau and GitHub
84166f6355
chore(android): Cleanup obsolete BuildConfig comments ( #831 )
2023-04-14 08:48:12 -03:00
2c09ade500
fix(android): set applicationId ( #827 )
...
Co-authored-by: Alexandre Alves <aalves@seamlink.com >
2023-04-14 08:06:30 -03:00
jcesarmobile and GitHub
d0545c879f
fix(browser): use navigator.mediaDevices.getUserMedia ( #810 )
2022-09-30 00:59:27 +02:00
Scott Murphy and GitHub
4608f8ef80
fix(ios): preserving EXIF data ( #712 )
2022-03-22 16:23:56 +09:00
e9db20e381
fix(android): return exception message (where it exists) ( #687 )
...
Co-authored-by: エリス <erisu@users.noreply.github.com >
Co-authored-by: jcesarmobile <jcesarmobile@gmail.com >
2021-08-11 16:56:42 +09:00
c7971d9f63
fix(android): file path correction if Uri authority is FileProvider ( #585 )
...
Co-authored-by: Tim Brust <ratchet.player@gmx.de >
Co-authored-by: Francis Monier <contactpro@francismonier.com >
Co-authored-by: Norman Breau <norman@normanbreau.com >
2021-08-11 16:34:20 +09:00
エリス and GitHub
0227cdcf14
feat(android)!: support AndroidX ( #751 )
...
* feat: migrate FileProvider to androidx
* feat: add androidx.core:core with variable override ANDROIDX_CORE_VERSION
2021-08-09 23:09:29 +09:00
Pieter Van Poyer and GitHub
75bf807261
Bugfix issue 711 heic format ( #731 )
...
* Android - issue/711 - support .heic format
2021-08-09 15:36:58 +02:00
f704689200
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 >
2021-02-02 14:43:26 -04:00
エリス and GitHub
8975171d7a
chore(android): add missing apache license header ( #686 )
2020-11-04 10:12:19 +09:00
jcesarmobile and GitHub
2d1ee66a2b
fix(ios): correctly append exif on iOS 14 ( #685 )
2020-10-28 18:47:10 +01:00
Pieter Van Poyer and GitHub
ebe0517a24
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
2020-10-16 23:48:22 -03:00
jcesarmobile and GitHub
0333d001c7
breaking: remove NATIVE_URI DestinationType ( #637 )
2020-08-07 14:38:05 +02:00
jcesarmobile and GitHub
e2ecd7fe91
fix(android): return error if file url is null ( #632 )
2020-07-23 12:11:55 +02:00
eb7fc333ee
fix(android): use provider prefix to avoid conflicts other plugin providers ( #510 )
...
Co-authored-by: jcesarmobile <jcesarmobile@gmail.com >
2020-07-16 13:08:40 +02:00
jcesarmobile and GitHub
fd155d9705
breaking(android): stop using CordovaUri helper class ( #617 )
2020-07-14 16:26:09 +02:00
エリス and GitHub
973bbbbac7
feat: migrate to @cordova/eslint-config@3.x ( #629 )
2020-07-14 19:15:29 +09:00
jcesarmobile and GitHub
d89c25cd82
fix(ios): tempFilePath called twice if using CameraUsesGeolocation ( #612 )
2020-06-25 18:23:01 +02:00
Jesse MacFadyen
df14414203
Cache images in device storage, devices have enough space now.
2020-04-28 13:57:00 -07:00
jcesarmobile and GitHub
bfa38fed2c
fix(ios): return copy of video when picking from gallery on iOS 13 ( #580 )
2020-04-15 11:41:21 +02:00
f4067e22d9
Fix UI API called on a background thread ( #550 , #530 , #447 ) ( #551 )
...
Co-authored-by: Denis Zakharov <d.zakharov@bssys.com >
2020-04-09 13:54:26 +00:00
a9436b1a18
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 >
2019-09-16 11:40:54 +02:00
Hazem Saleh and Jan Piotrowski
295e928784
(Android) Fix NullPointerException error on some Android phones ( #429 )
2019-05-05 19:16:20 +02:00
Hazem Saleh and Simon MacDonald
a13665d530
AAR-232: (android) Enhancement: Camera plugin code cleanup ( #425 )
2019-03-01 14:00:39 -05:00
Álvaro Herrero and Jan Piotrowski
81b878da59
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
2019-02-21 16:51:54 +01:00
pz and jcesarmobile
24c8b6c43d
GH-376 (ios) fixes UIImagePickerController cancel handling for iOS11+ ( #377 )
2018-12-16 12:20:01 +01:00
jcesarmobile and GitHub
60e779559e
Android: return DATA_URL for ALLMEDIA if it's an image ( #382 )
2018-12-09 12:39:06 +01:00
jcesarmobile and GitHub
ce77aab010
CB-13813: (iOS) Remove old iOS code ( #381 )
2018-12-04 12:21:39 +01:00
Ams and jcesarmobile
cd72047dfc
CB-13865: (IOS-Ipad) Making popover Window Size configurable using popoverOptions - imagePicker ( #314 )
2018-11-25 13:59:51 +01:00
Chris Brody and GitHub
dc73954108
Merge pull request #242 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 and GitHub
c1b9772dca
replace double quotes with single quotes
2018-10-03 20:54:06 +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
bvmensvoort and jcesarmobile
5c23b65af9
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
2018-07-06 00:16:25 +02:00
Matthew Vander Vliet and Shazron Abdullah
5163d38465
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.
2018-05-25 12:44:23 +08:00
Andrew Decker and Shazron Abdullah
36343a8e07
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.
2018-05-24 13:42:39 +08:00
Hazem Saleh and Simon MacDonald
5ec121bf98
CB-14047: (android) CameraLauncher: Replacing Repeated String literals with final variables ( #319 )
2018-04-22 14:33:52 -04:00
Joe Bowser and GitHub
c8581ba2c9
Merge pull request #275 from cjpearson/CB12953
...
CB-12593: (android) Fix potential FileProvider conflicts
2018-03-14 12:44:35 -07:00
Julio César and Simon MacDonald
7c90555bd4
CB-13854(ios): fix Camera opens in portrait orientation on iphones
2018-02-11 21:44:56 -05:00
Alpesh Patel and jcesarmobile
bf935dfbd2
CB-13415 (android) Importing corrupt images using the Camera plugin c… ( #309 )
...
* CB-13415 (android) Importing corrupt images using the Camera plugin crashes the app
2018-02-08 13:12:16 +01:00
Joe Bowser and GitHub
4b99623eda
Merge pull request #308 from okode/android8_permission_request_fix
...
CB-13781: (android) Fixed permissions request on Android 8 to save a …
2018-01-15 14:13:07 -08:00
rpanadero
36ea63a60f
CB-13781: (android) Fixed permissions request on Android 8 to save a photo into the photo album
2018-01-15 13:05:10 +01:00
Suraj Pindoria
7fad5d5786
CB-13661: Remove deprecated platforms
2017-12-12 11:09:29 -08:00
José Expósito
97d2014d62
Adds macOS support
2017-10-10 17:11:10 +02:00
Audrey So
16c4325fef
CB-12895 : updated src files to use eslint format
2017-07-31 13:29:36 -07:00
Audrey So
80342b0ddd
CB-12985 : setup eslint and removed jshint
2017-07-31 11:28:15 -07:00
José Luis Ballesteros del Val and Alexander Sorokin
3b8f64e330
CB-12964: (android) Fix of bug when Pictures folder did not exist.
...
If someone had removed Pictures folder in android, plugin failed trying to move there the new photo. This happened because plugin did not check the existence of this folder, and if not, it did not complete the folder tree.
This closes #273
2017-07-04 14:03:10 +03:00