Skip to content

Commit

Permalink
More localised forecasts
Browse files Browse the repository at this point in the history
  • Loading branch information
evilbunny2008 committed Apr 21, 2021
1 parent 6722ff4 commit be7b186
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions app/src/main/assets/weathericons.css
Original file line number Diff line number Diff line change
Expand Up @@ -3655,4 +3655,10 @@
}
.wi-tempoitalia-molto_nuvoloso:before {
content: "\f002";
}
.wi-tempoitalia-coperto:before {
content: "\f013";
}
.wi-tempoitalia-coperto_pioggia:before {
content: "\f01c";
}
4 changes: 2 additions & 2 deletions app/src/main/java/com/odiousapps/weewxweather/Common.java
Original file line number Diff line number Diff line change
Expand Up @@ -78,8 +78,8 @@ class Common
static String FAILED_INTENT = "com.odiousapps.weewxweather.FAILED_INTENT";

private static final long inigo_version = 4000;
static final long icon_version = 11;
private static final String icon_url = "https://github.com/evilbunny2008/weeWXWeatherApp/releases/download/0.9.6/icons.zip";
static final long icon_version = 12;
private static final String icon_url = "https://github.com/evilbunny2008/weeWXWeatherApp/releases/download/0.9.8/icons.zip";

private Thread t = null;
private JSONObject nws = null;
Expand Down

0 comments on commit be7b186

Please sign in to comment.