diff --git a/AndroidManifest.xml b/AndroidManifest.xml index 151f685..3ef4394 100644 --- a/AndroidManifest.xml +++ b/AndroidManifest.xml @@ -3,14 +3,14 @@ package="org.woozle.penaltytimer" android:versionCode="1" android:versionName="1.0"> - - + + + + - diff --git a/Makefile b/Makefile index 6849f43..e7c67c8 100644 --- a/Makefile +++ b/Makefile @@ -1,8 +1,15 @@ -install: bin/PenaltyTimer-debug.apk +install: debug-install +debug-install: bin/PenaltyTimer-debug.apk + adb install -r $< + +release-install: bin/PenaltyTimer-release.apk adb install -r $< clean: ant clean +bin/PenaltyTimer-release.apk: src/org/woozle/penaltytimer/* res/*/* + ant release + bin/PenaltyTimer-debug.apk: src/org/woozle/penaltytimer/* res/*/* ant debug diff --git a/ant.properties b/ant.properties index b0971e8..b3ebe0a 100644 --- a/ant.properties +++ b/ant.properties @@ -14,4 +14,5 @@ # 'key.store' for the location of your keystore and # 'key.alias' for the name of the key to use. # The password will be asked during the build when you use the 'release' target. - +key.store = /home/neale/.local/android.keystore +key.alias = dartcatcher diff --git a/res/drawable-hdpi/ic_launcher.png b/res/drawable-hdpi/ic_launcher.png index 8074c4c..ef4f94d 100644 Binary files a/res/drawable-hdpi/ic_launcher.png and b/res/drawable-hdpi/ic_launcher.png differ diff --git a/res/drawable-ldpi/ic_launcher.png b/res/drawable-ldpi/ic_launcher.png index 1095584..a97f09f 100644 Binary files a/res/drawable-ldpi/ic_launcher.png and b/res/drawable-ldpi/ic_launcher.png differ diff --git a/res/drawable-mdpi/ic_launcher.png b/res/drawable-mdpi/ic_launcher.png index a07c69f..72eb8d7 100644 Binary files a/res/drawable-mdpi/ic_launcher.png and b/res/drawable-mdpi/ic_launcher.png differ diff --git a/res/layout/main.xml b/res/layout/main.xml index e3366cd..619a937 100644 --- a/res/layout/main.xml +++ b/res/layout/main.xml @@ -11,7 +11,7 @@ android:gravity="center" android:stretchColumns="*"> -