First try...
3
.gitignore
vendored
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
bin/
|
||||||
|
gen/
|
||||||
|
|
||||||
@@ -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>
|
|
||||||
|
Before Width: | Height: | Size: 17 KiB |
|
Before Width: | Height: | Size: 4.4 KiB |
|
Before Width: | Height: | Size: 5.6 KiB |
|
Before Width: | Height: | Size: 3.1 KiB |
|
Before Width: | Height: | Size: 4.1 KiB |
|
Before Width: | Height: | Size: 6.1 KiB |
|
Before Width: | Height: | Size: 5.9 KiB |
|
Before Width: | Height: | Size: 6.7 KiB |
|
Before Width: | Height: | Size: 2.8 KiB |
@@ -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
|
Before Width: | Height: | Size: 18 KiB After Width: | Height: | Size: 18 KiB |
|
Before Width: | Height: | Size: 4.6 KiB After Width: | Height: | Size: 4.6 KiB |
|
Before Width: | Height: | Size: 6.3 KiB After Width: | Height: | Size: 6.3 KiB |
|
Before Width: | Height: | Size: 4.0 KiB After Width: | Height: | Size: 4.0 KiB |
|
Before Width: | Height: | Size: 4.1 KiB After Width: | Height: | Size: 4.1 KiB |
|
Before Width: | Height: | Size: 6.4 KiB After Width: | Height: | Size: 6.4 KiB |
|
Before Width: | Height: | Size: 6.0 KiB After Width: | Height: | Size: 6.0 KiB |
|
Before Width: | Height: | Size: 6.4 KiB After Width: | Height: | Size: 6.4 KiB |
|
Before Width: | Height: | Size: 2.5 KiB After Width: | Height: | Size: 2.5 KiB |