Releases: mylhyl/Android-Zxing
Releases · mylhyl/Android-Zxing
2.1.9
扫描线增加Drawable
setLaserStyle
改为setLaserLine
2.1.8
修复已知bug
增加如下api
.setLogoBorder(20)
// logo边框
.setLogoBorderColor(Color.GREEN)
// logo边框颜色值
.setLogoBorderType(QRLogoBorderType.CIRCLE)
// logo边框类型
2.1.2
增加指定编码解析二维码
public Builder setCharacterSet(String characterSet) {
options.characterSet = characterSet;
return this;
}
2.1.1
增加:扫描边框颜色值 setFrameStrokeColor(int color)
增加:扫描边框宽度 setFrameStrokeWidth(float width)