{"id":13428692,"url":"https://github.com/tajchert/WaitingDots","last_synced_at":"2025-03-16T01:32:54.044Z","repository":{"id":29330363,"uuid":"32863999","full_name":"tajchert/WaitingDots","owner":"tajchert","description":null,"archived":false,"fork":false,"pushed_at":"2019-06-08T15:35:04.000Z","size":2301,"stargazers_count":737,"open_issues_count":5,"forks_count":128,"subscribers_count":30,"default_branch":"master","last_synced_at":"2025-03-06T14:05:11.344Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/tajchert.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":"2015-03-25T12:46:02.000Z","updated_at":"2024-10-18T14:34:50.000Z","dependencies_parsed_at":"2022-06-26T11:02:48.906Z","dependency_job_id":null,"html_url":"https://github.com/tajchert/WaitingDots","commit_stats":null,"previous_names":[],"tags_count":7,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tajchert%2FWaitingDots","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tajchert%2FWaitingDots/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tajchert%2FWaitingDots/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tajchert%2FWaitingDots/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tajchert","download_url":"https://codeload.github.com/tajchert/WaitingDots/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243814905,"owners_count":20352037,"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":[],"created_at":"2024-07-31T01:01:02.962Z","updated_at":"2025-03-16T01:32:53.497Z","avatar_url":"https://github.com/tajchert.png","language":"Kotlin","funding_links":[],"categories":["Libraries","Libs"],"sub_categories":["\u003cA NAME=\"Widget\"\u003e\u003c/A\u003eWidget"],"readme":"# WaitingDots\n[![](https://jitpack.io/v/tajchert/WaitingDots.svg)](https://jitpack.io/#tajchert/WaitingDots)\n\n[![](https://jitci.com/gh/tajchert/WaitingDots/svg)](https://jitci.com/gh/tajchert/WaitingDots)\n\n![Loading animation](https://raw.githubusercontent.com/tajchert/WaitingDots/master/images/dotsLoadingAnimation.gif)\n\nSmall library that provides... bouncing dots. This feature is used in number of messaging apps (such as Hangouts or Messenger), and lately in Android TV (for example when connecting to Wifi).\n\n\n### Gradle depedency\n```gradle\n    implementation 'com.github.tajchert:WaitingDots:0.6.1'\n```\nAdd Jitpack in your root build.gradle at the end of repositories:\n```gradle\n\tallprojects {\n\t\trepositories {\n\t\t\t...\n\t\t\tmaven { url \"https://jitpack.io\" }\n\t\t}\n\t}\n```\n\n\n### Example\n```xml\n...\nxmlns:dots=\"http://schemas.android.com/apk/res-auto\"\n...\n\u003cpl.tajchert.waitingdots.DotsTextView\n    android:layout_width=\"wrap_content\"\n    android:layout_height=\"wrap_content\"\n    android:id=\"@+id/dots\"\n    android:textSize=\"45sp\"\n    android:textColor=\"@android:color/text_color\"\n    dots:autoplay=\"false\"\n    dots:period=\"1000\"/\u003e\n```\nAll aditional parameters are optional.\n\nList of useful methods:\n```java\ndots.stop();\ndots.start();\n\ndots.hide();\ndots.show();\n\ndots.hideAndStop();\ndots.showAndPlay();\n\ndots.isHide();\ndots.isPlaying();\n```\n\n\n### Proguard\n```\n-dontwarn pl.tajchert.waitingdots.**\n-keep public class pl.tajchert.waitingdots.** { public protected private *; }\n```\n\n\n### AndroidX and Kotlin\nKotlin since version 0.6.1.\nAndroidX since 0.6.0.\nLast build without AndroidX: 0.5.2.\n\n\n\n### Thanks goes to:\n\n\u003cimg src=\"images/polideaLogo.jpg\" width=\"150\" height=\"150\"/\u003e\n\n[Polidea](https://www.polidea.com/) - time, atmosphere and motivation to create outstanding things.\n\n[Zielony](https://github.com/ZieIony) - many tips and initial commit.\n\n[Krzysztof Bielicki](https://github.com/krzysiekbielicki) - nice pull request that optimised performance and added text Appearance support (0.1.0 -\u003e 0.2.0).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftajchert%2FWaitingDots","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftajchert%2FWaitingDots","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftajchert%2FWaitingDots/lists"}