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
/
util
/
Patterns.java
Age
Commit message (
Expand
)
Author
2020-12-24
Deprecate Patterns.IP_ADDRESS
Victor Chang
2020-03-31
Add "ftp" to the list of URL schemes that get linkified.
Fredrik Roubert
2017-08-17
Fix email auto link when there are two chars in local part
Siyamed Sinir
2017-03-07
Merge "Framework: Ensure image heap string literals for Patterns" am: d0f092a...
Andreas Gampe
2017-03-03
Framework: Ensure image heap string literals for Patterns
Andreas Gampe
2016-04-13
Update autoLink URL regex to match empty path, $ and _
Siyamed Sinir
2016-04-11
Fix Patterns.UCS_CHAR character class
Siyamed Sinir
2016-04-05
Exclude unicode space characters from autoLink URL patterns
Siyamed Sinir
2016-02-25
Email address autolink regex updates.
Siyamed Sinir
2016-01-04
New regular expression to autolink URLs
Siyamed Sinir
2014-04-23
Tune down the linkify false positive rate
Selim Gurun
2014-03-27
Support for new gTLDs
Selim Gurun
2014-03-26
Revert "Support for new gTLDs"
Selim Gurun
2014-03-21
Support for new gTLDs
Selim Gurun
2014-03-11
Remove stray logging statement.
Narayan Kamath
2013-02-15
Allow three digit phone numbers
Bin Zhu
2011-07-19
Add in i18n TLDs and new TLDs to the URL RegEx matcher.
Shimeng (Simon) Wang
2010-05-07
Updated URL pattern based on http://data.iana.org/TLD/tlds-alpha-by-domain.txt
Shimeng (Simon) Wang
2010-05-06
Revert "Updated URL pattern based on http://data.iana.org/TLD/tlds-alpha-by-d...
Shimeng (Simon) Wang
2010-05-06
Updated URL pattern based on http://data.iana.org/TLD/tlds-alpha-by-domain.txt
Shimeng (Simon) Wang
2010-04-27
Add good international characters to the path part of Url pattern.
Shimeng (Simon) Wang
2010-02-25
Re-arrange android-common so framework no longer links with it.
Dianne Hackborn