summaryrefslogtreecommitdiff
path: root/core/java/android/text/util/Linkify.java
Commit message (Expand)AuthorAgeFilesLines
* Deprecate Linkify.ALLKevin Jeon2021-10-081-7/+13
* Add maxTargetSdk restriction to unused APIs.Mathew Inwood2020-10-291-1/+2
* Revert "Add maxTargetSdk restriction to unused APIs."Hongwei Wang2020-10-281-2/+1
* Add maxTargetSdk restriction to unused APIs.Mathew Inwood2020-10-271-1/+2
* Merge "Add "ftp" to the list of URL schemes that get linkified." am: cc7a0e71...Fredrik Roubert2020-04-011-1/+1
|\
| * Add "ftp" to the list of URL schemes that get linkified.Fredrik Roubert2020-03-311-1/+1
| * Use new UnsupportedAppUsage annotation.Artur Satayev2020-01-091-1/+1
* | Remove API getDefaultSimCountryIso() as per API council feedbackJayachandran C2020-03-091-2/+5
* | Use new UnsupportedAppUsage annotation.Artur Satayev2020-01-071-1/+1
* | Add static version of getSimCountryIso() called getDefaultSimCountryIso()Jayachandran C2019-11-151-4/+1
|/
* Clarify problems with Linkify.MAP_ADDRESSES.Torne (Richard Coles)2019-06-041-4/+13
* Change UrlSpanFactory to a FunctionSiyamed Sinir2019-01-141-57/+22
* Do not linkify text with RLO/LRO characters.Abodunrinwa Toki2018-11-271-0/+37
* Add @UnsupportedAppUsage annotationsMathew Inwood2018-08-151-0/+2
* Add UrlSpanFactory to LinkifySiyamed Sinir2018-07-081-12/+124
* Remove Linkify.addAsync functionsSiyamed Sinir2018-04-111-241/+0
* Add deprecation notice to Linkify MAP_ADDRESSESJan Althaus2018-04-051-1/+8
* TextClassifier API updates.Abodunrinwa Toki2018-04-011-24/+56
* Fix smart_linkify_enabled flag.Abodunrinwa Toki2018-03-221-1/+2
* Adding maximum input size checksJan Althaus2018-02-071-3/+11
* Smart Linkify APIAbodunrinwa Toki2018-01-311-0/+200
* Make Linkify use the SIM card's country for phone numbersRoozbeh Pournader2017-06-131-7/+19
* Undeprecate WebView.findAddressAbodunrinwa Toki2017-04-241-4/+0
* Deprecate findAddress() methodSelim Gurun2017-04-111-0/+4
* Fix imports in android.text package.Aurimas Liutikas2016-10-111-9/+8
* New Linkify.addLinks function with set of known schemesSiyamed Sinir2016-03-211-62/+141
* Email address autolink regex updates.Siyamed Sinir2016-02-251-1/+1
* New regular expression to autolink URLsSiyamed Sinir2016-01-041-1/+1
* am 17eda7d0: am 4d907643: Merge "Frameworks/base: Fix trivial equals implemen...Andreas Gampe2015-03-171-4/+0
|\
| * Frameworks/base: Fix trivial equals implementationAndreas Gampe2015-03-171-4/+0
* | Document the limitations of Linkify addressesRoozbeh Pournader2015-02-251-1/+4
* | Revert "Change Linkify leniency to VALID"Raph Levien2014-12-171-2/+2
* | Change Linkify leniency to VALIDRaph Levien2014-12-041-2/+2
|/
* Catch OperationUnsupportedException when linkifying using WebViewAaron Whyte2014-06-091-23/+30
* If frameworks wants ASCII casing, it should explicity ask for it.Elliott Hughes2013-08-021-1/+1
* use libphonenumber for Linkify.PHONE_NUMBERVictoria Lease2013-04-041-3/+20
* Re-arrange android-common so framework no longer links with it.Dianne Hackborn2010-02-251-1/+1
* Create android-common static library which gets included in frameworks.jar,Dan Egnor2009-11-181-4/+6
* Add "rtsp" to the list of URL schemes that get linkified.Eric Fischer2009-09-141-1/+1
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-0/+541
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-541/+0
* Code drop from //branches/cupcake/...@124589The Android Open Source Project2008-12-171-15/+23
* Initial ContributionThe Android Open Source Project2008-10-211-0/+533