diff --git a/AndroidManifest.xml b/AndroidManifest.xml index 9181204..5d69402 100644 --- a/AndroidManifest.xml +++ b/AndroidManifest.xml @@ -1,7 +1,7 @@ + android:versionCode="2" android:installLocation="auto" android:versionName="0.2"> @@ -11,4 +11,5 @@ + \ No newline at end of file diff --git a/default.properties b/default.properties new file mode 100644 index 0000000..c5d5335 --- /dev/null +++ b/default.properties @@ -0,0 +1,14 @@ +# This file is automatically generated by Android Tools. +# Do not modify this file -- YOUR CHANGES WILL BE ERASED! +# +# This file must be checked in Version Control Systems. +# +# To customize properties used by the Ant build system use, +# "build.properties", and override values to adapt the script to your +# project structure. + +# Indicates whether an apk should be generated for each density. +split.density=false +# Project target. +target=android-8 +apk-configurations= diff --git a/src/net/thauvin/erik/android/spellit/R.java b/gen/net/thauvin/erik/android/spellit/R.java similarity index 100% rename from src/net/thauvin/erik/android/spellit/R.java rename to gen/net/thauvin/erik/android/spellit/R.java diff --git a/res/values/arrays.xml b/res/values/arrays.xml index 842279e..4c9e346 100644 --- a/res/values/arrays.xml +++ b/res/values/arrays.xml @@ -66,14 +66,14 @@ Yankee Zulu Zero - One + One (Wun) Two Three - Four - Five + Four (Fower) + Five (Fife) Six Seven - Eight + Eight (Ait) Nine (Niner) \ No newline at end of file diff --git a/res/values/strings.xml b/res/values/strings.xml index b71656e..3c216b7 100644 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -8,7 +8,7 @@ Please type something... NATO Phonetic G as in Google - © 2008 Erik C. Thauvin\nAll Rights Reserved\n\nerik@thauvin.net\n\nhttp://mobile.thauvin.net + © 2008-10 Erik C. Thauvin\nAll Rights Reserved\n\nerik@thauvin.net\n\nhttp://mobile.thauvin.net/ About OK Cancel diff --git a/screenshots/1.png b/screenshots/1.png new file mode 100644 index 0000000..26292ba Binary files /dev/null and b/screenshots/1.png differ