- Android : fixed a bug that was sometimes crashing the app after scanning the document.
- Android : fixed a bug that caused onDocumentScanned getting called with a null document.
- Android : fixed a bug that was sometimes crashing the app.
- Android : changed scanned document image save location from external storage to internal cache directory.
- Document Scanner property : onPictureTaken name changed to onDocumentScanned
- Document Scannner onDocumentScanned argument changed from String (scanned document location) to ScannedImage object that holds more information about the scanned document
- Added getScannedDocumentAsFile() method on class ScannedImage
- made the initial setup for android much easier
- added android instructions
- added IOS support
- inital alpha release
- needs testing for android