WeatherInformation: pressure units configuration and access from Android's network...
authorGustavo Martin Morcuende <gu.martinm@gmail.com>
Mon, 13 Oct 2014 00:32:58 +0000 (02:32 +0200)
committerGustavo Martin Morcuende <gu.martinm@gmail.com>
Mon, 13 Oct 2014 00:34:59 +0000 (02:34 +0200)
commitf715de3afb2a4bcad5bc1e6b270198211f44640c
treeeb1021cd3089eaa749cfe4bdb5887f6453584e3f
parent300061a2291b8058f5495a6d50887032c470f524
WeatherInformation: pressure units configuration and access from Android's network settings.
13 files changed:
Android/WeatherInformation/AndroidManifest.xml
Android/WeatherInformation/res/values/arrays.xml
Android/WeatherInformation/res/values/strings.xml
Android/WeatherInformation/res/xml/appwidget_preferences.xml
Android/WeatherInformation/res/xml/weather_preferences.xml
Android/WeatherInformation/src/de/example/exampletdd/NotificationIntentService.java
Android/WeatherInformation/src/de/example/exampletdd/WidgetIntentService.java
Android/WeatherInformation/src/de/example/exampletdd/fragment/current/CurrentFragment.java
Android/WeatherInformation/src/de/example/exampletdd/fragment/overview/OverviewFragment.java
Android/WeatherInformation/src/de/example/exampletdd/fragment/preferences/WeatherInformationPreferencesFragment.java
Android/WeatherInformation/src/de/example/exampletdd/fragment/specific/SpecificFragment.java
Android/WeatherInformation/src/de/example/exampletdd/widget/WidgetConfigure.java
Android/WeatherInformation/src/de/example/exampletdd/widget/WidgetPreferences.java