Negative location coordinates allowed
This commit is contained in:
		| @@ -57,7 +57,7 @@ | ||||
|                 		android:layout_width="wrap_content" | ||||
| 			            android:layout_height="wrap_content" | ||||
| 			            android:ems="10" | ||||
| 			            android:inputType="numberDecimal" /> | ||||
| 			            android:inputType="numberSigned" /> | ||||
| 			         | ||||
| 			    </TableRow> | ||||
| 			 | ||||
| @@ -72,14 +72,14 @@ | ||||
| 			            android:layout_height="wrap_content" | ||||
| 			            android:text="@string/longitude" | ||||
| 			            android:textAppearance="?android:attr/textAppearanceMedium" /> | ||||
| 			 | ||||
| 			        <EditText | ||||
| 			            android:id="@+id/etPoiLongitude" | ||||
| 			            android:layout_width="wrap_content" | ||||
| 			            android:layout_height="wrap_content" | ||||
| 			            android:ems="10" | ||||
| 			            android:inputType="numberDecimal" /> | ||||
| 			    </TableRow> | ||||
|  | ||||
| 					<EditText | ||||
| 						android:id="@+id/etPoiLongitude" | ||||
| 						android:layout_width="wrap_content" | ||||
| 						android:layout_height="wrap_content" | ||||
| 						android:ems="10" | ||||
| 						android:inputType="numberSigned" /> | ||||
| 				</TableRow> | ||||
| 			     | ||||
| 				<TableRow | ||||
| 				    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. | ||||
|  | ||||
| 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. | ||||
|  | ||||
| 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. | ||||
|  | ||||
| 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. | ||||
|  | ||||
| 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. | ||||
|  | ||||
| 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. | ||||
|  | ||||
| Puedes leer una explicación de los permisos aqui: https://server47.de/automation/permissions_en.html | ||||
		Reference in New Issue
	
	Block a user