{"id":20157581,"url":"https://github.com/g4s8/rxkeyboard","last_synced_at":"2026-04-12T22:33:34.545Z","repository":{"id":89537414,"uuid":"89840970","full_name":"g4s8/RxKeyboard","owner":"g4s8","description":"Android reactiveX software keyboard","archived":false,"fork":false,"pushed_at":"2018-02-17T18:42:50.000Z","size":138,"stargazers_count":3,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-09T09:11:54.883Z","etag":null,"topics":["android","android-keyboard","android-library","keyboardmanager","rxjava2"],"latest_commit_sha":null,"homepage":null,"language":"Java","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/g4s8.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":"2017-04-30T09:11:44.000Z","updated_at":"2023-11-16T10:41:51.000Z","dependencies_parsed_at":null,"dependency_job_id":"061a104c-3c68-44bf-9bb4-1d10ae1ca993","html_url":"https://github.com/g4s8/RxKeyboard","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/g4s8/RxKeyboard","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/g4s8%2FRxKeyboard","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/g4s8%2FRxKeyboard/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/g4s8%2FRxKeyboard/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/g4s8%2FRxKeyboard/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/g4s8","download_url":"https://codeload.github.com/g4s8/RxKeyboard/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/g4s8%2FRxKeyboard/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279001116,"owners_count":26083021,"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-10-09T02:00:07.460Z","response_time":59,"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","android-keyboard","android-library","keyboardmanager","rxjava2"],"created_at":"2024-11-13T23:46:58.132Z","updated_at":"2025-10-09T09:13:41.114Z","avatar_url":"https://github.com/g4s8.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# RxKeyboard\nRxJava2 bindings for android keyboard's `InputMethodManager`\n\n[![Build Status](https://img.shields.io/travis/g4s8/RxKeyboard.svg?style=flat-square)](https://travis-ci.org/g4s8/RxKeyboard)\n[![License](https://img.shields.io/github/license/g4s8/RxKeyboard.svg?style=flat-square)](https://github.com/g4s8/RxKeyboard/blob/master/LICENSE)\n[![Bintray](https://img.shields.io/bintray/v/g4s8/maven-android/com.g4s8.rxkeyboard.svg?style=flat-square)](https://bintray.com/g4s8/maven-android/com.g4s8.rxkeyboard/_latestVersion)\n\n## Dependencies\ndepends on RxJava2 '2.0.7' version:\n```gradle\ndependencies {\n  \"io.reactivex.rxjava2:rxjava:2.0.7\"\n}\n```\nSee [latest release](https://github.com/g4s8/RxKeyboard/releases/latest) for build dependency\n\n## Usage\n### show android keyboard async\n```java\nfinal RxSoftKeyboard keyboard = new RxAndroidSoftKeyboard(context);\nkeyboard.show(editTex, ShowFlags.NONE).subscribe(() -\u003e callback());\n```\n### hide android keyboard async\n```java\nfinal RxSoftKeyboard keyboard = new RxAndroidSoftKeyboard(context);\nkeyboard.hide(view.getWindowToken(), ShowFlags.NONE).subscribe(() -\u003e callback());\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fg4s8%2Frxkeyboard","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fg4s8%2Frxkeyboard","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fg4s8%2Frxkeyboard/lists"}