summaryrefslogtreecommitdiffstats
path: root/core/java/android/net/WebAddress.java
Commit message (Expand)AuthorAgeFilesLines
* Make fields in WebAddress private, add getters/settersBjorn Bringert2010-10-131-7/+46
* Fixes a problem with URL parsing when the host ends with a dotSteve Block2010-09-071-1/+1
* Use case insensitive matching.Patrick Scott2010-03-311-3/+3
* Updates WebAddress to ignore the colon after the host component of a URL if n...Steve Block2010-03-081-2/+3
* Re-arrange android-common so framework no longer links with it.Dianne Hackborn2010-02-251-1/+1
* Do not include the fragement identifier in the path.Patrick Scott2010-02-161-1/+2
* Enhance URL regular expression to match more Unicode chars.Shimeng (Simon) Wang2010-02-111-1/+3
* Support IPv6 literal URLs, e.g., http://[2001:4860:b004::68]/ as per RFC 3896Lorenzo Colitti2009-09-231-1/+1
* Add '_' to the allowable characters in a host name.Patrick Scott2009-04-271-1/+1
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-0/+134
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-134/+0
* Initial ContributionThe Android Open Source Project2008-10-211-0/+134