WeatherInformation:
authorgu.martinm@gmail.com <gu.martinm@gmail.com>
Sun, 28 Sep 2014 01:03:31 +0000 (03:03 +0200)
committergu.martinm@gmail.com <gu.martinm@gmail.com>
Sun, 28 Sep 2014 01:03:31 +0000 (03:03 +0200)
commit2d91e1cb311cac58c6b0b0977a4f691ceb90718a
tree912340e272c76fc1661f15d841d6aa42060e4508
parent5d8faed24eb6c22845c371fbd1b67a9021b883dc
WeatherInformation:

1. Save forecast and current data to permanent storage.
2. Update widget from App when location changed (no working yet)
13 files changed:
Android/WeatherInformation/AndroidManifest.xml
Android/WeatherInformation/res/xml/appwidget_provider.xml
Android/WeatherInformation/src/de/example/exampletdd/NotificationIntentService.java [new file with mode: 0644]
Android/WeatherInformation/src/de/example/exampletdd/WeatherInformationApplication.java [deleted file]
Android/WeatherInformation/src/de/example/exampletdd/WeatherInformationBatch.java [deleted file]
Android/WeatherInformation/src/de/example/exampletdd/WeatherInformationBootReceiver.java
Android/WeatherInformation/src/de/example/exampletdd/WidgetIntentService.java [new file with mode: 0644]
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/service/PermanentStorage.java [new file with mode: 0644]
Android/WeatherInformation/src/de/example/exampletdd/widget/WeatherInformationWidgetProvider.java