code-scanner
code-scanner copied to clipboard
An Android app to scan and generate codes(barcodes/QR codes)
This PR introduces dark mode support for Open source license dialog. Code changes: Using WebSettingsCompat.setForceDark (deprecated) for backward compatibility as this app has minimum sdk support as 23. It can...
https://joebirch.co/android/enabling-dark-theme-in-android-webviews/

As some variables aren't pushed up, Android CI will fail (for future commits)
**Is your feature request related to a problem? Please describe.** Users cannot share the scanned text and have to copy and paste in their desired app **Describe the solution you'd...
Refactoring of codebase to be compatible to F-Droid, to have a build flavor that does not have proprietary libraries. See #2, #5. Challenges - [ ] Detecting of data types(e.g....
Localisation
**Is your feature request related to a problem? Please describe.** Users from other countries where English is not the native language may prefer the app in their native language **Describe...
Distribution
This app needs to be distributed to platforms and app stores to increase its reach Suggested app stores: - Samsung Galaxy Store - Aptoide(via Catappult) - Apkpure - Uptodown Other...
After an orientation change, color picker popups from QR creation screen appears. https://user-images.githubusercontent.com/58442255/130643137-6c7d6ad7-d2f7-4839-8ad5-c45a5f299765.mp4
`Code`, `ScanningWrapper`, and many other classes have been coupled to Google's ML Kit in one way or another (using `Barcode`, or ML Kit's type constants). One suggestion is to use...