First try...

This commit is contained in:
2013-02-28 09:45:24 +01:00
parent 586570a897
commit 5eda993d7a
59 changed files with 3 additions and 86 deletions

BIN
.DS_Store vendored Normal file

Binary file not shown.

3
.gitignore vendored Normal file
View File

@@ -0,0 +1,3 @@
bin/
gen/

View File

@@ -1,78 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="se.hv.dindag"
android:versionCode="1"
android:versionName="1.0" >
<uses-sdk
android:minSdkVersion="9"
android:targetSdkVersion="17" />
<uses-permission android:name="android.permission.INTERNET" />
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />
<application
android:allowBackup="true"
android:clearTaskOnLaunch="true"
android:icon="@drawable/icon_gubben"
android:label="@string/app_name"
android:theme="@style/hvTheme" >
<activity
android:name="se.hv.dindag.Start"
android:clearTaskOnLaunch="true"
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="se.hv.dindag.WebReader"
android:clearTaskOnLaunch="true"
android:label="@string/app_name" >
<intent-filter>
<action android:name="android.intent.action.WEBREADER" />
<category android:name="android.intent.category.DEFAULT" />
</intent-filter>
</activity>
<activity
android:name="se.hv.dindag.Login"
android:clearTaskOnLaunch="true"
android:label="@string/app_name" >
</activity>
<activity
android:name="se.hv.dindag.MyDay"
android:clearTaskOnLaunch="true"
android:label="@string/app_name" >
</activity>
<activity
android:name="se.hv.dindag.DinDagMenu"
android:clearTaskOnLaunch="true"
android:label="@string/app_name" >
</activity>
<activity
android:name="se.hv.dindag.AboutUs"
android:clearTaskOnLaunch="true"
android:label="Om appen"
android:theme="@android:style/Theme.Dialog" >
<intent-filter>
<action android:name="se.hv.dindag.ABOUT" />
<category android:name="android.intent.category.DEFAULT" />
</intent-filter>
</activity>
<activity
android:name="se.hv.dindag.TwitterFeed"
android:clearTaskOnLaunch="true"
android:label="@string/twitterTitle" >
<intent-filter>
<action android:name="se.hv.dindag.TWITTER" />
<category android:name="android.intent.category.DEFAULT" />
</intent-filter>
</activity>
</application>
</manifest>

Binary file not shown.

Binary file not shown.

Binary file not shown.

Before

Width:  |  Height:  |  Size: 17 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.6 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.9 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.7 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.8 KiB

Binary file not shown.

Binary file not shown.

View File

@@ -1,8 +0,0 @@
DinDag
======
Detta är en Android-app som utvecklas för studenterna vid Högskolan Väst.
Med denna app kan studenterna se sitt schema, få nyheter om kurser, schema och betygsrapportering.
Man kan även se saker som twittras om Högskolan Väst och lite annat.
Utvecklat av:
Crille, Malin, Viktor och Johan

BIN
libs/android-support-v4.jar Normal file

Binary file not shown.

View File

Before

Width:  |  Height:  |  Size: 18 KiB

After

Width:  |  Height:  |  Size: 18 KiB

View File

Before

Width:  |  Height:  |  Size: 4.6 KiB

After

Width:  |  Height:  |  Size: 4.6 KiB

View File

Before

Width:  |  Height:  |  Size: 6.3 KiB

After

Width:  |  Height:  |  Size: 6.3 KiB

View File

Before

Width:  |  Height:  |  Size: 4.0 KiB

After

Width:  |  Height:  |  Size: 4.0 KiB

View File

Before

Width:  |  Height:  |  Size: 4.1 KiB

After

Width:  |  Height:  |  Size: 4.1 KiB

View File

Before

Width:  |  Height:  |  Size: 6.4 KiB

After

Width:  |  Height:  |  Size: 6.4 KiB

View File

Before

Width:  |  Height:  |  Size: 6.0 KiB

After

Width:  |  Height:  |  Size: 6.0 KiB

View File

Before

Width:  |  Height:  |  Size: 6.4 KiB

After

Width:  |  Height:  |  Size: 6.4 KiB

View File

Before

Width:  |  Height:  |  Size: 2.5 KiB

After

Width:  |  Height:  |  Size: 2.5 KiB