| @@ -594,31 +594,31 @@ public static final int STATE_TIME_OUT = 5; // connection timed out | |||
| ``` | |||
| ## Version History | |||
| | Version number | Update time | Author | Update information | |||
| |: ---- |: --- |: ----- | ----- | |||
| | 1.0 | 2017/2/15 | Suzy | Preliminary version | |||
| | 1.0.1 | 2017/7/31 | Suzy | Fix some data conversion bugs | |||
| | 1.0.2 | 2017/9/11 | Suzy | The type in the instruction is set according to the type of device actually connected | |||
| | 1.0.3 | 2017/11/16 | Suzy | Code optimization | |||
| | 1.0.4 | 2018/7/12 | Suzy | compatible broadcast scale | |||
| | 1.0.5 | 2018/1/15 | Suzy | New protocol compatible | |||
| | 1.0.6 | 2018/2/25 | Suzy | Function optimization | |||
| | 1.0.7 | 2018/2/28 | Suzy | Encapsulated decimal point class | |||
| | 1.0.8 | 2018/3/14 | Suzy | Fix the bug of wrong body age | |||
| | 1.0.9 | 2018/4/9 | Suzy | Compatible with BM09 protocol | |||
| | 1.1.1 | 2018/5/10 | Suzy | Compatible with kg / lb indexing protocol | |||
| | 1.1.2 | 2018/5/11 | Suzy | Solve the bug that the st unit data is inconsistent with the scale display | |||
| | 1.1.3 | 2018/6/22 | Suzy | Solve the bug that the decimal point is sometimes not available | |||
| | 1.1.4 | 2018/7/7 | Suzy | Compatible with BM15 protocol | |||
| | 1.1.5 | 2018/7/20 | Suzy | Compatible algorithm ID protocol | |||
| | 1.1.7 | 2019/04/30 | Stan | Add BM15 body fat data calculation algorithm | |||
| | 1.1.8 | 2019/06/6 | Stan | Modify the original data to lb, st calculation error problem | |||
| | 1.1.9 | 2019/12/19 | Xing | Add history | |||
| | 1.2.0 | 2019/1/17 | Xing | Update and optimize Bluetooth library | |||
| | 1.2.1 | 2020/3/19 | Xing | Increase the calculation method of body fat data and the algorithm of lean body mass etc. | |||
| | 1.2.2 | 2020/3/23 | Xing | Modify SDK to gradle form dependency | |||
| | 1.2.3 | 2020/4/2 | Xing | Add key verification, modify the dependent environment to androidx | |||
| | 1.2.4 | 2020/4/10 | Xing | Fix known bugs | |||
| | Version number | Update time | Author | Update information | | |||
| |: ---- |: --- |: ----- | ----- | | |||
| | 1.0 | 2017/2/15 | Suzy | Preliminary version | | |||
| | 1.0.1 | 2017/7/31 | Suzy | Fix some data conversion bugs| | |||
| | 1.0.2 | 2017/9/11 | Suzy | The type in the instruction is set according to the type of device actually connected| | |||
| | 1.0.3 | 2017/11/16 | Suzy | Code optimization| | |||
| | 1.0.4 | 2018/7/12 | Suzy | compatible broadcast scale| | |||
| | 1.0.5 | 2018/1/15 | Suzy | New protocol compatible| | |||
| | 1.0.6 | 2018/2/25 | Suzy | Function optimization| | |||
| | 1.0.7 | 2018/2/28 | Suzy | Encapsulated decimal point class| | |||
| | 1.0.8 | 2018/3/14 | Suzy | Fix the bug of wrong body age| | |||
| | 1.0.9 | 2018/4/9 | Suzy | Compatible with BM09 protocol| | |||
| | 1.1.1 | 2018/5/10 | Suzy | Compatible with kg / lb indexing protocol| | |||
| | 1.1.2 | 2018/5/11 | Suzy | Solve the bug that the st unit data is inconsistent with the scale display| | |||
| | 1.1.3 | 2018/6/22 | Suzy | Solve the bug that the decimal point is sometimes not available| | |||
| | 1.1.4 | 2018/7/7 | Suzy | Compatible with BM15 protocol| | |||
| | 1.1.5 | 2018/7/20 | Suzy | Compatible algorithm ID protocol| | |||
| | 1.1.7 | 2019/04/30 | Stan | Add BM15 body fat data calculation algorithm| | |||
| | 1.1.8 | 2019/06/6 | Stan | Modify the original data to lb, st calculation error problem| | |||
| | 1.1.9 | 2019/12/19 | Xing | Add history| | |||
| | 1.2.0 | 2019/1/17 | Xing | Update and optimize Bluetooth library| | |||
| | 1.2.1 | 2020/3/19 | Xing | Increase the calculation method of body fat data and the algorithm of lean body mass etc.| | |||
| | 1.2.2 | 2020/3/23 | Xing | Modify SDK to gradle form dependency| | |||
| | 1.2.3 | 2020/4/2 | Xing | Add key verification, modify the dependent environment to androidx| | |||
| | 1.2.4 | 2020/4/10 | Xing | Fix known bugs| | |||
| ## FAQ | |||