KBarcode v1.0.4 Release Notes

Release Date: 2019-10-15 // over 4 years ago
  • Lag Fix [#19]

    ๐Ÿ“‡ There were some dropped frames in some cases. This was caused by FirebaseVisionImage.fromMediaImage(image, frameMetadata.rotation) taking too long. To solve we introduced coroutines to the project and made this run on a background thread.

    Miscellaneous

    Dependencies

    • โœ… Various test dependencies
    • ๐Ÿ— Build tools 3.4.0 -> 3.5.1
    • Firebase core 16.0.9 -> 17.2.0
    • Various lifecycle dependencies
    • Google service 4.2.0 -> 4.3.2
    • Gradle 5.1.1 -> 5.4.1
    • Firebase ML Vision 20.0.0 -> 21.0.0