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
/
text
/
util
/
Linkify.java
Age
Commit message (
Expand
)
Author
2020-10-27
Add maxTargetSdk restriction to unused APIs.
Mathew Inwood
2020-04-01
Merge "Add "ftp" to the list of URL schemes that get linkified." am: cc7a0e71...
Fredrik Roubert
2020-03-31
Add "ftp" to the list of URL schemes that get linkified.
Fredrik Roubert
2020-03-09
Remove API getDefaultSimCountryIso() as per API council feedback
Jayachandran C
2020-01-09
Use new UnsupportedAppUsage annotation.
Artur Satayev
2020-01-07
Use new UnsupportedAppUsage annotation.
Artur Satayev
2019-11-15
Add static version of getSimCountryIso() called getDefaultSimCountryIso()
Jayachandran C
2019-06-04
Clarify problems with Linkify.MAP_ADDRESSES.
Torne (Richard Coles)
2019-01-14
Change UrlSpanFactory to a Function
Siyamed Sinir
2018-11-27
Do not linkify text with RLO/LRO characters.
Abodunrinwa Toki
2018-08-15
Add @UnsupportedAppUsage annotations
Mathew Inwood
2018-07-08
Add UrlSpanFactory to Linkify
Siyamed Sinir
2018-04-11
Remove Linkify.addAsync functions
Siyamed Sinir
2018-04-05
Add deprecation notice to Linkify MAP_ADDRESSES
Jan Althaus
2018-04-01
TextClassifier API updates.
Abodunrinwa Toki
2018-03-22
Fix smart_linkify_enabled flag.
Abodunrinwa Toki
2018-02-07
Adding maximum input size checks
Jan Althaus
2018-01-31
Smart Linkify API
Abodunrinwa Toki
2017-06-13
Make Linkify use the SIM card's country for phone numbers
Roozbeh Pournader
2017-04-24
Undeprecate WebView.findAddress
Abodunrinwa Toki
2017-04-11
Deprecate findAddress() method
Selim Gurun
2016-10-11
Fix imports in android.text package.
Aurimas Liutikas
2016-03-21
New Linkify.addLinks function with set of known schemes
Siyamed Sinir
2016-02-25
Email address autolink regex updates.
Siyamed Sinir
2016-01-04
New regular expression to autolink URLs
Siyamed Sinir
2015-03-17
am 17eda7d0: am 4d907643: Merge "Frameworks/base: Fix trivial equals implemen...
Andreas Gampe
2015-03-17
Frameworks/base: Fix trivial equals implementation
Andreas Gampe
2015-02-25
Document the limitations of Linkify addresses
Roozbeh Pournader
2014-12-17
Revert "Change Linkify leniency to VALID"
Raph Levien
2014-12-04
Change Linkify leniency to VALID
Raph Levien
2014-06-09
Catch OperationUnsupportedException when linkifying using WebView
Aaron Whyte
2013-08-02
If frameworks wants ASCII casing, it should explicity ask for it.
Elliott Hughes
2013-04-04
use libphonenumber for Linkify.PHONE_NUMBER
Victoria Lease
2010-02-25
Re-arrange android-common so framework no longer links with it.
Dianne Hackborn
2009-11-18
Create android-common static library which gets included in frameworks.jar,
Dan Egnor
2009-09-14
Add "rtsp" to the list of URL schemes that get linkified.
Eric Fischer
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-12-17
Code drop from //branches/cupcake/...@124589
The Android Open Source Project
2008-10-21
Initial Contribution
The Android Open Source Project