Adrianotiger / qr2web

Read barcodes with an app and give the result to a web-app
GNU General Public License v2.0
10 stars 2 forks source link

Update ZXing to support ITF/Interleaved 2 of 5 #5

Closed qSebastiaNp closed 11 months ago

qSebastiaNp commented 1 year ago

Hello, new versions of ZXing support ITF/Interleaved 2 of 5 barcodes. I'd be so glad if you could update your Android app to support activating the reading of ITF barcodes.

Thank you very much!

Adrianotiger commented 1 year ago

You're right. I could add a lot more of barcodes. Yesterday I opened my old project and again I saw how bad the Google API is. After upgrading the code to Android 13 (as I can't upload older codes in the store anymore), I need to solve the 100 Android errors and Google obsolete/deprecated functions. For example, there is no "onBackPressed" event anymore. So, I need to invest 1 week just to upload the updated version. Also if the barcode improvement would need only 5 minutes.

If I find some time to upgrade the code to Android API v33, I will do it. If you want help me, you can just fork the project and rewrite all obsolete API calls with the new one ;)

Adrianotiger commented 11 months ago

I updated the code (if you can compile it) - if you still are waiting for the update :P I will update the app in the store in the next days...

qSebastiaNp commented 11 months ago

Thank you! I am still using this wonderful little project to this day.

Adrianotiger commented 11 months ago

I am rewriting the entire project, using MAUI (instead of Xamarin). It is in the store if you join the beta channel (version 3.0). Once I have all features from the old version I will replace the old one with the new one.