Skip to content

Commit 8c0c4bc

Browse files
committed
Version 0.41 Pre-Release
Made home screen refresh onResume. Fixed mispelling of Celsius within server app causing that setting not to save. Added /log.txt url to web server and logging throughout server app. Changed code to not turn on the fan relay when turning on the heat/ac.
1 parent 900e517 commit 8c0c4bc

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

57 files changed

+132
-59
lines changed

com.androidthermostat.client/AndroidManifest.xml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
1-
<manifest xmlns:android="http://schemas.android.com/apk/res/android" package="com.androidthermostat.client" android:versionCode="4" android:versionName="0.4">
1+
<manifest
2+
xmlns:android="http://schemas.android.com/apk/res/android"
3+
package="com.androidthermostat.client"
4+
android:versionCode="5"
5+
android:versionName="0.41">
26

37
<uses-sdk android:minSdkVersion="7" android:targetSdkVersion="15" />
48
<uses-permission android:name="android.permission.INTERNET" />

com.androidthermostat.client/bin/AndroidManifest.xml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
1-
<manifest xmlns:android="http://schemas.android.com/apk/res/android" package="com.androidthermostat.client" android:versionCode="4" android:versionName="0.4">
1+
<manifest
2+
xmlns:android="http://schemas.android.com/apk/res/android"
3+
package="com.androidthermostat.client"
4+
android:versionCode="5"
5+
android:versionName="0.41">
26

37
<uses-sdk android:minSdkVersion="7" android:targetSdkVersion="15" />
48
<uses-permission android:name="android.permission.INTERNET" />
84 Bytes
Binary file not shown.
8 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)