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