commit 3aaecabd4a4c18e69b716259ad23988cd5b772ae Author: simongehrig Date: Mon Sep 28 19:54:36 2020 +0200 first commit diff --git a/AndroidManifest.xml b/AndroidManifest.xml new file mode 100644 index 0000000..5e2415a --- /dev/null +++ b/AndroidManifest.xml @@ -0,0 +1,73 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/README.md b/README.md new file mode 100644 index 0000000..e69de29 diff --git a/bin/AndroidManifest.xml b/bin/AndroidManifest.xml new file mode 100644 index 0000000..5e2415a --- /dev/null +++ b/bin/AndroidManifest.xml @@ -0,0 +1,73 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/bin/DMT.apk b/bin/DMT.apk new file mode 100644 index 0000000..2d87e33 Binary files /dev/null and b/bin/DMT.apk differ diff --git a/bin/R.txt b/bin/R.txt new file mode 100644 index 0000000..1b08dd5 --- /dev/null +++ b/bin/R.txt @@ -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 diff --git a/bin/classes.dex b/bin/classes.dex new file mode 100644 index 0000000..027cab5 Binary files /dev/null and b/bin/classes.dex differ diff --git a/bin/classes/de/simongehrig/dmt/BuildConfig.class b/bin/classes/de/simongehrig/dmt/BuildConfig.class new file mode 100644 index 0000000..ddf082e Binary files /dev/null and b/bin/classes/de/simongehrig/dmt/BuildConfig.class differ diff --git a/bin/classes/de/simongehrig/dmt/R$attr.class b/bin/classes/de/simongehrig/dmt/R$attr.class new file mode 100644 index 0000000..10fade3 Binary files /dev/null and b/bin/classes/de/simongehrig/dmt/R$attr.class differ diff --git a/bin/classes/de/simongehrig/dmt/R$dimen.class b/bin/classes/de/simongehrig/dmt/R$dimen.class new file mode 100644 index 0000000..6cc2383 Binary files /dev/null and b/bin/classes/de/simongehrig/dmt/R$dimen.class differ diff --git a/bin/classes/de/simongehrig/dmt/R$drawable.class b/bin/classes/de/simongehrig/dmt/R$drawable.class new file mode 100644 index 0000000..1b2dc4b Binary files /dev/null and b/bin/classes/de/simongehrig/dmt/R$drawable.class differ diff --git a/bin/classes/de/simongehrig/dmt/R$id.class b/bin/classes/de/simongehrig/dmt/R$id.class new file mode 100644 index 0000000..d33ba49 Binary files /dev/null and b/bin/classes/de/simongehrig/dmt/R$id.class differ diff --git a/bin/classes/de/simongehrig/dmt/R$layout.class b/bin/classes/de/simongehrig/dmt/R$layout.class new file mode 100644 index 0000000..35c0fae Binary files /dev/null and b/bin/classes/de/simongehrig/dmt/R$layout.class differ diff --git a/bin/classes/de/simongehrig/dmt/R$menu.class b/bin/classes/de/simongehrig/dmt/R$menu.class new file mode 100644 index 0000000..6d390a1 Binary files /dev/null and b/bin/classes/de/simongehrig/dmt/R$menu.class differ diff --git a/bin/classes/de/simongehrig/dmt/R$string.class b/bin/classes/de/simongehrig/dmt/R$string.class new file mode 100644 index 0000000..6c2062d Binary files /dev/null and b/bin/classes/de/simongehrig/dmt/R$string.class differ diff --git a/bin/classes/de/simongehrig/dmt/R$style.class b/bin/classes/de/simongehrig/dmt/R$style.class new file mode 100644 index 0000000..fd5c14a Binary files /dev/null and b/bin/classes/de/simongehrig/dmt/R$style.class differ diff --git a/bin/classes/de/simongehrig/dmt/R.class b/bin/classes/de/simongehrig/dmt/R.class new file mode 100644 index 0000000..f1fdd9d Binary files /dev/null and b/bin/classes/de/simongehrig/dmt/R.class differ diff --git a/bin/classes/de/simongehrig/dmt/activities/GamesActivity.class b/bin/classes/de/simongehrig/dmt/activities/GamesActivity.class new file mode 100644 index 0000000..a6834a0 Binary files /dev/null and b/bin/classes/de/simongehrig/dmt/activities/GamesActivity.class differ diff --git a/bin/classes/de/simongehrig/dmt/activities/InfoActivity.class b/bin/classes/de/simongehrig/dmt/activities/InfoActivity.class new file mode 100644 index 0000000..ed1f493 Binary files /dev/null and b/bin/classes/de/simongehrig/dmt/activities/InfoActivity.class differ diff --git a/bin/classes/de/simongehrig/dmt/activities/LabActivity$1.class b/bin/classes/de/simongehrig/dmt/activities/LabActivity$1.class new file mode 100644 index 0000000..8213a33 Binary files /dev/null and b/bin/classes/de/simongehrig/dmt/activities/LabActivity$1.class differ diff --git a/bin/classes/de/simongehrig/dmt/activities/LabActivity.class b/bin/classes/de/simongehrig/dmt/activities/LabActivity.class new file mode 100644 index 0000000..d1ae7e0 Binary files /dev/null and b/bin/classes/de/simongehrig/dmt/activities/LabActivity.class differ diff --git a/bin/classes/de/simongehrig/dmt/activities/LabDetailsActivity.class b/bin/classes/de/simongehrig/dmt/activities/LabDetailsActivity.class new file mode 100644 index 0000000..76e10de Binary files /dev/null and b/bin/classes/de/simongehrig/dmt/activities/LabDetailsActivity.class differ diff --git a/bin/classes/de/simongehrig/dmt/activities/MachineActivity$1.class b/bin/classes/de/simongehrig/dmt/activities/MachineActivity$1.class new file mode 100644 index 0000000..18be8b3 Binary files /dev/null and b/bin/classes/de/simongehrig/dmt/activities/MachineActivity$1.class differ diff --git a/bin/classes/de/simongehrig/dmt/activities/MachineActivity.class b/bin/classes/de/simongehrig/dmt/activities/MachineActivity.class new file mode 100644 index 0000000..c5ef381 Binary files /dev/null and b/bin/classes/de/simongehrig/dmt/activities/MachineActivity.class differ diff --git a/bin/classes/de/simongehrig/dmt/activities/MachineDetailsActivity.class b/bin/classes/de/simongehrig/dmt/activities/MachineDetailsActivity.class new file mode 100644 index 0000000..9ab09ad Binary files /dev/null and b/bin/classes/de/simongehrig/dmt/activities/MachineDetailsActivity.class differ diff --git a/bin/classes/de/simongehrig/dmt/activities/MainActivity.class b/bin/classes/de/simongehrig/dmt/activities/MainActivity.class new file mode 100644 index 0000000..64f9bd7 Binary files /dev/null and b/bin/classes/de/simongehrig/dmt/activities/MainActivity.class differ diff --git a/bin/classes/de/simongehrig/dmt/activities/ProfActivity$1.class b/bin/classes/de/simongehrig/dmt/activities/ProfActivity$1.class new file mode 100644 index 0000000..2f053fb Binary files /dev/null and b/bin/classes/de/simongehrig/dmt/activities/ProfActivity$1.class differ diff --git a/bin/classes/de/simongehrig/dmt/activities/ProfActivity.class b/bin/classes/de/simongehrig/dmt/activities/ProfActivity.class new file mode 100644 index 0000000..341170e Binary files /dev/null and b/bin/classes/de/simongehrig/dmt/activities/ProfActivity.class differ diff --git a/bin/classes/de/simongehrig/dmt/activities/ProfDetailsActivity.class b/bin/classes/de/simongehrig/dmt/activities/ProfDetailsActivity.class new file mode 100644 index 0000000..2e31b27 Binary files /dev/null and b/bin/classes/de/simongehrig/dmt/activities/ProfDetailsActivity.class differ diff --git a/bin/classes/de/simongehrig/dmt/model/DMT_Model.class b/bin/classes/de/simongehrig/dmt/model/DMT_Model.class new file mode 100644 index 0000000..5dbb0cd Binary files /dev/null and b/bin/classes/de/simongehrig/dmt/model/DMT_Model.class differ diff --git a/bin/classes/de/simongehrig/dmt/model/Game.class b/bin/classes/de/simongehrig/dmt/model/Game.class new file mode 100644 index 0000000..4506757 Binary files /dev/null and b/bin/classes/de/simongehrig/dmt/model/Game.class differ diff --git a/bin/classes/de/simongehrig/dmt/model/GameAnswers.class b/bin/classes/de/simongehrig/dmt/model/GameAnswers.class new file mode 100644 index 0000000..a34d5c5 Binary files /dev/null and b/bin/classes/de/simongehrig/dmt/model/GameAnswers.class differ diff --git a/bin/classes/de/simongehrig/dmt/model/GameInfo.class b/bin/classes/de/simongehrig/dmt/model/GameInfo.class new file mode 100644 index 0000000..1175299 Binary files /dev/null and b/bin/classes/de/simongehrig/dmt/model/GameInfo.class differ diff --git a/bin/classes/de/simongehrig/dmt/model/GameQuestion.class b/bin/classes/de/simongehrig/dmt/model/GameQuestion.class new file mode 100644 index 0000000..3192c16 Binary files /dev/null and b/bin/classes/de/simongehrig/dmt/model/GameQuestion.class differ diff --git a/bin/classes/de/simongehrig/dmt/model/Lab.class b/bin/classes/de/simongehrig/dmt/model/Lab.class new file mode 100644 index 0000000..ff5bb1a Binary files /dev/null and b/bin/classes/de/simongehrig/dmt/model/Lab.class differ diff --git a/bin/classes/de/simongehrig/dmt/model/Machine.class b/bin/classes/de/simongehrig/dmt/model/Machine.class new file mode 100644 index 0000000..6613f7d Binary files /dev/null and b/bin/classes/de/simongehrig/dmt/model/Machine.class differ diff --git a/bin/classes/de/simongehrig/dmt/model/Prof.class b/bin/classes/de/simongehrig/dmt/model/Prof.class new file mode 100644 index 0000000..2b28c46 Binary files /dev/null and b/bin/classes/de/simongehrig/dmt/model/Prof.class differ diff --git a/bin/classes/de/simongehrig/dmt/services/UpdateDB.class b/bin/classes/de/simongehrig/dmt/services/UpdateDB.class new file mode 100644 index 0000000..28c65f6 Binary files /dev/null and b/bin/classes/de/simongehrig/dmt/services/UpdateDB.class differ diff --git a/bin/classes/de/simongehrig/dmt/workers/ModelFromXML.class b/bin/classes/de/simongehrig/dmt/workers/ModelFromXML.class new file mode 100644 index 0000000..a697242 Binary files /dev/null and b/bin/classes/de/simongehrig/dmt/workers/ModelFromXML.class differ diff --git a/bin/classes/de/simongehrig/dmt/workers/updateDB.class b/bin/classes/de/simongehrig/dmt/workers/updateDB.class new file mode 100644 index 0000000..d7853fa Binary files /dev/null and b/bin/classes/de/simongehrig/dmt/workers/updateDB.class differ diff --git a/bin/dexedLibs/android-support-v4-6bc0ba02c9184828dd84896ead6c71ed.jar b/bin/dexedLibs/android-support-v4-6bc0ba02c9184828dd84896ead6c71ed.jar new file mode 100644 index 0000000..cd81660 Binary files /dev/null and b/bin/dexedLibs/android-support-v4-6bc0ba02c9184828dd84896ead6c71ed.jar differ diff --git a/bin/dexedLibs/android-support-v7-gridlayout-76877ffa8c5897cf232c8edd54db1c38.jar b/bin/dexedLibs/android-support-v7-gridlayout-76877ffa8c5897cf232c8edd54db1c38.jar new file mode 100644 index 0000000..9b9065b Binary files /dev/null and b/bin/dexedLibs/android-support-v7-gridlayout-76877ffa8c5897cf232c8edd54db1c38.jar differ diff --git a/bin/jarlist.cache b/bin/jarlist.cache new file mode 100644 index 0000000..0565465 --- /dev/null +++ b/bin/jarlist.cache @@ -0,0 +1,3 @@ +# cache for current jar dependency. DO NOT EDIT. +# format is +# Encoding is UTF-8 diff --git a/bin/res/crunch/drawable-hdpi/ic_action_info.png b/bin/res/crunch/drawable-hdpi/ic_action_info.png new file mode 100644 index 0000000..10ad9e7 Binary files /dev/null and b/bin/res/crunch/drawable-hdpi/ic_action_info.png differ diff --git a/bin/res/crunch/drawable-hdpi/ic_launcher.png b/bin/res/crunch/drawable-hdpi/ic_launcher.png new file mode 100644 index 0000000..f3417ac Binary files /dev/null and b/bin/res/crunch/drawable-hdpi/ic_launcher.png differ diff --git a/bin/res/crunch/drawable-hdpi/pano.png b/bin/res/crunch/drawable-hdpi/pano.png new file mode 100644 index 0000000..5679dc9 Binary files /dev/null and b/bin/res/crunch/drawable-hdpi/pano.png differ diff --git a/bin/res/crunch/drawable-hdpi/tafelhintergrund.png b/bin/res/crunch/drawable-hdpi/tafelhintergrund.png new file mode 100644 index 0000000..7bc2249 Binary files /dev/null and b/bin/res/crunch/drawable-hdpi/tafelhintergrund.png differ diff --git a/bin/res/crunch/drawable-ldpi/pano.png b/bin/res/crunch/drawable-ldpi/pano.png new file mode 100644 index 0000000..3613705 Binary files /dev/null and b/bin/res/crunch/drawable-ldpi/pano.png differ diff --git a/bin/res/crunch/drawable-ldpi/tafelhintergrund.png b/bin/res/crunch/drawable-ldpi/tafelhintergrund.png new file mode 100644 index 0000000..5a4e5a9 Binary files /dev/null and b/bin/res/crunch/drawable-ldpi/tafelhintergrund.png differ diff --git a/bin/res/crunch/drawable-mdpi/ic_action_info.png b/bin/res/crunch/drawable-mdpi/ic_action_info.png new file mode 100644 index 0000000..16f7ba2 Binary files /dev/null and b/bin/res/crunch/drawable-mdpi/ic_action_info.png differ diff --git a/bin/res/crunch/drawable-mdpi/ic_launcher.png b/bin/res/crunch/drawable-mdpi/ic_launcher.png new file mode 100644 index 0000000..e687b89 Binary files /dev/null and b/bin/res/crunch/drawable-mdpi/ic_launcher.png differ diff --git a/bin/res/crunch/drawable-mdpi/pano.png b/bin/res/crunch/drawable-mdpi/pano.png new file mode 100644 index 0000000..40688e0 Binary files /dev/null and b/bin/res/crunch/drawable-mdpi/pano.png differ diff --git a/bin/res/crunch/drawable-mdpi/tafelhintergrund.png b/bin/res/crunch/drawable-mdpi/tafelhintergrund.png new file mode 100644 index 0000000..71ca967 Binary files /dev/null and b/bin/res/crunch/drawable-mdpi/tafelhintergrund.png differ diff --git a/bin/res/crunch/drawable-xhdpi/ic_action_info.png b/bin/res/crunch/drawable-xhdpi/ic_action_info.png new file mode 100644 index 0000000..8ee2f2f Binary files /dev/null and b/bin/res/crunch/drawable-xhdpi/ic_action_info.png differ diff --git a/bin/res/crunch/drawable-xhdpi/ic_launcher.png b/bin/res/crunch/drawable-xhdpi/ic_launcher.png new file mode 100644 index 0000000..ba06737 Binary files /dev/null and b/bin/res/crunch/drawable-xhdpi/ic_launcher.png differ diff --git a/bin/res/crunch/drawable-xhdpi/pano.png b/bin/res/crunch/drawable-xhdpi/pano.png new file mode 100644 index 0000000..d2f3de5 Binary files /dev/null and b/bin/res/crunch/drawable-xhdpi/pano.png differ diff --git a/bin/res/crunch/drawable-xhdpi/tafelhintergrund.png b/bin/res/crunch/drawable-xhdpi/tafelhintergrund.png new file mode 100644 index 0000000..15d8cd5 Binary files /dev/null and b/bin/res/crunch/drawable-xhdpi/tafelhintergrund.png differ diff --git a/bin/res/crunch/drawable-xxhdpi/ic_launcher.png b/bin/res/crunch/drawable-xxhdpi/ic_launcher.png new file mode 100644 index 0000000..0485079 Binary files /dev/null and b/bin/res/crunch/drawable-xxhdpi/ic_launcher.png differ diff --git a/bin/res/crunch/drawable-xxhdpi/pano.png b/bin/res/crunch/drawable-xxhdpi/pano.png new file mode 100644 index 0000000..b311f99 Binary files /dev/null and b/bin/res/crunch/drawable-xxhdpi/pano.png differ diff --git a/bin/res/crunch/drawable-xxhdpi/tafelhintergrund.png b/bin/res/crunch/drawable-xxhdpi/tafelhintergrund.png new file mode 100644 index 0000000..37b9c63 Binary files /dev/null and b/bin/res/crunch/drawable-xxhdpi/tafelhintergrund.png differ diff --git a/bin/resources.ap_ b/bin/resources.ap_ new file mode 100644 index 0000000..df1b157 Binary files /dev/null and b/bin/resources.ap_ differ diff --git a/gen/de/simongehrig/dmt/BuildConfig.java b/gen/de/simongehrig/dmt/BuildConfig.java new file mode 100644 index 0000000..4a1b1eb --- /dev/null +++ b/gen/de/simongehrig/dmt/BuildConfig.java @@ -0,0 +1,6 @@ +/** Automatically generated file. DO NOT MODIFY */ +package de.simongehrig.dmt; + +public final class BuildConfig { + public final static boolean DEBUG = true; +} \ No newline at end of file diff --git a/gen/de/simongehrig/dmt/R.java b/gen/de/simongehrig/dmt/R.java new file mode 100644 index 0000000..7320b1d --- /dev/null +++ b/gen/de/simongehrig/dmt/R.java @@ -0,0 +1,127 @@ +/* AUTO-GENERATED FILE. DO NOT MODIFY. + * + * This class was automatically generated by the + * aapt tool from the resource data it found. It + * should not be modified by hand. + */ + +package de.simongehrig.dmt; + +public final class R { + public static final class attr { + } + public static final class dimen { + /** Default screen margins, per the Android Design guidelines. + + Customize dimensions originally defined in res/values/dimens.xml (such as + screen margins) for sw720dp devices (e.g. 10" tablets) in landscape here. + + */ + public static final int activity_horizontal_margin=0x7f040000; + public static final int activity_vertical_margin=0x7f040001; + } + public static final class drawable { + public static final int ic_action_info=0x7f020000; + public static final int ic_launcher=0x7f020001; + public static final int pano=0x7f020002; + public static final int tafelhintergrund=0x7f020003; + } + public static final class id { + public static final int action_update=0x7f080013; + public static final int answerList=0x7f080007; + public static final int gamesButton=0x7f080001; + public static final int home=0x7f080000; + public static final int imageView1=0x7f08000c; + public static final int imageView2=0x7f08000d; + public static final int infoButton=0x7f080002; + public static final int infoLayout=0x7f080008; + public static final int labButton=0x7f080003; + public static final int labLayout=0x7f080006; + public static final int labList=0x7f08000a; + public static final int machineButton=0x7f080004; + public static final int machineLayout=0x7f08000f; + public static final int machineList=0x7f080010; + public static final int profButton=0x7f080005; + public static final int profLayout=0x7f080011; + public static final int profList=0x7f080012; + public static final int textView1=0x7f08000b; + public static final int textView2=0x7f08000e; + public static final int webView1=0x7f080009; + } + public static final class layout { + public static final int activity_main=0x7f030000; + public static final int dmt_image_list_item=0x7f030001; + public static final int dmt_list_item=0x7f030002; + public static final int games=0x7f030003; + public static final int info=0x7f030004; + public static final int lab=0x7f030005; + public static final int lab_details=0x7f030006; + public static final int machine=0x7f030007; + public static final int machine_details=0x7f030008; + public static final int prof=0x7f030009; + public static final int prof_details=0x7f03000a; + } + public static final class menu { + public static final int main=0x7f070000; + } + public static final class string { + public static final int action_settings=0x7f050001; + public static final int action_update=0x7f050002; + /** Allgemein + */ + public static final int app_name=0x7f050000; + public static final int gamesButton_description=0x7f050006; + public static final int gamesButton_label=0x7f050007; + public static final int labButton_description=0x7f050008; + public static final int labButton_label=0x7f050009; + public static final int machineButton_description=0x7f05000a; + public static final int machineButton_label=0x7f05000b; + /** ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ + Startscreen + Button Labels & Descriptions + */ + public static final int newsButton_description=0x7f050004; + public static final int newsButton_label=0x7f050005; + public static final int profButton_description=0x7f05000c; + public static final int profButton_label=0x7f05000d; + public static final int search_hint=0x7f050003; + } + public static final class style { + /** + Base application theme, dependent on API level. This theme is replaced + by AppBaseTheme from res/values-vXX/styles.xml on newer devices. + + + Theme customizations available in newer API levels can go in + res/values-vXX/styles.xml, while customizations related to + backward-compatibility can go here. + + + Base application theme for API 11+. This theme completely replaces + AppBaseTheme from res/values/styles.xml on API 11+ devices. + + API 11 theme customizations can go here. + + Base application theme for API 14+. This theme completely replaces + AppBaseTheme from BOTH res/values/styles.xml and + res/values-v11/styles.xml on API 14+ devices. + + API 14 theme customizations can go here. + */ + public static final int AppBaseTheme=0x7f060000; + /** Application theme. + Global Values. + All customizations that are NOT specific to a particular API-level can go here. + */ + public static final int AppTheme=0x7f060001; + /** Button Values. + */ + public static final int DMTButton=0x7f060002; + /** ImageView Values. + */ + public static final int DMTImageView=0x7f060004; + /** TextView Values. + */ + public static final int DMTTextView=0x7f060003; + } +} diff --git a/ic_launcher-web.png b/ic_launcher-web.png new file mode 100644 index 0000000..fa47dfd Binary files /dev/null and b/ic_launcher-web.png differ diff --git a/libs/android-support-v4.jar b/libs/android-support-v4.jar new file mode 100644 index 0000000..cf12d28 Binary files /dev/null and b/libs/android-support-v4.jar differ 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..ceabe8c --- /dev/null +++ b/project.properties @@ -0,0 +1,15 @@ +# 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 +android.library.reference.1=../gridlayout_v7 diff --git a/res/drawable-hdpi/ic_action_info.png b/res/drawable-hdpi/ic_action_info.png new file mode 100644 index 0000000..1ec2874 Binary files /dev/null and b/res/drawable-hdpi/ic_action_info.png differ diff --git a/res/drawable-hdpi/ic_launcher.png b/res/drawable-hdpi/ic_launcher.png new file mode 100644 index 0000000..6ff81d7 Binary files /dev/null and b/res/drawable-hdpi/ic_launcher.png differ diff --git a/res/drawable-hdpi/pano.png b/res/drawable-hdpi/pano.png new file mode 100644 index 0000000..5c88035 Binary files /dev/null and b/res/drawable-hdpi/pano.png differ diff --git a/res/drawable-hdpi/tafelhintergrund.png b/res/drawable-hdpi/tafelhintergrund.png new file mode 100644 index 0000000..51a82bb Binary files /dev/null and b/res/drawable-hdpi/tafelhintergrund.png differ diff --git a/res/drawable-ldpi/pano.png b/res/drawable-ldpi/pano.png new file mode 100644 index 0000000..4c89038 Binary files /dev/null and b/res/drawable-ldpi/pano.png differ diff --git a/res/drawable-ldpi/tafelhintergrund.png b/res/drawable-ldpi/tafelhintergrund.png new file mode 100644 index 0000000..a5e7497 Binary files /dev/null and b/res/drawable-ldpi/tafelhintergrund.png differ diff --git a/res/drawable-mdpi/ic_action_info.png b/res/drawable-mdpi/ic_action_info.png new file mode 100644 index 0000000..ef10f29 Binary files /dev/null and b/res/drawable-mdpi/ic_action_info.png differ diff --git a/res/drawable-mdpi/ic_launcher.png b/res/drawable-mdpi/ic_launcher.png new file mode 100644 index 0000000..c029490 Binary files /dev/null and b/res/drawable-mdpi/ic_launcher.png differ diff --git a/res/drawable-mdpi/pano.png b/res/drawable-mdpi/pano.png new file mode 100644 index 0000000..23d2563 Binary files /dev/null and b/res/drawable-mdpi/pano.png differ diff --git a/res/drawable-mdpi/tafelhintergrund.png b/res/drawable-mdpi/tafelhintergrund.png new file mode 100644 index 0000000..c489c10 Binary files /dev/null and b/res/drawable-mdpi/tafelhintergrund.png differ diff --git a/res/drawable-xhdpi/ic_action_info.png b/res/drawable-xhdpi/ic_action_info.png new file mode 100644 index 0000000..fe6beec Binary files /dev/null and b/res/drawable-xhdpi/ic_action_info.png differ diff --git a/res/drawable-xhdpi/ic_launcher.png b/res/drawable-xhdpi/ic_launcher.png new file mode 100644 index 0000000..e22315e Binary files /dev/null and b/res/drawable-xhdpi/ic_launcher.png differ diff --git a/res/drawable-xhdpi/pano.png b/res/drawable-xhdpi/pano.png new file mode 100644 index 0000000..c1539d4 Binary files /dev/null and b/res/drawable-xhdpi/pano.png differ diff --git a/res/drawable-xhdpi/tafelhintergrund.png b/res/drawable-xhdpi/tafelhintergrund.png new file mode 100644 index 0000000..e8ed41a Binary files /dev/null and b/res/drawable-xhdpi/tafelhintergrund.png differ diff --git a/res/drawable-xxhdpi/ic_launcher.png b/res/drawable-xxhdpi/ic_launcher.png new file mode 100644 index 0000000..3e1ee70 Binary files /dev/null and b/res/drawable-xxhdpi/ic_launcher.png differ diff --git a/res/drawable-xxhdpi/pano.png b/res/drawable-xxhdpi/pano.png new file mode 100644 index 0000000..9d94e7f Binary files /dev/null and b/res/drawable-xxhdpi/pano.png differ diff --git a/res/drawable-xxhdpi/tafelhintergrund.png b/res/drawable-xxhdpi/tafelhintergrund.png new file mode 100644 index 0000000..52de2e4 Binary files /dev/null and b/res/drawable-xxhdpi/tafelhintergrund.png differ diff --git a/res/layout/activity_main.xml b/res/layout/activity_main.xml new file mode 100644 index 0000000..1e50860 --- /dev/null +++ b/res/layout/activity_main.xml @@ -0,0 +1,96 @@ + + + + + + +