{"id":17982405,"url":"https://github.com/nekocode/emojix","last_synced_at":"2025-09-09T19:11:38.226Z","repository":{"id":98385436,"uuid":"64378349","full_name":"nekocode/Emojix","owner":"nekocode","description":"Implementation of iOS style emoji on android.","archived":false,"fork":false,"pushed_at":"2019-11-26T07:30:18.000Z","size":5833,"stargazers_count":586,"open_issues_count":4,"forks_count":63,"subscribers_count":11,"default_branch":"master","last_synced_at":"2025-05-25T07:05:25.651Z","etag":null,"topics":["android","widget"],"latest_commit_sha":null,"homepage":"","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/nekocode.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2016-07-28T08:34:59.000Z","updated_at":"2025-05-05T12:29:46.000Z","dependencies_parsed_at":"2023-03-09T00:15:34.851Z","dependency_job_id":null,"html_url":"https://github.com/nekocode/Emojix","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/nekocode/Emojix","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nekocode%2FEmojix","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nekocode%2FEmojix/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nekocode%2FEmojix/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nekocode%2FEmojix/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nekocode","download_url":"https://codeload.github.com/nekocode/Emojix/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nekocode%2FEmojix/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":274347922,"owners_count":25268971,"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","status":"online","status_checked_at":"2025-09-09T02:00:10.223Z","response_time":80,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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","widget"],"created_at":"2024-10-29T18:14:10.014Z","updated_at":"2025-09-09T19:11:38.198Z","avatar_url":"https://github.com/nekocode.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Emojix\n[![Apache 2.0 License](https://img.shields.io/badge/license-Apache%202.0-blue.svg?style=flat)](http://www.apache.org/licenses/LICENSE-2.0.html) [![Release](https://jitpack.io/v/nekocode/Emojix.svg)](https://jitpack.io/#nekocode/Emojix)\n\nThis library adds **[apple style emojis](http://unicode.org/emoji/charts/full-emoji-list.html)** on your android application in the easiest way. **Unlike [emojicon](https://github.com/rockerhieu/emojicon), this library is non-invasive. Only need to add a little code to your project.**\n\nThis library will increase your apk size about 5 MB, because it contains all emoji icon files.\n\n### Preview\n![preview](art/preview.png)\n\n### Using with gradle\n- Add the JitPack repository to your root build.gradle:\n```gradle\nrepositories {\n    maven { url \"https://jitpack.io\" }\n}\n```\n\n- Add the dependency to your sub build.gradle:\n```gradle\ndependencies {\n    compile 'com.github.nekocode:Emojix:{lastest-version}'\n}\n```\n\n### Usage\n\nJust wrap the `Activity` Context, it will let all the `TextView`s (or other views inherit from `TextView`) replace the emoji characters with apple style icons:\n\n```java\n@Override\nprotected void attachBaseContext(Context newBase) {\n    super.attachBaseContext(Emojix.wrap(newBase));\n}\n```\n\nNow, everything is OK! Anyway, for implementing emoji to the whole application you can add these code to your `BaseActivity`.\n\nNote that if it is not working with any views, you can wrap them manually:\n\n```java\nEmojix.wrapView(view);\n```\n\n### Thanks\n\nThanks to the [emojicon](https://github.com/rockerhieu/emojicon) and [Calligraphy](https://github.com/chrisjenx/Calligraphy) projects. This project is based on their contributions.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnekocode%2Femojix","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnekocode%2Femojix","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnekocode%2Femojix/lists"}