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