alpha 0.0.2
authorpk910 <philipp@pk910.de>
Sat, 27 Feb 2016 15:40:39 +0000 (16:40 +0100)
committerpk910 <philipp@pk910.de>
Sat, 27 Feb 2016 18:05:57 +0000 (19:05 +0100)
commitcea4ee15ef92f521ae962404bd1b3c25042219fa
tree8b66e9ed5fd519234894795a0b107c28184b9070
parent9a28e7b4c1520f629721693a04b4978fec9692e7
alpha 0.0.2
72 files changed:
app/build.gradle
app/src/main/AndroidManifest.xml
app/src/main/java/de/dhbwloe/campusapp/CampusApp.java
app/src/main/java/de/dhbwloe/campusapp/CampusAppContext.java
app/src/main/java/de/dhbwloe/campusapp/SettingsActivity.java [deleted file]
app/src/main/java/de/dhbwloe/campusapp/Tools.java
app/src/main/java/de/dhbwloe/campusapp/database/NewsDatabaseHelper.java
app/src/main/java/de/dhbwloe/campusapp/fragments/AppSearch.java
app/src/main/java/de/dhbwloe/campusapp/fragments/AppSearchDhbw.java
app/src/main/java/de/dhbwloe/campusapp/fragments/AppSearchInternal.java
app/src/main/java/de/dhbwloe/campusapp/fragments/AppSearchStuv.java
app/src/main/java/de/dhbwloe/campusapp/fragments/Dashboard.java
app/src/main/java/de/dhbwloe/campusapp/fragments/DashboardMensa.java
app/src/main/java/de/dhbwloe/campusapp/fragments/DashboardVorlesungsplan.java
app/src/main/java/de/dhbwloe/campusapp/fragments/FirstRun.java
app/src/main/java/de/dhbwloe/campusapp/fragments/Impressum.java
app/src/main/java/de/dhbwloe/campusapp/fragments/Mensa.java
app/src/main/java/de/dhbwloe/campusapp/fragments/MensaCard.java
app/src/main/java/de/dhbwloe/campusapp/fragments/MensaTagesplan.java
app/src/main/java/de/dhbwloe/campusapp/fragments/News.java
app/src/main/java/de/dhbwloe/campusapp/fragments/NewsListAdapter.java [new file with mode: 0644]
app/src/main/java/de/dhbwloe/campusapp/fragments/NewsListItem.java [new file with mode: 0644]
app/src/main/java/de/dhbwloe/campusapp/fragments/Settings.java [new file with mode: 0644]
app/src/main/java/de/dhbwloe/campusapp/fragments/Vorlesungsplan.java
app/src/main/java/de/dhbwloe/campusapp/fragments/VorlesungsplanGroupsListItem.java
app/src/main/java/de/dhbwloe/campusapp/fragments/VorlesungsplanUpcomingCourseListItem.java
app/src/main/java/de/dhbwloe/campusapp/fragments/VorlesungsplanUpcomingDayListItem.java
app/src/main/java/de/dhbwloe/campusapp/fragments/WifiSettings.java
app/src/main/java/de/dhbwloe/campusapp/mensaplan/MensaplanManager.java
app/src/main/java/de/dhbwloe/campusapp/search/SearchIndices.java
app/src/main/java/de/dhbwloe/campusapp/wifi/WifiNetworkSettings.java
app/src/main/res/drawable-hdpi/ic_announcement_black_24dp.png [new file with mode: 0644]
app/src/main/res/drawable-hdpi/ic_dashboard_black_24dp.png [new file with mode: 0644]
app/src/main/res/drawable-hdpi/ic_event_black_24dp.png [new file with mode: 0644]
app/src/main/res/drawable-hdpi/ic_local_dining_black_24dp.png [new file with mode: 0644]
app/src/main/res/drawable-hdpi/ic_wifi_black_24dp.png [new file with mode: 0644]
app/src/main/res/drawable-mdpi/ic_announcement_black_24dp.png [new file with mode: 0644]
app/src/main/res/drawable-mdpi/ic_dashboard_black_24dp.png [new file with mode: 0644]
app/src/main/res/drawable-mdpi/ic_event_black_24dp.png [new file with mode: 0644]
app/src/main/res/drawable-mdpi/ic_local_dining_black_24dp.png [new file with mode: 0644]
app/src/main/res/drawable-mdpi/ic_wifi_black_24dp.png [new file with mode: 0644]
app/src/main/res/drawable-xhdpi/ic_announcement_black_24dp.png [new file with mode: 0644]
app/src/main/res/drawable-xhdpi/ic_dashboard_black_24dp.png [new file with mode: 0644]
app/src/main/res/drawable-xhdpi/ic_event_black_24dp.png [new file with mode: 0644]
app/src/main/res/drawable-xhdpi/ic_local_dining_black_24dp.png [new file with mode: 0644]
app/src/main/res/drawable-xhdpi/ic_wifi_black_24dp.png [new file with mode: 0644]
app/src/main/res/drawable-xxhdpi/ic_announcement_black_24dp.png [new file with mode: 0644]
app/src/main/res/drawable-xxhdpi/ic_dashboard_black_24dp.png [new file with mode: 0644]
app/src/main/res/drawable-xxhdpi/ic_event_black_24dp.png [new file with mode: 0644]
app/src/main/res/drawable-xxhdpi/ic_local_dining_black_24dp.png [new file with mode: 0644]
app/src/main/res/drawable-xxhdpi/ic_wifi_black_24dp.png [new file with mode: 0644]
app/src/main/res/drawable-xxxhdpi/ic_announcement_black_24dp.png [new file with mode: 0644]
app/src/main/res/drawable-xxxhdpi/ic_dashboard_black_24dp.png [new file with mode: 0644]
app/src/main/res/drawable-xxxhdpi/ic_event_black_24dp.png [new file with mode: 0644]
app/src/main/res/drawable-xxxhdpi/ic_local_dining_black_24dp.png [new file with mode: 0644]
app/src/main/res/drawable-xxxhdpi/ic_wifi_black_24dp.png [new file with mode: 0644]
app/src/main/res/drawable/news_toggle_background.xml [new file with mode: 0644]
app/src/main/res/layout-land/fragment_dashboard.xml
app/src/main/res/layout/fragment_appsearch_list.xml
app/src/main/res/layout/fragment_dashboard.xml
app/src/main/res/layout/fragment_first_run.xml
app/src/main/res/layout/fragment_impressum.xml
app/src/main/res/layout/fragment_news.xml
app/src/main/res/layout/fragment_news_item.xml [new file with mode: 0644]
app/src/main/res/layout/fragment_settings.xml [new file with mode: 0644]
app/src/main/res/menu/activity_campus_app_drawer.xml
app/src/main/res/values/colors.xml
app/src/main/res/values/strings.xml
app/src/main/res/xml/pref_data_sync.xml [deleted file]
app/src/main/res/xml/pref_general.xml [deleted file]
app/src/main/res/xml/pref_headers.xml [deleted file]
app/src/main/res/xml/pref_notification.xml [deleted file]