diff --git a/.gitignore b/.gitignore
index 128a207..326ee92 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,6 +1,9 @@
build
.gradle
.idea
+local.properties
+*.iml
+app/app-release.apk
app/build
app/app.iml
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 9150234..b758317 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,10 +1,25 @@
OpenSeizureDetector Android App - Change Log
============================================
+ V2.0.6 - 25 July 2016
+ - Added main activity menu option to view log files (via web browser).
+ - Added options to switch off spectrum display on watch to save battery.
+ - Changed main screen graph to bar chart and highlights frequency
+ region of interest.
+ - Fixed problem with log files not showing on web interface.
+ - Added system log file to help with de-bugging start-up/shutdown issues.
+ - Improved handling of watch app settings to make sure
+ they are loaded correctly without having to re-start app (but I'd still recommend re-starting the watch app manually to be sure :) )
+ - Reduced ammount of bluetooth comms to the watch to save battery.
+ - Added support for future watch app features (such as raw mode and digital
+ filter mode).
+ - Added watch app to Android phone app package so watch app can be
+ installed directly from phone rather than using pebble store - to make sure that watch app and Android app are always compatible.
+
V2.0.3 - 23 April 2016
Further modification to beep code to avoid occasional crashes
if system tries to beep during a re-start.
- Log faults to alarm log on SD Card.
+ Log faults to alarm log on SD Card.
V2.0.2 - 13 April 2016
Modified 'beep' code to try to avoid crashes on some systems.
diff --git a/app/app-release-2.0.4.apk b/app/app-release-2.0.4.apk
new file mode 100644
index 0000000..059fc7c
Binary files /dev/null and b/app/app-release-2.0.4.apk differ
diff --git a/app/app-release-2.0.6.apk b/app/app-release-2.0.6.apk
new file mode 100644
index 0000000..7f56461
Binary files /dev/null and b/app/app-release-2.0.6.apk differ
diff --git a/app/build.gradle b/app/build.gradle
index 4675763..7bdee66 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -25,7 +25,7 @@ android {
dependencies {
compile files('libs/mpandroidchartlibrary-2-0-7.jar')
- compile 'com.getpebble:pebblekit:3.0.0@aar'
+ compile 'com.getpebble:pebblekit:3.1.0@aar'
// Unit testing dependencies
testCompile 'junit:junit:4.12'
// Set this dependency if you want to use Mockito
@@ -34,6 +34,9 @@ dependencies {
testCompile 'org.hamcrest:hamcrest-library:1.1'
compile 'com.android.support:appcompat-v7:22.2.1'
compile 'com.android.support:support-v4:22.2.1'
+ //compile files('libs/JTransforms-3.1-with-dependencies.jar')
+ compile 'org.apache.commons:commons-math3:3.6.1'
+
}
repositories {
diff --git a/app/libs/JTransforms-3.1-with-dependencies.jar b/app/libs/JTransforms-3.1-with-dependencies.jar
new file mode 100644
index 0000000..c6d5e1a
Binary files /dev/null and b/app/libs/JTransforms-3.1-with-dependencies.jar differ
diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml
index 4658dc6..fdcdd7d 100644
--- a/app/src/main/AndroidManifest.xml
+++ b/app/src/main/AndroidManifest.xml
@@ -1,10 +1,10 @@
+ For details see + + OpenSeizureDetector.org.uk + +
+