Skip to content

Releases: mylhyl/Android-Zxing

2.2.0

22 Jan 08:24
Compare
Choose a tag to compare

修复2.1.9引起的全屏扫描bug

2.1.9

22 Jan 08:04
Compare
Choose a tag to compare

扫描线增加Drawable
setLaserStyle改为setLaserLine

2.1.8

20 Nov 12:56
Compare
Choose a tag to compare

修复已知bug
增加如下api
.setLogoBorder(20) // logo边框
.setLogoBorderColor(Color.GREEN) // logo边框颜色值
.setLogoBorderType(QRLogoBorderType.CIRCLE) // logo边框类型

2.1.17

21 Jul 13:55
Compare
Choose a tag to compare

增加反色二维码识别

2.1.6

24 May 06:00
Compare
Choose a tag to compare

fix
#63
#62

2.1.4

14 May 01:22
4156016
Compare
Choose a tag to compare

fix #49

2.1.3

22 Feb 02:36
Compare
Choose a tag to compare

修复已知bug

2.1.2

26 Sep 12:07
Compare
Choose a tag to compare

增加指定编码解析二维码

        public Builder setCharacterSet(String characterSet) {
            options.characterSet = characterSet;
            return this;
        }

2.1.1

12 Apr 11:35
Compare
Choose a tag to compare

增加:扫描边框颜色值 setFrameStrokeColor(int color)
增加:扫描边框宽度 setFrameStrokeWidth(float width)

2.1.0

02 Jan 05:15
Compare
Choose a tag to compare

增加:扫描界面显示扫描结果缩略图
修复已知BUG