Version 0.2 with SD card installation support (FroYo).

This commit is contained in:
Erik C. Thauvin 2010-06-29 13:01:53 +00:00
parent f039aff931
commit eb568bfb14
6 changed files with 21 additions and 6 deletions

View file

@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="net.thauvin.erik.android.spellit"
android:versionCode="1" android:versionName="0.1">
android:versionCode="2" android:installLocation="auto" android:versionName="0.2">
<application android:icon="@drawable/icon" android:label="@string/app_name">
<activity android:name=".SpellIt"
android:label="@string/app_name">
@ -11,4 +11,5 @@
</intent-filter>
</activity>
</application>
<uses-sdk android:minSdkVersion="2"></uses-sdk>
</manifest>

14
default.properties Normal file
View file

@ -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=

View file

@ -66,14 +66,14 @@
<item>Yankee</item>
<item>Zulu</item>
<item>Zero</item>
<item>One</item>
<item>One (Wun)</item>
<item>Two</item>
<item>Three</item>
<item>Four</item>
<item>Five</item>
<item>Four (Fower)</item>
<item>Five (Fife)</item>
<item>Six</item>
<item>Seven</item>
<item>Eight</item>
<item>Eight (Ait)</item>
<item>Nine (Niner)</item>
</string-array>
</resources>

View file

@ -8,7 +8,7 @@
<string name="main_entry_err_txt">Please type something...</string>
<string name="nato_menu_txt">NATO Phonetic</string>
<string name="sample_txt">G as in Google</string>
<string name="about_txt">© 2008 Erik C. Thauvin\nAll Rights Reserved\n\nerik@thauvin.net\n\nhttp://mobile.thauvin.net</string>
<string name="about_txt">© 2008-10 Erik C. Thauvin\nAll Rights Reserved\n\nerik@thauvin.net\n\nhttp://mobile.thauvin.net/</string>
<string name="about_menu_txt">About</string>
<string name="alert_dialog_ok">OK</string>
<string name="alert_dialog_cancel">Cancel</string>

BIN
screenshots/1.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 33 KiB