소스 검색

Add changelog and version bump

tags/SensorLogger/0.1.6
Chris Smith 14 년 전
부모
커밋
a93bbfa529

+ 1
- 1
code/SensorLogger/AndroidManifest.xml 파일 보기

@@ -1,6 +1,6 @@
1 1
 <?xml version="1.0" encoding="UTF-8"?>
2 2
 <manifest xmlns:android="http://schemas.android.com/apk/res/android"
3
-     package="uk.co.md87.android.sensorlogger" android:versionCode="11" android:versionName="0.1.5">
3
+     package="uk.co.md87.android.sensorlogger" android:versionCode="12" android:versionName="0.1.6">
4 4
     <application android:label="Sensor Logger" android:icon="@drawable/icon">
5 5
          <activity android:name=".MainActivity" android:label="Sensor Logger">
6 6
             <intent-filter>

BIN
code/SensorLogger/dist/SensorLogger.apk 파일 보기


+ 1
- 1
code/SensorLogger/src/uk/co/md87/android/sensorlogger/MainActivity.java 파일 보기

@@ -23,7 +23,7 @@ import android.widget.TextView;
23 23
  */
24 24
 public class MainActivity extends Activity implements OnClickListener {
25 25
 
26
-    static final String VERSION = "0.1.5";
26
+    static final String VERSION = "0.1.6";
27 27
 
28 28
     static String ACTIVITY = "Unknown";
29 29
 

+ 7
- 1
website/index.html 파일 보기

@@ -6,7 +6,7 @@
6 6
     <style type="text/css">
7 7
      .qr { float: left; clear: left; margin-right: 15px; }
8 8
      .qr img { width: 128px; }
9
-     .app p { margin-left: 143px; }
9
+     .app div { margin-left: 143px; }
10 10
     </style>
11 11
   </head>
12 12
   <body style="margin-top: 0; padding-top: 0;">
@@ -32,9 +32,15 @@
32 32
      </p>
33 33
      <div class="app">
34 34
       <a href="market://details?id=uk.co.md87.android.sensorlogger" class="qr"><img src="SensorLogger.png" alt="SensorLogger.apk QR code"></a>
35
+      <div>
35 36
       <h3>Sensor logger</h3>
36 37
       <p>Logs changes in accelerometer and magnetic field readings over a 50 second period. This data is combined with a user-supplied activity description, and uploaded for use in development, training and evaluation of an activity detection algorithm.</p>
37 38
       <p>The application provides a link to a web-based portal where users can see a graph of their uploaded data, and the results of the activity detection algorithm will also be surfaced there.</p>
39
+      <h4>Changelog</h4>
40
+      <ul>
41
+       <li><strong>0.1.5 &rarr; 0.1.6</strong>: Fix force close on devices that use MEIDs not IMEI numbers</li>
42
+      </ul>
43
+      <div>
38 44
      </div>
39 45
     </div>
40 46
     <div id="footer"/>

Loading…
취소
저장