diff --git a/ExaltedDice/.classpath b/ExaltedDice/.classpath new file mode 100755 index 0000000..207072c --- /dev/null +++ b/ExaltedDice/.classpath @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/ExaltedDice/.project b/ExaltedDice/.project new file mode 100755 index 0000000..9075306 --- /dev/null +++ b/ExaltedDice/.project @@ -0,0 +1,33 @@ + + + ExaltedDice + + + + + + com.android.ide.eclipse.adt.ResourceManagerBuilder + + + + + com.android.ide.eclipse.adt.PreCompilerBuilder + + + + + org.eclipse.jdt.core.javabuilder + + + + + com.android.ide.eclipse.adt.ApkBuilder + + + + + + com.android.ide.eclipse.adt.AndroidNature + org.eclipse.jdt.core.javanature + + diff --git a/ExaltedDice/AndroidManifest.xml b/ExaltedDice/AndroidManifest.xml new file mode 100755 index 0000000..c472203 --- /dev/null +++ b/ExaltedDice/AndroidManifest.xml @@ -0,0 +1,25 @@ + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/ExaltedDice/Change Log.txt b/ExaltedDice/Change Log.txt new file mode 100644 index 0000000..34bf642 --- /dev/null +++ b/ExaltedDice/Change Log.txt @@ -0,0 +1,40 @@ +Exalted Dice Change Log + +0.0.1 +0.0.2 +0.0.3 +0.0.4 +0.0.5 + +0.0.6 V6 +-remodeled onClickListeners +-remodeled onLongClickListeners + +0.0.7 V7 +-Got Listview working with 10 item history +-removed old onClickListener methods +-removed old onLongClickListeners +-ads working with internet permisions +-Menu with exit option + +0.0.8 v8 +-cleaned code for efficency +-Fixed error checking method to check for a string containing no ints. +-Fixed shake listener problem +-First release version, full, and ad free +-due to a G Market problem, package name switched from com.TwentyCodes.android.ExaltedDice to com.TwentyCode.android.ExaltedDice + + +0.0.9 V9 +-compiled under 1.5 +-updated ads +-added System.gc(); +-added stringbuffer to checkForErrors() and results() +-added a dynamic rollHistory list array +-added clear history menu option + +0.0.10 +-added rotaion methods +-reformated the output string +-added crash report +-added roll again feature \ No newline at end of file diff --git a/ExaltedDice/bin/ExaltedDice.apk b/ExaltedDice/bin/ExaltedDice.apk new file mode 100644 index 0000000..8ca053b Binary files /dev/null and b/ExaltedDice/bin/ExaltedDice.apk differ diff --git a/ExaltedDice/bin/classes.dex b/ExaltedDice/bin/classes.dex new file mode 100644 index 0000000..e2d7c85 Binary files /dev/null and b/ExaltedDice/bin/classes.dex differ diff --git a/ExaltedDice/bin/resources.ap_ b/ExaltedDice/bin/resources.ap_ new file mode 100644 index 0000000..c9a1b20 Binary files /dev/null and b/ExaltedDice/bin/resources.ap_ differ diff --git a/ExaltedDice/default.properties b/ExaltedDice/default.properties new file mode 100755 index 0000000..a1ef8e9 --- /dev/null +++ b/ExaltedDice/default.properties @@ -0,0 +1,13 @@ +# 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-3 diff --git a/ExaltedDice/libs/admob-sdk-android.jar b/ExaltedDice/libs/admob-sdk-android.jar new file mode 100644 index 0000000..e186671 Binary files /dev/null and b/ExaltedDice/libs/admob-sdk-android.jar differ diff --git a/ExaltedDice/res/drawable/icon.png b/ExaltedDice/res/drawable/icon.png new file mode 100644 index 0000000..b101000 Binary files /dev/null and b/ExaltedDice/res/drawable/icon.png differ diff --git a/ExaltedDice/res/layout/list_row.xml b/ExaltedDice/res/layout/list_row.xml new file mode 100755 index 0000000..b39b66e --- /dev/null +++ b/ExaltedDice/res/layout/list_row.xml @@ -0,0 +1,6 @@ + + \ No newline at end of file diff --git a/ExaltedDice/res/layout/main.xml b/ExaltedDice/res/layout/main.xml new file mode 100755 index 0000000..cb2fc98 --- /dev/null +++ b/ExaltedDice/res/layout/main.xml @@ -0,0 +1,60 @@ + + + + + +