OpenWeatherMap works better with an application ID
authorGustavo Martin Morcuende <gu.martinm@gmail.com>
Sat, 22 Nov 2014 18:57:27 +0000 (19:57 +0100)
committerGustavo Martin Morcuende <gu.martinm@gmail.com>
Sat, 22 Nov 2014 18:57:27 +0000 (19:57 +0100)
commit5f05c090196029fd1f8adfb0b549f99385a25249
tree8ca88825040150250d956a5fb80b329f321cb2f4
parent29952556c29a8965e205873d7429bd74ec6133b8
OpenWeatherMap works better with an application ID

See: http://openweathermap.org/appid
app/src/main/java/name/gumartinm/weather/information/activity/MainTabsActivity.java
app/src/main/java/name/gumartinm/weather/information/fragment/APIKeyNoticeDialogFragment.java [new file with mode: 0644]
app/src/main/java/name/gumartinm/weather/information/fragment/ErrorDialogFragment.java [deleted file]
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/fragment/preferences/PreferencesFragment.java
app/src/main/java/name/gumartinm/weather/information/notification/NotificationIntentService.java
app/src/main/java/name/gumartinm/weather/information/service/IconsList.java
app/src/main/java/name/gumartinm/weather/information/widget/WidgetIntentService.java
app/src/main/res/values/strings.xml