MCPcopy Index your code
hub / github.com/Morxander/EditCard

github.com/Morxander/EditCard @V1.0.1

Chat with this repo
repository ↗ · DeepWiki ↗ · release V1.0.1 ↗ · + Follow
16 symbols 30 edges 4 files 4 documented · 25%
What it actually does AI analysis from the code graph — generated when you open this
loading…
README

EditCard

Android Arsenal

EditCard

Custom EditText For Android To Enter Credit Card Numbers

Download

Download via Gradle:

compile 'morxander.editcard:EditCard:1.0.1'

Usage

<morxander.editcard.EditCard
        android:id="@+id/card"
        android:layout_width="match_parent"
        android:layout_height="match_parent" />

In activity class:

EditCard edit_card = (EditCard) findViewById(R.id.card);
edit_card.getCardNumber(); // Get the card number
edit_card.isValid(); // Is the card number valid
edit_card.getCardType(); // Get the card type

For now we only support the following card types :

  • VISA
  • MASTERCARD
  • American Express
  • DISCOVER
  • JCB
  • Discover

License

GNU GENERAL PUBLIC LICENSE 3

Core symbols most depended-on inside this repo

getCardNumber
called by 6
EditCard/src/main/java/morxander/editcard/EditCard.java
addMagic
called by 4
EditCard/src/main/java/morxander/editcard/EditCard.java
changeIcon
called by 2
EditCard/src/main/java/morxander/editcard/EditCard.java
EditCard
called by 0
EditCard/src/main/java/morxander/editcard/EditCard.java
beforeTextChanged
called by 0
EditCard/src/main/java/morxander/editcard/EditCard.java
onTextChanged
called by 0
EditCard/src/main/java/morxander/editcard/EditCard.java
afterTextChanged
called by 0
EditCard/src/main/java/morxander/editcard/EditCard.java
filter
called by 0
EditCard/src/main/java/morxander/editcard/EditCard.java

Shape

Method 12
Class 4

Languages

Java100%

Modules by API surface

EditCard/src/main/java/morxander/editcard/EditCard.java11 symbols
EditCard/src/test/java/morxander/editcard/ExampleUnitTest.java2 symbols
EditCard/src/androidTest/java/morxander/editcard/ExampleInstrumentedTest.java2 symbols
EditCard/src/main/java/morxander/editcard/CardPattern.java1 symbols

For agents

$ claude mcp add EditCard \
  -- python -m otcore.mcp_server <graph>

⬇ download graph artifact