Commit Graph

9 Commits

Author SHA1 Message Date
Pedro Belo
c24002ab85 better error description here 2016-01-18 14:22:56 -08:00
Pedro Belo
d49b502094 explicitly check if the library intent can execute 2016-01-18 14:22:38 -08:00
Pedro Belo
9357fc6434 oops, cannot trigger the callback here
apparently even though the activity doesn't exist, the activity
result might still run on another thread
2016-01-18 14:21:15 -08:00
Pedro Belo
579d95c4a2 handle ActivityNotFoundException
when starting intents to get a photo from the camera or photo
album
2016-01-18 13:36:30 -08:00
Yoann Fuks
5352dd741e [Android] Library open a gallery app 2016-01-09 23:12:24 +01:00
Yoann Fuks
01406f2753 [Android] multiples fix and enhancements
###enhancements
- match iOS breaking point (didCancel, response) into (response)
- put android uri in response.uri instead of path (fix #67)

###fix
- fix java.lang.OutOfMemoryError that could appears when returning base64 data multiple times
- fix crash when app select a no-gallery image in the gallery (could appears in case of a facebook picture for example)
- fix crash when there was no pictures directory on the device and module was trying to create an temp file for camera capture in it
2016-01-09 01:17:47 +01:00
Yoann Fuks
a22e7f5901 fix @yfuks 2016-01-08 09:39:22 +01:00
Yoann Fuks
3bebab334a Fix IOException when no DIRECTORY_PICTURES
#72
2016-01-07 14:15:10 +01:00
Marc Shilling
5438f38226 refactored repo to have ios and android folders at the root 2015-12-30 10:18:59 -05:00