Skip to content

Commit 9a640d2

Browse files
committed
Android source code uploaded
1 parent 9e283a8 commit 9a640d2

File tree

139 files changed

+4386
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

139 files changed

+4386
-0
lines changed

Android/.classpath

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<classpath>
3+
<classpathentry excluding="com/bu6ido/jsantase/SantaseFrame.java|com/bu6ido/jsantase/boards/SantasePanel.java|com/bu6ido/jsantase/notifications/GuiNotification.java|com/bu6ido/jsantase/SettingsDialog.java" kind="src" path="src"/>
4+
<classpathentry kind="src" path="gen"/>
5+
<classpathentry kind="con" path="com.android.ide.eclipse.adt.ANDROID_FRAMEWORK"/>
6+
<classpathentry exported="true" kind="con" path="com.android.ide.eclipse.adt.LIBRARIES"/>
7+
<classpathentry exported="true" kind="con" path="com.android.ide.eclipse.adt.DEPENDENCIES"/>
8+
<classpathentry kind="output" path="bin/classes"/>
9+
</classpath>

Android/.project

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<projectDescription>
3+
<name>com.bu6ido.jsantase.android-v3</name>
4+
<comment></comment>
5+
<projects>
6+
</projects>
7+
<buildSpec>
8+
<buildCommand>
9+
<name>com.android.ide.eclipse.adt.ResourceManagerBuilder</name>
10+
<arguments>
11+
</arguments>
12+
</buildCommand>
13+
<buildCommand>
14+
<name>com.android.ide.eclipse.adt.PreCompilerBuilder</name>
15+
<arguments>
16+
</arguments>
17+
</buildCommand>
18+
<buildCommand>
19+
<name>org.eclipse.jdt.core.javabuilder</name>
20+
<arguments>
21+
</arguments>
22+
</buildCommand>
23+
<buildCommand>
24+
<name>com.android.ide.eclipse.adt.ApkBuilder</name>
25+
<arguments>
26+
</arguments>
27+
</buildCommand>
28+
</buildSpec>
29+
<natures>
30+
<nature>com.android.ide.eclipse.adt.AndroidNature</nature>
31+
<nature>org.eclipse.jdt.core.javanature</nature>
32+
</natures>
33+
</projectDescription>

Android/AndroidManifest.xml

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
2+
package="com.bu6ido.jsantase.android_v3"
3+
android:versionCode="1"
4+
android:versionName="1.0" >
5+
6+
<uses-sdk android:minSdkVersion="3" />
7+
8+
<application
9+
android:icon="@drawable/jsantase"
10+
android:label="@string/app_name"
11+
android:theme="@style/AppTheme" >
12+
<activity android:name="com.bu6ido.jsantase.android_v3.SantaseActivity"
13+
android:label="@string/app_name"
14+
android:screenOrientation="landscape">
15+
<intent-filter>
16+
<action android:name="android.intent.action.MAIN" />
17+
18+
<category android:name="android.intent.category.LAUNCHER" />
19+
</intent-filter>
20+
</activity>
21+
</application>
22+
23+
</manifest>

Android/bin/AndroidManifest.xml

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
2+
package="com.bu6ido.jsantase.android_v3"
3+
android:versionCode="1"
4+
android:versionName="1.0" >
5+
6+
<uses-sdk android:minSdkVersion="3" />
7+
8+
<application
9+
android:icon="@drawable/jsantase"
10+
android:label="@string/app_name"
11+
android:theme="@style/AppTheme" >
12+
<activity android:name="com.bu6ido.jsantase.android_v3.SantaseActivity"
13+
android:label="@string/app_name"
14+
android:screenOrientation="landscape">
15+
<intent-filter>
16+
<action android:name="android.intent.action.MAIN" />
17+
18+
<category android:name="android.intent.category.LAUNCHER" />
19+
</intent-filter>
20+
</activity>
21+
</application>
22+
23+
</manifest>

Android/bin/classes.dex

754 KB
Binary file not shown.
14 KB
Binary file not shown.
Binary file not shown.
376 Bytes
Binary file not shown.
Binary file not shown.
1011 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)