{"id":13396264,"url":"https://github.com/tasomaniac/EmailAutoCompleteTextView","last_synced_at":"2025-03-13T22:31:55.426Z","repository":{"id":27532224,"uuid":"31013448","full_name":"tasomaniac/EmailAutoCompleteTextView","owner":"tasomaniac","description":"An AutoCompleteTextView with builtin Adapter with the emails in the device.","archived":false,"fork":false,"pushed_at":"2015-12-20T12:41:15.000Z","size":556,"stargazers_count":423,"open_issues_count":1,"forks_count":49,"subscribers_count":11,"default_branch":"master","last_synced_at":"2024-07-31T18:16:51.252Z","etag":null,"topics":["android","android-library","autocomplete","autocompletetextview","email-autocomplete","material-design"],"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/tasomaniac.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-02-19T12:02:02.000Z","updated_at":"2024-05-31T07:44:02.000Z","dependencies_parsed_at":"2022-09-02T09:10:54.002Z","dependency_job_id":null,"html_url":"https://github.com/tasomaniac/EmailAutoCompleteTextView","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tasomaniac%2FEmailAutoCompleteTextView","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tasomaniac%2FEmailAutoCompleteTextView/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tasomaniac%2FEmailAutoCompleteTextView/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tasomaniac%2FEmailAutoCompleteTextView/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tasomaniac","download_url":"https://codeload.github.com/tasomaniac/EmailAutoCompleteTextView/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243494070,"owners_count":20299761,"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":["android","android-library","autocomplete","autocompletetextview","email-autocomplete","material-design"],"created_at":"2024-07-30T18:00:43.372Z","updated_at":"2025-03-13T22:31:55.019Z","avatar_url":"https://github.com/tasomaniac.png","language":"Java","readme":"EmailAutoCompleteTextView\n=========================\n\n[![Android Arsenal](https://img.shields.io/badge/Android%20Arsenal-EmailAutoCompleteTextView-brightgreen.svg?style=flat)](http://android-arsenal.com/details/1/2743)\n[![Build Status](https://travis-ci.org/tasomaniac/EmailAutoCompleteTextView.png?branch=master)](https://travis-ci.org/tasomaniac/EmailAutoCompleteTextView)\n[![License](http://img.shields.io/:license-apache-blue.svg)](http://www.apache.org/licenses/LICENSE-2.0.html)\n\nAn AutoCompleteTextView with builtin Adapter with the emails in the device.\n\nThe library automatically adds GET_ACCOUNTS permission into your Manifest. For Android Marshmallow, the library also\nhandles runtime permissions automagically.\n\n- If the permission is already given by the user, or if the device is below Android M, it\nsetups itself and auto completion of email addresses works right away. \n- If the permission is not given, there will be a checkbox shown below the view to indicate that we require the permission.\n- If the user chooses \"never\", the checkbox will be hidden.\n\n![](demo.gif)\n\nUsage\n-----\n\nThe library is heavily influced by `TextInputLayout` from the design support library.\n\nJust like the `TextInputLayout` you need to add `AutoCompleteTextView` inside in the xml as a child.\n\n```xml\n  \u003ccom.tasomaniac.widget.EmailAutoCompleteLayout\n    android:layout_width=\"match_parent\"\n    android:layout_height=\"wrap_content\"\n    app:permissionText=\"@string/permission_text\"\u003e\n\n    \u003cAutoCompleteTextView\n      android:layout_width=\"match_parent\"\n      android:layout_height=\"wrap_content\"/\u003e\n  \u003c/com.tasomaniac.widget.EmailAutoCompleteLayout\u003e\n```\n\nUsage with Design Support Lib\n-----------------------------\n\nYou may want to use `TextInputLayout` to have beautiful label animation you find the GIF above. In that case, you can use the alternative dependency with `-design` postfix and you will be good to go. It will automatically use the design library version and it will have all the features of `TextInputLayout`\n\nDownload\n--------\n\nDependency to just use `EmailAutoCompleteLayout`\n\n```groovy\ncompile 'com.tasomaniac:emailautocompletetextview:0.2'\n```\n\nDependency to use with `TextInputLayout`\n\n```groovy\ncompile 'com.tasomaniac:emailautocompletetextview-design:0.2'\n```\n\nSnapshots of the development version are available in [Sonatype's `snapshots` repository][snap].\n\nLicense\n-------\n\n    Copyright (C) 2015 Said Tahsin Dane\n\n    Licensed under the Apache License, Version 2.0 (the \"License\");\n    you may not use this file except in compliance with the License.\n    You may obtain a copy of the License at\n\n       http://www.apache.org/licenses/LICENSE-2.0\n\n    Unless required by applicable law or agreed to in writing, software\n    distributed under the License is distributed on an \"AS IS\" BASIS,\n    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n    See the License for the specific language governing permissions and\n    limitations under the License.\n\n\n\n [snap]: https://oss.sonatype.org/content/repositories/snapshots/\n","funding_links":[],"categories":["Index `(light-weight pages)`","Index","Libs"],"sub_categories":["\u003cA NAME=\"Widget\"\u003e\u003c/A\u003eWidget"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftasomaniac%2FEmailAutoCompleteTextView","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftasomaniac%2FEmailAutoCompleteTextView","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftasomaniac%2FEmailAutoCompleteTextView/lists"}