diff --git a/.classpath b/.classpath new file mode 100644 index 0000000..a4f1e40 --- /dev/null +++ b/.classpath @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..633e601 --- /dev/null +++ b/.gitignore @@ -0,0 +1,4 @@ +/bin/ +/proguard/ +/gen/ +/libs/ diff --git a/.project b/.project new file mode 100644 index 0000000..cf0bcfa --- /dev/null +++ b/.project @@ -0,0 +1,33 @@ + + + DiceGenerator + + + + + + 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/.settings/org.eclipse.core.resources.prefs b/.settings/org.eclipse.core.resources.prefs new file mode 100644 index 0000000..5ee3831 --- /dev/null +++ b/.settings/org.eclipse.core.resources.prefs @@ -0,0 +1,4 @@ +#Sat Oct 13 14:01:47 GMT+07:00 2012 +eclipse.preferences.version=1 +encoding//src/com/icystar/dicegenerator/HistoryActivity.java=UTF-8 +encoding//src/com/icystar/dicegenerator/MainActivity.java=UTF-8 diff --git a/AndroidManifest.xml b/AndroidManifest.xml new file mode 100644 index 0000000..c02e1ac --- /dev/null +++ b/AndroidManifest.xml @@ -0,0 +1,39 @@ + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/art/dice-generator-market-qr.gif b/art/dice-generator-market-qr.gif new file mode 100644 index 0000000..55c9270 Binary files /dev/null and b/art/dice-generator-market-qr.gif differ diff --git a/art/dice-generator-qr.gif b/art/dice-generator-qr.gif new file mode 100644 index 0000000..d7af96f Binary files /dev/null and b/art/dice-generator-qr.gif differ diff --git a/art/ic_launcher.png b/art/ic_launcher.png new file mode 100644 index 0000000..8d83b7b Binary files /dev/null and b/art/ic_launcher.png differ diff --git a/art/screen1.png b/art/screen1.png new file mode 100644 index 0000000..ab4088e Binary files /dev/null and b/art/screen1.png differ diff --git a/art/screen2.png b/art/screen2.png new file mode 100644 index 0000000..1d81ed0 Binary files /dev/null and b/art/screen2.png differ diff --git a/art/screen3.png b/art/screen3.png new file mode 100644 index 0000000..48ff85c Binary files /dev/null and b/art/screen3.png differ diff --git a/art/screens.psd b/art/screens.psd new file mode 100644 index 0000000..ec46f5d Binary files /dev/null and b/art/screens.psd differ diff --git a/ic_button_help-web.png b/ic_button_help-web.png new file mode 100644 index 0000000..635fb6a Binary files /dev/null and b/ic_button_help-web.png differ diff --git a/ic_launcher-web.png b/ic_launcher-web.png new file mode 100644 index 0000000..c37372a Binary files /dev/null and b/ic_launcher-web.png differ diff --git a/lint.xml b/lint.xml new file mode 100644 index 0000000..ee0eead --- /dev/null +++ b/lint.xml @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/proguard-project.txt b/proguard-project.txt new file mode 100644 index 0000000..f2fe155 --- /dev/null +++ b/proguard-project.txt @@ -0,0 +1,20 @@ +# To enable ProGuard in your project, edit project.properties +# to define the proguard.config property as described in that file. +# +# Add project specific ProGuard rules here. +# By default, the flags in this file are appended to flags specified +# in ${sdk.dir}/tools/proguard/proguard-android.txt +# You can edit the include path and order by changing the ProGuard +# include property in project.properties. +# +# For more details, see +# http://developer.android.com/guide/developing/tools/proguard.html + +# Add any project specific keep options here: + +# If your project uses WebView with JS, uncomment the following +# and specify the fully qualified class name to the JavaScript interface +# class: +#-keepclassmembers class fqcn.of.javascript.interface.for.webview { +# public *; +#} diff --git a/project.properties b/project.properties new file mode 100644 index 0000000..2cab5fb --- /dev/null +++ b/project.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 edit +# "ant.properties", and override values to adapt the script to your +# project structure. +# +# To enable ProGuard to shrink and obfuscate your code, uncomment this (available properties: sdk.dir, user.home): +proguard.config=${sdk.dir}/tools/proguard/proguard-android.txt:proguard-project.txt + +# Project target. +target=android-4 diff --git a/res/drawable-hdpi/ic_action_search.png b/res/drawable-hdpi/ic_action_search.png new file mode 100644 index 0000000..67de12d Binary files /dev/null and b/res/drawable-hdpi/ic_action_search.png differ diff --git a/res/drawable-hdpi/ic_launcher.png b/res/drawable-hdpi/ic_launcher.png new file mode 100644 index 0000000..33255bc Binary files /dev/null and b/res/drawable-hdpi/ic_launcher.png differ diff --git a/res/drawable-hdpi/ic_menu_close_clear_cancel.png b/res/drawable-hdpi/ic_menu_close_clear_cancel.png new file mode 100644 index 0000000..778c7f0 Binary files /dev/null and b/res/drawable-hdpi/ic_menu_close_clear_cancel.png differ diff --git a/res/drawable-hdpi/ic_menu_info_details.png b/res/drawable-hdpi/ic_menu_info_details.png new file mode 100644 index 0000000..6a7a1e9 Binary files /dev/null and b/res/drawable-hdpi/ic_menu_info_details.png differ diff --git a/res/drawable-hdpi/ic_menu_recent_history.png b/res/drawable-hdpi/ic_menu_recent_history.png new file mode 100644 index 0000000..4101434 Binary files /dev/null and b/res/drawable-hdpi/ic_menu_recent_history.png differ diff --git a/res/drawable-ldpi/ic_launcher.png b/res/drawable-ldpi/ic_launcher.png new file mode 100644 index 0000000..e004aa7 Binary files /dev/null and b/res/drawable-ldpi/ic_launcher.png differ diff --git a/res/drawable-ldpi/ic_menu_close_clear_cancel.png b/res/drawable-ldpi/ic_menu_close_clear_cancel.png new file mode 100644 index 0000000..760b925 Binary files /dev/null and b/res/drawable-ldpi/ic_menu_close_clear_cancel.png differ diff --git a/res/drawable-ldpi/ic_menu_info_details.png b/res/drawable-ldpi/ic_menu_info_details.png new file mode 100644 index 0000000..55c57d5 Binary files /dev/null and b/res/drawable-ldpi/ic_menu_info_details.png differ diff --git a/res/drawable-ldpi/ic_menu_recent_history.png b/res/drawable-ldpi/ic_menu_recent_history.png new file mode 100644 index 0000000..c75f6e3 Binary files /dev/null and b/res/drawable-ldpi/ic_menu_recent_history.png differ diff --git a/res/drawable-mdpi/ic_action_search.png b/res/drawable-mdpi/ic_action_search.png new file mode 100644 index 0000000..134d549 Binary files /dev/null and b/res/drawable-mdpi/ic_action_search.png differ diff --git a/res/drawable-mdpi/ic_launcher.png b/res/drawable-mdpi/ic_launcher.png new file mode 100644 index 0000000..b3de742 Binary files /dev/null and b/res/drawable-mdpi/ic_launcher.png differ diff --git a/res/drawable-mdpi/ic_menu_close_clear_cancel.png b/res/drawable-mdpi/ic_menu_close_clear_cancel.png new file mode 100644 index 0000000..1161a7c Binary files /dev/null and b/res/drawable-mdpi/ic_menu_close_clear_cancel.png differ diff --git a/res/drawable-mdpi/ic_menu_info_details.png b/res/drawable-mdpi/ic_menu_info_details.png new file mode 100644 index 0000000..18b15b5 Binary files /dev/null and b/res/drawable-mdpi/ic_menu_info_details.png differ diff --git a/res/drawable-mdpi/ic_menu_recent_history.png b/res/drawable-mdpi/ic_menu_recent_history.png new file mode 100644 index 0000000..e5f8e2d Binary files /dev/null and b/res/drawable-mdpi/ic_menu_recent_history.png differ diff --git a/res/drawable-xhdpi/ic_action_search.png b/res/drawable-xhdpi/ic_action_search.png new file mode 100644 index 0000000..d699c6b Binary files /dev/null and b/res/drawable-xhdpi/ic_action_search.png differ diff --git a/res/drawable-xhdpi/ic_launcher.png b/res/drawable-xhdpi/ic_launcher.png new file mode 100644 index 0000000..fc8724e Binary files /dev/null and b/res/drawable-xhdpi/ic_launcher.png differ diff --git a/res/drawable-xhdpi/ic_menu_close_clear_cancel.png b/res/drawable-xhdpi/ic_menu_close_clear_cancel.png new file mode 100644 index 0000000..d743d75 Binary files /dev/null and b/res/drawable-xhdpi/ic_menu_close_clear_cancel.png differ diff --git a/res/drawable-xhdpi/ic_menu_info_details.png b/res/drawable-xhdpi/ic_menu_info_details.png new file mode 100644 index 0000000..24ea543 Binary files /dev/null and b/res/drawable-xhdpi/ic_menu_info_details.png differ diff --git a/res/drawable-xhdpi/ic_menu_recent_history.png b/res/drawable-xhdpi/ic_menu_recent_history.png new file mode 100644 index 0000000..fc5e1fc Binary files /dev/null and b/res/drawable-xhdpi/ic_menu_recent_history.png differ diff --git a/res/layout/activity_dices.xml b/res/layout/activity_dices.xml new file mode 100644 index 0000000..6493d50 --- /dev/null +++ b/res/layout/activity_dices.xml @@ -0,0 +1,44 @@ + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/res/layout/activity_history.xml b/res/layout/activity_history.xml new file mode 100644 index 0000000..82fc27b --- /dev/null +++ b/res/layout/activity_history.xml @@ -0,0 +1,55 @@ + + + + + + + +