diff --git a/app/release/app-release-2.5.5.apk b/app/release/app-release-2.5.5.apk index 091e3b0..d4058f5 100644 Binary files a/app/release/app-release-2.5.5.apk and b/app/release/app-release-2.5.5.apk differ diff --git a/app/src/main/java/uk/org/openseizuredetector/StartupActivity.java b/app/src/main/java/uk/org/openseizuredetector/StartupActivity.java index 1d0ec1e..783c5fa 100644 --- a/app/src/main/java/uk/org/openseizuredetector/StartupActivity.java +++ b/app/src/main/java/uk/org/openseizuredetector/StartupActivity.java @@ -461,8 +461,8 @@ public class StartupActivity extends Activity { + "http://openseizuredetector.org.uk, or the app Facebook page at https://www.facebook.com/openseizuredetector. " + "so I can get in touch if necessary.\nThank you! Graham \ngraham@openseizuredetector.org.uk " + "\n\nChanges in this version:" - + "\n- Added option to use MP3 alarm notification sounds rather than the default." - + "\n- as some users had reported the default sound not working." + + "\n- Improved logging of network status to help debugging network data source issues." + + "\n- " ); // This makes the links display as links, but they do not respond to clicks for some reason... Linkify.addLinks(s, Linkify.ALL); @@ -492,8 +492,8 @@ public class StartupActivity extends Activity { + "http://openseizuredetector.org.uk, or the app Facebook page at https://www.facebook.com/openseizuredetector. " + "so I can get in touch if necessary.\nThank you! Graham \ngraham@openseizuredetector.org.uk " + "\n\nChanges in this version:" - + "\n- Added option to use MP3 alarm notification sounds rather than the default." - + "\n- as some users had reported the default sound not working." + + "\n- Improved logging of network status to help debugging network data source issues." + + "\n- " ); // This makes the links display as links, but they do not respond to clicks for some reason... Linkify.addLinks(s, Linkify.ALL);