{"id":13644543,"url":"https://github.com/Morxander/EditCard","last_synced_at":"2025-04-21T10:33:28.705Z","repository":{"id":82660714,"uuid":"74393464","full_name":"Morxander/EditCard","owner":"Morxander","description":"Custom EditText For Android To Enter Credit Card Numbers","archived":false,"fork":false,"pushed_at":"2017-02-26T03:21:00.000Z","size":227,"stargazers_count":106,"open_issues_count":5,"forks_count":22,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-11-09T17:41:52.373Z","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":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Morxander.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,"roadmap":null,"authors":null}},"created_at":"2016-11-21T18:29:37.000Z","updated_at":"2024-02-02T12:34:26.000Z","dependencies_parsed_at":null,"dependency_job_id":"8ad6d20b-8b1a-48bf-855e-444096682d5f","html_url":"https://github.com/Morxander/EditCard","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/Morxander%2FEditCard","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Morxander%2FEditCard/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Morxander%2FEditCard/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Morxander%2FEditCard/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Morxander","download_url":"https://codeload.github.com/Morxander/EditCard/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250040482,"owners_count":21365113,"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-08-02T01:02:06.917Z","updated_at":"2025-04-21T10:33:27.934Z","avatar_url":"https://github.com/Morxander.png","language":"Java","readme":"# EditCard\n[![Android Arsenal](https://img.shields.io/badge/Android%20Arsenal-EditCard-brightgreen.svg?style=flat)](http://android-arsenal.com/details/1/4704)\n\n![EditCard](https://raw.githubusercontent.com/Morxander/EditCard/master/demo.gif)\n\nCustom EditText For Android To Enter Credit Card Numbers\n\n### Download\n\nDownload via Gradle:\n\n```gradle\ncompile 'morxander.editcard:EditCard:1.0.1'\n```\n\n### Usage\n\n```xml\n\u003cmorxander.editcard.EditCard\n        android:id=\"@+id/card\"\n        android:layout_width=\"match_parent\"\n        android:layout_height=\"match_parent\" /\u003e\n```\n\nIn activity class:\n```java\nEditCard edit_card = (EditCard) findViewById(R.id.card);\nedit_card.getCardNumber(); // Get the card number\nedit_card.isValid(); // Is the card number valid\nedit_card.getCardType(); // Get the card type\n```\n\nFor now we only support the following card types :\n\n* VISA\n* MASTERCARD\n* American Express\n* DISCOVER\n* JCB\n* Discover\n\n### License \nGNU GENERAL PUBLIC LICENSE 3\n","funding_links":[],"categories":["CreditCard"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FMorxander%2FEditCard","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FMorxander%2FEditCard","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FMorxander%2FEditCard/lists"}