Skip to content
This repository has been archived by the owner on Sep 15, 2019. It is now read-only.

Latest commit

 

History

History
60 lines (40 loc) · 1.28 KB

CHANGELOG.md

File metadata and controls

60 lines (40 loc) · 1.28 KB

Change Log

[Unreleased]

  • Update Cython for Python3.7 support, refs #35
  • Make garden.zbarcam a package again, refs #36
  • Don't ship opencv directory to APK, refs #37

[20190303]

  • Add Python3.6 support, refs #5
  • Fully migrated Android from PIL to Pillow, refs #13
  • Handle Android runtime permissions, refs #30
  • Fixe codes not detected on Android, refs #32
  • Migrate from zbarlight to pyzbar, refs #32
  • Migrate to Python3.6 and opencv 4, refs #33

[20190223]

  • Fix zbarlight dependency in setup.py, refs #28
  • Migrate to zbarlight 2.1, refs #18

[20190222]

  • Provide Makefile, refs #15
  • Setup continuous integration testing, refs #6, #14
  • Speedup OpenCV compilation time, refs #16
  • Migrated to zbarlight, refs #5, #13
  • Introduced UI tests, refs #4
  • Using non-root Docker container, refs #27
  • Run UI tests from Travis, refs #26

[20171220]

  • Full screen camera
  • Kvlang refactoring
  • File tree refactoring

[20171117]

  • Integrated to kivy-garden

[20171102]

  • Add camera start/stop

[20171020]

  • Add Android autofocus, refs #2
  • Fix Android rotation, refs #3
  • Add animated demo gif

[20171019]

  • Add ZBar Android support, refs #1
  • Add PIL/Pillow Android workaround

[20171016]

  • Initial release