Skip to content

Releases: mayuce/AndroidDocumentScanner

1.6.2

Choose a tag to compare

@mayuce mayuce released this 05 Oct 16:31
818500e

What's Changed

New Contributors

Full Changelog: 1.6.1...1.6.2

1.6.1

Choose a tag to compare

@mayuce mayuce released this 19 Dec 21:24
cb0fc12

The brief summary is Document Scanner is now a view! You can implement your own design on your custom screen easily. Other than that RXJava dependency replaced with coroutines and %30 of code rewritten in Kotlin. The library is uploaded to maven central to make developer available to remove deprecated jCenter repository for this library.

Invert Color Fix

Choose a tag to compare

@mayuce mayuce released this 22 Oct 08:46
27fd058

Thanks to bagolysz for fixing this issue.

Base Activity ProGuard Issue Fixed

Choose a tag to compare

@mayuce mayuce released this 31 May 13:59

Base Activity ProGuard Issue Fixed

ScannerConstants Proguard Issue

Choose a tag to compare

@mayuce mayuce released this 06 Apr 20:06
  • Fixed importing ScannerConstants issue.

Abstraction & Base

Choose a tag to compare

@mayuce mayuce released this 02 Mar 20:31

New Document Scan Activity abstract base created! You can create your own document scan activity now.