OSDN Git Service

スケジューリングのロジック作成。未テスト。テストクラスを作成すること
authorYuji Konishi <yuji.k64613@gmail.com>
Sat, 9 Jul 2011 12:18:07 +0000 (21:18 +0900)
committerYuji Konishi <yuji.k64613@gmail.com>
Sat, 9 Jul 2011 12:18:07 +0000 (21:18 +0900)
.gitignore [new file with mode: 0644]
workspace/JuggleMaster/AndroidManifest.xml
workspace/JuggleMaster/bin/JuggleMaster.apk
workspace/JuggleMaster/bin/resources.ap_

diff --git a/.gitignore b/.gitignore
new file mode 100644 (file)
index 0000000..dde35d7
--- /dev/null
@@ -0,0 +1 @@
+workspace/.metadata\r
index 14de1ae..a0dcc8b 100644 (file)
@@ -5,7 +5,7 @@
       android:versionName="1.1.0">
 
 
-    <application android:icon="@drawable/icon" android:label="@string/app_name" android:theme="@android:style/Theme.Light.NoTitleBar.Fullscreen" android:debuggable="false">
+    <application android:icon="@drawable/icon" android:label="@string/app_name" android:theme="@android:style/Theme.Light.NoTitleBar.Fullscreen" android:debuggable="true">
         <activity android:name=".Menu1"
                   android:label="@string/app_name">
             <intent-filter>
index b9b3c59..1dddb20 100644 (file)
Binary files a/workspace/JuggleMaster/bin/JuggleMaster.apk and b/workspace/JuggleMaster/bin/JuggleMaster.apk differ
index e5acc6f..12bcfd5 100644 (file)
Binary files a/workspace/JuggleMaster/bin/resources.ap_ and b/workspace/JuggleMaster/bin/resources.ap_ differ