Skip to content

Latest commit

 

History

History
32 lines (19 loc) · 925 Bytes

CHANGELOG.md

File metadata and controls

32 lines (19 loc) · 925 Bytes

0.1.2

  • Android : fixed a bug that was sometimes crashing the app after scanning the document.

0.1.1

  • 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.

0.1.0

  • 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

0.0.4

  • made the initial setup for android much easier

0.0.3

  • added android instructions

0.0.2

  • added IOS support

0.0.1

  • inital alpha release
  • needs testing for android