{"id":16170897,"url":"https://github.com/tougee/materialcheckedtextview","last_synced_at":"2025-03-19T00:30:33.551Z","repository":{"id":112362578,"uuid":"144975261","full_name":"Tougee/MaterialCheckedTextView","owner":"Tougee","description":"MaterialCheckedTextView created by @nickbutcher for iosched-2018, backported and renamed by me","archived":false,"fork":false,"pushed_at":"2018-08-16T10:52:41.000Z","size":1307,"stargazers_count":18,"open_issues_count":0,"forks_count":2,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-28T13:18:17.366Z","etag":null,"topics":["android","iosched","kotlin","material-design"],"latest_commit_sha":null,"homepage":"","language":"Kotlin","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Tougee.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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}},"created_at":"2018-08-16T10:50:51.000Z","updated_at":"2024-11-08T17:03:28.000Z","dependencies_parsed_at":"2023-05-13T15:00:29.436Z","dependency_job_id":null,"html_url":"https://github.com/Tougee/MaterialCheckedTextView","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Tougee%2FMaterialCheckedTextView","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Tougee%2FMaterialCheckedTextView/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Tougee%2FMaterialCheckedTextView/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Tougee%2FMaterialCheckedTextView/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Tougee","download_url":"https://codeload.github.com/Tougee/MaterialCheckedTextView/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243955755,"owners_count":20374373,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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","iosched","kotlin","material-design"],"created_at":"2024-10-10T03:19:55.159Z","updated_at":"2025-03-19T00:30:33.538Z","avatar_url":"https://github.com/Tougee.png","language":"Kotlin","funding_links":[],"categories":[],"sub_categories":[],"readme":"# MaterialCheckedTextView\n\nMaterialCheckedTextView created by [@nickbutcher](https://github.com/nickbutcher) for iosched-2018 [iosched](https://github.com/google/iosched), backported and renamed by me\n\n\u003cimg src=\"art/demo.gif\"\u003e\n\n## Usage\n```xml\n    \u003ccom.touge.library.MaterialCheckedTextView\n          android:id=\"@+id/efv\"\n          android:layout_width=\"wrap_content\"\n          android:layout_height=\"wrap_content\"\n          /\u003e\n```\n\n``` kotlin\n    val efv = findViewById\u003cMaterialCheckedTextView\u003e(R.id.efv)\n    val tag = tags[position]\n    \n    efv.text = tag.name\n    efv.color = tag.color\n    efv.isChecked = tag.checked\n    efv.setOnClickListener {\n        tag.checked = !tag.checked\n        efv.animateCheckedAndInvoke(tag.checked) {\n            // do onEnd\n        }\n    }\n```\n\n## Setup\n### Android Studio / Gradle\nAdd the following dependency in your root build.gradle at the end of repositories:\n```Gradle\nallprojects {\n    repositories {\n        //...\n        maven { url = 'https://jitpack.io' }\n    }\n}\n```\nAdd the dependency:\n```Gradle\ndependencies {\n    compile 'com.github.tougee:materialcheckedtextview:1.0.0'\n}\n```\n\n## License details\n\n```\nCopyright 2018 Touge\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\thttp://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```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftougee%2Fmaterialcheckedtextview","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftougee%2Fmaterialcheckedtextview","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftougee%2Fmaterialcheckedtextview/lists"}