From: Motoyuki Kasahara Date: Sat, 19 Oct 2013 12:03:37 +0000 (+0900) Subject: Initial commit. X-Git-Tag: v1.0~5 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;ds=sidebyside;h=2bf8d39384d3f81930b5f13bea4debac5e776a57;p=gamerandomizer%2Fgamerandomizer.git Initial commit. --- 2bf8d39384d3f81930b5f13bea4debac5e776a57 diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..054fed3 --- /dev/null +++ b/.gitignore @@ -0,0 +1,3 @@ +GameRandomizer/bin/ +GameRandomizer/gen/ +gamedata/*.zip diff --git a/GameRandomizer/.classpath b/GameRandomizer/.classpath new file mode 100755 index 0000000..26bdfa6 --- /dev/null +++ b/GameRandomizer/.classpath @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/GameRandomizer/.project b/GameRandomizer/.project new file mode 100755 index 0000000..45e0abd --- /dev/null +++ b/GameRandomizer/.project @@ -0,0 +1,33 @@ + + + GameRandomizer + + + + + + 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/GameRandomizer/AndroidManifest.xml b/GameRandomizer/AndroidManifest.xml new file mode 100644 index 0000000..5b9714b --- /dev/null +++ b/GameRandomizer/AndroidManifest.xml @@ -0,0 +1,40 @@ + + + + + + + + + + + + + + + + + + + + + + + diff --git a/GameRandomizer/ic_launcher-web.png b/GameRandomizer/ic_launcher-web.png new file mode 100644 index 0000000..76bfaab Binary files /dev/null and b/GameRandomizer/ic_launcher-web.png differ diff --git a/GameRandomizer/libs/android-support-v4.jar b/GameRandomizer/libs/android-support-v4.jar new file mode 100644 index 0000000..cf12d28 Binary files /dev/null and b/GameRandomizer/libs/android-support-v4.jar differ diff --git a/GameRandomizer/proguard-project.txt b/GameRandomizer/proguard-project.txt new file mode 100644 index 0000000..f2fe155 --- /dev/null +++ b/GameRandomizer/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/GameRandomizer/project.properties b/GameRandomizer/project.properties new file mode 100644 index 0000000..ce39f2d --- /dev/null +++ b/GameRandomizer/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-18 diff --git a/GameRandomizer/res/drawable-hdpi/ic_launcher.png b/GameRandomizer/res/drawable-hdpi/ic_launcher.png new file mode 100644 index 0000000..1853bf8 Binary files /dev/null and b/GameRandomizer/res/drawable-hdpi/ic_launcher.png differ diff --git a/GameRandomizer/res/drawable-mdpi/ic_launcher.png b/GameRandomizer/res/drawable-mdpi/ic_launcher.png new file mode 100644 index 0000000..830691e Binary files /dev/null and b/GameRandomizer/res/drawable-mdpi/ic_launcher.png differ diff --git a/GameRandomizer/res/drawable-xhdpi/ic_launcher.png b/GameRandomizer/res/drawable-xhdpi/ic_launcher.png new file mode 100644 index 0000000..6955e58 Binary files /dev/null and b/GameRandomizer/res/drawable-xhdpi/ic_launcher.png differ diff --git a/GameRandomizer/res/drawable-xxhdpi/ic_launcher.png b/GameRandomizer/res/drawable-xxhdpi/ic_launcher.png new file mode 100644 index 0000000..b1f4ab1 Binary files /dev/null and b/GameRandomizer/res/drawable-xxhdpi/ic_launcher.png differ diff --git a/GameRandomizer/res/drawable/gamerandomizer.svg b/GameRandomizer/res/drawable/gamerandomizer.svg new file mode 100644 index 0000000..985533b --- /dev/null +++ b/GameRandomizer/res/drawable/gamerandomizer.svg @@ -0,0 +1,222 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/GameRandomizer/res/drawable/shape_select_button.xml b/GameRandomizer/res/drawable/shape_select_button.xml new file mode 100644 index 0000000..858aae4 --- /dev/null +++ b/GameRandomizer/res/drawable/shape_select_button.xml @@ -0,0 +1,20 @@ + + + + + + + + + diff --git a/GameRandomizer/res/layout/activity_card_list.xml b/GameRandomizer/res/layout/activity_card_list.xml new file mode 100644 index 0000000..2de6c2b --- /dev/null +++ b/GameRandomizer/res/layout/activity_card_list.xml @@ -0,0 +1,49 @@ + + + + +