Trying to implement weather information app. This is hard...
authorgu.martinm@gmail.com <gu.martinm@gmail.com>
Sat, 19 Apr 2014 15:16:31 +0000 (17:16 +0200)
committergu.martinm@gmail.com <gu.martinm@gmail.com>
Sat, 19 Apr 2014 15:16:31 +0000 (17:16 +0200)
commit9e0fe08f01ef2c34b9befbc275d64685f33b3878
treeabf90b24fba53cdf1ffebd03c65a782552804506
parentcdb4707986039d0658280a54f32f883210540287
Trying to implement weather information app. This is hard...
80 files changed:
Android/WeatherInformation/AndroidManifest.xml
Android/WeatherInformation/project.properties
Android/WeatherInformation/res/drawable-hdpi/ic_02d.png [deleted file]
Android/WeatherInformation/res/drawable-hdpi/thermometer.png [new file with mode: 0644]
Android/WeatherInformation/res/drawable-hdpi/weather_clear.png [new file with mode: 0644]
Android/WeatherInformation/res/drawable-hdpi/weather_clear_night.png [new file with mode: 0644]
Android/WeatherInformation/res/drawable-hdpi/weather_few_clouds.png [new file with mode: 0644]
Android/WeatherInformation/res/drawable-hdpi/weather_few_clouds_night.png [new file with mode: 0644]
Android/WeatherInformation/res/drawable-hdpi/weather_fog.png [new file with mode: 0644]
Android/WeatherInformation/res/drawable-hdpi/weather_overcast.png [new file with mode: 0644]
Android/WeatherInformation/res/drawable-hdpi/weather_severe_alert.png [new file with mode: 0644]
Android/WeatherInformation/res/drawable-hdpi/weather_showers.png [new file with mode: 0644]
Android/WeatherInformation/res/drawable-hdpi/weather_showers_scattered.png [new file with mode: 0644]
Android/WeatherInformation/res/drawable-hdpi/weather_snow.png [new file with mode: 0644]
Android/WeatherInformation/res/drawable-hdpi/weather_storm.png [new file with mode: 0644]
Android/WeatherInformation/res/drawable-mdpi/ic_02d.png [deleted file]
Android/WeatherInformation/res/drawable-mdpi/thermometer.png [new file with mode: 0644]
Android/WeatherInformation/res/drawable-mdpi/weather_clear.png [new file with mode: 0644]
Android/WeatherInformation/res/drawable-mdpi/weather_clear_night.png [new file with mode: 0644]
Android/WeatherInformation/res/drawable-mdpi/weather_few_clouds.png [new file with mode: 0644]
Android/WeatherInformation/res/drawable-mdpi/weather_few_clouds_night.png [new file with mode: 0644]
Android/WeatherInformation/res/drawable-mdpi/weather_fog.png [new file with mode: 0644]
Android/WeatherInformation/res/drawable-mdpi/weather_overcast.png [new file with mode: 0644]
Android/WeatherInformation/res/drawable-mdpi/weather_severe_alert.png [new file with mode: 0644]
Android/WeatherInformation/res/drawable-mdpi/weather_showers.png [new file with mode: 0644]
Android/WeatherInformation/res/drawable-mdpi/weather_showers_scattered.png [new file with mode: 0644]
Android/WeatherInformation/res/drawable-mdpi/weather_snow.png [new file with mode: 0644]
Android/WeatherInformation/res/drawable-mdpi/weather_storm.png [new file with mode: 0644]
Android/WeatherInformation/res/drawable-xhdpi/ic_02d.png [deleted file]
Android/WeatherInformation/res/drawable-xhdpi/thermometer.png [new file with mode: 0644]
Android/WeatherInformation/res/drawable-xhdpi/weather_clear.png [new file with mode: 0644]
Android/WeatherInformation/res/drawable-xhdpi/weather_clear_night.png [new file with mode: 0644]
Android/WeatherInformation/res/drawable-xhdpi/weather_few_clouds.png [new file with mode: 0644]
Android/WeatherInformation/res/drawable-xhdpi/weather_few_clouds_night.png [new file with mode: 0644]
Android/WeatherInformation/res/drawable-xhdpi/weather_fog.png [new file with mode: 0644]
Android/WeatherInformation/res/drawable-xhdpi/weather_overcast.png [new file with mode: 0644]
Android/WeatherInformation/res/drawable-xhdpi/weather_severe_alert.png [new file with mode: 0644]
Android/WeatherInformation/res/drawable-xhdpi/weather_showers.png [new file with mode: 0644]
Android/WeatherInformation/res/drawable-xhdpi/weather_showers_scattered.png [new file with mode: 0644]
Android/WeatherInformation/res/drawable-xhdpi/weather_snow.png [new file with mode: 0644]
Android/WeatherInformation/res/drawable-xhdpi/weather_storm.png [new file with mode: 0644]
Android/WeatherInformation/res/drawable-xxhdpi/ic_02d.png [deleted file]
Android/WeatherInformation/res/drawable-xxhdpi/thermometer.png [new file with mode: 0644]
Android/WeatherInformation/res/drawable-xxhdpi/weather_clear.png [new file with mode: 0644]
Android/WeatherInformation/res/drawable-xxhdpi/weather_clear_night.png [new file with mode: 0644]
Android/WeatherInformation/res/drawable-xxhdpi/weather_few_clouds.png [new file with mode: 0644]
Android/WeatherInformation/res/drawable-xxhdpi/weather_few_clouds_night.png [new file with mode: 0644]
Android/WeatherInformation/res/drawable-xxhdpi/weather_fog.png [new file with mode: 0644]
Android/WeatherInformation/res/drawable-xxhdpi/weather_overcast.png [new file with mode: 0644]
Android/WeatherInformation/res/drawable-xxhdpi/weather_severe_alert.png [new file with mode: 0644]
Android/WeatherInformation/res/drawable-xxhdpi/weather_showers.png [new file with mode: 0644]
Android/WeatherInformation/res/drawable-xxhdpi/weather_showers_scattered.png [new file with mode: 0644]
Android/WeatherInformation/res/drawable-xxhdpi/weather_snow.png [new file with mode: 0644]
Android/WeatherInformation/res/drawable-xxhdpi/weather_storm.png [new file with mode: 0644]
Android/WeatherInformation/res/layout/activity_masterdetail_detail.xml [new file with mode: 0644]
Android/WeatherInformation/res/layout/activity_masterdetail_list.xml [new file with mode: 0644]
Android/WeatherInformation/res/layout/activity_masterdetail_twopane.xml [new file with mode: 0644]
Android/WeatherInformation/res/layout/activity_test_scroll.xml [new file with mode: 0644]
Android/WeatherInformation/res/layout/fragment_masterdetail_detail.xml [new file with mode: 0644]
Android/WeatherInformation/res/layout/fragment_test_scroll.xml [new file with mode: 0644]
Android/WeatherInformation/res/layout/weather_main_entry_list.xml
Android/WeatherInformation/res/menu/test_scroll.xml [new file with mode: 0644]
Android/WeatherInformation/res/menu/weather_main_menu.xml
Android/WeatherInformation/res/values-large/refs.xml [new file with mode: 0644]
Android/WeatherInformation/res/values-sw600dp/refs.xml [new file with mode: 0644]
Android/WeatherInformation/res/values/strings.xml
Android/WeatherInformation/res/values/styles.xml
Android/WeatherInformation/src/de/example/exampletdd/MasterDetailDetailActivity.java [new file with mode: 0644]
Android/WeatherInformation/src/de/example/exampletdd/MasterDetailDetailFragment.java [new file with mode: 0644]
Android/WeatherInformation/src/de/example/exampletdd/MasterDetailListActivity.java [new file with mode: 0644]
Android/WeatherInformation/src/de/example/exampletdd/MasterDetailListFragment.java [new file with mode: 0644]
Android/WeatherInformation/src/de/example/exampletdd/TestScrollActivity.java [new file with mode: 0644]
Android/WeatherInformation/src/de/example/exampletdd/WeatherInformationActivity.java
Android/WeatherInformation/src/de/example/exampletdd/WeatherInformationSpecificDataActivity.java
Android/WeatherInformation/src/de/example/exampletdd/dummy/DummyContent.java [new file with mode: 0644]
Android/WeatherInformation/src/de/example/exampletdd/fragment/overview/IconsList.java [new file with mode: 0644]
Android/WeatherInformation/src/de/example/exampletdd/fragment/overview/WeatherInformationOverviewFragment.java
Android/WeatherInformation/src/de/example/exampletdd/fragment/overview/WeatherOverviewAdapter.java
Android/WeatherInformation/src/de/example/exampletdd/fragment/overview/WeatherOverviewEntry.java
Android/WeatherInformation/src/de/example/exampletdd/fragment/specific/WeatherInformationSpecificDataFragment.java