{"id":37017053,"url":"https://github.com/fobidlim/linkable-text-android","last_synced_at":"2026-01-14T01:57:07.655Z","repository":{"id":126198920,"uuid":"73983043","full_name":"fobidlim/linkable-text-android","owner":"fobidlim","description":"Clickable @mentions, #hashtags and links","archived":false,"fork":false,"pushed_at":"2021-09-28T01:44:23.000Z","size":280,"stargazers_count":25,"open_issues_count":1,"forks_count":5,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-08-18T21:26:30.248Z","etag":null,"topics":["android","android-library","hashtags","linkable","links","mentions"],"latest_commit_sha":null,"homepage":"","language":"Kotlin","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/fobidlim.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2016-11-17T02:40:42.000Z","updated_at":"2023-09-08T17:17:14.000Z","dependencies_parsed_at":null,"dependency_job_id":"78717e3f-3aab-42f2-a08c-80a885defef2","html_url":"https://github.com/fobidlim/linkable-text-android","commit_stats":null,"previous_names":["fobid/linkable-text-android"],"tags_count":6,"template":false,"template_full_name":null,"purl":"pkg:github/fobidlim/linkable-text-android","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fobidlim%2Flinkable-text-android","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fobidlim%2Flinkable-text-android/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fobidlim%2Flinkable-text-android/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fobidlim%2Flinkable-text-android/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fobidlim","download_url":"https://codeload.github.com/fobidlim/linkable-text-android/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fobidlim%2Flinkable-text-android/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28408692,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-14T00:40:43.272Z","status":"ssl_error","status_checked_at":"2026-01-14T00:40:42.636Z","response_time":56,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["android","android-library","hashtags","linkable","links","mentions"],"created_at":"2026-01-14T01:57:07.035Z","updated_at":"2026-01-14T01:57:07.646Z","avatar_url":"https://github.com/fobidlim.png","language":"Kotlin","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Linkable Text Library\n[![Android Arsenal](https://img.shields.io/badge/Android%20Arsenal-linkable--text-green.svg?style=flat)](http://android-arsenal.com/details/1/4674)\n\n[![Join the chat at https://gitter.im/fobid/linkable-text/Lobby](https://badges.gitter.im/fobid/linkable-text/Lobby.svg)](https://gitter.im/fobid/linkable-text?utm_source=badge\u0026utm_medium=badge\u0026utm_campaign=pr-badge\u0026utm_content=badge)\n\n[![Github Release][release-image]][release-url]\n\nYou can download Linkable Text Sample application on Google Play.\n\n[![Get it on Google Play](https://play.google.com/intl/en_us/badges/images/badge_new.png)](https://play.google.com/store/apps/details?id=com.github.fobid.linkabletext.sample)\n\n# Download\nDownload [the latest JAR](https://repo1.maven.org/maven2/com/github/fobid/linkable-text/0.2.0/linkable-text-0.2.0.aar) or grab via Maven:\n\n```\n\u003cdependency\u003e\n  \u003cgroupId\u003ecom.github.fobid\u003c/groupId\u003e\n  \u003cartifactId\u003elinkable-text\u003c/artifactId\u003e\n  \u003cversion\u003e0.2.0\u003c/version\u003e\n\u003c/dependency\u003e\n```\n\nor Gradle:\n\n```\nimplementation 'com.github.fobid:linkable-text:0.2.0'\n```\n\n# Usage\n\n```\n \u003ccom.github.fobid.linkabletext.widget.LinkableTextView\n        android:layout_width=\"wrap_content\"\n        android:layout_height=\"wrap_content\" /\u003e\n```\n\nIf you don't want to set link, then add `app:enabledLinks=\"false\"` in your xml.\nOr, `LinkableTextView.setEnabledLinks(false)` in your code.\n\nYou must call `LinkableTextView.setOnLinkClickListener()` after `setText()` to set links  clickable.\n\n# Attributes\n\n```\n\u003ccom.github.fobid.linkabletext.widget.LinkableTextView\n\t\txmlns:linkable=\"http://schemas.android.com/apk/res-auto\"\n        android:id=\"@android:id/text1\"\n        android:layout_width=\"wrap_content\"\n        android:layout_height=\"wrap_content\"\n        linkable:enabledLinks=\"false\" /\u003e\n\n```\n\nYou can make all links to be disabled with `enabledLinks=false` in your layout xml or `setEnabledLinks(false)` in your code.\nEvery links are able to be set disabled on each.\n\nIf you remove all of underlines, then use `enabledUnderlines=false` in your layout xml or `setEnabledUnderlines(false)` in your code.\nIt is also supported to each links.\n\nDefault value of all links and underlines is `true`\n\n# License\n\n```\nCopyright 2016 fobidlim\n\nLicensed under the Apache License, Version 2.0 (the \"License\");\nyou may not use this file except in compliance with the License.\nYou may obtain a copy of the License at\n\n   http://www.apache.org/licenses/LICENSE-2.0\n\nUnless required by applicable law or agreed to in writing, software\ndistributed under the License is distributed on an \"AS IS\" BASIS,\nWITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\nSee the License for the specific language governing permissions and\nlimitations under the License.\n```\n\n[release-image]: https://img.shields.io/badge/release-v0.2.0-lightgrey.svg\n[release-url]: https://github.com/fobidlim/linkable-text-android/releases/tag/v0.2.0\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffobidlim%2Flinkable-text-android","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffobidlim%2Flinkable-text-android","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffobidlim%2Flinkable-text-android/lists"}