diff --git a/AugendiagnoseIdea/augendiagnose/src/main/res/values-de/strings_html.xml b/AugendiagnoseIdea/augendiagnose/src/main/res/values-de/strings_html.xml index ffdfd9ff..758f88b0 100644 --- a/AugendiagnoseIdea/augendiagnose/src/main/res/values-de/strings_html.xml +++ b/AugendiagnoseIdea/augendiagnose/src/main/res/values-de/strings_html.xml @@ -62,9 +62,13 @@ Foto-App auswählen und an die Augendiagnose-App senden. Dann können Sie diese Fotos in der App einordnen. In diesem Fall werden die Fotos nicht aus ihrem alten Verzeichnis gelöscht.

-

Als weitere Alternative können Sie auch Fotos direkt aus der App heraus mit der Geräte-Kamera aufnehmen. Dies wird +

+ Als weitere Alternative können Sie auch Fotos direkt aus der App heraus mit der Geräte-Kamera aufnehmen. Dies wird normalerweise nicht zu Fotos in ausreichender Qualität führen, ist aber eine Ersatzlösung zu einer professionellen - Kamera.

+ Kamera, insbesondere dann, wenn Sie eine Makro-Linse wie das + Miniris-2 + einsetzen. +

Schritt 2: Betrachten der Fotos

@@ -231,6 +235,12 @@ + + Automatische Iris-Erkennung + Hier können Sie wählen, ob die App automatisch versuchen soll, die Position von Iris und + Pupille in den Augenfotos zu bestimmen. Dies wird typischerweise die Positionierung der Overlays vereinfachen, aber + es erfordert viele Systemressourcen, und das Ergebnis kann inkorrekt sein. +

Kameraeinstellungen

diff --git a/AugendiagnoseIdea/augendiagnose/src/main/res/values-de/strings_releasenotes.xml b/AugendiagnoseIdea/augendiagnose/src/main/res/values-de/strings_releasenotes.xml index 8a1fa50b..49c6acfe 100644 --- a/AugendiagnoseIdea/augendiagnose/src/main/res/values-de/strings_releasenotes.xml +++ b/AugendiagnoseIdea/augendiagnose/src/main/res/values-de/strings_releasenotes.xml @@ -102,7 +102,7 @@ Kamera benutzen. Bitte informieren Sie mich, wenn solche Probleme auftreten.

Fehlerkorrekturen Fehlerkorrekturen. Probleme mit Dateizugriff für Android 6 behoben. Fehlerkorrekturen - Fehlerkorrekturen + Automatische Erkennung von Iris- und Pupillenposition. Fehlerkorrekturen \ No newline at end of file diff --git a/AugendiagnoseIdea/augendiagnose/src/main/res/values-es/strings_html.xml b/AugendiagnoseIdea/augendiagnose/src/main/res/values-es/strings_html.xml index 19a616aa..7f0840ac 100644 --- a/AugendiagnoseIdea/augendiagnose/src/main/res/values-es/strings_html.xml +++ b/AugendiagnoseIdea/augendiagnose/src/main/res/values-es/strings_html.xml @@ -59,9 +59,13 @@ estas fotos a la aplicación Diagnóstico del ojo. A continuación, puede organizar estas fotos en la aplicación. En este caso, las fotos no se eliminarán de su ubicación anterior.

-

Como alternativa adicional, es posible tomar imágenes directamente desde la aplicación con la cámara del - dispositivo. Esto normalmente no le dé fotos en una calidad adecuada, pero sirve como una alternativa a una cámara - profesional.

+

+ Como alternativa adicional, es posible tomar imágenes directamente desde la aplicación con la cámara del dispositivo. + Esto normalmente no le dé fotos en una calidad adecuada, pero sirve como una alternativa a una cámara profesional, en + particular, si se utiliza una lente macro, como el + Miniris-2 + . +

Paso 2:. Visualizar las fotos

@@ -225,6 +229,12 @@ + + Detección automática del iris + Aquí puede seleccionar si la aplicación debe tratar de encontrar automáticamente la + posición del iris y pupila en las fotos de ojos. Normalmente, esto va a simplificar la colocación de las + superposiciones, pero requiere muchos recursos de la teléfono, y el resultado puede ser incorrecto. +

Ajustes de la cámara

diff --git a/AugendiagnoseIdea/augendiagnose/src/main/res/values-es/strings_releasenotes.xml b/AugendiagnoseIdea/augendiagnose/src/main/res/values-es/strings_releasenotes.xml index 86ca5d9f..a4c8cd88 100644 --- a/AugendiagnoseIdea/augendiagnose/src/main/res/values-es/strings_releasenotes.xml +++ b/AugendiagnoseIdea/augendiagnose/src/main/res/values-es/strings_releasenotes.xml @@ -99,7 +99,7 @@ primera vez con un nuevo dispositivo o con una nueva cámara. Por favor, me info Corrección de errores Corrección de errores. Corregidos problemas con el acceso a archivos para Android 6. Corrección de errores - Corrección de errores + Detección automática de la posición del iris y de la pupila. Corrección de errores \ No newline at end of file diff --git a/AugendiagnoseIdea/augendiagnose/src/main/res/values/strings_html.xml b/AugendiagnoseIdea/augendiagnose/src/main/res/values/strings_html.xml index 1628a823..5ecdbd6a 100644 --- a/AugendiagnoseIdea/augendiagnose/src/main/res/values/strings_html.xml +++ b/AugendiagnoseIdea/augendiagnose/src/main/res/values/strings_html.xml @@ -58,8 +58,13 @@ and a date and prepare them in this way for the app. Then the photos will be renamed and moved to the eye photo folder.

-

As further alternative, you may take pictures directly from the app with the device camera. This will normally not - give photos in adequate quality, but it serves as an alternative to a professional camera.

+

+ As further alternative, you may take pictures directly from the app with the device camera. This will normally not + give photos in adequate quality, but it serves as an alternative to a professional camera, in particular if you use a + macro lens such as the + Miniris-2 + . +

As third alternative,

@@ -223,6 +228,12 @@ + + Automatic detection of iris + Here you can select if the app should automatically try to find the position of iris and + pupil in the eye photos. This typically will simplify the positioning of overlays, but it requires many resources of the + phone, and the result may be incorrect. +

Camera Settings

diff --git a/AugendiagnoseIdea/augendiagnose/src/main/res/values/strings_releasenotes.xml b/AugendiagnoseIdea/augendiagnose/src/main/res/values/strings_releasenotes.xml index c613c35e..82b4a9d3 100644 --- a/AugendiagnoseIdea/augendiagnose/src/main/res/values/strings_releasenotes.xml +++ b/AugendiagnoseIdea/augendiagnose/src/main/res/values/strings_releasenotes.xml @@ -156,7 +156,7 @@ when using the app for the first time with a new device or with a new camera. Pl Bugfixes Bugfixes. Fixed issues on file access for Android 6. Bugfixes - Bugfixes + Automatic detection of iris and pupil position. Bugfixes \ No newline at end of file diff --git a/AugendiagnoseIdea/augendiagnoseLib/src/main/java/de/jeisfeld/augendiagnoselib/fragments/DisplayHtmlFragment.java b/AugendiagnoseIdea/augendiagnoseLib/src/main/java/de/jeisfeld/augendiagnoselib/fragments/DisplayHtmlFragment.java index 4ad77c76..b466183c 100644 --- a/AugendiagnoseIdea/augendiagnoseLib/src/main/java/de/jeisfeld/augendiagnoselib/fragments/DisplayHtmlFragment.java +++ b/AugendiagnoseIdea/augendiagnoseLib/src/main/java/de/jeisfeld/augendiagnoselib/fragments/DisplayHtmlFragment.java @@ -109,7 +109,7 @@ public boolean shouldOverrideUrlLoading(@NonNull final WebView view, @Nullable f if (url == null) { return false; } - else if (url.startsWith("http://")) { + else if (url.startsWith("http://") || url.startsWith("https://")) { view.getContext().startActivity( new Intent(Intent.ACTION_VIEW, Uri.parse(url))); return true; diff --git a/AugendiagnoseIdea/miniris/src/main/res/values-de/strings_html.xml b/AugendiagnoseIdea/miniris/src/main/res/values-de/strings_html.xml index 684bc0c4..42fb26bd 100644 --- a/AugendiagnoseIdea/miniris/src/main/res/values-de/strings_html.xml +++ b/AugendiagnoseIdea/miniris/src/main/res/values-de/strings_html.xml @@ -3,7 +3,7 @@ Übersicht Einstellungen - + Betrachten der Fotos Release Notes @@ -26,15 +26,19 @@

Miniris - Übersicht

-

Diese App dient dazu, Fotografien von Augen anzufertigen, sie im Detail anzuschauen und zu vergleichen, im Rahmen - der medizinischen Irisdiagnose. Sie ist für die Nutzung mit dem Miniris-Werkzeug optimiert.

+

+ Diese App dient dazu, Fotografien von Augen anzufertigen, sie im Detail anzuschauen und zu vergleichen, im Rahmen der + medizinischen Irisdiagnose. Sie ist für die Nutzung mit dem + Miniris-2-Zubehör + optimiert. +

Funktionalitäten

Die App unterstützt folgende Funktionalitäten:

+ + Automatische Iris-Erkennung + Hier können Sie wählen, ob die App automatisch versuchen soll, die Position von Iris und + Pupille in den Augenfotos zu bestimmen. Dies wird typischerweise die Positionierung der Overlays vereinfachen, aber + es erfordert viele Systemressourcen, und das Ergebnis kann inkorrekt sein. +

Kameraeinstellungen

diff --git a/AugendiagnoseIdea/miniris/src/main/res/values-de/strings_releasenotes.xml b/AugendiagnoseIdea/miniris/src/main/res/values-de/strings_releasenotes.xml index e9775ec4..9d416666 100644 --- a/AugendiagnoseIdea/miniris/src/main/res/values-de/strings_releasenotes.xml +++ b/AugendiagnoseIdea/miniris/src/main/res/values-de/strings_releasenotes.xml @@ -11,9 +11,10 @@

Erste Schritte:

    -
  1. Machen Sie Fotos des rechten und linken Auges
  2. -
  3. Weisen Sie den Fotos einen Namen (und ein Datum) zu
  4. -
  5. Betrachten und analysieren Sie die Fotos
  6. +
  7. Reinigen Sie das Objektiv und befestigen Sie das Miniris-2 am Telefon.
  8. +
  9. Machen Sie Fotos des rechten und linken Auges.
  10. +
  11. Weisen Sie den Fotos einen Namen (und ein Datum) zu.
  12. +
  13. Betrachten und analysieren Sie die Fotos.
]]>
@@ -34,7 +35,7 @@ Fehlerkorrekturen Fehlerkorrekturen. Probleme mit Dateizugriff für Android 6 behoben. Fehlerkorrekturen - Fehlerkorrekturen + Automatische Erkennung von Iris- und Pupillenposition. Fehlerkorrekturen \ No newline at end of file diff --git a/AugendiagnoseIdea/miniris/src/main/res/values-es/strings_html.xml b/AugendiagnoseIdea/miniris/src/main/res/values-es/strings_html.xml index 480902a2..2e68890b 100644 --- a/AugendiagnoseIdea/miniris/src/main/res/values-es/strings_html.xml +++ b/AugendiagnoseIdea/miniris/src/main/res/values-es/strings_html.xml @@ -3,7 +3,7 @@ Información general Ajustes - + Visualizar las fotos Notas de la versión @@ -26,13 +26,17 @@

Miniris - Información general

-

Esta aplicación tiene la finalidad de apoyar la captura y visualización de fotografías del iris en un dispositivo - Android, con el fin de hacer un diagnóstico del iris. Está optimizado para el uso con la herramienta Miniris.

+

+ Esta aplicación tiene la finalidad de apoyar la captura y visualización de fotografías del iris en un dispositivo + Android, con el fin de hacer un diagnóstico del iris. Está optimizado para el uso con el + Miniris-2 aditamento + . +

Las características principales de la App son

    -
  • Captura de fotos del iris usando la cámara del teléfono (por ejemplo, con la ayuda de la herramienta Miniris).
  • +
  • Captura de fotos del iris usando la cámara del teléfono (por ejemplo, con la ayuda del Miniris-2 aditamento).
  • La organización de fotos del iris por nombre, fecha y lateral (derecha / izquierda).
  • La visualización de dos fotos de iris en paralelo (con el soporte del cambio de tamaño individual).
  • Cambio de brillo y contraste de la foto durante la visualización, superposición con una topografía del iris, y @@ -53,8 +57,9 @@ indica que ojo está previsto para la próxima foto. Pulsando sobre una de estas áreas se puede cambiar el lado.
  • En la pantalla de la cámara hay un gran círculo. Este círculo indica el lugar donde el iris debe aparecer en la foto.
  • -
  • En la parte inferior izquierda, hay un botón con el texto «MACRO» o «AUTO». Aquí usted puede seleccionar el - modo de enfoque de la cámara. Para primeros planos, el modo macro es normalmente una buena opción.
  • +
  • En la parte inferior izquierda, hay un botón con el texto «MACRO» o «AUTO». Aquí usted + puede seleccionar el modo de enfoque de la cámara. Para primeros planos, el modo macro es normalmente una buena + opción.
  • Arriba, hay un botón de flash. Aquí se puede encender la luz de su dispositivo. Como un flash frente a el ojo es peligroso, esto está desactivado por defecto, pero puede activarlo en la configuración.
  • Arriba, hay un botón con un círculo. Aquí puede seleccionar qué tan grande el iris debe estar en la foto.
  • @@ -185,6 +190,12 @@
+ + Detección automática del iris + Aquí puede seleccionar si la aplicación debe tratar de encontrar automáticamente la + posición del iris y pupila en las fotos de ojos. Normalmente, esto va a simplificar la colocación de las + superposiciones, pero requiere muchos recursos de la teléfono, y el resultado puede ser incorrecto. +

Ajustes de la cámara

diff --git a/AugendiagnoseIdea/miniris/src/main/res/values-es/strings_releasenotes.xml b/AugendiagnoseIdea/miniris/src/main/res/values-es/strings_releasenotes.xml index 8a715943..b0600e60 100644 --- a/AugendiagnoseIdea/miniris/src/main/res/values-es/strings_releasenotes.xml +++ b/AugendiagnoseIdea/miniris/src/main/res/values-es/strings_releasenotes.xml @@ -11,9 +11,10 @@

Primeros pasos:

    -
  1. Tome fotos de ojo derecho y ojo izquierdo
  2. -
  3. Asigne un nombre (y fecha) a las fotos
  4. -
  5. Vea y analice las fotos
  6. +
  7. Limpie la lente y fije el Miniris-2 al teléfono.
  8. +
  9. Tome fotos de ojo derecho y ojo izquierdo.
  10. +
  11. Asigne un nombre (y fecha) a las fotos.
  12. +
  13. Vea y analice las fotos.
]]>
@@ -34,7 +35,7 @@ Corrección de errores Corrección de errores. Corregidos problemas con el acceso a archivos para Android 6. Corrección de errores - Corrección de errores + Detección automática de la posición del iris y de la pupila. Corrección de errores \ No newline at end of file diff --git a/AugendiagnoseIdea/miniris/src/main/res/values/strings_html.xml b/AugendiagnoseIdea/miniris/src/main/res/values/strings_html.xml index 11841e54..21e07136 100644 --- a/AugendiagnoseIdea/miniris/src/main/res/values/strings_html.xml +++ b/AugendiagnoseIdea/miniris/src/main/res/values/strings_html.xml @@ -3,7 +3,7 @@ Overview Settings - + Display Photos Release Notes @@ -26,15 +26,19 @@

Miniris - Overview

-

This App has the purpose to support the capturing and visualization of iris photographs on an Android device, in - order to do medical iris diagnosis. It is optimized for the use with the Miniris tool.

+

+ This App has the purpose to support the capturing and visualization of iris photographs on an Android device, in order + to do medical iris diagnosis. It is optimized for the use with the + Miniris-2 attachment + . +

Key Features

The key features of the App are

    -
  • Capturing of iris photos using the phone camera (e.g. with the help of the Miniris tool).
  • +
  • Capturing of iris photos using the phone camera (e.g. with the help of the Miniris-2 attachment).
  • Organization of iris photos by name, date and side (right/left).
  • Display of two iris photos in parallel (with full support of individual resizing).
  • Change of brightness and contrast of the photo during display, overlay with an iris topography, and saving of @@ -55,8 +59,8 @@ indicates which eye is planned for the next photo. By pressing on one of these areas you can change the side.
  • On the camera display there is a big circle. This circle indicates the place where the iris should appear on the photo.
  • -
  • On the bottom left, there is a button with the text “MACRO” or “AUTO”. Here you may select the focus mode of the - camera. For closeups, the MACRO mode is normally a good choice.
  • +
  • On the bottom left, there is a button with the text “MACRO” or “AUTO”. Here you may select + the focus mode of the camera. For closeups, the MACRO mode is normally a good choice.
  • Above, there is a flashlight button. Here you can switch on the light of your device. As a flashlight in front of your eye is dangerous, this is disabled by default, but you may enable it in the settings.
  • Above, there is a button with a circle. Here you can select how big the iris should be on the photo.
  • @@ -186,6 +190,12 @@
+ + Automatic detection of iris + Here you can select if the app should automatically try to find the position of iris and + pupil in the eye photos. This typically will simplify the positioning of overlays, but it requires many resources of the + phone, and the result may be incorrect. +

Camera Settings

diff --git a/AugendiagnoseIdea/miniris/src/main/res/values/strings_releasenotes.xml b/AugendiagnoseIdea/miniris/src/main/res/values/strings_releasenotes.xml index 04d4e9bb..15051c75 100644 --- a/AugendiagnoseIdea/miniris/src/main/res/values/strings_releasenotes.xml +++ b/AugendiagnoseIdea/miniris/src/main/res/values/strings_releasenotes.xml @@ -11,9 +11,10 @@

First steps:

    -
  1. Take photos of right eye and left eye
  2. -
  3. Assign a name (and date) to the photos
  4. -
  5. View and analyze the photos
  6. +
  7. Clean the lens and attach the Miniris-2 to the phone.
  8. +
  9. Take photos of right eye and left eye.
  10. +
  11. Assign a name (and date) to the photos.
  12. +
  13. View and analyze the photos.
]]>
@@ -52,7 +53,7 @@ Bugfixes Bugfixes. Fixed issues on file access for Android 6. Bugfixes - Bugfixes + Automatic detection of iris and pupil position. Bugfixes \ No newline at end of file