4
0
mirror of https://github.com/apache/cordova-plugin-camera.git synced 2025-05-31 17:05:42 +08:00

10 Commits

Author SHA1 Message Date
Francis
c7971d9f63
fix(android): file path correction if Uri authority is FileProvider ()
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
Pieter Van Poyer
75bf807261
Bugfix issue 711 heic format ()
* Android - issue/711 - support .heic format
2021-08-09 15:36:58 +02:00
jcesarmobile
fd155d9705
breaking(android): stop using CordovaUri helper class () 2020-07-14 16:26:09 +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
Julio César
76c129c95e CB-10460 getRealPath return null in some cases
Now there is only a function to get the real path on API 11 and above.
2016-03-11 20:43:08 +01:00
Julio César
16636d18f2 Added a lot of more cases to get the real path
Added a lot of more cases to get the real path

This closes 
2016-02-22 11:54:22 -08:00
Julio César
019346d188 Fix for CB-10625
getDocumentId was crashing in some cases.
Now, in case it crashes, it will use the original uri to query.
2016-02-22 11:23:53 -08:00
Serge Huijben
929733b891 CB-8235 android: Fix crash when selecting images from DropBox with spaces in path (close ) 2015-03-04 20:33:21 -05:00
Andrew Grieve
224e7cfb20 Fix compiler warnings 2013-09-09 16:21:30 -04:00
Andrew Grieve
44517ea93f [CB-4763] Use a copy of FileHelper.java within camera-plugin. 2013-09-09 15:10:40 -04:00