WeatherInformation Android. Modifications in tabs behaviour.
authorgu.martinm@gmail.com <gu.martinm@gmail.com>
Fri, 29 Aug 2014 15:44:00 +0000 (17:44 +0200)
committergu.martinm@gmail.com <gu.martinm@gmail.com>
Fri, 29 Aug 2014 15:44:00 +0000 (17:44 +0200)
commit0bc6218ae806f33e5144a59e57efd0595b61fc65
tree3e1e11b80c18434599cff4fae38520eba2f82c55
parentf7839ab2f4e81e392182de9651e3b2a225a13a0d
WeatherInformation Android. Modifications in tabs behaviour.
42 files changed:
Android/WeatherInformation/libs/android-support-v4.jar [new file with mode: 0644]
Android/WeatherInformation/libs/jackson-core-2.2.4.jar [new file with mode: 0644]
Android/WeatherInformation/project.properties
Android/WeatherInformation/res/layout-large/weather_main.xml
Android/WeatherInformation/res/layout/activity_masterdetail_detail.xml [deleted file]
Android/WeatherInformation/res/layout/activity_masterdetail_list.xml [deleted file]
Android/WeatherInformation/res/layout/activity_masterdetail_twopane.xml [deleted file]
Android/WeatherInformation/res/layout/fragment_masterdetail_detail.xml [deleted file]
Android/WeatherInformation/res/layout/weather_current_data.xml
Android/WeatherInformation/res/layout/weather_main.xml
Android/WeatherInformation/res/values-large/refs.xml [deleted file]
Android/WeatherInformation/res/values-sw600dp/refs.xml [deleted file]
Android/WeatherInformation/src/de/example/exampletdd/MasterDetailDetailActivity.java [deleted file]
Android/WeatherInformation/src/de/example/exampletdd/MasterDetailDetailFragment.java [deleted file]
Android/WeatherInformation/src/de/example/exampletdd/MasterDetailListActivity.java [deleted file]
Android/WeatherInformation/src/de/example/exampletdd/MasterDetailListFragment.java [deleted file]
Android/WeatherInformation/src/de/example/exampletdd/WeatherInformationApplication.java
Android/WeatherInformation/src/de/example/exampletdd/WeatherInformationBatch.java
Android/WeatherInformation/src/de/example/exampletdd/WeatherInformationCurrentDataActivity.java
Android/WeatherInformation/src/de/example/exampletdd/WeatherInformationMapActivity.java
Android/WeatherInformation/src/de/example/exampletdd/WeatherInformationSpecificDataActivity.java
Android/WeatherInformation/src/de/example/exampletdd/WeatherTabsActivity.java
Android/WeatherInformation/src/de/example/exampletdd/fragment/current/CurrentDataFragment.java [new file with mode: 0644]
Android/WeatherInformation/src/de/example/exampletdd/fragment/current/WeatherInformationCurrentDataFragment.java [deleted file]
Android/WeatherInformation/src/de/example/exampletdd/fragment/overview/OverviewAdapter.java [new file with mode: 0644]
Android/WeatherInformation/src/de/example/exampletdd/fragment/overview/OverviewEntry.java [new file with mode: 0644]
Android/WeatherInformation/src/de/example/exampletdd/fragment/overview/OverviewFragment.java [new file with mode: 0644]
Android/WeatherInformation/src/de/example/exampletdd/fragment/overview/WeatherInformationOverviewFragment.java [deleted file]
Android/WeatherInformation/src/de/example/exampletdd/fragment/overview/WeatherOverviewAdapter.java [deleted file]
Android/WeatherInformation/src/de/example/exampletdd/fragment/overview/WeatherOverviewEntry.java [deleted file]
Android/WeatherInformation/src/de/example/exampletdd/fragment/specific/WeatherInformationSpecificDataFragment.java
Android/WeatherInformation/src/de/example/exampletdd/model/currentweather/Current.java [new file with mode: 0644]
Android/WeatherInformation/src/de/example/exampletdd/model/currentweather/CurrentWeatherData.java [deleted file]
Android/WeatherInformation/src/de/example/exampletdd/model/forecastweather/Forecast.java [new file with mode: 0644]
Android/WeatherInformation/src/de/example/exampletdd/model/forecastweather/ForecastWeatherData.java [deleted file]
Android/WeatherInformation/src/de/example/exampletdd/parser/IJPOSParser.java [new file with mode: 0644]
Android/WeatherInformation/src/de/example/exampletdd/parser/IJPOSWeatherParser.java [deleted file]
Android/WeatherInformation/src/de/example/exampletdd/parser/JPOSWeatherParser.java
Android/WeatherInformation/src/de/example/exampletdd/service/ServiceParser.java [new file with mode: 0644]
Android/WeatherInformation/src/de/example/exampletdd/service/ServicePersistenceStorage.java [new file with mode: 0644]
Android/WeatherInformation/src/de/example/exampletdd/service/WeatherServiceParser.java [deleted file]
Android/WeatherInformation/src/de/example/exampletdd/service/WeatherServicePersistenceFile.java [deleted file]