Kotlin conversion/barcode selector activity kt conversion
Conversion of BarcodeSelectorActivity from java to kotlin code.
- Manually tested in Android Studio using emulator with APIs 24, 30, 35 and 36
- Manually tested on physical device using API 33
- All tests in
BarcodeSelectorActivityTestspass - Code has been kept as close to the original Java code as possible (structurally) barcode_selector_activity.pdf
You seem to have a conflict with BarcodeSelectorActivity.java, which is weird, because that file hasn't changed in 3 years: https://github.com/CatimaLoyalty/Android/commits/main/app/src/main/java/protect/card_locker/BarcodeSelectorAdapter.java
Your commit history seems quite messy, there are commits in there that have already been merged. Can you rebase it on top of the main branch?
Hey @juuce79, haven't heard from you for a while. Are you still working on this? Just want to know if I should add your WIP to #2483 :)
Partially superseded by #2585 (the tests weren't converted in that MR, but they are here)