{"id":21130049,"url":"https://github.com/KeithYokoma/AccountAutoCompleteEditText","last_synced_at":"2025-07-09T01:32:09.690Z","repository":{"id":14704774,"uuid":"17425057","full_name":"KeithYokoma/AccountAutoCompleteEditText","owner":"KeithYokoma","description":"Simple extension for account suggestion and auto completion.","archived":false,"fork":false,"pushed_at":"2014-12-16T15:09:02.000Z","size":361,"stargazers_count":100,"open_issues_count":0,"forks_count":17,"subscribers_count":8,"default_branch":"develop","last_synced_at":"2023-06-30T19:04:52.085Z","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":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/KeithYokoma.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}},"created_at":"2014-03-05T02:16:33.000Z","updated_at":"2022-02-22T21:09:03.000Z","dependencies_parsed_at":"2022-07-12T15:13:24.233Z","dependency_job_id":null,"html_url":"https://github.com/KeithYokoma/AccountAutoCompleteEditText","commit_stats":null,"previous_names":[],"tags_count":3,"template":null,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KeithYokoma%2FAccountAutoCompleteEditText","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KeithYokoma%2FAccountAutoCompleteEditText/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KeithYokoma%2FAccountAutoCompleteEditText/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KeithYokoma%2FAccountAutoCompleteEditText/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/KeithYokoma","download_url":"https://codeload.github.com/KeithYokoma/AccountAutoCompleteEditText/tar.gz/refs/heads/develop","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":225476376,"owners_count":17480215,"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-11-20T05:32:13.637Z","updated_at":"2024-11-20T05:32:17.143Z","avatar_url":"https://github.com/KeithYokoma.png","language":"Java","funding_links":[],"categories":["Libs"],"sub_categories":["\u003cA NAME=\"Widget\"\u003e\u003c/A\u003eWidget"],"readme":"# AccountAutoCompleteEditText\n\n[![Gitter](http://img.shields.io/badge/Gitter-Join%20Chat-brightgreen.svg?style=flat)](https://gitter.im/KeithYokoma/AccountAutoCompleteEditText?utm_source=badge\u0026utm_medium=badge\u0026utm_campaign=pr-badge\u0026utm_content=badge)\n[![Android Arsenal](https://img.shields.io/badge/Android%20Arsenal-AccountAutoCompleteEditText-brightgreen.svg?style=flat)](https://android-arsenal.com/details/1/1232)\n[![License](http://img.shields.io/badge/License-Apache%202-brightgreen.svg?style=flat)](https://github.com/KeithYokoma/Fit/blob/master/LICENSE.md)\n\nJust a simple implementation for use of auto complete text view with device account suggestion\n\n## Usage\n\nJust simply put an custom view as below.\n\n```xml\n\u003cRelativeLayout\n    xmlns:android=\"http://schemas.android.com/apk/res/android\"\n    xmlns:app=\"http://schemas.android.com/apk/res-auto\"\n    android:layout_width=\"match_parent\"\n    android:layout_height=\"match_parent\"\u003e\n    \u003cjp.yokomark.widget.account.autocomp.AccountAutoCompleteEditText\n        android:id=\"@+id/any\"\n        android:layout_width=\"match_parent\"\n        android:layout_height=\"wrap_content\"\n        android:hint=\"@string/label_account_type_any\"\n        app:accountType=\"any\"/\u003e\n\u003c/RelativeLayout\u003e\n```\n\n`AccountAutoCompleteEditText` has a custom attribute of `accountType`.\nThis attribute accepts any of the  following value.\n\n| Value | Meaning |\n|-------|---------|\n| `any` | Show the candidate account of all type. |\n| `email` | Show the candidate account using email address. |\n| `phoneNumber` | Show the candidate account using phone number. |\n\n## Sample Application\n\nSample app can be downloaded from [here](https://deploygate.com/distributions/7ac40a3232ff1fb7afceb7c527d6667d11f840ff).\n\n## Download\n\nVia Gradle\n\n```groovy\nrepositories {\n    mavenCentral()\n}\nandroid {\n    dependencies {\n        compile 'com.github.keithyokoma:AccountAutoCompleteEditText:1.0.0'\n    }\n}\n```\n\n## TODO\n\n- Customize adapter view layout\n\n## License\n\n```\nCopyright (C) 2014 KeithYokoma. All rights reserved.\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\nhttp://www.apache.org/licenses/LICENSE-2.0\n\nUnless required by applicable law or agreed to in writing,\nsoftware distributed 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%2FKeithYokoma%2FAccountAutoCompleteEditText","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FKeithYokoma%2FAccountAutoCompleteEditText","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FKeithYokoma%2FAccountAutoCompleteEditText/lists"}