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)
commitebf3de656421fe724a60b5376759bec26328c405
treead8425206b51de2a4d9468a6a08b46648f89a8b5
Android WeatherInformation application.
38 files changed:
AndroidManifest.xml [new file with mode: 0644]
ic_launcher-web.png [new file with mode: 0644]
libs/android-support-v4.jar [new file with mode: 0644]
proguard-project.txt [new file with mode: 0644]
project.properties [new file with mode: 0644]
res/drawable-hdpi/ic_launcher.png [new file with mode: 0644]
res/drawable-mdpi/ic_launcher.png [new file with mode: 0644]
res/drawable-xhdpi/ic_launcher.png [new file with mode: 0644]
res/drawable-xxhdpi/ic_launcher.png [new file with mode: 0644]
res/layout/activity_main.xml [new file with mode: 0644]
res/layout/fragment_main.xml [new file with mode: 0644]
res/menu/main.xml [new file with mode: 0644]
res/values-v11/styles.xml [new file with mode: 0644]
res/values-v14/styles.xml [new file with mode: 0644]
res/values-w820dp/dimens.xml [new file with mode: 0644]
res/values/dimens.xml [new file with mode: 0644]
res/values/strings.xml [new file with mode: 0644]
res/values/styles.xml [new file with mode: 0644]
src/de/example/exampletdd/WeatherInformationActivity.java [new file with mode: 0644]
src/de/example/exampletdd/activityinterface/ErrorMessage.java [new file with mode: 0644]
src/de/example/exampletdd/activityinterface/UpdateWeatherData.java [new file with mode: 0644]
src/de/example/exampletdd/fragment/ErrorDialogFragment.java [new file with mode: 0644]
src/de/example/exampletdd/fragment/WeatherDataFragment.java [new file with mode: 0644]
src/de/example/exampletdd/httpclient/WeatherHTTPClient.java [new file with mode: 0644]
src/de/example/exampletdd/model/WeatherData.java [new file with mode: 0644]
src/de/example/exampletdd/parser/IJPOSWeatherParser.java [new file with mode: 0644]
src/de/example/exampletdd/parser/JPOSWeatherParser.java [new file with mode: 0644]
src/de/example/exampletdd/service/WeatherService.java [new file with mode: 0644]
tests/AndroidManifest.xml [new file with mode: 0644]
tests/proguard-project.txt [new file with mode: 0644]
tests/project.properties [new file with mode: 0644]
tests/res/drawable-hdpi/ic_launcher.png [new file with mode: 0644]
tests/res/drawable-ldpi/ic_launcher.png [new file with mode: 0644]
tests/res/drawable-mdpi/ic_launcher.png [new file with mode: 0644]
tests/res/drawable-xhdpi/ic_launcher.png [new file with mode: 0644]
tests/res/values/strings.xml [new file with mode: 0644]
tests/src/de/example/exampletdd/test/JPOSWeatherParserTest.java [new file with mode: 0644]
tests/src/de/example/exampletdd/test/WeatherInformationActivityUnitTest.java [new file with mode: 0644]