forked from jens/Automation
Negative location coordinates allowed
This commit is contained in:
parent
06d63826e6
commit
b744e76b07
@ -57,7 +57,7 @@
|
|||||||
android:layout_width="wrap_content"
|
android:layout_width="wrap_content"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:ems="10"
|
android:ems="10"
|
||||||
android:inputType="numberDecimal" />
|
android:inputType="numberSigned" />
|
||||||
|
|
||||||
</TableRow>
|
</TableRow>
|
||||||
|
|
||||||
@ -73,13 +73,13 @@
|
|||||||
android:text="@string/longitude"
|
android:text="@string/longitude"
|
||||||
android:textAppearance="?android:attr/textAppearanceMedium" />
|
android:textAppearance="?android:attr/textAppearanceMedium" />
|
||||||
|
|
||||||
<EditText
|
<EditText
|
||||||
android:id="@+id/etPoiLongitude"
|
android:id="@+id/etPoiLongitude"
|
||||||
android:layout_width="wrap_content"
|
android:layout_width="wrap_content"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:ems="10"
|
android:ems="10"
|
||||||
android:inputType="numberDecimal" />
|
android:inputType="numberSigned" />
|
||||||
</TableRow>
|
</TableRow>
|
||||||
|
|
||||||
<TableRow
|
<TableRow
|
||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
|
@ -45,7 +45,7 @@ Wenn also eine bestimmte Funktion nicht so tut wie sie sollte - lassen Sie es mi
|
|||||||
Wenn Sie ein Problem mit der Anwendung haben und mich dazu kontaktieren möchten, updaten Sie bitte vorher auf die neueste Version und schauen Sie, ob Ihr Problem darin auch besteht.
|
Wenn Sie ein Problem mit der Anwendung haben und mich dazu kontaktieren möchten, updaten Sie bitte vorher auf die neueste Version und schauen Sie, ob Ihr Problem darin auch besteht.
|
||||||
|
|
||||||
Spenden sind sicher eine gute, aber nicht die einzige Möglichkeit mich zu motivieren :-)
|
Spenden sind sicher eine gute, aber nicht die einzige Möglichkeit mich zu motivieren :-)
|
||||||
* Wer mir etwas Gutes tun will, kann die Anwendung auch im Play Store bewerten.
|
* Wer mir etwas Gutes tun will, kann die Anwendung auch im Play Store bewerten (https://play.google.com/store/apps/details?id=com.jens.automation2).
|
||||||
* Außerdem ist Hilfe bei der Übersetzung willkommen. Englisch, Spanisch und Deutsch kann ich selbst. Aber sonst ist alles gern gesehen.
|
* Außerdem ist Hilfe bei der Übersetzung willkommen. Englisch, Spanisch und Deutsch kann ich selbst. Aber sonst ist alles gern gesehen.
|
||||||
|
|
||||||
Erklärungen zu den vielen Berechtigungen können hier abgerufen werden: https://server47.de/automation/permissions_de.html
|
Erklärungen zu den vielen Berechtigungen können hier abgerufen werden: https://server47.de/automation/permissions_de.html
|
@ -45,7 +45,7 @@ So if a certain feature is not working on your device - let me know. Over the ye
|
|||||||
If you have a problem and think about contacting me please update to the latest version first and see if your problem persists there, too.
|
If you have a problem and think about contacting me please update to the latest version first and see if your problem persists there, too.
|
||||||
|
|
||||||
Donations are certainly a good, but not the only way to motivate me :-)
|
Donations are certainly a good, but not the only way to motivate me :-)
|
||||||
* If you'd like to support me, you can also leave a positive review for the app on Google Play.
|
* If you'd like to support me, you can also leave a positive review for the app on Google Play (https://play.google.com/store/apps/details?id=com.jens.automation2).
|
||||||
* Furthermore I can always use help in translating the app. English, German and some Spanish are among my own skills. But everything else is more than welcome.
|
* Furthermore I can always use help in translating the app. English, German and some Spanish are among my own skills. But everything else is more than welcome.
|
||||||
|
|
||||||
Explanation of the many permissions can be found here: https://server47.de/automation/permissions_en.html
|
Explanation of the many permissions can be found here: https://server47.de/automation/permissions_en.html
|
@ -45,7 +45,7 @@ Si una función no funcióna - digame. En muchos años resolvaba la mayoria de l
|
|||||||
Si tiene un problema y considera contactarme update a la ultima version al primero y probar si su problam persiste.
|
Si tiene un problema y considera contactarme update a la ultima version al primero y probar si su problam persiste.
|
||||||
|
|
||||||
Donaciónes seguramente son una buena, pero no la unica posibilidad de apoyarme :-)
|
Donaciónes seguramente son una buena, pero no la unica posibilidad de apoyarme :-)
|
||||||
* Si quiere apoyarme puedes escribir un buena revisión en Google Play
|
* Si quiere apoyarme puedes escribir un buena revisión en Google Play (https://play.google.com/store/apps/details?id=com.jens.automation2).
|
||||||
* Además siempre necesito ayuda en traduciendo la app. Ingles, Aleman y Español estan en mis habilidades. Per todo lo demás es bienvenido.
|
* Además siempre necesito ayuda en traduciendo la app. Ingles, Aleman y Español estan en mis habilidades. Per todo lo demás es bienvenido.
|
||||||
|
|
||||||
Puedes leer una explicación de los permisos aqui: https://server47.de/automation/permissions_en.html
|
Puedes leer una explicación de los permisos aqui: https://server47.de/automation/permissions_en.html
|
Loading…
Reference in New Issue
Block a user