Releases: mayuce/AndroidDocumentScanner
Releases · mayuce/AndroidDocumentScanner
1.6.2
What's Changed
- Fix java.lang.IllegalAccessError by @shahawi in #38
- Add queries to open camera intent on API 30 by @shahawi in #39
- Support 16 KB page sizes by @johnchrisdc in #48
New Contributors
- @shahawi made their first contribution in #38
- @johnchrisdc made their first contribution in #48
Full Changelog: 1.6.1...1.6.2
1.6.1
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
Thanks to bagolysz for fixing this issue.
Base Activity ProGuard Issue Fixed
Base Activity ProGuard Issue Fixed
ScannerConstants Proguard Issue
- Fixed importing ScannerConstants issue.
Abstraction & Base
New Document Scan Activity abstract base created! You can create your own document scan activity now.