Fmstrat / odm

ODM: Open Device Manager for Android
GNU General Public License v3.0
112 stars 48 forks source link

Server-URL field #8

Closed 1of16 closed 10 years ago

1of16 commented 10 years ago

another enhancement:

as far as I know, it is possible to "change" the keyboard into a "URL"-Formal for certain field. if you try to enter the Server-URL in e.g. the owncloud client the keyboard changes to have ":" and "/" accessible and there is no auto correction, no space after a point and so on. maybe it is possible for you to make the same adjustment to you app?

additional you could check the validity of the server url (sll ok, HTTP status code and so on) after leaving the field?

Fmstrat commented 10 years ago

Updated the Server URL field in the latest APK. I am not checking validity of the server URL other than format, because when exiting settings the first thing it does is try to connect. I may in the future consider making the response more verbose (invalid URL, etc), but that will be once all the bug fixes are complete. Thanks.