{"id":17160786,"url":"https://github.com/danielceinos/fschatbubble","last_synced_at":"2026-04-28T00:32:43.019Z","repository":{"id":202236245,"uuid":"121049288","full_name":"danielceinos/FSChatBubble","owner":"danielceinos","description":null,"archived":false,"fork":false,"pushed_at":"2019-06-02T15:45:03.000Z","size":792,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-06-16T05:46:06.153Z","etag":null,"topics":["android","android-library","chat","chat-application","kotlin","kotlin-android","kotlin-library","library"],"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/danielceinos.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2018-02-10T19:59:14.000Z","updated_at":"2019-06-02T15:39:39.000Z","dependencies_parsed_at":null,"dependency_job_id":"6b621ba0-4605-412d-9c9b-f42052b1ac29","html_url":"https://github.com/danielceinos/FSChatBubble","commit_stats":null,"previous_names":["danielceinos/fschatbubble"],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/danielceinos/FSChatBubble","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/danielceinos%2FFSChatBubble","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/danielceinos%2FFSChatBubble/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/danielceinos%2FFSChatBubble/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/danielceinos%2FFSChatBubble/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/danielceinos","download_url":"https://codeload.github.com/danielceinos/FSChatBubble/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/danielceinos%2FFSChatBubble/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32361477,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-27T20:07:02.737Z","status":"ssl_error","status_checked_at":"2026-04-27T20:07:00.910Z","response_time":128,"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","chat","chat-application","kotlin","kotlin-android","kotlin-library","library"],"created_at":"2024-10-14T22:26:00.272Z","updated_at":"2026-04-28T00:32:43.004Z","avatar_url":"https://github.com/danielceinos.png","language":"Kotlin","funding_links":[],"categories":[],"sub_categories":[],"readme":"# FSChatBubble\n\n[![License](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/danielceinos/FSChatBubble/blob/master/LICENSE.md)\n[![Version](https://img.shields.io/badge/jitpack-1.0.0-green.svg)](https://jitpack.io/#danielceinos/FSChatBubble/1.0.0)\n\n\u003cp align=\"center\"\u003e\n\t\u003cimg src=\"https://github.com/danielceinos/FSChatBubble/blob/develop/example.gif\" /\u003e\n\u003c/p\u003e\n\n# Requirements\n\n- minAndroidSdk: 16\n\n# Installation\n  \n  Add to your gradle.build:\n  ```\n  allprojects {\n\t\trepositories {\n\t\t\t...\n\t\t\tmaven { url 'https://jitpack.io' }\n\t\t}\n\t}\n  ```\n  ```\n  dependencies {\n\t        compile 'com.github.danielceinos:FSChatBubble:1.0.0'\n\t}\n  ```\n# Use\n\n## Options\n\n```xml\n\u003cdeclare-styleable name=\"FSChatBubble\"\u003e\n    \u003cattr format=\"dimension\" name=\"textSize\" /\u003e\n    \u003cattr format=\"string\" name=\"text\" /\u003e\n    \u003cattr format=\"color\" name=\"bubbleColor\" /\u003e\n    \u003cattr format=\"color\" name=\"textColor\" /\u003e\n    \u003cattr name=\"bubblePosition\"\u003e\n      \u003cflag name=\"rightSingle\" value=\"0\" /\u003e\n      \u003cflag name=\"rightTop\" value=\"1\" /\u003e\n      \u003cflag name=\"rightMiddle\" value=\"2\" /\u003e\n      \u003cflag name=\"rightBottom\" value=\"3\" /\u003e\n      \u003cflag name=\"leftSingle\" value=\"4\" /\u003e\n      \u003cflag name=\"leftTop\" value=\"5\" /\u003e\n      \u003cflag name=\"leftMiddle\" value=\"6\" /\u003e\n      \u003cflag name=\"leftBottom\" value=\"7\" /\u003e\n    \u003c/attr\u003e\n\u003c/declare-styleable\u003e\n```\n\n## Example\n\n```xml\n \u003ccom.fireshield.fschatbubble.FSChatBubble\n      android:id=\"@+id/bubble_chat\"\n      android:layout_width=\"wrap_content\"\n      android:layout_height=\"wrap_content\"\n      android:layout_marginLeft=\"6dp\"\n      android:layout_marginRight=\"6dp\"\n      app:textColor=\"#FFF\"\n      app:textSize=\"18sp\"\n      app:text=\"Testgin\"\n      /\u003e\n```\n\n```kotlin\n\tval bubble = bubbleView.findViewById\u003cFSChatBubble\u003e(R.id.bubble_chat)\n\tbubble.text = content\n\tbubble.bubbleFSBubblePosition = FSBubblePosition.LeftSingle\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdanielceinos%2Ffschatbubble","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdanielceinos%2Ffschatbubble","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdanielceinos%2Ffschatbubble/lists"}