Skip to content

Commit

Permalink
remove launcher icons and other unused stuff from library. unnecessar…
Browse files Browse the repository at this point in the history
…y bulk.
  • Loading branch information
dbachelder committed Apr 28, 2015
1 parent 56ec8b0 commit c506433
Show file tree
Hide file tree
Showing 10 changed files with 12 additions and 29 deletions.
12 changes: 1 addition & 11 deletions CreditCardEntry/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,13 +1,3 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.devmarvel.creditcardentry"
android:versionCode="1"
android:versionName="1.0" >

<application
android:allowBackup="true"
android:icon="@drawable/ic_launcher"
android:label="@string/app_name"
android:theme="@style/AppTheme" >
</application>
<manifest package="com.devmarvel.creditcardentry">

</manifest>
Binary file removed CreditCardEntry/res/drawable-hdpi/ic_launcher.png
Binary file not shown.
Binary file removed CreditCardEntry/res/drawable-mdpi/ic_launcher.png
Binary file not shown.
Binary file not shown.
4 changes: 0 additions & 4 deletions CreditCardEntry/res/values/colors.xml
Original file line number Diff line number Diff line change
@@ -1,8 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<color name="stroke">#000</color>
<color name="grey_dark">#fff</color>
<color name="grey_light">#ddd</color>
<color name="text_helper_color">#a8a8a8</color>
<color name="text_helper_color2">#AA0</color>
</resources>
7 changes: 0 additions & 7 deletions CreditCardEntry/res/values/dimens.xml

This file was deleted.

6 changes: 0 additions & 6 deletions CreditCardEntry/res/values/integers.xml

This file was deleted.

1 change: 0 additions & 1 deletion CreditCardEntry/res/values/strings.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
<resources>

<string name="app_name">CreditCardEntry</string>
<string name="CreditCardNumberHelp"/>
<string name="ExpirationDateHelp">Expiration date (MM/DD)</string>
<string name="SecurityCodeHelp">Security code (CVV)</string>
Expand Down
4 changes: 4 additions & 0 deletions CreditCardEntryDemo/res/values/colors.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<color name="text_helper_color2">#AA0</color>
</resources>
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,13 @@ In code:

# Version History

###4/27/2015
- removed a bunch of dead resources reducing aar size by ~17%

###4/26/2015
- fixed corner radius of card back
- allow setting an invalid number programmatically

###4/24/2015
- Done IME causes validation check and keyboard dismiss
- All fields except credit card # are now optional
Expand Down

0 comments on commit c506433

Please sign in to comment.