Skip to content

Latest commit

 

History

History
98 lines (76 loc) · 7.63 KB

CHANGELOG.md

File metadata and controls

98 lines (76 loc) · 7.63 KB

Change Log

Full Changelog

Implemented enhancements:

  • Add this project to maven central #8

2.0.1 (2016-08-19)

Full Changelog

Implemented enhancements:

  • Added Possibility to choose the cameraId to be opened for decoding #71 (dlazaro66)

Fixed bugs:

  • no class found exception #11

Closed issues:

  • Whats new in 2.0.0 #68
  • enhancement: possibility to scan QR code from image on a device? #67

2.0.0 (2016-08-12)

Implemented enhancements:

  • Decode QR code in a background thread #57
  • How to show flash light? #50
  • How to stop the reading function at a certain point #28
  • AppCompat #25
  • AUTO_FOCUS_INTERVAL_MS #23
  • import android.hardware.Camera is Deprecated #18

Fixed bugs:

  • QRView activity display for 2 secs and close signalling method for QRImageNotFound #48
  • java.lang.NullPointerException: Attempt to read from field 'int android.graphics.Point.x' on a null object reference #41
  • Display blinks the first time #14

Closed issues:

  • Open camera slow on zenfone 5 #63
  • java.lang.RuntimeException: Fail to connect to camera #62
  • Add AutoFocus #59
  • How to use this in Android6.0 #51
  • How to display a Scanning indicator? #49
  • java.lang.NullPointerException: Attempt to invoke virtual method #46
  • how to use in android 5.0? #44
  • Camera crashes on some devices: java.lang.RuntimeException: startPreview failed #43
  • Import Project #42
  • Scanner View Is upside down #37
  • Doesn;t work on Android 6 #36
  • Reverse QR Camera #34
  • Duplicate zip Entry #33
  • How to Run this program and what should i need to run this program.. #32
  • How to import this project in Eclipse #31
  • When the camera permission is rejected by the user #30
  • onQRCodeRead() run twice when scanned a QRcode #29
  • Some devices couldn't read QR #27
  • it would be great if we can scan from images from the phone #26
  • Failed to connect to camera service #24
  • continuously scanning #22
  • Java Source Code Location #21
  • barcode can not recognized? #20
  • can not detect Code 128 #19
  • How to increase scanning area size? #16
  • Bad auto-focus #15
  • InflateException in sample on Android 2.3 #12
  • Help needed #9
  • How to scan code only once? #6
  • How to Read again QR code? #5
  • Method called after release() #3
  • Image Animation is not working on QRCodeReaderView #2
  • Camera preview doesn't rotate in samsung with Android 2.3.6 #1

Merged pull requests:

  • Request Camera permissions for Android 6 devices #66 (saguinav)
  • Modified example with cleaner functionality. Added flashlight button.… #65 (dlazaro66)
  • Autofocus as parameter #64 (dlazaro66)
  • Fix dependency, upgrade SDK versions and remove resources #61 (saguinav)
  • Update zxing additional files #60 (dlazaro66)
  • Decode QR code in a background thread #58 (saguinav)
  • Added scanner flag #56 (dlazaro66)
  • Apply code style #55 (saguinav)
  • Update directory structure. #54 (saguinav)
  • removed zxing local .jar dependency, added remote updated dependency #53 (dlazaro66)
  • Update Android Gradle Plugin to latest version #52 (saguinav)
  • Fix camera sensor rotation/Position #35 (vlntdds)
  • Fix NullPointerException on devices with no camera (e.g. emulator or Genymotion) #13 (kboyarshinov)
  • Method called after release() #4 (danicomas)

* This Change Log was automatically generated by github_changelog_generator