austgl / transdroid

Automatically exported from code.google.com/p/transdroid
GNU General Public License v3.0
0 stars 0 forks source link

Adding custom search with Capital H in HTTP results in "This URL is not well-formed" #326

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
A lot of phones auto-capitalize the first letter in an input box, resulting in 
Http://whatever.com/etc rather than http://whatever.com/etc

This causes Transdroid 1.0.3 to return a "This URL is not well-formed" error. 

Original issue reported on code.google.com by adam.s.b...@gmail.com on 23 May 2011 at 5:35

GoogleCodeExporter commented 9 years ago
I don't know whwt keyboard you use, but th field is marked as being an url 
input so it really shouldn't start capatalizing. Also, I cannot make the whole 
url case insensive. Maybe I'll force a lowercase on the scheme only.

Original comment by erickok@gmail.com on 24 May 2011 at 6:47

GoogleCodeExporter commented 9 years ago
Should pass the validation now in 1.0.4.

Original comment by erickok@gmail.com on 25 May 2011 at 9:07