diff --git a/app/release/app-release-3.2.1.apk b/app/release/app-release-3.2.1.apk index ecfc334..2e19485 100644 Binary files a/app/release/app-release-3.2.1.apk and b/app/release/app-release-3.2.1.apk differ diff --git a/app/release/app-release.apk b/app/release/app-release.apk index ecfc334..2e19485 100644 Binary files a/app/release/app-release.apk and b/app/release/app-release.apk differ diff --git a/app/src/main/java/uk/org/openseizuredetector/MainActivity.java b/app/src/main/java/uk/org/openseizuredetector/MainActivity.java index d7a767e..5f72ba8 100644 --- a/app/src/main/java/uk/org/openseizuredetector/MainActivity.java +++ b/app/src/main/java/uk/org/openseizuredetector/MainActivity.java @@ -526,9 +526,9 @@ public class MainActivity extends AppCompatActivity { specRatio = 0; ((TextView) findViewById(R.id.powerTv)).setText(getString(R.string.PowerEquals) + mConnection.mSdServer.mSdData.roiPower + - getString(R.string.ThresholdEquals) + mConnection.mSdServer.mSdData.alarmThresh + ")"); + " ("+ getString(R.string.Threshold) + "=" + mConnection.mSdServer.mSdData.alarmThresh + ")"); ((TextView) findViewById(R.id.spectrumTv)).setText(getString(R.string.SpectrumRatioEquals) + specRatio + - getString(R.string.ThresholdEquals) + mConnection.mSdServer.mSdData.alarmRatioThresh + ")"); + " ("+ getString(R.string.Threshold) + "=" + mConnection.mSdServer.mSdData.alarmRatioThresh + ")"); ProgressBar pb; Drawable pbDrawable; diff --git a/app/src/main/java/uk/org/openseizuredetector/StartupActivity.java b/app/src/main/java/uk/org/openseizuredetector/StartupActivity.java index decc4ce..1378e30 100644 --- a/app/src/main/java/uk/org/openseizuredetector/StartupActivity.java +++ b/app/src/main/java/uk/org/openseizuredetector/StartupActivity.java @@ -402,7 +402,7 @@ public class StartupActivity extends Activity { AlertDialog.Builder alertDialogBuilder = new AlertDialog.Builder( this); final SpannableString s = new SpannableString( - getString(R.string.FirstRunDlgMsg) + getString(R.string.FirstRunDlgMsg)+getString(R.string.changelog) ); // This makes the links display as links, but they do not respond to clicks for some reason... Linkify.addLinks(s, Linkify.ALL); @@ -426,7 +426,7 @@ public class StartupActivity extends Activity { AlertDialog.Builder alertDialogBuilder = new AlertDialog.Builder( this); final SpannableString s = new SpannableString( - getString(R.string.UpgradeMsg) + getString(R.string.UpgradeMsg)+getString(R.string.changelog) ); // This makes the links display as links, but they do not respond to clicks for some reason... Linkify.addLinks(s, Linkify.ALL); diff --git a/app/src/main/res/values-de/strings.xml b/app/src/main/res/values-de/strings.xml index 88ef38d..9ac9bb3 100644 --- a/app/src/main/res/values-de/strings.xml +++ b/app/src/main/res/values-de/strings.xml @@ -10,15 +10,6 @@ Vielen Dank!  Graham \n graham@OpenSeizureDetector.org.uk \n\n Aenderungen in dieser Version: - \n V3.2.0 - mar2020 - \n - Modified data logging to use sqlite database rather than text files. - \n - Added facility to upload data to remote server. - \n - Added support for additional GarminSD settings data fields to record the watch app version number etc and - log that info to the SysLog file. - \n V3.1.15 - Added German Language Support to main and start-up screens - \n V3.1.14 - Repaired OpenSeizureDetector Web Interface, that was broken by V3.1.13 - \n  V3.1.13 - Die ERROR-400-Anzeige auf der Garmin-Uhr und das damit verbundene Problem mit der Fehlerwarnung für Netzwerkdatenquellen wurden behoben. - \n OpenSeizureDetector sammelt keine persoenlichen Daten. Das bedeutet, dass ich Benutzer nicht kontaktieren kann, wenn ich ein Problem @@ -28,14 +19,6 @@ Vielen Dank!  Graham \n graham@OpenSeizureDetector.org.uk         \n\nAenderungen in dieser Version:         - \n V3.2.0 - mar2020 - \n - Modified data logging to use sqlite database rather than text files. - \n - Added facility to upload data to remote server. - \n - Added support for additional GarminSD settings data fields to record the watch app version number etc and - log that info to the SysLog file. - \n V3.1.15 - Added German Language Support to main and start-up screens - \n V3.1.14 - Repaired OpenSeizureDetector Web Interface, that was broken by V3.1.13 - \n  V3.1.13 - Die ERROR-400-Anzeige auf der Garmin-Uhr und das damit verbundene Problem mit der Fehlerwarnung für Netzwerkdatenquellen wurden behoben.         OK Vielen Dank für die Nutzung des Updates von OpenSeizureDetector @@ -69,7 +52,7 @@ Smartwatch Batterie = Power = Spektrum-Verhaeltnis = - (Schwelle = + Schwelle NETZWERK-FEHLER Smartwatch App ----- ------ diff --git a/app/src/main/res/values-es/strings.xml b/app/src/main/res/values-es/strings.xml index 92458bb..c12f7c6 100644 --- a/app/src/main/res/values-es/strings.xml +++ b/app/src/main/res/values-es/strings.xml @@ -8,15 +8,6 @@ http://openseizuredetector.org.uk, o en la página de Facebook de la app en https://www.facebook.com/openseizuredetector. para que pueda contactarte en caso necesario.\nGracias! Graham \ngraham@openseizuredetector.org.uk \n\nCambios en esta versión: - \n V3.2.0 - mar2020 - \n - Se modificó el registro de datos para usar sqlite en lugar de archivos de texto. - \n - Se añadieron facilidades para cargar datos al servidor remoto. - \n - Se añadió soporte para campos de ajustes adicionales de Garmin para registrar el número de versión de la aplicación del reloj etc y cargar esa información en el archivo de Syslog. - \n - Se muestra solamente un subconjunto de los ajustes a menos que el usuario habilite el Modo Avanzado - \n V3.1.15 - Se añadió Soporte para Idioma Alemán en la pantalla principal y en la pantalla de arranque - \n V3.1.14 - Se reparó la Interfase Web del Detector de Convulsiones Abierto, que se había descompuesto con la versión V3.1.13 - \n V3.1.13 - Se corrigió la pantalla de ERR_400 en el reloj garmin y los problemas asociados con la alerta de fallas de la fuente de datos de red. - \n OpenSeizureDetector (el Detector de Convulsiones Abierto) no almacena ningún dato personal. @@ -25,14 +16,6 @@ http://openseizuredetector.org.uk, o en la página de Facebook de la app en https://www.facebook.com/openseizuredetector. para que pueda contactarte en caso necesario.\nGracias! Graham \ngraham@openseizuredetector.org.uk \n\nCambios en esta versión: - \n V3.2.0 - mar2020 - \n - Se modificó el registro de datos para usar sqlite en lugar de archivos de texto. - \n - Se añadieron facilidades para cargar datos al servidor remoto. - \n - Se añadió soporte para campos de ajustes adicionales de Garmin para registrar el número de versión de la aplicación del reloj etc y cargar esa información en el archivo de Syslog. - \n - Se muestra solamente un subconjunto de los ajustes a menos que el usuario habilite el Modo Avanzado - \n V3.1.15 - Se añadió Soporte para Idioma Alemán en la pantalla principal y en la pantalla de arranque - \n V3.1.14 - Se reparó la Interfase Web del Detector de Convulsiones Abierto, que se había descompuesto con la versión V3.1.13 - \n V3.1.13 - Se corrigió la pantalla de ERR_400 en el reloj garmin y los problemas asociados con la alerta de fallas de la fuente de datos de red. Lo sentimos, OpenSeizureDetector se ha detenido. Por favor envíenos este archivo de registro por corréo electrónico de manera que podamos saber que pasó y solucionarlo. \nGracias, Graham. Estimado OpenSeizureDetector,\n\nLa aplicación se acaba de detener, por favor revise el siguiente registro de error para más detalles.\n\n\n @@ -67,7 +50,7 @@ Batería del Reloj = Energía = Razón de Espectro = - (límite = + límite FALLA DE LA RED App de Reloj ----- ------ diff --git a/app/src/main/res/values-ru/strings.xml b/app/src/main/res/values-ru/strings.xml index e3c9e17..3405945 100644 Binary files a/app/src/main/res/values-ru/strings.xml and b/app/src/main/res/values-ru/strings.xml differ diff --git a/app/src/main/res/values-sv/strings.xml b/app/src/main/res/values-sv/strings.xml index a7f16fc..d20a33f 100644 --- a/app/src/main/res/values-sv/strings.xml +++ b/app/src/main/res/values-sv/strings.xml @@ -7,16 +7,6 @@ problem med appen som kan uppstå. \nVänligen prenumerera på uppdateringar via http://openseizuredetector.org.uk eller appens Facebooksida https://www.facebook.com/openseizuredetector. \nTack! Graham \ngraham@openseizuredetector.org.uk \n\nChanges in this version: - \n V3.2.0 - mar2020 - \n - Modified data logging to use sqlite database rather than text files. - \n - Added facility to upload data to remote server. - \n - Added support for additional GarminSD settings data fields to record the watch app version number etc and - log that info to the SysLog file. - \n - Made only a subset of settings visible by default unless the user enables Advanced Mode - \n V3.1.15 - Added German Language Support to main and start-up screens - \n V3.1.14 - Repaired OpenSeizureDetector Web Interface, that was broken by V3.1.13 - \n V3.1.13 - Fixed ERR-400 display on Garmin watch and associated problem with network datasource fault alerting. - \n OpenSeizureDetector samlar inga personliga data. @@ -25,15 +15,6 @@ \nVänligen prenumerera på uppdateringar via http://openseizuredetector.org.uk eller appens Facebooksida https://www.facebook.com/openseizuredetector.\nTack! Graham \ngraham@openseizuredetector.org.uk \n\nChanges in this version: - \n V3.2.0 - mar2020 - \n - Modified data logging to use sqlite database rather than text files. - \n - Added facility to upload data to remote server. - \n - Added support for additional GarminSD settings data fields to record the watch app version number etc and - log that info to the SysLog file. - \n - Made only a subset of settings visible by default unless the user enables Advanced Mode - \n V3.1.15 - Added German Language Support to main and start-up screens - \n V3.1.14 - Repaired OpenSeizureDetector Web Interface, that was broken by V3.1.13 - \n V3.1.13 - Fixed ERR-400 display on Garmin watch and associated problem with network datasource fault alerting. OpenSeizureDetector har tyvärr kraschat. Vänligen eposta loggfilen till oss, så att vi kan undersöka vad som hänt och åtgärda problemet.\nTack! Graham. Hej OpenSeizureDetector!\n\nAppen har precis kraschat, vänligen kontrollera loggen för fler detaljer.\n\n\n @@ -68,7 +49,7 @@ Klockbatteri = "Styrka = " Kvotvärde = - (gräns = + gräns NÄTFEL Klock-app ----- ------ diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml index ddba079..fac4ae1 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -1,6 +1,17 @@ OpenSeizureDetector + + \n V3.2.1 - Aug 2020 + \n - Added Spanish Translation + \n V3.2.0 - mar2020 + \n - Added multiple language support (German, Russian, Swedish) + \n - Modified data logging to use sqlite database rather than text files. + \n - Added facility to upload data to remote server. + \n - Added support for additional GarminSD settings data fields to record the watch app version number etc and + log that info to the SysLog file. + \n - Made only a subset of settings visible by default unless the user enables Advanced Mode + OpenSeizureDetector does not collect any personal data. This does mean that it is not possible for me to contact users if I find an @@ -8,15 +19,6 @@ 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 V3.2.0 - mar2020 - \n - Modified data logging to use sqlite database rather than text files. - \n - Added facility to upload data to remote server. - \n - Added support for additional GarminSD settings data fields to record the watch app version number etc and - log that info to the SysLog file. - \n - Made only a subset of settings visible by default unless the user enables Advanced Mode - \n V3.1.15 - Added German Language Support to main and start-up screens - \n V3.1.14 - Repaired OpenSeizureDetector Web Interface, that was broken by V3.1.13 - \n V3.1.13 - Fixed ERR-400 display on garmin watch and associated problem with network datasource fault alerting. \n @@ -26,15 +28,6 @@ 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 V3.2.0 - mar2020 - \n - Modified data logging to use sqlite database rather than text files. - \n - Added facility to upload data to remote server. - \n - Added support for additional GarminSD settings data fields to record the watch app version number etc and - log that info to the SysLog file. - \n - Made only a subset of settings visible by default unless the user enables Advanced Mode - \n V3.1.15 - Added German Language Support to main and start-up screens - \n V3.1.14 - Repaired OpenSeizureDetector Web Interface, that was broken by V3.1.13 - \n V3.1.13 - Fixed ERR-400 display on garmin watch and associated problem with network datasource fault alerting. Sorry, OpenSeizureDetector Has Crashed. Please Email this log file to us so we can work out what happened and fix it.\nThanks, Graham. Dear OpenSeizureDetector,\n\nApplication is just crashed, please check following error log for more details.\n\n\n @@ -69,7 +62,7 @@ Watch Battery = Power = Spectrum Ratio = - (threshold = + threshold NET FAULT Watch App ----- ------