first commit

This commit is contained in:
2020-09-28 19:54:36 +02:00
commit 3aaecabd4a
122 changed files with 2184 additions and 0 deletions
+73
View File
@@ -0,0 +1,73 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="de.simongehrig.dmt"
android:versionCode="1"
android:versionName="1.0" >
<uses-permission android:name="android.permission.INTERNET" />
<uses-sdk
android:minSdkVersion="11"
android:targetSdkVersion="18" />
<application
android:allowBackup="true"
android:icon="@drawable/ic_launcher"
android:label="@string/app_name"
android:theme="@style/AppTheme" >
<activity
android:name="de.simongehrig.dmt.activities.MainActivity"
android:label="@string/app_name" >
<intent-filter>
<action android:name="android.intent.action.MAIN" />
<category android:name="android.intent.category.LAUNCHER" />
</intent-filter>
</activity>
<activity
android:name="de.simongehrig.dmt.activities.InfoActivity"
android:label="@string/app_name"
android:parentActivityName="de.simongehrig.dmt.activities.MainActivity">
</activity>
<activity
android:name="de.simongehrig.dmt.activities.GamesActivity"
android:label="@string/app_name"
android:parentActivityName="de.simongehrig.dmt.activities.MainActivityainActivity">
</activity>
<activity
android:name="de.simongehrig.dmt.LabActivity"
android:label="@string/app_name"
android:parentActivityName="de.simongehrig.dmt.activities.MainActivityainActivity">
</activity>
<activity
android:name="de.simongehrig.dmt.activities.MachineActivity"
android:label="@string/app_name"
android:parentActivityName="de.simongehrig.dmt.activities.MainActivity">
</activity>
<activity
android:name="de.simongehrig.dmt.ProfActivity"
android:label="@string/app_name"
android:parentActivityName="de.simongehrig.dmt.activities.MainActivity">
</activity>
<activity
android:name="de.simongehrig.dmt.activities.LabDetailsActivityilsActivity"
android:label="@string/app_name"
android:parentActivityName="de.simongehrig.dmt.MainActivity">
</activity>
<activity
android:name="de.simongehrig.dmt.MachineDetailsActivity"
android:label="@string/app_name"
android:parentActivityName="de.simongehrig.dmt.MainActivity">
</activity>
<activity
android:name="de.simongehrig.dmt.activities.ProfDetailsActivity"
android:label="@string/app_name"
android:parentActivityName="de.simongehrig.dmt.MainActivity">
</activity>
<service
android:name="de.simongehrig.dmt.workers.ModelFromXML"
android:label="Update Database"></service>
</application>
</manifest>
BIN
View File
Binary file not shown.
+84
View File
@@ -0,0 +1,84 @@
int attr alignmentMode 0x7f010004
int attr columnCount 0x7f010002
int attr columnOrderPreserved 0x7f010006
int attr layout_column 0x7f010009
int attr layout_columnSpan 0x7f01000a
int attr layout_gravity 0x7f01000b
int attr layout_row 0x7f010007
int attr layout_rowSpan 0x7f010008
int attr orientation 0x7f010000
int attr rowCount 0x7f010001
int attr rowOrderPreserved 0x7f010005
int attr useDefaultMargins 0x7f010003
int dimen activity_horizontal_margin 0x7f050001
int dimen activity_vertical_margin 0x7f050002
int dimen default_gap 0x7f050000
int drawable ic_action_info 0x7f020000
int drawable ic_launcher 0x7f020001
int id action_settings 0x7f04001c
int id alignBounds 0x7f040002
int id alignMargins 0x7f040003
int id bottom 0x7f040005
int id center 0x7f04000c
int id center_horizontal 0x7f04000a
int id center_vertical 0x7f040008
int id clip_horizontal 0x7f04000f
int id clip_vertical 0x7f04000e
int id end 0x7f040011
int id fill 0x7f04000d
int id fill_horizontal 0x7f04000b
int id fill_vertical 0x7f040009
int id gamesButton 0x7f040015
int id gamesLayout 0x7f040018
int id horizontal 0x7f040000
int id infoButton 0x7f040016
int id infoLayout 0x7f040019
int id labButton 0x7f040017
int id labLayout 0x7f04001b
int id left 0x7f040006
int id linearLayout1 0x7f040013
int id right 0x7f040007
int id searchView1 0x7f040014
int id start 0x7f040010
int id startLayout 0x7f040012
int id top 0x7f040004
int id vertical 0x7f040001
int id webView1 0x7f04001a
int layout activity_main 0x7f030000
int layout games 0x7f030001
int layout info 0x7f030002
int layout lab 0x7f030003
int menu main 0x7f080000
int string action_settings 0x7f060001
int string app_name 0x7f060000
int string gamesButton_description 0x7f060006
int string gamesButton_label 0x7f060007
int string hello_world 0x7f060002
int string labButton_description 0x7f060008
int string labButton_label 0x7f060009
int string newsButton_description 0x7f060004
int string newsButton_label 0x7f060005
int string search_hint 0x7f060003
int style AppBaseTheme 0x7f070000
int style AppTheme 0x7f070001
int[] styleable GridLayout { 0x7f010000, 0x7f010001, 0x7f010002, 0x7f010003, 0x7f010004, 0x7f010005, 0x7f010006 }
int styleable GridLayout_alignmentMode 4
int styleable GridLayout_columnCount 2
int styleable GridLayout_columnOrderPreserved 6
int styleable GridLayout_orientation 0
int styleable GridLayout_rowCount 1
int styleable GridLayout_rowOrderPreserved 5
int styleable GridLayout_useDefaultMargins 3
int[] styleable GridLayout_Layout { 0x010100f4, 0x010100f5, 0x010100f6, 0x010100f7, 0x010100f8, 0x010100f9, 0x010100fa, 0x7f010007, 0x7f010008, 0x7f010009, 0x7f01000a, 0x7f01000b }
int styleable GridLayout_Layout_android_layout_height 1
int styleable GridLayout_Layout_android_layout_margin 2
int styleable GridLayout_Layout_android_layout_marginBottom 6
int styleable GridLayout_Layout_android_layout_marginLeft 3
int styleable GridLayout_Layout_android_layout_marginRight 5
int styleable GridLayout_Layout_android_layout_marginTop 4
int styleable GridLayout_Layout_android_layout_width 0
int styleable GridLayout_Layout_layout_column 9
int styleable GridLayout_Layout_layout_columnSpan 10
int styleable GridLayout_Layout_layout_gravity 11
int styleable GridLayout_Layout_layout_row 7
int styleable GridLayout_Layout_layout_rowSpan 8
BIN
View File
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
+3
View File
@@ -0,0 +1,3 @@
# cache for current jar dependency. DO NOT EDIT.
# format is <lastModified> <length> <SHA-1> <path>
# Encoding is UTF-8
Binary file not shown.

After

Width:  |  Height:  |  Size: 408 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 290 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 535 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 129 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 138 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 325 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 232 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 246 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 479 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 491 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 872 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 535 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 552 KiB

BIN
View File
Binary file not shown.