cordova-plugin-camera/src/android
bvmensvoort 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
..
xml CB-12593: (android) Fix potential FileProvider conflicts 2017-06-30 10:15:43 -04:00
CameraLauncher.java CB-14047: (android) CameraLauncher: Replacing Repeated String literals with final variables (#319) 2018-04-22 14:33:52 -04:00
CordovaUri.java Fix missing license headers. 2016-12-07 16:19:39 -08:00
ExifHelper.java [CB-4765] Move ExifHelper.java into Camera Plugin 2013-09-09 16:15:16 -04:00
FileHelper.java CB-14097: (android) Fix crash when selecting some files with getPicture (#322) 2018-07-06 00:16:25 +02:00
FileProvider.java CB-12593: (android) Fix potential FileProvider conflicts 2017-06-30 10:15:43 -04:00