Skip to content

Releases: YolandaQingniu/qnscalesdkX

2.21.3

09 Jan 13:05
Compare
Choose a tag to compare

implementation("com.github.YolandaQingniu:qnscalesdkX:2.21.3")

注意: 在如果您的app的targetSdk>30,且手机的系统版本为安卓12及以上,则需要在AndroidManifest声明并在运行时申请以下权限
android.permission.BLUETOOTH_ADVERTISE
android.permission.BLUETOOTH_SCAN
android.permission.BLUETOOTH_CONNECT

否则需要
android.permission.BLUETOOTH
android.permission.BLUETOOTH_ADMIN
android.permission.ACCESS_COARSE_LOCATION
android.permission.ACCESS_FINE_LOCATION

Google官方的适配文档:
https://developer.android.com/guide/topics/connectivity/bluetooth/permissions

ATTENTION: If the targetSdk version of your app is greater than 30 and the phone system version is Android 12 or higher, the following runtime permissions are required.
android.permission.BLUETOOTH_ADVERTISE
android.permission.BLUETOOTH_SCAN
android.permission.BLUETOOTH_CONNECT

else we need
android.permission.BLUETOOTH
android.permission.BLUETOOTH_ADMIN
android.permission.ACCESS_COARSE_LOCATION
android.permission.ACCESS_FINE_LOCATION

Google's official documentation:
https://developer.android.com/guide/topics/connectivity/bluetooth/permissions

优化用户秤功能

2.21.2

25 Dec 08:04
Compare
Choose a tag to compare

implementation("com.github.YolandaQingniu:qnscalesdkX:2.21.2")

注意: 在如果您的app的targetSdk>30,且手机的系统版本为安卓12及以上,则需要在AndroidManifest声明并在运行时申请以下权限
android.permission.BLUETOOTH_ADVERTISE
android.permission.BLUETOOTH_SCAN
android.permission.BLUETOOTH_CONNECT

否则需要
android.permission.BLUETOOTH
android.permission.BLUETOOTH_ADMIN
android.permission.ACCESS_COARSE_LOCATION
android.permission.ACCESS_FINE_LOCATION

Google官方的适配文档:
https://developer.android.com/guide/topics/connectivity/bluetooth/permissions

ATTENTION: If the targetSdk version of your app is greater than 30 and the phone system version is Android 12 or higher, the following runtime permissions are required.
android.permission.BLUETOOTH_ADVERTISE
android.permission.BLUETOOTH_SCAN
android.permission.BLUETOOTH_CONNECT

else we need
android.permission.BLUETOOTH
android.permission.BLUETOOTH_ADMIN
android.permission.ACCESS_COARSE_LOCATION
android.permission.ACCESS_FINE_LOCATION

Google's official documentation:
https://developer.android.com/guide/topics/connectivity/bluetooth/permissions

优化用户秤功能

2.21.1

23 Dec 12:57
Compare
Choose a tag to compare

implementation("com.github.YolandaQingniu:qnscalesdkX:2.21.1")

注意: 在如果您的app的targetSdk>30,且手机的系统版本为安卓12及以上,则需要在AndroidManifest声明并在运行时申请以下权限
android.permission.BLUETOOTH_ADVERTISE
android.permission.BLUETOOTH_SCAN
android.permission.BLUETOOTH_CONNECT

否则需要
android.permission.BLUETOOTH
android.permission.BLUETOOTH_ADMIN
android.permission.ACCESS_COARSE_LOCATION
android.permission.ACCESS_FINE_LOCATION

Google官方的适配文档:
https://developer.android.com/guide/topics/connectivity/bluetooth/permissions

ATTENTION: If the targetSdk version of your app is greater than 30 and the phone system version is Android 12 or higher, the following runtime permissions are required.
android.permission.BLUETOOTH_ADVERTISE
android.permission.BLUETOOTH_SCAN
android.permission.BLUETOOTH_CONNECT

else we need
android.permission.BLUETOOTH
android.permission.BLUETOOTH_ADMIN
android.permission.ACCESS_COARSE_LOCATION
android.permission.ACCESS_FINE_LOCATION

Google's official documentation:
https://developer.android.com/guide/topics/connectivity/bluetooth/permissions

优化用户秤功能

2.21.0

22 Dec 16:35
Compare
Choose a tag to compare

implementation("com.github.YolandaQingniu:qnscalesdkX:2.21.0")

注意: 在如果您的app的targetSdk>30,且手机的系统版本为安卓12及以上,则需要在AndroidManifest声明并在运行时申请以下权限
android.permission.BLUETOOTH_ADVERTISE
android.permission.BLUETOOTH_SCAN
android.permission.BLUETOOTH_CONNECT

否则需要
android.permission.BLUETOOTH
android.permission.BLUETOOTH_ADMIN
android.permission.ACCESS_COARSE_LOCATION
android.permission.ACCESS_FINE_LOCATION

Google官方的适配文档:
https://developer.android.com/guide/topics/connectivity/bluetooth/permissions

ATTENTION: If the targetSdk version of your app is greater than 30 and the phone system version is Android 12 or higher, the following runtime permissions are required.
android.permission.BLUETOOTH_ADVERTISE
android.permission.BLUETOOTH_SCAN
android.permission.BLUETOOTH_CONNECT

else we need
android.permission.BLUETOOTH
android.permission.BLUETOOTH_ADMIN
android.permission.ACCESS_COARSE_LOCATION
android.permission.ACCESS_FINE_LOCATION

Google's official documentation:
https://developer.android.com/guide/topics/connectivity/bluetooth/permissions

优化用户秤功能

2.20.1

22 Dec 16:32
Compare
Choose a tag to compare

implementation("com.github.YolandaQingniu:qnscalesdkX:2.20.1")

注意: 在如果您的app的targetSdk>30,且手机的系统版本为安卓12及以上,则需要在AndroidManifest声明并在运行时申请以下权限
android.permission.BLUETOOTH_ADVERTISE
android.permission.BLUETOOTH_SCAN
android.permission.BLUETOOTH_CONNECT

否则需要
android.permission.BLUETOOTH
android.permission.BLUETOOTH_ADMIN
android.permission.ACCESS_COARSE_LOCATION
android.permission.ACCESS_FINE_LOCATION

Google官方的适配文档:
https://developer.android.com/guide/topics/connectivity/bluetooth/permissions

ATTENTION: If the targetSdk version of your app is greater than 30 and the phone system version is Android 12 or higher, the following runtime permissions are required.
android.permission.BLUETOOTH_ADVERTISE
android.permission.BLUETOOTH_SCAN
android.permission.BLUETOOTH_CONNECT

else we need
android.permission.BLUETOOTH
android.permission.BLUETOOTH_ADMIN
android.permission.ACCESS_COARSE_LOCATION
android.permission.ACCESS_FINE_LOCATION

Google's official documentation:
https://developer.android.com/guide/topics/connectivity/bluetooth/permissions

修复部分功能

2.20.0

07 Nov 01:16
Compare
Choose a tag to compare

implementation("com.github.YolandaQingniu:qnscalesdkX:2.20.0")

注意: 在如果您的app的targetSdk>30,且手机的系统版本为安卓12及以上,则需要在AndroidManifest声明并在运行时申请以下权限
android.permission.BLUETOOTH_ADVERTISE
android.permission.BLUETOOTH_SCAN
android.permission.BLUETOOTH_CONNECT

否则需要
android.permission.BLUETOOTH
android.permission.BLUETOOTH_ADMIN
android.permission.ACCESS_COARSE_LOCATION
android.permission.ACCESS_FINE_LOCATION

Google官方的适配文档:
https://developer.android.com/guide/topics/connectivity/bluetooth/permissions

ATTENTION: If the targetSdk version of your app is greater than 30 and the phone system version is Android 12 or higher, the following runtime permissions are required.
android.permission.BLUETOOTH_ADVERTISE
android.permission.BLUETOOTH_SCAN
android.permission.BLUETOOTH_CONNECT

else we need
android.permission.BLUETOOTH
android.permission.BLUETOOTH_ADMIN
android.permission.ACCESS_COARSE_LOCATION
android.permission.ACCESS_FINE_LOCATION

Google's official documentation:
https://developer.android.com/guide/topics/connectivity/bluetooth/permissions

新增重算数据指标功能

2.19.2

31 Oct 02:27
Compare
Choose a tag to compare

implementation("com.github.YolandaQingniu:qnscalesdkX:2.19.2")

注意: 在如果您的app的targetSdk>30,且手机的系统版本为安卓12及以上,则需要在AndroidManifest声明并在运行时申请以下权限
android.permission.BLUETOOTH_ADVERTISE
android.permission.BLUETOOTH_SCAN
android.permission.BLUETOOTH_CONNECT

否则需要
android.permission.BLUETOOTH
android.permission.BLUETOOTH_ADMIN
android.permission.ACCESS_COARSE_LOCATION
android.permission.ACCESS_FINE_LOCATION

Google官方的适配文档:
https://developer.android.com/guide/topics/connectivity/bluetooth/permissions

ATTENTION: If the targetSdk version of your app is greater than 30 and the phone system version is Android 12 or higher, the following runtime permissions are required.
android.permission.BLUETOOTH_ADVERTISE
android.permission.BLUETOOTH_SCAN
android.permission.BLUETOOTH_CONNECT

else we need
android.permission.BLUETOOTH
android.permission.BLUETOOTH_ADMIN
android.permission.ACCESS_COARSE_LOCATION
android.permission.ACCESS_FINE_LOCATION

Google's official documentation:
https://developer.android.com/guide/topics/connectivity/bluetooth/permissions

优化八电极设备功能

2.19.0

12 Oct 08:37
Compare
Choose a tag to compare

implementation("com.github.YolandaQingniu:qnscalesdkX:2.19.0")

注意: 在如果您的app的targetSdk>30,且手机的系统版本为安卓12及以上,则需要在AndroidManifest声明并在运行时申请以下权限
android.permission.BLUETOOTH_ADVERTISE
android.permission.BLUETOOTH_SCAN
android.permission.BLUETOOTH_CONNECT

否则需要
android.permission.BLUETOOTH
android.permission.BLUETOOTH_ADMIN
android.permission.ACCESS_COARSE_LOCATION
android.permission.ACCESS_FINE_LOCATION

Google官方的适配文档:
https://developer.android.com/guide/topics/connectivity/bluetooth/permissions

ATTENTION: If the targetSdk version of your app is greater than 30 and the phone system version is Android 12 or higher, the following runtime permissions are required.
android.permission.BLUETOOTH_ADVERTISE
android.permission.BLUETOOTH_SCAN
android.permission.BLUETOOTH_CONNECT

else we need
android.permission.BLUETOOTH
android.permission.BLUETOOTH_ADMIN
android.permission.ACCESS_COARSE_LOCATION
android.permission.ACCESS_FINE_LOCATION

Google's official documentation:
https://developer.android.com/guide/topics/connectivity/bluetooth/permissions

优化身高体重秤功能

2.18.1

21 Aug 10:14
Compare
Choose a tag to compare

implementation("com.github.YolandaQingniu:qnscalesdkX:2.18.1")

注意: 在如果您的app的targetSdk>30,且手机的系统版本为安卓12及以上,则需要在AndroidManifest声明并在运行时申请以下权限
android.permission.BLUETOOTH_ADVERTISE
android.permission.BLUETOOTH_SCAN
android.permission.BLUETOOTH_CONNECT

否则需要
android.permission.BLUETOOTH
android.permission.BLUETOOTH_ADMIN
android.permission.ACCESS_COARSE_LOCATION
android.permission.ACCESS_FINE_LOCATION

Google官方的适配文档:
https://developer.android.com/guide/topics/connectivity/bluetooth/permissions

ATTENTION: If the targetSdk version of your app is greater than 30 and the phone system version is Android 12 or higher, the following runtime permissions are required.
android.permission.BLUETOOTH_ADVERTISE
android.permission.BLUETOOTH_SCAN
android.permission.BLUETOOTH_CONNECT

else we need
android.permission.BLUETOOTH
android.permission.BLUETOOTH_ADMIN
android.permission.ACCESS_COARSE_LOCATION
android.permission.ACCESS_FINE_LOCATION

Google's official documentation:
https://developer.android.com/guide/topics/connectivity/bluetooth/permissions

身高体重秤兼容新方案问题处理

2.18.0

16 Aug 01:23
Compare
Choose a tag to compare

implementation("com.github.YolandaQingniu:qnscalesdkX:2.18.0")

注意: 在如果您的app的targetSdk>30,且手机的系统版本为安卓12及以上,则需要在AndroidManifest声明并在运行时申请以下权限
android.permission.BLUETOOTH_ADVERTISE
android.permission.BLUETOOTH_SCAN
android.permission.BLUETOOTH_CONNECT

否则需要
android.permission.BLUETOOTH
android.permission.BLUETOOTH_ADMIN
android.permission.ACCESS_COARSE_LOCATION
android.permission.ACCESS_FINE_LOCATION

Google官方的适配文档:
https://developer.android.com/guide/topics/connectivity/bluetooth/permissions

ATTENTION: If the targetSdk version of your app is greater than 30 and the phone system version is Android 12 or higher, the following runtime permissions are required.
android.permission.BLUETOOTH_ADVERTISE
android.permission.BLUETOOTH_SCAN
android.permission.BLUETOOTH_CONNECT

else we need
android.permission.BLUETOOTH
android.permission.BLUETOOTH_ADMIN
android.permission.ACCESS_COARSE_LOCATION
android.permission.ACCESS_FINE_LOCATION

Google's official documentation:
https://developer.android.com/guide/topics/connectivity/bluetooth/permissions

身高体重秤兼容新方案