From 25b3074698d22f3190810ae7086c2f4da3315a25 Mon Sep 17 00:00:00 2001 From: Andrew Stephan Date: Mon, 3 Mar 2014 14:19:45 -0500 Subject: [PATCH] updated the readme --- README.md | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 6237fec..ca7dc7e 100644 --- a/README.md +++ b/README.md @@ -1,13 +1,20 @@ cordova-imagePicker =================== -Cordova Plugin For Multiple Image Selection - currently implemented only for -iOS, Android coming soon. +Cordova Plugin For Multiple Image Selection - implemented for iOS and Android 4.0 and above. -This plugin uses the ELCImagePickerController, with slight modifications for the iOS image picker. +For iOS this plugin uses the ELCImagePickerController, with slight modifications for the iOS image picker. https://github.com/B-Sides/ELCImagePickerController +For Android this plugin uses MultiImageChooser, with modifications. + +https://github.com/derosa/MultiImageChooser + +Code(FakeR) was also taken from the phonegap BarCodeScanner plugin + +https://github.com/wildabeast/BarcodeScanner + ## Installing the plugin The plugin conforms to the Cordova plugin specification, it can be installed