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)
commit61d4e34e9da25f6ce3e5fd89c6c0305d8d7ed9cf
treed83f45d5c0198dee9f5fd6f16037c9d4e52f5c51
parent7560aa117b154609011e7df6f1424cdd5e13fd0f
WeatherInformation: service and jpos current and forecast parsers
12 files changed:
Android/WeatherInformation/app/src/main/java/name/gumartinm/weather/information/fragment/current/CurrentFragment.java
Android/WeatherInformation/app/src/main/java/name/gumartinm/weather/information/fragment/overview/OverviewFragment.java
Android/WeatherInformation/app/src/main/java/name/gumartinm/weather/information/notification/NotificationIntentService.java
Android/WeatherInformation/app/src/main/java/name/gumartinm/weather/information/parser/IJPOSParser.java [deleted file]
Android/WeatherInformation/app/src/main/java/name/gumartinm/weather/information/parser/JPOSCurrentParser.java [new file with mode: 0644]
Android/WeatherInformation/app/src/main/java/name/gumartinm/weather/information/parser/JPOSForecastParser.java [new file with mode: 0644]
Android/WeatherInformation/app/src/main/java/name/gumartinm/weather/information/parser/JPOSWeatherParser.java [deleted file]
Android/WeatherInformation/app/src/main/java/name/gumartinm/weather/information/service/ServiceCurrentParser.java [new file with mode: 0644]
Android/WeatherInformation/app/src/main/java/name/gumartinm/weather/information/service/ServiceForecastParser.java [new file with mode: 0644]
Android/WeatherInformation/app/src/main/java/name/gumartinm/weather/information/service/ServiceParser.java [deleted file]
Android/WeatherInformation/app/src/main/java/name/gumartinm/weather/information/widget/service/WidgetIntentService.java
Android/WeatherInformation/app/src/main/res/raw/licenses.html