mirror of
https://github.com/oliexdev/openScale.git
synced 2025-08-24 17:23:03 +02:00
code cleanup for first release
This commit is contained in:
@@ -84,9 +84,9 @@
|
|||||||
<orderEntry type="jdk" jdkName="Android API 21 Platform" jdkType="Android SDK" />
|
<orderEntry type="jdk" jdkName="Android API 21 Platform" jdkType="Android SDK" />
|
||||||
<orderEntry type="sourceFolder" forTests="false" />
|
<orderEntry type="sourceFolder" forTests="false" />
|
||||||
<orderEntry type="library" exported="" name="support-annotations-21.0.3" level="project" />
|
<orderEntry type="library" exported="" name="support-annotations-21.0.3" level="project" />
|
||||||
<orderEntry type="library" exported="" name="appcompat-v7-20.0.0" level="project" />
|
|
||||||
<orderEntry type="library" exported="" name="support-v4-21.0.3" level="project" />
|
<orderEntry type="library" exported="" name="support-v4-21.0.3" level="project" />
|
||||||
<orderEntry type="library" exported="" name="hellocharts-library-1.2" level="project" />
|
<orderEntry type="library" exported="" name="hellocharts-library-1.2" level="project" />
|
||||||
|
<orderEntry type="library" exported="" name="appcompat-v7-21.0.0" level="project" />
|
||||||
</component>
|
</component>
|
||||||
</module>
|
</module>
|
||||||
|
|
||||||
|
@@ -20,6 +20,6 @@ android {
|
|||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
compile 'com.android.support:support-v4:21.0.3'
|
compile 'com.android.support:support-v4:21.0.3'
|
||||||
compile 'com.android.support:appcompat-v7:20.0.0'
|
compile 'com.android.support:appcompat-v7:21.0.0'
|
||||||
compile files('libs/hellocharts-library-1.2.jar')
|
compile files('libs/hellocharts-library-1.2.jar')
|
||||||
}
|
}
|
||||||
|
@@ -4,9 +4,6 @@
|
|||||||
android:versionCode="1"
|
android:versionCode="1"
|
||||||
android:versionName="1.0" >
|
android:versionName="1.0" >
|
||||||
|
|
||||||
<uses-sdk
|
|
||||||
android:minSdkVersion="16"
|
|
||||||
android:targetSdkVersion="21" />
|
|
||||||
<uses-permission android:name="android.permission.BLUETOOTH"/>
|
<uses-permission android:name="android.permission.BLUETOOTH"/>
|
||||||
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE"/>
|
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE"/>
|
||||||
<uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE"/>
|
<uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE"/>
|
||||||
|
@@ -64,7 +64,6 @@
|
|||||||
<string name="info_is_not_visible">Is not visible</string>
|
<string name="info_is_not_visible">Is not visible</string>
|
||||||
<string name="info_bluetooth_enable">Searching for Bluetooth bathroom scale is enabled</string>
|
<string name="info_bluetooth_enable">Searching for Bluetooth bathroom scale is enabled</string>
|
||||||
<string name="info_bluetooth_disable">Searching for Bluetooth bathroom scale is disabled</string>
|
<string name="info_bluetooth_disable">Searching for Bluetooth bathroom scale is disabled</string>
|
||||||
<string name="info_new_bluetooth_data">New Bluetooth scale data received!</string>
|
|
||||||
<string name="info_enter_value_cm">Enter your height in cm</string>
|
<string name="info_enter_value_cm">Enter your height in cm</string>
|
||||||
<string name="info_enter_user_name">Enter your name</string>
|
<string name="info_enter_user_name">Enter your name</string>
|
||||||
<string name="info_no_selected_user">No user exist! Please create a new user in the settings</string>
|
<string name="info_no_selected_user">No user exist! Please create a new user in the settings</string>
|
||||||
|
Reference in New Issue
Block a user