mirror of
https://github.com/oliexdev/openScale.git
synced 2025-08-10 02:36:51 +02:00
update openScale to version 2.1.0
This commit is contained in:
@@ -7,8 +7,8 @@ android {
|
||||
testApplicationId "com.health.openscale.test"
|
||||
minSdkVersion 21
|
||||
targetSdkVersion 28
|
||||
versionCode 44
|
||||
versionName "2.0.3"
|
||||
versionCode 45
|
||||
versionName "2.1.0"
|
||||
|
||||
manifestPlaceholders = [
|
||||
appIcon: "@drawable/ic_launcher_openscale"
|
||||
|
@@ -40,14 +40,14 @@ public class BluetoothFactory {
|
||||
|| name.equals("BF700".toLowerCase(Locale.US))) {
|
||||
return new BluetoothBeurerSanitas(context, BluetoothBeurerSanitas.DeviceType.BEURER_BF710);
|
||||
}
|
||||
if (name.startsWith("BEURER BF600".toLowerCase(Locale.US))
|
||||
/*if (name.startsWith("BEURER BF600".toLowerCase(Locale.US))
|
||||
|| name.startsWith("BEURER BF850".toLowerCase(Locale.US))
|
||||
|| name.startsWith("BF600".toLowerCase(Locale.US))
|
||||
|| name.startsWith("BF850".toLowerCase(Locale.US))
|
||||
|| name.startsWith("BF-600".toLowerCase(Locale.US))
|
||||
|| name.startsWith("BF-850".toLowerCase(Locale.US))) {
|
||||
return new BluetoothStandardWeightProfile(context);
|
||||
}
|
||||
}*/
|
||||
if (name.equals("openScale".toLowerCase(Locale.US))) {
|
||||
return new BluetoothCustomOpenScale(context);
|
||||
}
|
||||
|
@@ -66,6 +66,7 @@ public class MeasurementViewSettings {
|
||||
case Caliper2MeasurementView.KEY:
|
||||
case Caliper3MeasurementView.KEY:
|
||||
case CaloriesMeasurementView.KEY:
|
||||
case UserMeasurementView.KEY:
|
||||
defaultValue = false;
|
||||
break;
|
||||
default:
|
||||
|
Reference in New Issue
Block a user