{"id":17688686,"url":"https://github.com/boybeak/safeposter","last_synced_at":"2026-01-21T01:01:58.387Z","repository":{"id":57719611,"uuid":"445985642","full_name":"boybeak/SafePoster","owner":"boybeak","description":"Safe way to do post or postDelayed","archived":false,"fork":false,"pushed_at":"2022-01-09T06:34:48.000Z","size":112,"stargazers_count":4,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-02-13T11:49:37.019Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Java","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/boybeak.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}},"created_at":"2022-01-09T03:41:20.000Z","updated_at":"2022-01-12T01:46:19.000Z","dependencies_parsed_at":"2022-09-02T12:31:39.084Z","dependency_job_id":null,"html_url":"https://github.com/boybeak/SafePoster","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/boybeak%2FSafePoster","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/boybeak%2FSafePoster/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/boybeak%2FSafePoster/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/boybeak%2FSafePoster/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/boybeak","download_url":"https://codeload.github.com/boybeak/SafePoster/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247613132,"owners_count":20966877,"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-10-24T11:45:09.588Z","updated_at":"2026-01-21T01:01:58.348Z","avatar_url":"https://github.com/boybeak.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# SafePoster\n\nA simple tool to make **post** and **postDelayed** safety.\n\n## Install ![version-tag](https://img.shields.io/badge/latest%20version-0.1.0-blue)\n\n```groovy\n// root build.gradle\nbuildscript {\n    repositories {\n        mavenCentral()\n    }\n}\n```\n\n```groovy\n// module's build.gradle\ndependencies {\n  implementation 'com.github.boybeak:safe-poster:latest-version'\n}\n```\n\n\n\n## Usage\n\n```kotlin\nSafePoster.by(view)\n    .liveWith(activity)\n    .onThrow {\n      // Handle error here\n    }.postDelayed(4000L) {\n      view.setBackgroundColor(Color.CYAN)\n    }\n```\n\nor use extension function.\n\n```kotlin\nview.postSafety {\n            \n}\n\nview.postDelayedSafety(3000L) {\n\n}\n```\n\n\n\n## License\n\n```\nCopyright [2022] [boybeak]\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","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fboybeak%2Fsafeposter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fboybeak%2Fsafeposter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fboybeak%2Fsafeposter/lists"}