Skip to content
This repository has been archived by the owner on Feb 13, 2019. It is now read-only.

Commit

Permalink
Merge branch 'development'
Browse files Browse the repository at this point in the history
Conflicts:
	mensa-ubi/AndroidManifest.xml
  • Loading branch information
atomfrede committed Nov 3, 2013
2 parents 2ef5232 + d10f0ce commit e96c5b7
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 8 deletions.
7 changes: 3 additions & 4 deletions mensa-ubi/AndroidManifest.xml
Expand Up @@ -18,12 +18,11 @@
-->
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="de.atomfrede.android.mensa.ubi"
android:versionCode="19"
android:versionName="1.4.3" >
android:versionCode="20"
android:versionName="1.4.4" >
<uses-sdk
android:minSdkVersion="9"
android:targetSdkVersion="18" />

android:targetSdkVersion="19" />
<uses-permission android:name="android.permission.INTERNET" />

<application
Expand Down
2 changes: 1 addition & 1 deletion mensa-ubi/project.properties
Expand Up @@ -11,7 +11,7 @@
#proguard.config=${sdk.dir}/tools/proguard/proguard-android.txt:proguard-project.txt

# Project target.
target=android-18
target=android-19
android.library.reference.1=../../com_viewpagerindicator
android.library.reference.2=../../../Eclipse IDE/workspace/actionbarsherlock
android.library.reference.3=../../../Eclipse IDE/workspace/menudrawer
6 changes: 3 additions & 3 deletions mensa-ubi/src/de/atomfrede/android/mensa/ubi/Constants.java
Expand Up @@ -57,9 +57,9 @@ public class Constants {
public static final String westendRestaurantUrlNextWeek = "http://www.studentenwerkbielefeld.de/index.php?id=60&tx_studentenwerk_pi1%5Bweek%5D=1";
public static final String detmoldUrlNextWeek = "http://www.studentenwerkbielefeld.de/index.php?id=69&L=0&tx_studentenwerk_pi1%5Bweek%5D=1";
public static final String lemgoUrlNextWeek = "http://www.studentenwerkbielefeld.de/index.php?id=70&tx_studentenwerk_pi1%5Bweek%5D=1";
//TODO add correct urls
public static final String hoexterUrlNextWeek = "http://www.studentenwerkbielefeld.de/index.php?id=71&L=0";
public static final String musicUrlNextWeek = "http://www.studentenwerkbielefeld.de/index.php?id=72&L=0";

public static final String hoexterUrlNextWeek = "http://www.studentenwerkbielefeld.de/index.php?id=71&tx_studentenwerk_pi1[week]=1";
public static final String musicUrlNextWeek = "http://www.studentenwerkbielefeld.de/index.php?id=72&tx_studentenwerk_pi1[week]=1";
public static final String fhKurtSchumacherUrlNextWeek = "http://www.studentenwerkbielefeld.de/index.php?id=63&tx_studentenwerk_pi1[week]=1";
public static final String wilhelmBerterlsmannUrlNextWeek = "http://www.studentenwerkbielefeld.de/index.php?id=65&tx_studentenwerk_pi1[week]=1";

Expand Down

0 comments on commit e96c5b7

Please sign in to comment.