Android WeatherInformation application.
authorgu.martinm@gmail.com <gu.martinm@gmail.com>
Sun, 30 Mar 2014 04:13:08 +0000 (06:13 +0200)
committergu.martinm@gmail.com <gu.martinm@gmail.com>
Sun, 30 Mar 2014 04:13:08 +0000 (06:13 +0200)
commite9ede21a3405e7ed4bdb92e0726df8772faab12d
treedb0902f881af4713e06a136923f4ff30139e63be
parent641472e12d6816138c82ce693013cebad93b285c
Android WeatherInformation application.
38 files changed:
Android/WeatherInformation/AndroidManifest.xml [new file with mode: 0644]
Android/WeatherInformation/ic_launcher-web.png [new file with mode: 0644]
Android/WeatherInformation/libs/android-support-v4.jar [new file with mode: 0644]
Android/WeatherInformation/proguard-project.txt [new file with mode: 0644]
Android/WeatherInformation/project.properties [new file with mode: 0644]
Android/WeatherInformation/res/drawable-hdpi/ic_launcher.png [new file with mode: 0644]
Android/WeatherInformation/res/drawable-mdpi/ic_launcher.png [new file with mode: 0644]
Android/WeatherInformation/res/drawable-xhdpi/ic_launcher.png [new file with mode: 0644]
Android/WeatherInformation/res/drawable-xxhdpi/ic_launcher.png [new file with mode: 0644]
Android/WeatherInformation/res/layout/activity_main.xml [new file with mode: 0644]
Android/WeatherInformation/res/layout/fragment_main.xml [new file with mode: 0644]
Android/WeatherInformation/res/menu/main.xml [new file with mode: 0644]
Android/WeatherInformation/res/values-v11/styles.xml [new file with mode: 0644]
Android/WeatherInformation/res/values-v14/styles.xml [new file with mode: 0644]
Android/WeatherInformation/res/values-w820dp/dimens.xml [new file with mode: 0644]
Android/WeatherInformation/res/values/dimens.xml [new file with mode: 0644]
Android/WeatherInformation/res/values/strings.xml [new file with mode: 0644]
Android/WeatherInformation/res/values/styles.xml [new file with mode: 0644]
Android/WeatherInformation/src/de/example/exampletdd/WeatherInformationActivity.java [new file with mode: 0644]
Android/WeatherInformation/src/de/example/exampletdd/activityinterface/ErrorMessage.java [new file with mode: 0644]
Android/WeatherInformation/src/de/example/exampletdd/activityinterface/UpdateWeatherData.java [new file with mode: 0644]
Android/WeatherInformation/src/de/example/exampletdd/fragment/ErrorDialogFragment.java [new file with mode: 0644]
Android/WeatherInformation/src/de/example/exampletdd/fragment/WeatherDataFragment.java [new file with mode: 0644]
Android/WeatherInformation/src/de/example/exampletdd/httpclient/WeatherHTTPClient.java [new file with mode: 0644]
Android/WeatherInformation/src/de/example/exampletdd/model/WeatherData.java [new file with mode: 0644]
Android/WeatherInformation/src/de/example/exampletdd/parser/IJPOSWeatherParser.java [new file with mode: 0644]
Android/WeatherInformation/src/de/example/exampletdd/parser/JPOSWeatherParser.java [new file with mode: 0644]
Android/WeatherInformation/src/de/example/exampletdd/service/WeatherService.java [new file with mode: 0644]
Android/WeatherInformation/tests/AndroidManifest.xml [new file with mode: 0644]
Android/WeatherInformation/tests/proguard-project.txt [new file with mode: 0644]
Android/WeatherInformation/tests/project.properties [new file with mode: 0644]
Android/WeatherInformation/tests/res/drawable-hdpi/ic_launcher.png [new file with mode: 0644]
Android/WeatherInformation/tests/res/drawable-ldpi/ic_launcher.png [new file with mode: 0644]
Android/WeatherInformation/tests/res/drawable-mdpi/ic_launcher.png [new file with mode: 0644]
Android/WeatherInformation/tests/res/drawable-xhdpi/ic_launcher.png [new file with mode: 0644]
Android/WeatherInformation/tests/res/values/strings.xml [new file with mode: 0644]
Android/WeatherInformation/tests/src/de/example/exampletdd/test/JPOSWeatherParserTest.java [new file with mode: 0644]
Android/WeatherInformation/tests/src/de/example/exampletdd/test/WeatherInformationActivityUnitTest.java [new file with mode: 0644]