WeatherInformation: service and jpos current and forecast parsers
authorGustavo Martin Morcuende <gu.martinm@gmail.com>
Sun, 16 Nov 2014 00:08:31 +0000 (01:08 +0100)
committerGustavo Martin Morcuende <gu.martinm@gmail.com>
Sun, 16 Nov 2014 00:08:31 +0000 (01:08 +0100)
commitf52898caae8adb7302765e28aa68037383138666
tree5cb90d6900bac124d68b940eea06dacb2d17d8f2
parentb82b32d7da39f509e3eb466f9e190c39f31d5262
WeatherInformation: service and jpos current and forecast parsers
12 files changed:
app/src/main/java/name/gumartinm/weather/information/fragment/current/CurrentFragment.java
app/src/main/java/name/gumartinm/weather/information/fragment/overview/OverviewFragment.java
app/src/main/java/name/gumartinm/weather/information/notification/NotificationIntentService.java
app/src/main/java/name/gumartinm/weather/information/parser/IJPOSParser.java [deleted file]
app/src/main/java/name/gumartinm/weather/information/parser/JPOSCurrentParser.java [new file with mode: 0644]
app/src/main/java/name/gumartinm/weather/information/parser/JPOSForecastParser.java [new file with mode: 0644]
app/src/main/java/name/gumartinm/weather/information/parser/JPOSWeatherParser.java [deleted file]
app/src/main/java/name/gumartinm/weather/information/service/ServiceCurrentParser.java [new file with mode: 0644]
app/src/main/java/name/gumartinm/weather/information/service/ServiceForecastParser.java [new file with mode: 0644]
app/src/main/java/name/gumartinm/weather/information/service/ServiceParser.java [deleted file]
app/src/main/java/name/gumartinm/weather/information/widget/service/WidgetIntentService.java
app/src/main/res/raw/licenses.html