├── .gitignore ├── README.md ├── app ├── build.gradle ├── gradle.properties.example ├── proguard-project.txt └── src │ ├── camp2015 │ └── res │ │ ├── drawable-hdpi │ │ ├── dialog_logo.png │ │ ├── ic_actionbar_logo.png │ │ ├── ic_launcher.png │ │ └── ic_notification.png │ │ ├── drawable-mdpi │ │ ├── ic_actionbar_logo.png │ │ ├── ic_launcher.png │ │ └── ic_notification.png │ │ ├── drawable-v21 │ │ ├── event_border_default.xml │ │ ├── event_border_default_art_culture.xml │ │ ├── event_border_default_ccc.xml │ │ ├── event_border_default_ethics_society_politics.xml │ │ ├── event_border_default_failosophy.xml │ │ ├── event_border_default_hardware_making.xml │ │ ├── event_border_default_other.xml │ │ ├── event_border_default_science.xml │ │ ├── event_border_default_security_hacking.xml │ │ ├── event_border_highlight.xml │ │ ├── event_border_highlight_alt.xml │ │ ├── event_border_highlight_alt_art_culture.xml │ │ ├── event_border_highlight_alt_ccc.xml │ │ ├── event_border_highlight_alt_ethics_society_politics.xml │ │ ├── event_border_highlight_alt_failosophy.xml │ │ ├── event_border_highlight_alt_hardware_making.xml │ │ ├── event_border_highlight_alt_other.xml │ │ ├── event_border_highlight_alt_science.xml │ │ ├── event_border_highlight_alt_security_hacking.xml │ │ ├── event_border_highlight_art_culture.xml │ │ ├── event_border_highlight_ccc.xml │ │ ├── event_border_highlight_ethics_society_politics.xml │ │ ├── event_border_highlight_failosophy.xml │ │ ├── event_border_highlight_hardware_making.xml │ │ ├── event_border_highlight_other.xml │ │ ├── event_border_highlight_science.xml │ │ └── event_border_highlight_security_hacking.xml │ │ ├── drawable-xhdpi │ │ ├── dialog_logo.png │ │ ├── ic_actionbar_logo.png │ │ ├── ic_launcher.png │ │ └── ic_notification.png │ │ ├── drawable-xxhdpi │ │ ├── dialog_logo.png │ │ ├── ic_actionbar_logo.png │ │ ├── ic_launcher.png │ │ └── ic_notification.png │ │ ├── drawable-xxxhdpi │ │ └── ic_launcher.png │ │ ├── drawable │ │ ├── bell.png │ │ ├── event_border_default.xml │ │ ├── event_border_default_art_culture.xml │ │ ├── event_border_default_ccc.xml │ │ ├── event_border_default_ethics_society_politics.xml │ │ ├── event_border_default_failosophy.xml │ │ ├── event_border_default_hardware_making.xml │ │ ├── event_border_default_other.xml │ │ ├── event_border_default_science.xml │ │ ├── event_border_default_security_hacking.xml │ │ ├── event_border_highlight.xml │ │ ├── event_border_highlight_alt.xml │ │ ├── event_border_highlight_alt_art_culture.xml │ │ ├── event_border_highlight_alt_ccc.xml │ │ ├── event_border_highlight_alt_ethics_society_politics.xml │ │ ├── event_border_highlight_alt_failosophy.xml │ │ ├── event_border_highlight_alt_hardware_making.xml │ │ ├── event_border_highlight_alt_other.xml │ │ ├── event_border_highlight_alt_science.xml │ │ ├── event_border_highlight_alt_security_hacking.xml │ │ ├── event_border_highlight_art_culture.xml │ │ ├── event_border_highlight_ccc.xml │ │ ├── event_border_highlight_ethics_society_politics.xml │ │ ├── event_border_highlight_failosophy.xml │ │ ├── event_border_highlight_hardware_making.xml │ │ ├── event_border_highlight_other.xml │ │ ├── event_border_highlight_science.xml │ │ ├── event_border_highlight_security_hacking.xml │ │ ├── event_item_default.xml │ │ ├── event_item_default_art_culture.xml │ │ ├── event_item_default_ccc.xml │ │ ├── event_item_default_ethics_society_politics.xml │ │ ├── event_item_default_failosophy.xml │ │ ├── event_item_default_hardware_making.xml │ │ ├── event_item_default_other.xml │ │ ├── event_item_default_science.xml │ │ ├── event_item_default_security_hacking.xml │ │ ├── event_item_highlight.xml │ │ ├── event_item_highlight_art_culture.xml │ │ ├── event_item_highlight_ccc.xml │ │ ├── event_item_highlight_ethics_society_politics.xml │ │ ├── event_item_highlight_failosophy.xml │ │ ├── event_item_highlight_hardware_making.xml │ │ ├── event_item_highlight_other.xml │ │ ├── event_item_highlight_science.xml │ │ ├── event_item_highlight_security_hacking.xml │ │ ├── ic_change_novideo.png │ │ ├── ic_change_video.png │ │ └── ic_novideo.png │ │ ├── layout │ │ └── horizontal_line.xml │ │ ├── values-de │ │ └── strings.xml │ │ ├── values │ │ ├── colors.xml │ │ ├── colors_congress.xml │ │ └── strings.xml │ │ └── xml │ │ └── track_resource_names.xml │ ├── ccc31c3 │ └── res │ │ ├── drawable-hdpi │ │ ├── dialog_logo.png │ │ ├── ic_actionbar_logo.png │ │ ├── ic_launcher.png │ │ └── ic_notification.png │ │ ├── drawable-ldpi │ │ └── ic_notification.png │ │ ├── drawable-mdpi │ │ ├── ic_actionbar_logo.png │ │ ├── ic_launcher.png │ │ └── ic_notification.png │ │ ├── drawable-v21 │ │ ├── event_border_default.xml │ │ ├── event_border_default_art_culture.xml │ │ ├── event_border_default_ccc.xml │ │ ├── event_border_default_entertainment.xml │ │ ├── event_border_default_ethics_society_politics.xml │ │ ├── event_border_default_hardware_making.xml │ │ ├── event_border_default_other.xml │ │ ├── event_border_default_science.xml │ │ ├── event_border_default_security_hacking.xml │ │ ├── event_border_highlight.xml │ │ ├── event_border_highlight_alt.xml │ │ ├── event_border_highlight_alt_art_culture.xml │ │ ├── event_border_highlight_alt_ccc.xml │ │ ├── event_border_highlight_alt_entertainment.xml │ │ ├── event_border_highlight_alt_ethics_society_politics.xml │ │ ├── event_border_highlight_alt_hardware_making.xml │ │ ├── event_border_highlight_alt_other.xml │ │ ├── event_border_highlight_alt_science.xml │ │ ├── event_border_highlight_alt_security_hacking.xml │ │ ├── event_border_highlight_art_culture.xml │ │ ├── event_border_highlight_ccc.xml │ │ ├── event_border_highlight_entertainment.xml │ │ ├── event_border_highlight_ethics_society_politics.xml │ │ ├── event_border_highlight_hardware_making.xml │ │ ├── event_border_highlight_other.xml │ │ ├── event_border_highlight_science.xml │ │ └── event_border_highlight_security_hacking.xml │ │ ├── drawable-xhdpi │ │ ├── dialog_logo.png │ │ ├── ic_actionbar_logo.png │ │ ├── ic_launcher.png │ │ └── ic_notification.png │ │ ├── drawable-xxhdpi │ │ ├── dialog_logo.png │ │ ├── ic_actionbar_logo.png │ │ ├── ic_launcher.png │ │ └── ic_notification.png │ │ ├── drawable-xxxhdpi │ │ └── ic_launcher.png │ │ ├── drawable │ │ ├── bell.png │ │ ├── event_border_default.xml │ │ ├── event_border_default_art_culture.xml │ │ ├── event_border_default_ccc.xml │ │ ├── event_border_default_entertainment.xml │ │ ├── event_border_default_ethics_society_politics.xml │ │ ├── event_border_default_hardware_making.xml │ │ ├── event_border_default_other.xml │ │ ├── event_border_default_science.xml │ │ ├── event_border_default_security_hacking.xml │ │ ├── event_border_highlight.xml │ │ ├── event_border_highlight_alt.xml │ │ ├── event_border_highlight_alt_art_culture.xml │ │ ├── event_border_highlight_alt_ccc.xml │ │ ├── event_border_highlight_alt_entertainment.xml │ │ ├── event_border_highlight_alt_ethics_society_politics.xml │ │ ├── event_border_highlight_alt_hardware_making.xml │ │ ├── event_border_highlight_alt_other.xml │ │ ├── event_border_highlight_alt_science.xml │ │ ├── event_border_highlight_alt_security_hacking.xml │ │ ├── event_border_highlight_art_culture.xml │ │ ├── event_border_highlight_ccc.xml │ │ ├── event_border_highlight_entertainment.xml │ │ ├── event_border_highlight_ethics_society_politics.xml │ │ ├── event_border_highlight_hardware_making.xml │ │ ├── event_border_highlight_other.xml │ │ ├── event_border_highlight_science.xml │ │ ├── event_border_highlight_security_hacking.xml │ │ ├── event_item_default.xml │ │ ├── event_item_default_art_culture.xml │ │ ├── event_item_default_ccc.xml │ │ ├── event_item_default_entertainment.xml │ │ ├── event_item_default_ethics_society_politics.xml │ │ ├── event_item_default_hardware_making.xml │ │ ├── event_item_default_other.xml │ │ ├── event_item_default_science.xml │ │ ├── event_item_default_security_hacking.xml │ │ ├── event_item_highlight.xml │ │ ├── event_item_highlight_art_culture.xml │ │ ├── event_item_highlight_ccc.xml │ │ ├── event_item_highlight_entertainment.xml │ │ ├── event_item_highlight_ethics_society_politics.xml │ │ ├── event_item_highlight_hardware_making.xml │ │ ├── event_item_highlight_other.xml │ │ ├── event_item_highlight_science.xml │ │ ├── event_item_highlight_security_hacking.xml │ │ ├── ic_change_novideo.png │ │ ├── ic_change_video.png │ │ └── ic_novideo.png │ │ ├── layout │ │ └── horizontal_line.xml │ │ ├── values-de │ │ └── strings.xml │ │ ├── values │ │ ├── colors.xml │ │ ├── colors_congress.xml │ │ └── strings.xml │ │ └── xml │ │ └── track_resource_names.xml │ ├── ccc32c3 │ └── res │ │ ├── drawable-hdpi │ │ ├── dialog_logo.png │ │ ├── ic_actionbar_logo.png │ │ ├── ic_launcher.png │ │ └── ic_notification.png │ │ ├── drawable-ldpi │ │ └── ic_notification.png │ │ ├── drawable-mdpi │ │ ├── dialog_logo.png │ │ ├── ic_actionbar_logo.png │ │ ├── ic_launcher.png │ │ └── ic_notification.png │ │ ├── drawable-v21 │ │ ├── event_border_default.xml │ │ ├── event_border_default_art_culture.xml │ │ ├── event_border_default_ccc.xml │ │ ├── event_border_default_entertainment.xml │ │ ├── event_border_default_ethics_society_politics.xml │ │ ├── event_border_default_hardware_making.xml │ │ ├── event_border_default_other.xml │ │ ├── event_border_default_science.xml │ │ ├── event_border_default_security_hacking.xml │ │ ├── event_border_highlight.xml │ │ ├── event_border_highlight_alt.xml │ │ ├── event_border_highlight_alt_art_culture.xml │ │ ├── event_border_highlight_alt_ccc.xml │ │ ├── event_border_highlight_alt_entertainment.xml │ │ ├── event_border_highlight_alt_ethics_society_politics.xml │ │ ├── event_border_highlight_alt_hardware_making.xml │ │ ├── event_border_highlight_alt_other.xml │ │ ├── event_border_highlight_alt_science.xml │ │ ├── event_border_highlight_alt_security_hacking.xml │ │ ├── event_border_highlight_art_culture.xml │ │ ├── event_border_highlight_ccc.xml │ │ ├── event_border_highlight_entertainment.xml │ │ ├── event_border_highlight_ethics_society_politics.xml │ │ ├── event_border_highlight_hardware_making.xml │ │ ├── event_border_highlight_other.xml │ │ ├── event_border_highlight_science.xml │ │ └── event_border_highlight_security_hacking.xml │ │ ├── drawable-xhdpi │ │ ├── dialog_logo.png │ │ ├── ic_actionbar_logo.png │ │ ├── ic_launcher.png │ │ └── ic_notification.png │ │ ├── drawable-xxhdpi │ │ ├── dialog_logo.png │ │ ├── ic_actionbar_logo.png │ │ ├── ic_launcher.png │ │ └── ic_notification.png │ │ ├── drawable-xxxhdpi │ │ ├── dialog_logo.png │ │ ├── ic_actionbar_logo.png │ │ ├── ic_launcher.png │ │ └── ic_notification.png │ │ ├── drawable │ │ ├── bell.png │ │ ├── event_border_default.xml │ │ ├── event_border_default_art_culture.xml │ │ ├── event_border_default_ccc.xml │ │ ├── event_border_default_entertainment.xml │ │ ├── event_border_default_ethics_society_politics.xml │ │ ├── event_border_default_failosophy.xml │ │ ├── event_border_default_hardware_making.xml │ │ ├── event_border_default_other.xml │ │ ├── event_border_default_science.xml │ │ ├── event_border_default_security_hacking.xml │ │ ├── event_border_highlight.xml │ │ ├── event_border_highlight_alt.xml │ │ ├── event_border_highlight_alt_art_culture.xml │ │ ├── event_border_highlight_alt_ccc.xml │ │ ├── event_border_highlight_alt_entertainment.xml │ │ ├── event_border_highlight_alt_ethics_society_politics.xml │ │ ├── event_border_highlight_alt_failosophy.xml │ │ ├── event_border_highlight_alt_hardware_making.xml │ │ ├── event_border_highlight_alt_other.xml │ │ ├── event_border_highlight_alt_science.xml │ │ ├── event_border_highlight_alt_security_hacking.xml │ │ ├── event_border_highlight_art_culture.xml │ │ ├── event_border_highlight_ccc.xml │ │ ├── event_border_highlight_entertainment.xml │ │ ├── event_border_highlight_ethics_society_politics.xml │ │ ├── event_border_highlight_failosophy.xml │ │ ├── event_border_highlight_hardware_making.xml │ │ ├── event_border_highlight_other.xml │ │ ├── event_border_highlight_science.xml │ │ ├── event_border_highlight_security_hacking.xml │ │ ├── event_item_default.xml │ │ ├── event_item_default_art_culture.xml │ │ ├── event_item_default_ccc.xml │ │ ├── event_item_default_entertainment.xml │ │ ├── event_item_default_ethics_society_politics.xml │ │ ├── event_item_default_failosophy.xml │ │ ├── event_item_default_hardware_making.xml │ │ ├── event_item_default_other.xml │ │ ├── event_item_default_science.xml │ │ ├── event_item_default_security_hacking.xml │ │ ├── event_item_highlight.xml │ │ ├── event_item_highlight_art_culture.xml │ │ ├── event_item_highlight_ccc.xml │ │ ├── event_item_highlight_entertainment.xml │ │ ├── event_item_highlight_ethics_society_politics.xml │ │ ├── event_item_highlight_failosophy.xml │ │ ├── event_item_highlight_hardware_making.xml │ │ ├── event_item_highlight_other.xml │ │ ├── event_item_highlight_science.xml │ │ ├── event_item_highlight_security_hacking.xml │ │ ├── ic_change_novideo.png │ │ ├── ic_change_video.png │ │ └── ic_novideo.png │ │ ├── layout │ │ └── horizontal_line.xml │ │ ├── values-de │ │ └── strings.xml │ │ ├── values │ │ ├── colors.xml │ │ ├── colors_congress.xml │ │ └── strings.xml │ │ └── xml │ │ └── track_resource_names.xml │ ├── main │ ├── AndroidManifest.xml │ ├── assets │ │ ├── Roboto-Black.ttf │ │ ├── Roboto-Bold.ttf │ │ ├── Roboto-BoldCondensed.ttf │ │ ├── Roboto-Light.ttf │ │ └── Roboto-Regular.ttf │ ├── java │ │ └── nerd │ │ │ └── tuxmobil │ │ │ └── fahrplan │ │ │ └── congress │ │ │ ├── AboutDialog.java │ │ │ ├── AbstractListFragment.java │ │ │ ├── ActionBarListActivity.java │ │ │ ├── ActivityHelper.java │ │ │ ├── AlarmCursorAdapter.java │ │ │ ├── AlarmList.java │ │ │ ├── AlarmReceiver.java │ │ │ ├── AlarmTimePickerFragment.java │ │ │ ├── AlarmsDBOpenHelper.java │ │ │ ├── AlertDialogHelper.java │ │ │ ├── BundleKeys.java │ │ │ ├── CertificateDialogFragment.java │ │ │ ├── CertificateDomainMismatchException.java │ │ │ ├── ChangeListActivity.java │ │ │ ├── ChangeListFragment.java │ │ │ ├── ChangesDialog.java │ │ │ ├── CheckableLinearLayout.java │ │ │ ├── ConfirmationDialog.java │ │ │ ├── ConnectivityStateReceiver.java │ │ │ ├── CustomHttpClient.java │ │ │ ├── CustomScrollView.java │ │ │ ├── DateFieldValidation.java │ │ │ ├── DateHelper.java │ │ │ ├── DateInfo.java │ │ │ ├── DateInfos.java │ │ │ ├── DomainNameChecker.java │ │ │ ├── EventDetail.java │ │ │ ├── EventDetailFragment.java │ │ │ ├── FahrplanContract.java │ │ │ ├── FahrplanFragment.java │ │ │ ├── FahrplanMisc.java │ │ │ ├── FahrplanParser.java │ │ │ ├── FetchFahrplan.java │ │ │ ├── HighlightDBOpenHelper.java │ │ │ ├── HorizontalSnapScrollView.java │ │ │ ├── Lecture.java │ │ │ ├── LectureArrayAdapter.java │ │ │ ├── LectureChangesArrayAdapter.java │ │ │ ├── LectureList.java │ │ │ ├── LecturesDBOpenHelper.java │ │ │ ├── MainActivity.java │ │ │ ├── MetaDBOpenHelper.java │ │ │ ├── MetaInfo.java │ │ │ ├── MissingXmlAttributeException.java │ │ │ ├── MyApp.java │ │ │ ├── RoomForC3NavConverter.java │ │ │ ├── SettingsActivity.java │ │ │ ├── StarredListActivity.java │ │ │ ├── StarredListFragment.java │ │ │ ├── TrackBackgrounds.java │ │ │ ├── TrustManagerFactory.java │ │ │ ├── UpdateService.java │ │ │ ├── ValidationError.java │ │ │ └── onBootReceiver.java │ └── res │ │ ├── drawable-hdpi │ │ ├── ic_action_action_delete.png │ │ ├── ic_action_action_list.png │ │ ├── ic_action_add_to_calendar_dark.png │ │ ├── ic_action_cancel.png │ │ ├── ic_action_clear_alarm.png │ │ ├── ic_action_fav.png │ │ ├── ic_action_feedback.png │ │ ├── ic_action_refresh.png │ │ ├── ic_action_set_alarm.png │ │ ├── ic_action_share.png │ │ ├── ic_action_unfav.png │ │ ├── ic_menu_about.png │ │ ├── ic_menu_alarmclock.png │ │ ├── ic_menu_delete.png │ │ └── ic_menu_settings.png │ │ ├── drawable-ldpi │ │ ├── ic_action_clear_alarm.png │ │ ├── ic_action_fav.png │ │ ├── ic_action_set_alarm.png │ │ ├── ic_action_share.png │ │ ├── ic_action_unfav.png │ │ ├── ic_menu_about.png │ │ ├── ic_menu_alarmclock.png │ │ ├── ic_menu_delete.png │ │ └── ic_menu_settings.png │ │ ├── drawable-mdpi │ │ ├── ic_action_action_delete.png │ │ ├── ic_action_action_list.png │ │ ├── ic_action_add_to_calendar_dark.png │ │ ├── ic_action_cancel.png │ │ ├── ic_action_clear_alarm.png │ │ ├── ic_action_fav.png │ │ ├── ic_action_feedback.png │ │ ├── ic_action_navigate.png │ │ ├── ic_action_refresh.png │ │ ├── ic_action_set_alarm.png │ │ ├── ic_action_share.png │ │ ├── ic_action_unfav.png │ │ ├── ic_menu_about.png │ │ ├── ic_menu_alarmclock.png │ │ ├── ic_menu_delete.png │ │ └── ic_menu_settings.png │ │ ├── drawable-xhdpi │ │ ├── ic_action_action_delete.png │ │ ├── ic_action_action_list.png │ │ ├── ic_action_add_to_calendar_dark.png │ │ ├── ic_action_cancel.png │ │ ├── ic_action_clear_alarm.png │ │ ├── ic_action_fav.png │ │ ├── ic_action_feedback.png │ │ ├── ic_action_navigate.png │ │ ├── ic_action_refresh.png │ │ ├── ic_action_set_alarm.png │ │ ├── ic_action_share.png │ │ └── ic_action_unfav.png │ │ ├── drawable-xxhdpi │ │ ├── ic_action_action_delete.png │ │ ├── ic_action_action_list.png │ │ ├── ic_action_add_to_calendar_dark.png │ │ ├── ic_action_cancel.png │ │ └── ic_action_navigate.png │ │ ├── drawable-xxxhdpi │ │ └── ic_action_navigate.png │ │ ├── drawable │ │ ├── alarm_list_icon_layer.xml │ │ ├── alarm_list_icon_shape.xml │ │ ├── bell.png │ │ ├── border.xml │ │ ├── event_item_selection_stroke.xml │ │ ├── ic_novideo.png │ │ ├── list_checked_background.xml │ │ └── seperator_bottom_line.xml │ │ ├── layout-port │ │ ├── about_dialog.xml │ │ ├── detail.xml │ │ ├── event_layout.xml │ │ ├── main_layout.xml │ │ ├── schedule.xml │ │ ├── time_layout.xml │ │ └── time_layout_now.xml │ │ ├── layout │ │ ├── about_dialog_land.xml │ │ ├── activity_change_list.xml │ │ ├── alarm_list_item.xml │ │ ├── alarms.xml │ │ ├── alarms_empty.xml │ │ ├── build_info.xml │ │ ├── cert_dialog.xml │ │ ├── changes_dialog.xml │ │ ├── changes_header.xml │ │ ├── detail_frame.xml │ │ ├── detail_land.xml │ │ ├── detail_land_large.xml │ │ ├── detail_large.xml │ │ ├── detail_narrow.xml │ │ ├── detail_narrow_large.xml │ │ ├── event_detail_content.xml │ │ ├── event_detailbar.xml │ │ ├── event_detailbar_large.xml │ │ ├── event_layout_land.xml │ │ ├── event_layout_land_large.xml │ │ ├── fragment_favorites_list.xml │ │ ├── fragment_favorites_list_narrow.xml │ │ ├── fragment_lecture_list.xml │ │ ├── fragment_lecture_list_narrow.xml │ │ ├── header_empty.xml │ │ ├── horizontal_line.xml │ │ ├── lecture_change_row.xml │ │ ├── lecture_list_seperator.xml │ │ ├── lecture_list_seperator_land_large.xml │ │ ├── main_layout_land.xml │ │ ├── main_layout_land_large.xml │ │ ├── main_layout_land_large_split.xml │ │ ├── reminder_dialog.xml │ │ ├── schedule_land.xml │ │ ├── schedule_land_large.xml │ │ ├── settings.xml │ │ ├── starred_header.xml │ │ ├── support_simple_spinner_dropdown_item_large.xml │ │ ├── support_simple_spinner_dropdown_list_item.xml │ │ ├── time_layout_land.xml │ │ ├── time_layout_land_large.xml │ │ ├── time_layout_now_land.xml │ │ └── time_layout_now_land_large.xml │ │ ├── menu │ │ ├── alarmmenu.xml │ │ ├── detailmenu.xml │ │ ├── mainmenu.xml │ │ ├── starred_list_context_menu.xml │ │ └── starred_list_menu.xml │ │ ├── values-de │ │ ├── arrays.xml │ │ ├── placeholder.xml │ │ └── strings.xml │ │ ├── values-land │ │ ├── about_dialog.xml │ │ ├── detail.xml │ │ ├── dimens.xml │ │ ├── event_layout.xml │ │ ├── main_layout.xml │ │ ├── schedule.xml │ │ ├── time_layout.xml │ │ └── time_layout_now.xml │ │ ├── values-sw600dp-port │ │ ├── detail.xml │ │ ├── dimens.xml │ │ └── main_layout.xml │ │ ├── values-sw600dp │ │ ├── about_dialog.xml │ │ ├── detail.xml │ │ ├── dimens.xml │ │ ├── event_layout.xml │ │ ├── lecture_list_seperator.xml │ │ ├── main_layout.xml │ │ ├── schedule.xml │ │ ├── time_layout.xml │ │ └── time_layout_now.xml │ │ ├── values-sw720dp │ │ ├── detail_narrow.xml │ │ └── dimens.xml │ │ ├── values-v21 │ │ └── colors.xml │ │ ├── values-xlarge-port │ │ └── dimens.xml │ │ ├── values-xlarge │ │ ├── about_dialog.xml │ │ ├── detail.xml │ │ ├── dimens.xml │ │ ├── event_layout.xml │ │ ├── main_layout.xml │ │ ├── schedule.xml │ │ ├── time_layout.xml │ │ └── time_layout_now.xml │ │ ├── values │ │ ├── arrays.xml │ │ ├── colors.xml │ │ ├── colors_congress.xml │ │ ├── dimens.xml │ │ ├── integers.xml │ │ ├── placeholder.xml │ │ ├── strings.xml │ │ └── styles_congress.xml │ │ └── xml │ │ └── prefs.xml │ └── test │ └── java │ └── TheRoomForC3NavConverter.java ├── assets ├── alarmclock.svg ├── bell.svg ├── calendar.svg ├── delete.svg ├── feedback.svg ├── rocket.svg └── settings.svg ├── build.gradle ├── gfx └── google-play-badge.png ├── gradle └── wrapper │ ├── gradle-wrapper.jar │ └── gradle-wrapper.properties ├── gradlew ├── gradlew.bat └── settings.gradle /app/gradle.properties.example: -------------------------------------------------------------------------------- 1 | signing.PRODUCTFLAVOR-release.keystoreFilePath=/home/USERNAME/.android/PRODUCTFLAVOR-release-key.keystore 2 | signing.PRODUCTFLAVOR-release.keystorePassword=PASSWORD 3 | signing.PRODUCTFLAVOR-release.keyAlias=PRODUCTFLAVOR 4 | signing.PRODUCTFLAVOR-release.keyPassword=ANOTHERPASSWORD 5 | 6 | -------------------------------------------------------------------------------- /app/src/camp2015/res/drawable-hdpi/dialog_logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tuxmobil/CampFahrplan/20c2001a6631fc008b679e3c6579f6adb8cb6bef/app/src/camp2015/res/drawable-hdpi/dialog_logo.png -------------------------------------------------------------------------------- /app/src/camp2015/res/drawable-hdpi/ic_actionbar_logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tuxmobil/CampFahrplan/20c2001a6631fc008b679e3c6579f6adb8cb6bef/app/src/camp2015/res/drawable-hdpi/ic_actionbar_logo.png -------------------------------------------------------------------------------- /app/src/camp2015/res/drawable-hdpi/ic_launcher.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tuxmobil/CampFahrplan/20c2001a6631fc008b679e3c6579f6adb8cb6bef/app/src/camp2015/res/drawable-hdpi/ic_launcher.png -------------------------------------------------------------------------------- /app/src/camp2015/res/drawable-hdpi/ic_notification.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tuxmobil/CampFahrplan/20c2001a6631fc008b679e3c6579f6adb8cb6bef/app/src/camp2015/res/drawable-hdpi/ic_notification.png -------------------------------------------------------------------------------- /app/src/camp2015/res/drawable-mdpi/ic_actionbar_logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tuxmobil/CampFahrplan/20c2001a6631fc008b679e3c6579f6adb8cb6bef/app/src/camp2015/res/drawable-mdpi/ic_actionbar_logo.png -------------------------------------------------------------------------------- /app/src/camp2015/res/drawable-mdpi/ic_launcher.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tuxmobil/CampFahrplan/20c2001a6631fc008b679e3c6579f6adb8cb6bef/app/src/camp2015/res/drawable-mdpi/ic_launcher.png -------------------------------------------------------------------------------- /app/src/camp2015/res/drawable-mdpi/ic_notification.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tuxmobil/CampFahrplan/20c2001a6631fc008b679e3c6579f6adb8cb6bef/app/src/camp2015/res/drawable-mdpi/ic_notification.png -------------------------------------------------------------------------------- /app/src/camp2015/res/drawable-v21/event_border_default.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /app/src/camp2015/res/drawable-v21/event_border_default_art_culture.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /app/src/camp2015/res/drawable-v21/event_border_default_ccc.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /app/src/camp2015/res/drawable-v21/event_border_default_ethics_society_politics.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /app/src/camp2015/res/drawable-v21/event_border_default_failosophy.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /app/src/camp2015/res/drawable-v21/event_border_default_hardware_making.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /app/src/camp2015/res/drawable-v21/event_border_default_other.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /app/src/camp2015/res/drawable-v21/event_border_default_science.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /app/src/camp2015/res/drawable-v21/event_border_default_security_hacking.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /app/src/camp2015/res/drawable-v21/event_border_highlight.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /app/src/camp2015/res/drawable-v21/event_border_highlight_alt.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /app/src/camp2015/res/drawable-v21/event_border_highlight_alt_art_culture.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /app/src/camp2015/res/drawable-v21/event_border_highlight_alt_ccc.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /app/src/camp2015/res/drawable-v21/event_border_highlight_alt_ethics_society_politics.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /app/src/camp2015/res/drawable-v21/event_border_highlight_alt_failosophy.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /app/src/camp2015/res/drawable-v21/event_border_highlight_alt_hardware_making.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /app/src/camp2015/res/drawable-v21/event_border_highlight_alt_other.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /app/src/camp2015/res/drawable-v21/event_border_highlight_alt_science.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /app/src/camp2015/res/drawable-v21/event_border_highlight_alt_security_hacking.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /app/src/camp2015/res/drawable-v21/event_border_highlight_art_culture.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /app/src/camp2015/res/drawable-v21/event_border_highlight_ccc.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /app/src/camp2015/res/drawable-v21/event_border_highlight_ethics_society_politics.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /app/src/camp2015/res/drawable-v21/event_border_highlight_failosophy.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /app/src/camp2015/res/drawable-v21/event_border_highlight_hardware_making.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /app/src/camp2015/res/drawable-v21/event_border_highlight_other.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /app/src/camp2015/res/drawable-v21/event_border_highlight_science.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /app/src/camp2015/res/drawable-v21/event_border_highlight_security_hacking.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /app/src/camp2015/res/drawable-xhdpi/dialog_logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tuxmobil/CampFahrplan/20c2001a6631fc008b679e3c6579f6adb8cb6bef/app/src/camp2015/res/drawable-xhdpi/dialog_logo.png -------------------------------------------------------------------------------- /app/src/camp2015/res/drawable-xhdpi/ic_actionbar_logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tuxmobil/CampFahrplan/20c2001a6631fc008b679e3c6579f6adb8cb6bef/app/src/camp2015/res/drawable-xhdpi/ic_actionbar_logo.png -------------------------------------------------------------------------------- /app/src/camp2015/res/drawable-xhdpi/ic_launcher.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tuxmobil/CampFahrplan/20c2001a6631fc008b679e3c6579f6adb8cb6bef/app/src/camp2015/res/drawable-xhdpi/ic_launcher.png -------------------------------------------------------------------------------- /app/src/camp2015/res/drawable-xhdpi/ic_notification.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tuxmobil/CampFahrplan/20c2001a6631fc008b679e3c6579f6adb8cb6bef/app/src/camp2015/res/drawable-xhdpi/ic_notification.png -------------------------------------------------------------------------------- /app/src/camp2015/res/drawable-xxhdpi/dialog_logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tuxmobil/CampFahrplan/20c2001a6631fc008b679e3c6579f6adb8cb6bef/app/src/camp2015/res/drawable-xxhdpi/dialog_logo.png -------------------------------------------------------------------------------- /app/src/camp2015/res/drawable-xxhdpi/ic_actionbar_logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tuxmobil/CampFahrplan/20c2001a6631fc008b679e3c6579f6adb8cb6bef/app/src/camp2015/res/drawable-xxhdpi/ic_actionbar_logo.png -------------------------------------------------------------------------------- /app/src/camp2015/res/drawable-xxhdpi/ic_launcher.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tuxmobil/CampFahrplan/20c2001a6631fc008b679e3c6579f6adb8cb6bef/app/src/camp2015/res/drawable-xxhdpi/ic_launcher.png -------------------------------------------------------------------------------- /app/src/camp2015/res/drawable-xxhdpi/ic_notification.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tuxmobil/CampFahrplan/20c2001a6631fc008b679e3c6579f6adb8cb6bef/app/src/camp2015/res/drawable-xxhdpi/ic_notification.png -------------------------------------------------------------------------------- /app/src/camp2015/res/drawable-xxxhdpi/ic_launcher.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tuxmobil/CampFahrplan/20c2001a6631fc008b679e3c6579f6adb8cb6bef/app/src/camp2015/res/drawable-xxxhdpi/ic_launcher.png -------------------------------------------------------------------------------- /app/src/camp2015/res/drawable/bell.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tuxmobil/CampFahrplan/20c2001a6631fc008b679e3c6579f6adb8cb6bef/app/src/camp2015/res/drawable/bell.png -------------------------------------------------------------------------------- /app/src/camp2015/res/drawable/event_border_default.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /app/src/camp2015/res/drawable/event_border_default_art_culture.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /app/src/camp2015/res/drawable/event_border_default_ccc.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /app/src/camp2015/res/drawable/event_border_default_ethics_society_politics.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /app/src/camp2015/res/drawable/event_border_default_failosophy.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /app/src/camp2015/res/drawable/event_border_default_hardware_making.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /app/src/camp2015/res/drawable/event_border_default_other.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /app/src/camp2015/res/drawable/event_border_default_science.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /app/src/camp2015/res/drawable/event_border_default_security_hacking.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /app/src/camp2015/res/drawable/event_border_highlight.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /app/src/camp2015/res/drawable/event_border_highlight_alt.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /app/src/camp2015/res/drawable/event_border_highlight_alt_art_culture.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /app/src/camp2015/res/drawable/event_border_highlight_alt_ccc.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /app/src/camp2015/res/drawable/event_border_highlight_alt_ethics_society_politics.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /app/src/camp2015/res/drawable/event_border_highlight_alt_failosophy.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /app/src/camp2015/res/drawable/event_border_highlight_alt_hardware_making.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /app/src/camp2015/res/drawable/event_border_highlight_alt_other.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /app/src/camp2015/res/drawable/event_border_highlight_alt_science.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /app/src/camp2015/res/drawable/event_border_highlight_alt_security_hacking.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /app/src/camp2015/res/drawable/event_border_highlight_art_culture.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /app/src/camp2015/res/drawable/event_border_highlight_ccc.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /app/src/camp2015/res/drawable/event_border_highlight_ethics_society_politics.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /app/src/camp2015/res/drawable/event_border_highlight_failosophy.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /app/src/camp2015/res/drawable/event_border_highlight_hardware_making.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /app/src/camp2015/res/drawable/event_border_highlight_other.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /app/src/camp2015/res/drawable/event_border_highlight_science.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /app/src/camp2015/res/drawable/event_border_highlight_security_hacking.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /app/src/camp2015/res/drawable/event_item_default.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 7 | 9 | 10 | 11 | 12 | 13 | 14 | -------------------------------------------------------------------------------- /app/src/camp2015/res/drawable/event_item_default_art_culture.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 7 | 9 | 10 | 11 | 12 | 13 | 14 | -------------------------------------------------------------------------------- /app/src/camp2015/res/drawable/event_item_default_ccc.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 7 | 9 | 10 | 11 | 12 | 13 | 14 | -------------------------------------------------------------------------------- /app/src/camp2015/res/drawable/event_item_default_ethics_society_politics.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 7 | 9 | 10 | 11 | 12 | 13 | 14 | -------------------------------------------------------------------------------- /app/src/camp2015/res/drawable/event_item_default_failosophy.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 7 | 9 | 10 | 11 | 12 | 13 | 14 | -------------------------------------------------------------------------------- /app/src/camp2015/res/drawable/event_item_default_hardware_making.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 7 | 9 | 10 | 11 | 12 | 13 | 14 | -------------------------------------------------------------------------------- /app/src/camp2015/res/drawable/event_item_default_other.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 7 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | -------------------------------------------------------------------------------- /app/src/camp2015/res/drawable/event_item_default_science.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 7 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | -------------------------------------------------------------------------------- /app/src/camp2015/res/drawable/event_item_default_security_hacking.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 7 | 9 | 10 | 11 | 12 | 13 | 14 | -------------------------------------------------------------------------------- /app/src/camp2015/res/drawable/event_item_highlight.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 7 | 9 | 10 | 11 | 12 | 13 | 14 | -------------------------------------------------------------------------------- /app/src/camp2015/res/drawable/event_item_highlight_art_culture.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 7 | 9 | 10 | 11 | 12 | 13 | 14 | -------------------------------------------------------------------------------- /app/src/camp2015/res/drawable/event_item_highlight_ccc.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 7 | 9 | 10 | 11 | 12 | 13 | 14 | -------------------------------------------------------------------------------- /app/src/camp2015/res/drawable/event_item_highlight_ethics_society_politics.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 7 | 9 | 10 | 11 | 12 | 13 | 14 | -------------------------------------------------------------------------------- /app/src/camp2015/res/drawable/event_item_highlight_failosophy.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 7 | 9 | 10 | 11 | 12 | 13 | 14 | -------------------------------------------------------------------------------- /app/src/camp2015/res/drawable/event_item_highlight_hardware_making.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 7 | 9 | 10 | 11 | 12 | 13 | 14 | -------------------------------------------------------------------------------- /app/src/camp2015/res/drawable/event_item_highlight_other.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 7 | 9 | 10 | 11 | 12 | 13 | 14 | -------------------------------------------------------------------------------- /app/src/camp2015/res/drawable/event_item_highlight_science.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 7 | 9 | 10 | 11 | 12 | 13 | 14 | -------------------------------------------------------------------------------- /app/src/camp2015/res/drawable/event_item_highlight_security_hacking.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 7 | 9 | 10 | 11 | 12 | 13 | 14 | -------------------------------------------------------------------------------- /app/src/camp2015/res/drawable/ic_change_novideo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tuxmobil/CampFahrplan/20c2001a6631fc008b679e3c6579f6adb8cb6bef/app/src/camp2015/res/drawable/ic_change_novideo.png -------------------------------------------------------------------------------- /app/src/camp2015/res/drawable/ic_change_video.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tuxmobil/CampFahrplan/20c2001a6631fc008b679e3c6579f6adb8cb6bef/app/src/camp2015/res/drawable/ic_change_video.png -------------------------------------------------------------------------------- /app/src/camp2015/res/drawable/ic_novideo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tuxmobil/CampFahrplan/20c2001a6631fc008b679e3c6579f6adb8cb6bef/app/src/camp2015/res/drawable/ic_novideo.png -------------------------------------------------------------------------------- /app/src/camp2015/res/layout/horizontal_line.xml: -------------------------------------------------------------------------------- 1 | 2 | 6 | -------------------------------------------------------------------------------- /app/src/camp2015/res/values-de/strings.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | Camp 2015 4 | 5 | http://events.ccc.de/camp/2015/]]> 6 | 7 | 8 | Quellcode]]> 9 | 10 | 11 | Eintrag im Google PlayStore]]> 12 | 13 | 14 | cccamp15 Artwork]]> 15 | 16 | 17 | -------------------------------------------------------------------------------- /app/src/camp2015/res/values/strings.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | Camp 2015 4 | 5 | http://events.ccc.de/camp/2015/]]> 6 | 7 | 8 | Source code]]> 9 | 10 | 11 | Google PlayStore listing]]> 12 | 13 | 14 | cccamp15 artwork]]> 15 | 16 | 17 | -------------------------------------------------------------------------------- /app/src/camp2015/res/xml/track_resource_names.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | art_culture 4 | ccc 5 | failosophy 6 | ethics_society_politics 7 | hardware_making 8 | science 9 | security_hacking 10 | other 11 | other 12 | -------------------------------------------------------------------------------- /app/src/ccc31c3/res/drawable-hdpi/dialog_logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tuxmobil/CampFahrplan/20c2001a6631fc008b679e3c6579f6adb8cb6bef/app/src/ccc31c3/res/drawable-hdpi/dialog_logo.png -------------------------------------------------------------------------------- /app/src/ccc31c3/res/drawable-hdpi/ic_actionbar_logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tuxmobil/CampFahrplan/20c2001a6631fc008b679e3c6579f6adb8cb6bef/app/src/ccc31c3/res/drawable-hdpi/ic_actionbar_logo.png -------------------------------------------------------------------------------- /app/src/ccc31c3/res/drawable-hdpi/ic_launcher.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tuxmobil/CampFahrplan/20c2001a6631fc008b679e3c6579f6adb8cb6bef/app/src/ccc31c3/res/drawable-hdpi/ic_launcher.png -------------------------------------------------------------------------------- /app/src/ccc31c3/res/drawable-hdpi/ic_notification.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tuxmobil/CampFahrplan/20c2001a6631fc008b679e3c6579f6adb8cb6bef/app/src/ccc31c3/res/drawable-hdpi/ic_notification.png -------------------------------------------------------------------------------- /app/src/ccc31c3/res/drawable-ldpi/ic_notification.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tuxmobil/CampFahrplan/20c2001a6631fc008b679e3c6579f6adb8cb6bef/app/src/ccc31c3/res/drawable-ldpi/ic_notification.png -------------------------------------------------------------------------------- /app/src/ccc31c3/res/drawable-mdpi/ic_actionbar_logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tuxmobil/CampFahrplan/20c2001a6631fc008b679e3c6579f6adb8cb6bef/app/src/ccc31c3/res/drawable-mdpi/ic_actionbar_logo.png -------------------------------------------------------------------------------- /app/src/ccc31c3/res/drawable-mdpi/ic_launcher.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tuxmobil/CampFahrplan/20c2001a6631fc008b679e3c6579f6adb8cb6bef/app/src/ccc31c3/res/drawable-mdpi/ic_launcher.png -------------------------------------------------------------------------------- /app/src/ccc31c3/res/drawable-mdpi/ic_notification.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tuxmobil/CampFahrplan/20c2001a6631fc008b679e3c6579f6adb8cb6bef/app/src/ccc31c3/res/drawable-mdpi/ic_notification.png -------------------------------------------------------------------------------- /app/src/ccc31c3/res/drawable-v21/event_border_default.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /app/src/ccc31c3/res/drawable-v21/event_border_default_art_culture.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /app/src/ccc31c3/res/drawable-v21/event_border_default_ccc.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /app/src/ccc31c3/res/drawable-v21/event_border_default_entertainment.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /app/src/ccc31c3/res/drawable-v21/event_border_default_ethics_society_politics.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /app/src/ccc31c3/res/drawable-v21/event_border_default_hardware_making.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /app/src/ccc31c3/res/drawable-v21/event_border_default_other.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /app/src/ccc31c3/res/drawable-v21/event_border_default_science.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /app/src/ccc31c3/res/drawable-v21/event_border_default_security_hacking.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /app/src/ccc31c3/res/drawable-v21/event_border_highlight.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /app/src/ccc31c3/res/drawable-v21/event_border_highlight_alt.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /app/src/ccc31c3/res/drawable-v21/event_border_highlight_alt_art_culture.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /app/src/ccc31c3/res/drawable-v21/event_border_highlight_alt_ccc.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /app/src/ccc31c3/res/drawable-v21/event_border_highlight_alt_entertainment.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /app/src/ccc31c3/res/drawable-v21/event_border_highlight_alt_ethics_society_politics.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /app/src/ccc31c3/res/drawable-v21/event_border_highlight_alt_hardware_making.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /app/src/ccc31c3/res/drawable-v21/event_border_highlight_alt_other.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /app/src/ccc31c3/res/drawable-v21/event_border_highlight_alt_science.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /app/src/ccc31c3/res/drawable-v21/event_border_highlight_alt_security_hacking.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /app/src/ccc31c3/res/drawable-v21/event_border_highlight_art_culture.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /app/src/ccc31c3/res/drawable-v21/event_border_highlight_ccc.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /app/src/ccc31c3/res/drawable-v21/event_border_highlight_entertainment.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /app/src/ccc31c3/res/drawable-v21/event_border_highlight_ethics_society_politics.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /app/src/ccc31c3/res/drawable-v21/event_border_highlight_hardware_making.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /app/src/ccc31c3/res/drawable-v21/event_border_highlight_other.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /app/src/ccc31c3/res/drawable-v21/event_border_highlight_science.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /app/src/ccc31c3/res/drawable-v21/event_border_highlight_security_hacking.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /app/src/ccc31c3/res/drawable-xhdpi/dialog_logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tuxmobil/CampFahrplan/20c2001a6631fc008b679e3c6579f6adb8cb6bef/app/src/ccc31c3/res/drawable-xhdpi/dialog_logo.png -------------------------------------------------------------------------------- /app/src/ccc31c3/res/drawable-xhdpi/ic_actionbar_logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tuxmobil/CampFahrplan/20c2001a6631fc008b679e3c6579f6adb8cb6bef/app/src/ccc31c3/res/drawable-xhdpi/ic_actionbar_logo.png -------------------------------------------------------------------------------- /app/src/ccc31c3/res/drawable-xhdpi/ic_launcher.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tuxmobil/CampFahrplan/20c2001a6631fc008b679e3c6579f6adb8cb6bef/app/src/ccc31c3/res/drawable-xhdpi/ic_launcher.png -------------------------------------------------------------------------------- /app/src/ccc31c3/res/drawable-xhdpi/ic_notification.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tuxmobil/CampFahrplan/20c2001a6631fc008b679e3c6579f6adb8cb6bef/app/src/ccc31c3/res/drawable-xhdpi/ic_notification.png -------------------------------------------------------------------------------- /app/src/ccc31c3/res/drawable-xxhdpi/dialog_logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tuxmobil/CampFahrplan/20c2001a6631fc008b679e3c6579f6adb8cb6bef/app/src/ccc31c3/res/drawable-xxhdpi/dialog_logo.png -------------------------------------------------------------------------------- /app/src/ccc31c3/res/drawable-xxhdpi/ic_actionbar_logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tuxmobil/CampFahrplan/20c2001a6631fc008b679e3c6579f6adb8cb6bef/app/src/ccc31c3/res/drawable-xxhdpi/ic_actionbar_logo.png -------------------------------------------------------------------------------- /app/src/ccc31c3/res/drawable-xxhdpi/ic_launcher.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tuxmobil/CampFahrplan/20c2001a6631fc008b679e3c6579f6adb8cb6bef/app/src/ccc31c3/res/drawable-xxhdpi/ic_launcher.png -------------------------------------------------------------------------------- /app/src/ccc31c3/res/drawable-xxhdpi/ic_notification.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tuxmobil/CampFahrplan/20c2001a6631fc008b679e3c6579f6adb8cb6bef/app/src/ccc31c3/res/drawable-xxhdpi/ic_notification.png -------------------------------------------------------------------------------- /app/src/ccc31c3/res/drawable-xxxhdpi/ic_launcher.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tuxmobil/CampFahrplan/20c2001a6631fc008b679e3c6579f6adb8cb6bef/app/src/ccc31c3/res/drawable-xxxhdpi/ic_launcher.png -------------------------------------------------------------------------------- /app/src/ccc31c3/res/drawable/bell.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tuxmobil/CampFahrplan/20c2001a6631fc008b679e3c6579f6adb8cb6bef/app/src/ccc31c3/res/drawable/bell.png -------------------------------------------------------------------------------- /app/src/ccc31c3/res/drawable/event_border_default.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /app/src/ccc31c3/res/drawable/event_border_default_art_culture.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /app/src/ccc31c3/res/drawable/event_border_default_ccc.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /app/src/ccc31c3/res/drawable/event_border_default_entertainment.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /app/src/ccc31c3/res/drawable/event_border_default_ethics_society_politics.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /app/src/ccc31c3/res/drawable/event_border_default_hardware_making.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /app/src/ccc31c3/res/drawable/event_border_default_other.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /app/src/ccc31c3/res/drawable/event_border_default_science.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /app/src/ccc31c3/res/drawable/event_border_default_security_hacking.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /app/src/ccc31c3/res/drawable/event_border_highlight.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /app/src/ccc31c3/res/drawable/event_border_highlight_alt.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /app/src/ccc31c3/res/drawable/event_border_highlight_alt_art_culture.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /app/src/ccc31c3/res/drawable/event_border_highlight_alt_ccc.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /app/src/ccc31c3/res/drawable/event_border_highlight_alt_entertainment.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /app/src/ccc31c3/res/drawable/event_border_highlight_alt_ethics_society_politics.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /app/src/ccc31c3/res/drawable/event_border_highlight_alt_hardware_making.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /app/src/ccc31c3/res/drawable/event_border_highlight_alt_other.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /app/src/ccc31c3/res/drawable/event_border_highlight_alt_science.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /app/src/ccc31c3/res/drawable/event_border_highlight_alt_security_hacking.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /app/src/ccc31c3/res/drawable/event_border_highlight_art_culture.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /app/src/ccc31c3/res/drawable/event_border_highlight_ccc.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /app/src/ccc31c3/res/drawable/event_border_highlight_entertainment.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /app/src/ccc31c3/res/drawable/event_border_highlight_ethics_society_politics.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /app/src/ccc31c3/res/drawable/event_border_highlight_hardware_making.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /app/src/ccc31c3/res/drawable/event_border_highlight_other.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /app/src/ccc31c3/res/drawable/event_border_highlight_science.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /app/src/ccc31c3/res/drawable/event_border_highlight_security_hacking.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /app/src/ccc31c3/res/drawable/event_item_default.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 7 | 9 | 10 | 11 | 12 | 13 | 14 | -------------------------------------------------------------------------------- /app/src/ccc31c3/res/drawable/event_item_default_art_culture.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 7 | 9 | 10 | 11 | 12 | 13 | 14 | -------------------------------------------------------------------------------- /app/src/ccc31c3/res/drawable/event_item_default_ccc.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 7 | 9 | 10 | 11 | 12 | 13 | 14 | -------------------------------------------------------------------------------- /app/src/ccc31c3/res/drawable/event_item_default_entertainment.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 7 | 9 | 10 | 11 | 12 | 13 | 14 | -------------------------------------------------------------------------------- /app/src/ccc31c3/res/drawable/event_item_default_ethics_society_politics.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 7 | 9 | 10 | 11 | 12 | 13 | 14 | -------------------------------------------------------------------------------- /app/src/ccc31c3/res/drawable/event_item_default_hardware_making.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 7 | 9 | 10 | 11 | 12 | 13 | 14 | -------------------------------------------------------------------------------- /app/src/ccc31c3/res/drawable/event_item_default_other.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 7 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | -------------------------------------------------------------------------------- /app/src/ccc31c3/res/drawable/event_item_default_science.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 7 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | -------------------------------------------------------------------------------- /app/src/ccc31c3/res/drawable/event_item_default_security_hacking.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 7 | 9 | 10 | 11 | 12 | 13 | 14 | -------------------------------------------------------------------------------- /app/src/ccc31c3/res/drawable/event_item_highlight.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 7 | 9 | 10 | 11 | 12 | 13 | 14 | -------------------------------------------------------------------------------- /app/src/ccc31c3/res/drawable/event_item_highlight_art_culture.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 7 | 9 | 10 | 11 | 12 | 13 | 14 | -------------------------------------------------------------------------------- /app/src/ccc31c3/res/drawable/event_item_highlight_ccc.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 7 | 9 | 10 | 11 | 12 | 13 | 14 | -------------------------------------------------------------------------------- /app/src/ccc31c3/res/drawable/event_item_highlight_entertainment.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 7 | 9 | 10 | 11 | 12 | 13 | 14 | -------------------------------------------------------------------------------- /app/src/ccc31c3/res/drawable/event_item_highlight_ethics_society_politics.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 7 | 9 | 10 | 11 | 12 | 13 | 14 | -------------------------------------------------------------------------------- /app/src/ccc31c3/res/drawable/event_item_highlight_hardware_making.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 7 | 9 | 10 | 11 | 12 | 13 | 14 | -------------------------------------------------------------------------------- /app/src/ccc31c3/res/drawable/event_item_highlight_other.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 7 | 9 | 10 | 11 | 12 | 13 | 14 | -------------------------------------------------------------------------------- /app/src/ccc31c3/res/drawable/event_item_highlight_science.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 7 | 9 | 10 | 11 | 12 | 13 | 14 | -------------------------------------------------------------------------------- /app/src/ccc31c3/res/drawable/event_item_highlight_security_hacking.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 7 | 9 | 10 | 11 | 12 | 13 | 14 | -------------------------------------------------------------------------------- /app/src/ccc31c3/res/drawable/ic_change_novideo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tuxmobil/CampFahrplan/20c2001a6631fc008b679e3c6579f6adb8cb6bef/app/src/ccc31c3/res/drawable/ic_change_novideo.png -------------------------------------------------------------------------------- /app/src/ccc31c3/res/drawable/ic_change_video.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tuxmobil/CampFahrplan/20c2001a6631fc008b679e3c6579f6adb8cb6bef/app/src/ccc31c3/res/drawable/ic_change_video.png -------------------------------------------------------------------------------- /app/src/ccc31c3/res/drawable/ic_novideo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tuxmobil/CampFahrplan/20c2001a6631fc008b679e3c6579f6adb8cb6bef/app/src/ccc31c3/res/drawable/ic_novideo.png -------------------------------------------------------------------------------- /app/src/ccc31c3/res/layout/horizontal_line.xml: -------------------------------------------------------------------------------- 1 | 2 | 6 | -------------------------------------------------------------------------------- /app/src/ccc31c3/res/values-de/strings.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 31C3 Fahrplan 4 | 5 | http://events.ccc.de/congress/2014/]]> 6 | 7 | 8 | Quellcode]]> 9 | 10 | 11 | Eintrag im Google PlayStore]]> 12 | 13 | 31C3-Artwork von 14 | Sven Sedivy]]> 15 | 16 | 17 | -------------------------------------------------------------------------------- /app/src/ccc31c3/res/values/strings.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 31C3 Schedule 4 | 5 | http://events.ccc.de/congress/2014/]]> 6 | 7 | 8 | Source code]]> 9 | 10 | 11 | Google PlayStore listing]]> 12 | 13 | 31C3 artwork by 14 | Sven Sedivy]]> 15 | 16 | 17 | -------------------------------------------------------------------------------- /app/src/ccc31c3/res/xml/track_resource_names.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | art_culture 4 | ccc 5 | entertainment 6 | ethics_society_politics 7 | hardware_making 8 | science 9 | security_hacking 10 | other 11 | 12 | -------------------------------------------------------------------------------- /app/src/ccc32c3/res/drawable-hdpi/dialog_logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tuxmobil/CampFahrplan/20c2001a6631fc008b679e3c6579f6adb8cb6bef/app/src/ccc32c3/res/drawable-hdpi/dialog_logo.png -------------------------------------------------------------------------------- /app/src/ccc32c3/res/drawable-hdpi/ic_actionbar_logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tuxmobil/CampFahrplan/20c2001a6631fc008b679e3c6579f6adb8cb6bef/app/src/ccc32c3/res/drawable-hdpi/ic_actionbar_logo.png -------------------------------------------------------------------------------- /app/src/ccc32c3/res/drawable-hdpi/ic_launcher.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tuxmobil/CampFahrplan/20c2001a6631fc008b679e3c6579f6adb8cb6bef/app/src/ccc32c3/res/drawable-hdpi/ic_launcher.png -------------------------------------------------------------------------------- /app/src/ccc32c3/res/drawable-hdpi/ic_notification.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tuxmobil/CampFahrplan/20c2001a6631fc008b679e3c6579f6adb8cb6bef/app/src/ccc32c3/res/drawable-hdpi/ic_notification.png -------------------------------------------------------------------------------- /app/src/ccc32c3/res/drawable-ldpi/ic_notification.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tuxmobil/CampFahrplan/20c2001a6631fc008b679e3c6579f6adb8cb6bef/app/src/ccc32c3/res/drawable-ldpi/ic_notification.png -------------------------------------------------------------------------------- /app/src/ccc32c3/res/drawable-mdpi/dialog_logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tuxmobil/CampFahrplan/20c2001a6631fc008b679e3c6579f6adb8cb6bef/app/src/ccc32c3/res/drawable-mdpi/dialog_logo.png -------------------------------------------------------------------------------- /app/src/ccc32c3/res/drawable-mdpi/ic_actionbar_logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tuxmobil/CampFahrplan/20c2001a6631fc008b679e3c6579f6adb8cb6bef/app/src/ccc32c3/res/drawable-mdpi/ic_actionbar_logo.png -------------------------------------------------------------------------------- /app/src/ccc32c3/res/drawable-mdpi/ic_launcher.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tuxmobil/CampFahrplan/20c2001a6631fc008b679e3c6579f6adb8cb6bef/app/src/ccc32c3/res/drawable-mdpi/ic_launcher.png -------------------------------------------------------------------------------- /app/src/ccc32c3/res/drawable-mdpi/ic_notification.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tuxmobil/CampFahrplan/20c2001a6631fc008b679e3c6579f6adb8cb6bef/app/src/ccc32c3/res/drawable-mdpi/ic_notification.png -------------------------------------------------------------------------------- /app/src/ccc32c3/res/drawable-v21/event_border_default.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /app/src/ccc32c3/res/drawable-v21/event_border_default_art_culture.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /app/src/ccc32c3/res/drawable-v21/event_border_default_ccc.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /app/src/ccc32c3/res/drawable-v21/event_border_default_entertainment.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /app/src/ccc32c3/res/drawable-v21/event_border_default_ethics_society_politics.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /app/src/ccc32c3/res/drawable-v21/event_border_default_hardware_making.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /app/src/ccc32c3/res/drawable-v21/event_border_default_other.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /app/src/ccc32c3/res/drawable-v21/event_border_default_science.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /app/src/ccc32c3/res/drawable-v21/event_border_default_security_hacking.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /app/src/ccc32c3/res/drawable-v21/event_border_highlight.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /app/src/ccc32c3/res/drawable-v21/event_border_highlight_alt.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /app/src/ccc32c3/res/drawable-v21/event_border_highlight_alt_art_culture.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /app/src/ccc32c3/res/drawable-v21/event_border_highlight_alt_ccc.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /app/src/ccc32c3/res/drawable-v21/event_border_highlight_alt_entertainment.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /app/src/ccc32c3/res/drawable-v21/event_border_highlight_alt_ethics_society_politics.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /app/src/ccc32c3/res/drawable-v21/event_border_highlight_alt_hardware_making.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /app/src/ccc32c3/res/drawable-v21/event_border_highlight_alt_other.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /app/src/ccc32c3/res/drawable-v21/event_border_highlight_alt_science.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /app/src/ccc32c3/res/drawable-v21/event_border_highlight_alt_security_hacking.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /app/src/ccc32c3/res/drawable-v21/event_border_highlight_art_culture.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /app/src/ccc32c3/res/drawable-v21/event_border_highlight_ccc.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /app/src/ccc32c3/res/drawable-v21/event_border_highlight_entertainment.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /app/src/ccc32c3/res/drawable-v21/event_border_highlight_ethics_society_politics.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /app/src/ccc32c3/res/drawable-v21/event_border_highlight_hardware_making.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /app/src/ccc32c3/res/drawable-v21/event_border_highlight_other.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /app/src/ccc32c3/res/drawable-v21/event_border_highlight_science.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /app/src/ccc32c3/res/drawable-v21/event_border_highlight_security_hacking.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /app/src/ccc32c3/res/drawable-xhdpi/dialog_logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tuxmobil/CampFahrplan/20c2001a6631fc008b679e3c6579f6adb8cb6bef/app/src/ccc32c3/res/drawable-xhdpi/dialog_logo.png -------------------------------------------------------------------------------- /app/src/ccc32c3/res/drawable-xhdpi/ic_actionbar_logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tuxmobil/CampFahrplan/20c2001a6631fc008b679e3c6579f6adb8cb6bef/app/src/ccc32c3/res/drawable-xhdpi/ic_actionbar_logo.png -------------------------------------------------------------------------------- /app/src/ccc32c3/res/drawable-xhdpi/ic_launcher.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tuxmobil/CampFahrplan/20c2001a6631fc008b679e3c6579f6adb8cb6bef/app/src/ccc32c3/res/drawable-xhdpi/ic_launcher.png -------------------------------------------------------------------------------- /app/src/ccc32c3/res/drawable-xhdpi/ic_notification.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tuxmobil/CampFahrplan/20c2001a6631fc008b679e3c6579f6adb8cb6bef/app/src/ccc32c3/res/drawable-xhdpi/ic_notification.png -------------------------------------------------------------------------------- /app/src/ccc32c3/res/drawable-xxhdpi/dialog_logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tuxmobil/CampFahrplan/20c2001a6631fc008b679e3c6579f6adb8cb6bef/app/src/ccc32c3/res/drawable-xxhdpi/dialog_logo.png -------------------------------------------------------------------------------- /app/src/ccc32c3/res/drawable-xxhdpi/ic_actionbar_logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tuxmobil/CampFahrplan/20c2001a6631fc008b679e3c6579f6adb8cb6bef/app/src/ccc32c3/res/drawable-xxhdpi/ic_actionbar_logo.png -------------------------------------------------------------------------------- /app/src/ccc32c3/res/drawable-xxhdpi/ic_launcher.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tuxmobil/CampFahrplan/20c2001a6631fc008b679e3c6579f6adb8cb6bef/app/src/ccc32c3/res/drawable-xxhdpi/ic_launcher.png -------------------------------------------------------------------------------- /app/src/ccc32c3/res/drawable-xxhdpi/ic_notification.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tuxmobil/CampFahrplan/20c2001a6631fc008b679e3c6579f6adb8cb6bef/app/src/ccc32c3/res/drawable-xxhdpi/ic_notification.png -------------------------------------------------------------------------------- /app/src/ccc32c3/res/drawable-xxxhdpi/dialog_logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tuxmobil/CampFahrplan/20c2001a6631fc008b679e3c6579f6adb8cb6bef/app/src/ccc32c3/res/drawable-xxxhdpi/dialog_logo.png -------------------------------------------------------------------------------- /app/src/ccc32c3/res/drawable-xxxhdpi/ic_actionbar_logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tuxmobil/CampFahrplan/20c2001a6631fc008b679e3c6579f6adb8cb6bef/app/src/ccc32c3/res/drawable-xxxhdpi/ic_actionbar_logo.png -------------------------------------------------------------------------------- /app/src/ccc32c3/res/drawable-xxxhdpi/ic_launcher.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tuxmobil/CampFahrplan/20c2001a6631fc008b679e3c6579f6adb8cb6bef/app/src/ccc32c3/res/drawable-xxxhdpi/ic_launcher.png -------------------------------------------------------------------------------- /app/src/ccc32c3/res/drawable-xxxhdpi/ic_notification.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tuxmobil/CampFahrplan/20c2001a6631fc008b679e3c6579f6adb8cb6bef/app/src/ccc32c3/res/drawable-xxxhdpi/ic_notification.png -------------------------------------------------------------------------------- /app/src/ccc32c3/res/drawable/bell.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tuxmobil/CampFahrplan/20c2001a6631fc008b679e3c6579f6adb8cb6bef/app/src/ccc32c3/res/drawable/bell.png -------------------------------------------------------------------------------- /app/src/ccc32c3/res/drawable/event_border_default.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /app/src/ccc32c3/res/drawable/event_border_default_art_culture.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /app/src/ccc32c3/res/drawable/event_border_default_ccc.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /app/src/ccc32c3/res/drawable/event_border_default_entertainment.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /app/src/ccc32c3/res/drawable/event_border_default_ethics_society_politics.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /app/src/ccc32c3/res/drawable/event_border_default_failosophy.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /app/src/ccc32c3/res/drawable/event_border_default_hardware_making.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /app/src/ccc32c3/res/drawable/event_border_default_other.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /app/src/ccc32c3/res/drawable/event_border_default_science.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /app/src/ccc32c3/res/drawable/event_border_default_security_hacking.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /app/src/ccc32c3/res/drawable/event_border_highlight.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /app/src/ccc32c3/res/drawable/event_border_highlight_alt.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /app/src/ccc32c3/res/drawable/event_border_highlight_alt_art_culture.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /app/src/ccc32c3/res/drawable/event_border_highlight_alt_ccc.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /app/src/ccc32c3/res/drawable/event_border_highlight_alt_entertainment.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /app/src/ccc32c3/res/drawable/event_border_highlight_alt_ethics_society_politics.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /app/src/ccc32c3/res/drawable/event_border_highlight_alt_failosophy.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /app/src/ccc32c3/res/drawable/event_border_highlight_alt_hardware_making.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /app/src/ccc32c3/res/drawable/event_border_highlight_alt_other.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /app/src/ccc32c3/res/drawable/event_border_highlight_alt_science.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /app/src/ccc32c3/res/drawable/event_border_highlight_alt_security_hacking.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /app/src/ccc32c3/res/drawable/event_border_highlight_art_culture.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /app/src/ccc32c3/res/drawable/event_border_highlight_ccc.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /app/src/ccc32c3/res/drawable/event_border_highlight_entertainment.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /app/src/ccc32c3/res/drawable/event_border_highlight_ethics_society_politics.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /app/src/ccc32c3/res/drawable/event_border_highlight_failosophy.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /app/src/ccc32c3/res/drawable/event_border_highlight_hardware_making.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /app/src/ccc32c3/res/drawable/event_border_highlight_other.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /app/src/ccc32c3/res/drawable/event_border_highlight_science.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /app/src/ccc32c3/res/drawable/event_border_highlight_security_hacking.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /app/src/ccc32c3/res/drawable/event_item_default.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 7 | 9 | 10 | 11 | 12 | 13 | 14 | -------------------------------------------------------------------------------- /app/src/ccc32c3/res/drawable/event_item_default_art_culture.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 7 | 9 | 10 | 11 | 12 | 13 | 14 | -------------------------------------------------------------------------------- /app/src/ccc32c3/res/drawable/event_item_default_ccc.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 7 | 9 | 10 | 11 | 12 | 13 | 14 | -------------------------------------------------------------------------------- /app/src/ccc32c3/res/drawable/event_item_default_entertainment.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 7 | 9 | 10 | 11 | 12 | 13 | 14 | -------------------------------------------------------------------------------- /app/src/ccc32c3/res/drawable/event_item_default_ethics_society_politics.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 7 | 9 | 10 | 11 | 12 | 13 | 14 | -------------------------------------------------------------------------------- /app/src/ccc32c3/res/drawable/event_item_default_failosophy.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 7 | 9 | 10 | 11 | 12 | 13 | 14 | -------------------------------------------------------------------------------- /app/src/ccc32c3/res/drawable/event_item_default_hardware_making.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 7 | 9 | 10 | 11 | 12 | 13 | 14 | -------------------------------------------------------------------------------- /app/src/ccc32c3/res/drawable/event_item_default_other.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 7 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | -------------------------------------------------------------------------------- /app/src/ccc32c3/res/drawable/event_item_default_science.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 7 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | -------------------------------------------------------------------------------- /app/src/ccc32c3/res/drawable/event_item_default_security_hacking.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 7 | 9 | 10 | 11 | 12 | 13 | 14 | -------------------------------------------------------------------------------- /app/src/ccc32c3/res/drawable/event_item_highlight.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 7 | 9 | 10 | 11 | 12 | 13 | 14 | -------------------------------------------------------------------------------- /app/src/ccc32c3/res/drawable/event_item_highlight_art_culture.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 7 | 9 | 10 | 11 | 12 | 13 | 14 | -------------------------------------------------------------------------------- /app/src/ccc32c3/res/drawable/event_item_highlight_ccc.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 7 | 9 | 10 | 11 | 12 | 13 | 14 | -------------------------------------------------------------------------------- /app/src/ccc32c3/res/drawable/event_item_highlight_entertainment.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 7 | 9 | 10 | 11 | 12 | 13 | 14 | -------------------------------------------------------------------------------- /app/src/ccc32c3/res/drawable/event_item_highlight_ethics_society_politics.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 7 | 9 | 10 | 11 | 12 | 13 | 14 | -------------------------------------------------------------------------------- /app/src/ccc32c3/res/drawable/event_item_highlight_failosophy.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 7 | 9 | 10 | 11 | 12 | 13 | 14 | -------------------------------------------------------------------------------- /app/src/ccc32c3/res/drawable/event_item_highlight_hardware_making.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 7 | 9 | 10 | 11 | 12 | 13 | 14 | -------------------------------------------------------------------------------- /app/src/ccc32c3/res/drawable/event_item_highlight_other.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 7 | 9 | 10 | 11 | 12 | 13 | 14 | -------------------------------------------------------------------------------- /app/src/ccc32c3/res/drawable/event_item_highlight_science.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 7 | 9 | 10 | 11 | 12 | 13 | 14 | -------------------------------------------------------------------------------- /app/src/ccc32c3/res/drawable/event_item_highlight_security_hacking.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 7 | 9 | 10 | 11 | 12 | 13 | 14 | -------------------------------------------------------------------------------- /app/src/ccc32c3/res/drawable/ic_change_novideo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tuxmobil/CampFahrplan/20c2001a6631fc008b679e3c6579f6adb8cb6bef/app/src/ccc32c3/res/drawable/ic_change_novideo.png -------------------------------------------------------------------------------- /app/src/ccc32c3/res/drawable/ic_change_video.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tuxmobil/CampFahrplan/20c2001a6631fc008b679e3c6579f6adb8cb6bef/app/src/ccc32c3/res/drawable/ic_change_video.png -------------------------------------------------------------------------------- /app/src/ccc32c3/res/drawable/ic_novideo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tuxmobil/CampFahrplan/20c2001a6631fc008b679e3c6579f6adb8cb6bef/app/src/ccc32c3/res/drawable/ic_novideo.png -------------------------------------------------------------------------------- /app/src/ccc32c3/res/layout/horizontal_line.xml: -------------------------------------------------------------------------------- 1 | 2 | 6 | -------------------------------------------------------------------------------- /app/src/ccc32c3/res/values-de/strings.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 32C3 Fahrplan 4 | 5 | http://events.ccc.de/congress/2015/]]> 6 | 7 | 8 | Quellcode]]> 9 | 10 | 11 | Eintrag im Google PlayStore]]> 12 | 13 | 32C3-Artwork von Roland Brückner 14 | 15 | -------------------------------------------------------------------------------- /app/src/ccc32c3/res/values/strings.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 32C3 Schedule 4 | 5 | https://events.ccc.de/congress/2015/]]> 6 | 7 | 8 | Source code]]> 9 | 10 | 11 | Google PlayStore listing]]> 12 | 13 | 32C3 artwork by Roland Brückner 14 | 15 | -------------------------------------------------------------------------------- /app/src/ccc32c3/res/xml/track_resource_names.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | art_culture 4 | ccc 5 | entertainment 6 | ethics_society_politics 7 | failosophy 8 | hardware_making 9 | science 10 | security_hacking 11 | other 12 | other 13 | 14 | -------------------------------------------------------------------------------- /app/src/main/assets/Roboto-Black.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tuxmobil/CampFahrplan/20c2001a6631fc008b679e3c6579f6adb8cb6bef/app/src/main/assets/Roboto-Black.ttf -------------------------------------------------------------------------------- /app/src/main/assets/Roboto-Bold.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tuxmobil/CampFahrplan/20c2001a6631fc008b679e3c6579f6adb8cb6bef/app/src/main/assets/Roboto-Bold.ttf -------------------------------------------------------------------------------- /app/src/main/assets/Roboto-BoldCondensed.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tuxmobil/CampFahrplan/20c2001a6631fc008b679e3c6579f6adb8cb6bef/app/src/main/assets/Roboto-BoldCondensed.ttf -------------------------------------------------------------------------------- /app/src/main/assets/Roboto-Light.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tuxmobil/CampFahrplan/20c2001a6631fc008b679e3c6579f6adb8cb6bef/app/src/main/assets/Roboto-Light.ttf -------------------------------------------------------------------------------- /app/src/main/assets/Roboto-Regular.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tuxmobil/CampFahrplan/20c2001a6631fc008b679e3c6579f6adb8cb6bef/app/src/main/assets/Roboto-Regular.ttf -------------------------------------------------------------------------------- /app/src/main/java/nerd/tuxmobil/fahrplan/congress/AbstractListFragment.java: -------------------------------------------------------------------------------- 1 | package nerd.tuxmobil.fahrplan.congress; 2 | 3 | import android.support.v4.app.ListFragment; 4 | 5 | 6 | /** 7 | * A fragment representing a list of Items. 8 | *

9 | * Large screen devices (such as tablets) are supported by replacing the ListView 10 | * with a GridView. 11 | *

12 | * Activities containing this fragment MUST implement the {@link OnLectureListClick} 13 | * interface. 14 | */ 15 | public abstract class AbstractListFragment extends ListFragment { 16 | 17 | /** 18 | * This interface must be implemented by activities that contain this 19 | * fragment to allow an interaction in this fragment to be communicated 20 | * to the activity and potentially other fragments contained in that 21 | * activity. 22 | */ 23 | public interface OnLectureListClick { 24 | public void onLectureListClick(Lecture lecture); 25 | } 26 | 27 | } 28 | -------------------------------------------------------------------------------- /app/src/main/java/nerd/tuxmobil/fahrplan/congress/AlertDialogHelper.java: -------------------------------------------------------------------------------- 1 | package nerd.tuxmobil.fahrplan.congress; 2 | 3 | import android.content.Context; 4 | import android.support.annotation.NonNull; 5 | import android.support.annotation.Nullable; 6 | import android.support.annotation.StringRes; 7 | import android.support.v7.app.AlertDialog; 8 | 9 | public abstract class AlertDialogHelper { 10 | 11 | public static void showErrorDialog( 12 | @NonNull final Context context, 13 | @StringRes final int title, 14 | @StringRes final int message, 15 | @Nullable final Object... messageArguments) { 16 | new AlertDialog.Builder(context) 17 | .setTitle(title) 18 | .setMessage(context.getString(message, messageArguments)) 19 | .setPositiveButton(R.string.OK, null) 20 | .show(); 21 | } 22 | 23 | } 24 | -------------------------------------------------------------------------------- /app/src/main/java/nerd/tuxmobil/fahrplan/congress/CertificateDomainMismatchException.java: -------------------------------------------------------------------------------- 1 | package nerd.tuxmobil.fahrplan.congress; 2 | 3 | import java.security.cert.CertificateException; 4 | 5 | public class CertificateDomainMismatchException extends CertificateException { 6 | 7 | /** 8 | * 9 | */ 10 | private static final long serialVersionUID = 1L; 11 | 12 | public CertificateDomainMismatchException(String message) { 13 | super(message); 14 | } 15 | } 16 | -------------------------------------------------------------------------------- /app/src/main/java/nerd/tuxmobil/fahrplan/congress/DateInfo.java: -------------------------------------------------------------------------------- 1 | package nerd.tuxmobil.fahrplan.congress; 2 | 3 | 4 | public class DateInfo { 5 | 6 | public int dayIdx; 7 | 8 | public String date; 9 | 10 | public DateInfo(int dayIdx, String date) { 11 | this.dayIdx = dayIdx; 12 | this.date = date; 13 | } 14 | 15 | public int getDayIndex(String date) { 16 | return this.date.equals(date) ? dayIdx : -1; 17 | } 18 | 19 | @Override 20 | public boolean equals(Object object) { 21 | if (object instanceof DateInfo) { 22 | DateInfo date = (DateInfo) object; 23 | return super.equals(object) && 24 | date.dayIdx == dayIdx && 25 | date.date.equals(date); 26 | } 27 | return false; 28 | } 29 | 30 | @Override 31 | public int hashCode() { 32 | return super.hashCode() * 13 | dayIdx + date.hashCode() * 7; 33 | } 34 | 35 | @Override 36 | public String toString() { 37 | return "dayIndex = " + dayIdx + ", date = " + date; 38 | } 39 | 40 | } 41 | -------------------------------------------------------------------------------- /app/src/main/java/nerd/tuxmobil/fahrplan/congress/LectureList.java: -------------------------------------------------------------------------------- 1 | package nerd.tuxmobil.fahrplan.congress; 2 | 3 | import java.util.ArrayList; 4 | 5 | public class LectureList extends ArrayList { 6 | 7 | public Lecture getLecture(String lectureId) { 8 | int index; 9 | for (index = 0; index < this.size(); index++) { 10 | Lecture l = this.get(index); 11 | if (l.lecture_id.equals(lectureId)) return l; 12 | } 13 | return null; 14 | } 15 | } 16 | -------------------------------------------------------------------------------- /app/src/main/java/nerd/tuxmobil/fahrplan/congress/MetaInfo.java: -------------------------------------------------------------------------------- 1 | package nerd.tuxmobil.fahrplan.congress; 2 | 3 | import nerd.tuxmobil.fahrplan.congress.FahrplanContract.MetasTable; 4 | 5 | public class MetaInfo { 6 | 7 | public int numdays; 8 | 9 | public String version; 10 | 11 | public String title; 12 | 13 | public String subtitle; 14 | 15 | public int dayChangeHour; 16 | 17 | public int dayChangeMinute; 18 | 19 | public String eTag; 20 | 21 | public MetaInfo() { 22 | numdays = MetasTable.Defaults.NUM_DAYS_DEFAULT; 23 | version = ""; 24 | title = ""; 25 | subtitle = ""; 26 | dayChangeHour = MetasTable.Defaults.DAY_CHANGE_HOUR_DEFAULT; 27 | dayChangeMinute = MetasTable.Defaults.DAY_CHANGE_MINUTE_DEFAULT; 28 | eTag = ""; 29 | } 30 | } 31 | -------------------------------------------------------------------------------- /app/src/main/java/nerd/tuxmobil/fahrplan/congress/MissingXmlAttributeException.java: -------------------------------------------------------------------------------- 1 | package nerd.tuxmobil.fahrplan.congress; 2 | 3 | public class MissingXmlAttributeException extends IllegalStateException { 4 | 5 | /** 6 | * Default constructor 7 | * 8 | * @param elementName The name of the containing XML element 9 | * @param missingAttributeName The name of the XML attribute which cannot be found 10 | */ 11 | public MissingXmlAttributeException(final String elementName, 12 | final String missingAttributeName) { 13 | super("The <" + elementName + "> element does not contain " + 14 | "the mandatory '" + missingAttributeName + "' attribute."); 15 | } 16 | 17 | } 18 | -------------------------------------------------------------------------------- /app/src/main/java/nerd/tuxmobil/fahrplan/congress/RoomForC3NavConverter.java: -------------------------------------------------------------------------------- 1 | package nerd.tuxmobil.fahrplan.congress; 2 | 3 | import android.support.annotation.Nullable; 4 | 5 | import java.util.HashMap; 6 | import java.util.Map; 7 | 8 | public class RoomForC3NavConverter { 9 | 10 | private final static Map CCH_MAP= new HashMap() {{ 11 | put("HALL 1","h1"); 12 | put("HALL 2","h2"); 13 | put("HALL 3","h3"); 14 | put("HALL 6","h6"); 15 | put("HALL 13","h13"); 16 | put("HALL 14","h14"); 17 | 18 | put("HALL B","hb"); 19 | put("HALL G","hg"); 20 | put("HALL F","hf"); 21 | }}; 22 | 23 | @Nullable 24 | public static String convert(final String venue, final String room) { 25 | 26 | if (venue.toUpperCase().equals("CCH")) { 27 | return CCH_MAP.get(room.toUpperCase()); 28 | } 29 | 30 | return null; 31 | } 32 | 33 | } 34 | -------------------------------------------------------------------------------- /app/src/main/java/nerd/tuxmobil/fahrplan/congress/ValidationError.java: -------------------------------------------------------------------------------- 1 | package nerd.tuxmobil.fahrplan.congress; 2 | 3 | public class ValidationError extends Error { 4 | 5 | private static final long serialVersionUID = 1L; 6 | 7 | public ValidationError(String message) { 8 | super(message); 9 | } 10 | 11 | } 12 | -------------------------------------------------------------------------------- /app/src/main/res/drawable-hdpi/ic_action_action_delete.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tuxmobil/CampFahrplan/20c2001a6631fc008b679e3c6579f6adb8cb6bef/app/src/main/res/drawable-hdpi/ic_action_action_delete.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-hdpi/ic_action_action_list.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tuxmobil/CampFahrplan/20c2001a6631fc008b679e3c6579f6adb8cb6bef/app/src/main/res/drawable-hdpi/ic_action_action_list.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-hdpi/ic_action_add_to_calendar_dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tuxmobil/CampFahrplan/20c2001a6631fc008b679e3c6579f6adb8cb6bef/app/src/main/res/drawable-hdpi/ic_action_add_to_calendar_dark.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-hdpi/ic_action_cancel.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tuxmobil/CampFahrplan/20c2001a6631fc008b679e3c6579f6adb8cb6bef/app/src/main/res/drawable-hdpi/ic_action_cancel.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-hdpi/ic_action_clear_alarm.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tuxmobil/CampFahrplan/20c2001a6631fc008b679e3c6579f6adb8cb6bef/app/src/main/res/drawable-hdpi/ic_action_clear_alarm.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-hdpi/ic_action_fav.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tuxmobil/CampFahrplan/20c2001a6631fc008b679e3c6579f6adb8cb6bef/app/src/main/res/drawable-hdpi/ic_action_fav.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-hdpi/ic_action_feedback.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tuxmobil/CampFahrplan/20c2001a6631fc008b679e3c6579f6adb8cb6bef/app/src/main/res/drawable-hdpi/ic_action_feedback.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-hdpi/ic_action_refresh.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tuxmobil/CampFahrplan/20c2001a6631fc008b679e3c6579f6adb8cb6bef/app/src/main/res/drawable-hdpi/ic_action_refresh.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-hdpi/ic_action_set_alarm.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tuxmobil/CampFahrplan/20c2001a6631fc008b679e3c6579f6adb8cb6bef/app/src/main/res/drawable-hdpi/ic_action_set_alarm.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-hdpi/ic_action_share.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tuxmobil/CampFahrplan/20c2001a6631fc008b679e3c6579f6adb8cb6bef/app/src/main/res/drawable-hdpi/ic_action_share.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-hdpi/ic_action_unfav.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tuxmobil/CampFahrplan/20c2001a6631fc008b679e3c6579f6adb8cb6bef/app/src/main/res/drawable-hdpi/ic_action_unfav.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-hdpi/ic_menu_about.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tuxmobil/CampFahrplan/20c2001a6631fc008b679e3c6579f6adb8cb6bef/app/src/main/res/drawable-hdpi/ic_menu_about.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-hdpi/ic_menu_alarmclock.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tuxmobil/CampFahrplan/20c2001a6631fc008b679e3c6579f6adb8cb6bef/app/src/main/res/drawable-hdpi/ic_menu_alarmclock.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-hdpi/ic_menu_delete.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tuxmobil/CampFahrplan/20c2001a6631fc008b679e3c6579f6adb8cb6bef/app/src/main/res/drawable-hdpi/ic_menu_delete.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-hdpi/ic_menu_settings.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tuxmobil/CampFahrplan/20c2001a6631fc008b679e3c6579f6adb8cb6bef/app/src/main/res/drawable-hdpi/ic_menu_settings.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-ldpi/ic_action_clear_alarm.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tuxmobil/CampFahrplan/20c2001a6631fc008b679e3c6579f6adb8cb6bef/app/src/main/res/drawable-ldpi/ic_action_clear_alarm.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-ldpi/ic_action_fav.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tuxmobil/CampFahrplan/20c2001a6631fc008b679e3c6579f6adb8cb6bef/app/src/main/res/drawable-ldpi/ic_action_fav.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-ldpi/ic_action_set_alarm.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tuxmobil/CampFahrplan/20c2001a6631fc008b679e3c6579f6adb8cb6bef/app/src/main/res/drawable-ldpi/ic_action_set_alarm.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-ldpi/ic_action_share.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tuxmobil/CampFahrplan/20c2001a6631fc008b679e3c6579f6adb8cb6bef/app/src/main/res/drawable-ldpi/ic_action_share.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-ldpi/ic_action_unfav.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tuxmobil/CampFahrplan/20c2001a6631fc008b679e3c6579f6adb8cb6bef/app/src/main/res/drawable-ldpi/ic_action_unfav.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-ldpi/ic_menu_about.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tuxmobil/CampFahrplan/20c2001a6631fc008b679e3c6579f6adb8cb6bef/app/src/main/res/drawable-ldpi/ic_menu_about.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-ldpi/ic_menu_alarmclock.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tuxmobil/CampFahrplan/20c2001a6631fc008b679e3c6579f6adb8cb6bef/app/src/main/res/drawable-ldpi/ic_menu_alarmclock.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-ldpi/ic_menu_delete.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tuxmobil/CampFahrplan/20c2001a6631fc008b679e3c6579f6adb8cb6bef/app/src/main/res/drawable-ldpi/ic_menu_delete.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-ldpi/ic_menu_settings.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tuxmobil/CampFahrplan/20c2001a6631fc008b679e3c6579f6adb8cb6bef/app/src/main/res/drawable-ldpi/ic_menu_settings.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-mdpi/ic_action_action_delete.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tuxmobil/CampFahrplan/20c2001a6631fc008b679e3c6579f6adb8cb6bef/app/src/main/res/drawable-mdpi/ic_action_action_delete.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-mdpi/ic_action_action_list.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tuxmobil/CampFahrplan/20c2001a6631fc008b679e3c6579f6adb8cb6bef/app/src/main/res/drawable-mdpi/ic_action_action_list.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-mdpi/ic_action_add_to_calendar_dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tuxmobil/CampFahrplan/20c2001a6631fc008b679e3c6579f6adb8cb6bef/app/src/main/res/drawable-mdpi/ic_action_add_to_calendar_dark.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-mdpi/ic_action_cancel.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tuxmobil/CampFahrplan/20c2001a6631fc008b679e3c6579f6adb8cb6bef/app/src/main/res/drawable-mdpi/ic_action_cancel.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-mdpi/ic_action_clear_alarm.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tuxmobil/CampFahrplan/20c2001a6631fc008b679e3c6579f6adb8cb6bef/app/src/main/res/drawable-mdpi/ic_action_clear_alarm.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-mdpi/ic_action_fav.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tuxmobil/CampFahrplan/20c2001a6631fc008b679e3c6579f6adb8cb6bef/app/src/main/res/drawable-mdpi/ic_action_fav.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-mdpi/ic_action_feedback.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tuxmobil/CampFahrplan/20c2001a6631fc008b679e3c6579f6adb8cb6bef/app/src/main/res/drawable-mdpi/ic_action_feedback.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-mdpi/ic_action_navigate.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tuxmobil/CampFahrplan/20c2001a6631fc008b679e3c6579f6adb8cb6bef/app/src/main/res/drawable-mdpi/ic_action_navigate.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-mdpi/ic_action_refresh.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tuxmobil/CampFahrplan/20c2001a6631fc008b679e3c6579f6adb8cb6bef/app/src/main/res/drawable-mdpi/ic_action_refresh.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-mdpi/ic_action_set_alarm.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tuxmobil/CampFahrplan/20c2001a6631fc008b679e3c6579f6adb8cb6bef/app/src/main/res/drawable-mdpi/ic_action_set_alarm.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-mdpi/ic_action_share.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tuxmobil/CampFahrplan/20c2001a6631fc008b679e3c6579f6adb8cb6bef/app/src/main/res/drawable-mdpi/ic_action_share.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-mdpi/ic_action_unfav.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tuxmobil/CampFahrplan/20c2001a6631fc008b679e3c6579f6adb8cb6bef/app/src/main/res/drawable-mdpi/ic_action_unfav.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-mdpi/ic_menu_about.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tuxmobil/CampFahrplan/20c2001a6631fc008b679e3c6579f6adb8cb6bef/app/src/main/res/drawable-mdpi/ic_menu_about.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-mdpi/ic_menu_alarmclock.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tuxmobil/CampFahrplan/20c2001a6631fc008b679e3c6579f6adb8cb6bef/app/src/main/res/drawable-mdpi/ic_menu_alarmclock.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-mdpi/ic_menu_delete.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tuxmobil/CampFahrplan/20c2001a6631fc008b679e3c6579f6adb8cb6bef/app/src/main/res/drawable-mdpi/ic_menu_delete.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-mdpi/ic_menu_settings.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tuxmobil/CampFahrplan/20c2001a6631fc008b679e3c6579f6adb8cb6bef/app/src/main/res/drawable-mdpi/ic_menu_settings.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xhdpi/ic_action_action_delete.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tuxmobil/CampFahrplan/20c2001a6631fc008b679e3c6579f6adb8cb6bef/app/src/main/res/drawable-xhdpi/ic_action_action_delete.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xhdpi/ic_action_action_list.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tuxmobil/CampFahrplan/20c2001a6631fc008b679e3c6579f6adb8cb6bef/app/src/main/res/drawable-xhdpi/ic_action_action_list.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xhdpi/ic_action_add_to_calendar_dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tuxmobil/CampFahrplan/20c2001a6631fc008b679e3c6579f6adb8cb6bef/app/src/main/res/drawable-xhdpi/ic_action_add_to_calendar_dark.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xhdpi/ic_action_cancel.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tuxmobil/CampFahrplan/20c2001a6631fc008b679e3c6579f6adb8cb6bef/app/src/main/res/drawable-xhdpi/ic_action_cancel.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xhdpi/ic_action_clear_alarm.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tuxmobil/CampFahrplan/20c2001a6631fc008b679e3c6579f6adb8cb6bef/app/src/main/res/drawable-xhdpi/ic_action_clear_alarm.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xhdpi/ic_action_fav.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tuxmobil/CampFahrplan/20c2001a6631fc008b679e3c6579f6adb8cb6bef/app/src/main/res/drawable-xhdpi/ic_action_fav.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xhdpi/ic_action_feedback.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tuxmobil/CampFahrplan/20c2001a6631fc008b679e3c6579f6adb8cb6bef/app/src/main/res/drawable-xhdpi/ic_action_feedback.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xhdpi/ic_action_navigate.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tuxmobil/CampFahrplan/20c2001a6631fc008b679e3c6579f6adb8cb6bef/app/src/main/res/drawable-xhdpi/ic_action_navigate.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xhdpi/ic_action_refresh.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tuxmobil/CampFahrplan/20c2001a6631fc008b679e3c6579f6adb8cb6bef/app/src/main/res/drawable-xhdpi/ic_action_refresh.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xhdpi/ic_action_set_alarm.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tuxmobil/CampFahrplan/20c2001a6631fc008b679e3c6579f6adb8cb6bef/app/src/main/res/drawable-xhdpi/ic_action_set_alarm.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xhdpi/ic_action_share.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tuxmobil/CampFahrplan/20c2001a6631fc008b679e3c6579f6adb8cb6bef/app/src/main/res/drawable-xhdpi/ic_action_share.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xhdpi/ic_action_unfav.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tuxmobil/CampFahrplan/20c2001a6631fc008b679e3c6579f6adb8cb6bef/app/src/main/res/drawable-xhdpi/ic_action_unfav.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xxhdpi/ic_action_action_delete.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tuxmobil/CampFahrplan/20c2001a6631fc008b679e3c6579f6adb8cb6bef/app/src/main/res/drawable-xxhdpi/ic_action_action_delete.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xxhdpi/ic_action_action_list.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tuxmobil/CampFahrplan/20c2001a6631fc008b679e3c6579f6adb8cb6bef/app/src/main/res/drawable-xxhdpi/ic_action_action_list.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xxhdpi/ic_action_add_to_calendar_dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tuxmobil/CampFahrplan/20c2001a6631fc008b679e3c6579f6adb8cb6bef/app/src/main/res/drawable-xxhdpi/ic_action_add_to_calendar_dark.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xxhdpi/ic_action_cancel.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tuxmobil/CampFahrplan/20c2001a6631fc008b679e3c6579f6adb8cb6bef/app/src/main/res/drawable-xxhdpi/ic_action_cancel.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xxhdpi/ic_action_navigate.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tuxmobil/CampFahrplan/20c2001a6631fc008b679e3c6579f6adb8cb6bef/app/src/main/res/drawable-xxhdpi/ic_action_navigate.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xxxhdpi/ic_action_navigate.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tuxmobil/CampFahrplan/20c2001a6631fc008b679e3c6579f6adb8cb6bef/app/src/main/res/drawable-xxxhdpi/ic_action_navigate.png -------------------------------------------------------------------------------- /app/src/main/res/drawable/alarm_list_icon_layer.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 7 | 8 | 9 | -------------------------------------------------------------------------------- /app/src/main/res/drawable/alarm_list_icon_shape.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 | 5 | 6 | 7 | 10 | 11 | 12 | -------------------------------------------------------------------------------- /app/src/main/res/drawable/bell.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tuxmobil/CampFahrplan/20c2001a6631fc008b679e3c6579f6adb8cb6bef/app/src/main/res/drawable/bell.png -------------------------------------------------------------------------------- /app/src/main/res/drawable/border.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 11 | 12 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | -------------------------------------------------------------------------------- /app/src/main/res/drawable/event_item_selection_stroke.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 6 | 7 | 10 | 11 | 12 | 13 | 14 | -------------------------------------------------------------------------------- /app/src/main/res/drawable/ic_novideo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tuxmobil/CampFahrplan/20c2001a6631fc008b679e3c6579f6adb8cb6bef/app/src/main/res/drawable/ic_novideo.png -------------------------------------------------------------------------------- /app/src/main/res/drawable/list_checked_background.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /app/src/main/res/drawable/seperator_bottom_line.xml: -------------------------------------------------------------------------------- 1 | 4 | 7 | 8 | -------------------------------------------------------------------------------- /app/src/main/res/layout-port/detail.xml: -------------------------------------------------------------------------------- 1 | 2 | 6 | 7 | 11 | 12 | 13 | 14 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | -------------------------------------------------------------------------------- /app/src/main/res/layout-port/time_layout.xml: -------------------------------------------------------------------------------- 1 | 2 | 13 | -------------------------------------------------------------------------------- /app/src/main/res/layout-port/time_layout_now.xml: -------------------------------------------------------------------------------- 1 | 2 | 13 | -------------------------------------------------------------------------------- /app/src/main/res/layout/alarms.xml: -------------------------------------------------------------------------------- 1 | 2 | 11 | 12 | 18 | 19 | 20 | 21 | 22 | 23 | -------------------------------------------------------------------------------- /app/src/main/res/layout/alarms_empty.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 12 | 13 | 14 | -------------------------------------------------------------------------------- /app/src/main/res/layout/build_info.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 9 | 10 | 14 | 15 | 19 | 20 | 21 | -------------------------------------------------------------------------------- /app/src/main/res/layout/cert_dialog.xml: -------------------------------------------------------------------------------- 1 | 2 | 6 | 7 | 10 | 11 | 20 | 21 | 22 | 23 | 24 | 25 | -------------------------------------------------------------------------------- /app/src/main/res/layout/changes_dialog.xml: -------------------------------------------------------------------------------- 1 | 2 | 8 | 9 | 16 | 17 | 23 | 24 | -------------------------------------------------------------------------------- /app/src/main/res/layout/changes_header.xml: -------------------------------------------------------------------------------- 1 | 2 | 7 | 8 | 22 | 23 | -------------------------------------------------------------------------------- /app/src/main/res/layout/detail_frame.xml: -------------------------------------------------------------------------------- 1 | 2 | 9 | 10 | 11 | 12 | -------------------------------------------------------------------------------- /app/src/main/res/layout/detail_land.xml: -------------------------------------------------------------------------------- 1 | 2 | 6 | 7 | 11 | 12 | 13 | 14 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | -------------------------------------------------------------------------------- /app/src/main/res/layout/detail_land_large.xml: -------------------------------------------------------------------------------- 1 | 2 | 6 | 7 | 11 | 12 | 13 | 14 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | -------------------------------------------------------------------------------- /app/src/main/res/layout/detail_large.xml: -------------------------------------------------------------------------------- 1 | 2 | 6 | 7 | 11 | 12 | 13 | 14 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | -------------------------------------------------------------------------------- /app/src/main/res/layout/detail_narrow.xml: -------------------------------------------------------------------------------- 1 | 2 | 6 | 7 | 11 | 12 | 13 | 14 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | -------------------------------------------------------------------------------- /app/src/main/res/layout/detail_narrow_large.xml: -------------------------------------------------------------------------------- 1 | 2 | 6 | 7 | 11 | 12 | 13 | 14 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | -------------------------------------------------------------------------------- /app/src/main/res/layout/header_empty.xml: -------------------------------------------------------------------------------- 1 | 2 | 6 | 7 | 11 | 12 | -------------------------------------------------------------------------------- /app/src/main/res/layout/horizontal_line.xml: -------------------------------------------------------------------------------- 1 | 2 | 6 | -------------------------------------------------------------------------------- /app/src/main/res/layout/lecture_list_seperator_land_large.xml: -------------------------------------------------------------------------------- 1 | 2 | 9 | 10 | 17 | 18 | 19 | 24 | 25 | 26 | -------------------------------------------------------------------------------- /app/src/main/res/layout/reminder_dialog.xml: -------------------------------------------------------------------------------- 1 | 2 | 8 | 9 | 15 | 16 | 17 | -------------------------------------------------------------------------------- /app/src/main/res/layout/starred_header.xml: -------------------------------------------------------------------------------- 1 | 2 | 7 | 8 | 22 | 23 | -------------------------------------------------------------------------------- /app/src/main/res/layout/time_layout_land.xml: -------------------------------------------------------------------------------- 1 | 2 | 12 | -------------------------------------------------------------------------------- /app/src/main/res/layout/time_layout_land_large.xml: -------------------------------------------------------------------------------- 1 | 2 | 12 | -------------------------------------------------------------------------------- /app/src/main/res/layout/time_layout_now_land.xml: -------------------------------------------------------------------------------- 1 | 2 | 12 | -------------------------------------------------------------------------------- /app/src/main/res/layout/time_layout_now_land_large.xml: -------------------------------------------------------------------------------- 1 | 2 | 12 | -------------------------------------------------------------------------------- /app/src/main/res/menu/alarmmenu.xml: -------------------------------------------------------------------------------- 1 | 2 |

3 | 8 | 9 | -------------------------------------------------------------------------------- /app/src/main/res/menu/starred_list_context_menu.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 6 | -------------------------------------------------------------------------------- /app/src/main/res/menu/starred_list_menu.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 | 10 | 11 | -------------------------------------------------------------------------------- /app/src/main/res/values-de/arrays.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | zur Startzeit 6 | 5 Minuten 7 | 10 Minuten 8 | 15 Minuten 9 | 30 Minuten 10 | 45 Minuten 11 | 60 Minuten 12 | 13 | 14 | 15 | -------------------------------------------------------------------------------- /app/src/main/res/values-land/about_dialog.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | @layout/about_dialog_land 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /app/src/main/res/values-land/detail.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | @layout/detail_land 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /app/src/main/res/values-land/event_layout.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | @layout/event_layout_land 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /app/src/main/res/values-land/main_layout.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | @layout/main_layout_land 5 | 6 | 7 | -------------------------------------------------------------------------------- /app/src/main/res/values-land/schedule.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | @layout/schedule_land 5 | 6 | 7 | -------------------------------------------------------------------------------- /app/src/main/res/values-land/time_layout.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | @layout/time_layout_land 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /app/src/main/res/values-land/time_layout_now.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | @layout/time_layout_now_land 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /app/src/main/res/values-sw600dp-port/detail.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | @layout/detail_large 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /app/src/main/res/values-sw600dp-port/dimens.xml: -------------------------------------------------------------------------------- 1 | 2 | 16 | 17 | 18 18 | 4 19 | 38dp 20 | 48dp 21 | 64dp 22 | 16dp 23 | 24 | -------------------------------------------------------------------------------- /app/src/main/res/values-sw600dp-port/main_layout.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | @layout/main_layout_land_large 5 | 6 | 7 | -------------------------------------------------------------------------------- /app/src/main/res/values-sw600dp/about_dialog.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | @layout/about_dialog_land 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /app/src/main/res/values-sw600dp/detail.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | @layout/detail_land_large 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /app/src/main/res/values-sw600dp/event_layout.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | @layout/event_layout_land_large 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /app/src/main/res/values-sw600dp/lecture_list_seperator.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | @layout/lecture_list_seperator_land_large 5 | 6 | 7 | -------------------------------------------------------------------------------- /app/src/main/res/values-sw600dp/main_layout.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | @layout/main_layout_land_large_split 5 | 6 | 7 | -------------------------------------------------------------------------------- /app/src/main/res/values-sw600dp/schedule.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | @layout/schedule_land_large 5 | 6 | 7 | -------------------------------------------------------------------------------- /app/src/main/res/values-sw600dp/time_layout.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | @layout/time_layout_land_large 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /app/src/main/res/values-sw600dp/time_layout_now.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | @layout/time_layout_now_land_large 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /app/src/main/res/values-sw720dp/detail_narrow.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | @layout/detail_narrow_large 5 | 6 | 7 | -------------------------------------------------------------------------------- /app/src/main/res/values-v21/colors.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | @android:color/white 5 | 6 | 7 | -------------------------------------------------------------------------------- /app/src/main/res/values-xlarge-port/dimens.xml: -------------------------------------------------------------------------------- 1 | 2 | 16 | 17 | 18 18 | 19 | -------------------------------------------------------------------------------- /app/src/main/res/values-xlarge/about_dialog.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | @layout/about_dialog_land 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /app/src/main/res/values-xlarge/detail.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | @layout/detail_land_large 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /app/src/main/res/values-xlarge/event_layout.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | @layout/event_layout_land_large 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /app/src/main/res/values-xlarge/main_layout.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | @layout/main_layout_land_large 5 | 6 | 7 | -------------------------------------------------------------------------------- /app/src/main/res/values-xlarge/schedule.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | @layout/schedule_land_large 5 | 6 | 7 | -------------------------------------------------------------------------------- /app/src/main/res/values-xlarge/time_layout.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | @layout/time_layout_land_large 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /app/src/main/res/values-xlarge/time_layout_now.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | @layout/time_layout_now_land_large 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /app/src/main/res/values/arrays.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | at start time 6 | 5 minutes 7 | 10 minutes 8 | 15 minutes 9 | 30 minutes 10 | 45 minutes 11 | 60 minutes 12 | 13 | 14 | 15 | 16 | 0 17 | 5 18 | 10 19 | 15 20 | 30 21 | 45 22 | 60 23 | 24 | 25 | 26 | -------------------------------------------------------------------------------- /app/src/main/res/values/colors_congress.xml: -------------------------------------------------------------------------------- 1 | 2 | 19 | 20 | 21 | #CCffffff 22 | 23 | -------------------------------------------------------------------------------- /app/src/main/res/values/integers.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 2 5 | 6 | -------------------------------------------------------------------------------- /app/src/test/java/TheRoomForC3NavConverter.java: -------------------------------------------------------------------------------- 1 | import org.junit.Test; 2 | 3 | import nerd.tuxmobil.fahrplan.congress.RoomForC3NavConverter; 4 | 5 | import static org.assertj.core.api.Assertions.assertThat; 6 | 7 | public class TheRoomForC3NavConverter { 8 | 9 | @Test 10 | public void testThatHall6Works() { 11 | assertThat(RoomForC3NavConverter.convert("cch", "HALL 6")).isEqualTo("h6"); 12 | } 13 | 14 | 15 | @Test 16 | public void testThatHallGWorks() { 17 | assertThat(RoomForC3NavConverter.convert("cch", "HALL G")).isEqualTo("hg"); 18 | } 19 | } 20 | -------------------------------------------------------------------------------- /build.gradle: -------------------------------------------------------------------------------- 1 | // Top-level build file where you can add configuration options common to all sub-projects/modules. 2 | buildscript { 3 | repositories { 4 | jcenter() 5 | } 6 | dependencies { 7 | classpath 'com.android.tools.build:gradle:1.5.0' 8 | } 9 | } 10 | 11 | allprojects { 12 | repositories { 13 | jcenter() 14 | } 15 | } 16 | -------------------------------------------------------------------------------- /gfx/google-play-badge.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tuxmobil/CampFahrplan/20c2001a6631fc008b679e3c6579f6adb8cb6bef/gfx/google-play-badge.png -------------------------------------------------------------------------------- /gradle/wrapper/gradle-wrapper.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tuxmobil/CampFahrplan/20c2001a6631fc008b679e3c6579f6adb8cb6bef/gradle/wrapper/gradle-wrapper.jar -------------------------------------------------------------------------------- /gradle/wrapper/gradle-wrapper.properties: -------------------------------------------------------------------------------- 1 | #Thu Nov 19 11:55:39 CET 2015 2 | distributionBase=GRADLE_USER_HOME 3 | distributionPath=wrapper/dists 4 | zipStoreBase=GRADLE_USER_HOME 5 | zipStorePath=wrapper/dists 6 | distributionUrl=https\://services.gradle.org/distributions/gradle-2.9-all.zip 7 | -------------------------------------------------------------------------------- /settings.gradle: -------------------------------------------------------------------------------- 1 | include ':app' 2 | --------------------------------------------------------------------------------