{"id":18655210,"url":"https://github.com/ibrahimsn98/taskprogressview","last_synced_at":"2025-04-11T17:31:54.006Z","repository":{"id":55499630,"uuid":"324388471","full_name":"ibrahimsn98/taskprogressview","owner":"ibrahimsn98","description":"A lightweight task progress calendar view library for Android","archived":false,"fork":false,"pushed_at":"2020-12-27T16:32:31.000Z","size":17123,"stargazers_count":131,"open_issues_count":0,"forks_count":5,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-25T16:44:45.886Z","etag":null,"topics":["android","android-library","calendar-view","custom-view","progressview","task","task-list"],"latest_commit_sha":null,"homepage":"","language":"Kotlin","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ibrahimsn98.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2020-12-25T15:39:23.000Z","updated_at":"2025-03-17T07:23:35.000Z","dependencies_parsed_at":"2022-08-15T01:50:40.430Z","dependency_job_id":null,"html_url":"https://github.com/ibrahimsn98/taskprogressview","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ibrahimsn98%2Ftaskprogressview","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ibrahimsn98%2Ftaskprogressview/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ibrahimsn98%2Ftaskprogressview/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ibrahimsn98%2Ftaskprogressview/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ibrahimsn98","download_url":"https://codeload.github.com/ibrahimsn98/taskprogressview/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248449844,"owners_count":21105576,"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","android-library","calendar-view","custom-view","progressview","task","task-list"],"created_at":"2024-11-07T07:18:07.062Z","updated_at":"2025-04-11T17:31:51.847Z","avatar_url":"https://github.com/ibrahimsn98.png","language":"Kotlin","readme":"# TaskProgressView\n\nA lightweight calendar task progress view library for Android\n\n[![](https://jitpack.io/v/ibrahimsn98/taskprogressview.svg)](https://jitpack.io/#ibrahimsn98/taskprogressview)\n[![](https://androidweekly.net/issues/issue-446/badge)](https://androidweekly.net/issues/issue-446)\n\n\n## GIF\n\nIn-app preview\n\n\u003cimg src=\"https://github.com/ibrahimsn98/taskprogressview/blob/master/art/gif.gif\" width=\"480\" /\u003e\n\n## XML Attributes\n\n```xml\n\u003cme.ibrahimsn.lib.TaskProgressView\n    android:id=\"@+id/taskProgressView\"\n    android:layout_width=\"match_parent\"\n    android:layout_height=\"200dp\"\n    android:layout_marginTop=\"40dp\"\n    app:rangeLength=\"7\"\n    app:sidePadding=\"26dp\"\n    app:taskLineWidth=\"10dp\"\n    app:taskLineSpacing=\"32dp\" /\u003e\n```\n\n## Usage\n\n```kotlin\nval taskProgressView = findViewById\u003cTaskProgressView\u003e(R.id.taskProgressView)\n\n// Setup with task list\ntaskProgressView.setTasks(listOf())\n\n// Focus to any date range by giving head of the range\ntaskProgressView.focusRange(Calendar.getInstance())\n```\n\n## TODO\n\n- [x] Horizontal scrolling feature \n- [ ] Different range types like week, month, year\n- [ ] Task description popup\n\n\n## Setup\n\n\u003e Follow me on Twitter [@ibrahimsn98](https://twitter.com/ibrahimsn98)\n\nStep 1. Add the JitPack repository to your build file\n```groovy\nallprojects {\n\trepositories {\n\t\t...\n\t\tmaven { url 'https://jitpack.io' }\n\t}\n}\n```\nStep 2. Add the dependency\n```groovy\ndependencies {\n    implementation 'com.github.ibrahimsn98:taskprogressview:1.0.1'\n}\n```\n\n## Design Credits\n\nAll design and inspiration credits belong to [Mustofa Amar](https://dribbble.com/mustofaamar).\n\n\n## License\n```\nMIT License\n\nCopyright (c) 2020 İbrahim Süren\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n```","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fibrahimsn98%2Ftaskprogressview","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fibrahimsn98%2Ftaskprogressview","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fibrahimsn98%2Ftaskprogressview/lists"}