WeatherInformation: widget preferences WIP
authorgu.martinm@gmail.com <gu.martinm@gmail.com>
Thu, 9 Oct 2014 19:35:22 +0000 (21:35 +0200)
committergu.martinm@gmail.com <gu.martinm@gmail.com>
Thu, 9 Oct 2014 19:35:22 +0000 (21:35 +0200)
commit4e854fe78a5a2ef9898efff39efd54034b4c6f0b
treec28c43add7786728e5168d3f5c184c39eb0f01c6
parent6305efd94dddbfff9108b9d17ef812d4bcbe23ee
WeatherInformation: widget preferences WIP
Android/WeatherInformation/AndroidManifest.xml
Android/WeatherInformation/res/layout/appwidget_configure.xml
Android/WeatherInformation/res/values/strings.xml
Android/WeatherInformation/res/xml/appwidget_preferences.xml [new file with mode: 0644]
Android/WeatherInformation/res/xml/appwidget_provider.xml
Android/WeatherInformation/src/de/example/exampletdd/WidgetIntentService.java
Android/WeatherInformation/src/de/example/exampletdd/widget/WeatherInformationWidgetConfigure.java [deleted file]
Android/WeatherInformation/src/de/example/exampletdd/widget/WeatherInformationWidgetProvider.java [deleted file]
Android/WeatherInformation/src/de/example/exampletdd/widget/WidgetConfigure.java [new file with mode: 0644]
Android/WeatherInformation/src/de/example/exampletdd/widget/WidgetPreferences.java [new file with mode: 0644]
Android/WeatherInformation/src/de/example/exampletdd/widget/WidgetProvider.java [new file with mode: 0644]