No time for comments
authorgu.martinm@gmail.com <gu.martinm@gmail.com>
Thu, 10 Apr 2014 16:17:09 +0000 (18:17 +0200)
committergu.martinm@gmail.com <gu.martinm@gmail.com>
Thu, 10 Apr 2014 16:17:09 +0000 (18:17 +0200)
commit36c9c26a7108d06f12a269fc3c7a9807e47eaf2f
treed5275756c6200b9192dc239cc0a524d5a986fd02
parent218990ce001dab3817782642bebca06868ee7cc6
No time for comments
18 files changed:
Android/WeatherInformation/res/layout-large/weather_main.xml [new file with mode: 0644]
Android/WeatherInformation/res/layout/weather_data_list.xml
Android/WeatherInformation/res/layout/weather_specific_data.xml [new file with mode: 0644]
Android/WeatherInformation/src/de/example/exampletdd/WeatherInformationActivity.java
Android/WeatherInformation/src/de/example/exampletdd/WeatherInformationPreferencesActivity.java
Android/WeatherInformation/src/de/example/exampletdd/WeatherInformationSpecificDataActivity.java [new file with mode: 0644]
Android/WeatherInformation/src/de/example/exampletdd/activityinterface/ErrorMessage.java [deleted file]
Android/WeatherInformation/src/de/example/exampletdd/activityinterface/GetWeather.java
Android/WeatherInformation/src/de/example/exampletdd/fragment/WeatherDataAdapter.java [deleted file]
Android/WeatherInformation/src/de/example/exampletdd/fragment/WeatherDataEntry.java [deleted file]
Android/WeatherInformation/src/de/example/exampletdd/fragment/WeatherInformationDataFragment.java [deleted file]
Android/WeatherInformation/src/de/example/exampletdd/fragment/WeatherInformationPreferencesFragment.java [deleted file]
Android/WeatherInformation/src/de/example/exampletdd/fragment/overview/WeatherInformationOverviewFragment.java
Android/WeatherInformation/src/de/example/exampletdd/fragment/preferences/WeatherInformationPreferencesFragment.java [new file with mode: 0644]
Android/WeatherInformation/src/de/example/exampletdd/fragment/specific/WeatherInformationSpecificDataFragment.java [new file with mode: 0644]
Android/WeatherInformation/src/de/example/exampletdd/fragment/specific/WeatherSpecificDataAdapter.java [new file with mode: 0644]
Android/WeatherInformation/src/de/example/exampletdd/fragment/specific/WeatherSpecificDataEntry.java [new file with mode: 0644]
Android/WeatherInformation/src/de/example/exampletdd/service/WeatherServicePersistence.java [new file with mode: 0644]