summaryrefslogtreecommitdiff
path: root/core/java/android/net/WebAddress.java
AgeCommit message (Expand)Author
2020-10-27Add maxTargetSdk restriction to unused APIs.Mathew Inwood
2020-01-06Use new UnsupportedAppUsage annotation.Artur Satayev
2019-08-29Add missing nullability annotations.Aurimas Liutikas
2018-12-28Limit access to suspected false positives.Mathew Inwood
2018-08-14Add @UnsupportedAppUsage annotationsMathew Inwood
2014-11-12[WebView] Allow the WebView to be compiled against the system SDK.Ignacio Solla
2013-08-02If frameworks wants ASCII casing, it should explicity ask for it.Elliott Hughes
2010-10-13Make fields in WebAddress private, add getters/settersBjorn Bringert
2010-09-07Fixes a problem with URL parsing when the host ends with a dotSteve Block
2010-03-31Use case insensitive matching.Patrick Scott
2010-03-08Updates WebAddress to ignore the colon after the host component of a URL if n...Steve Block
2010-02-25Re-arrange android-common so framework no longer links with it.Dianne Hackborn
2010-02-16Do not include the fragement identifier in the path.Patrick Scott
2010-02-11Enhance URL regular expression to match more Unicode chars.Shimeng (Simon) Wang
2009-09-23Support IPv6 literal URLs, e.g., http://[2001:4860:b004::68]/ as per RFC 3896Lorenzo Colitti
2009-04-27Add '_' to the allowable characters in a host name.Patrick Scott
2009-03-03auto import from //depot/cupcake/@135843The Android Open Source Project
2009-03-03auto import from //depot/cupcake/@135843The Android Open Source Project
2008-10-21Initial ContributionThe Android Open Source Project