saumitrabhave / qr-zbar-ane

ANE for QR Code Reader
MIT License
84 stars 23 forks source link

Implement flushCache for android #44

Open saumitrabhave opened 9 years ago

saumitrabhave commented 9 years ago

There is no inter-frame consistency cache implemented in Android application. This causes android DATA events to be very fast and repeated for same barcode. iOS uses zBar's ZBarView which has this cache implemented and takes care of not flooding the DATA events.

Keeping it in M2 as this can be achieved on AS Side by the application. Might need to prioritize based on developers feedback.