Skip to content

Commit

Permalink
Updated to version 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
CNugteren committed Mar 28, 2020
1 parent 8321b3e commit 1331c3b
Show file tree
Hide file tree
Showing 12 changed files with 9 additions and 3 deletions.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,9 @@ NLWeer is a simple open-source and privacy-friendly Dutch weather app for Androi

This is what it looks like:

![NLWeer KNMI rain radar](metadata/en-US/images/phoneScreenshots/rain_radar.png) ![NLWeer KNMI navigation menu](metadata/en-US/images/phoneScreenshots/navigation_menu.png) ![NLWeer KNMI forecast](metadata/en-US/images/phoneScreenshots/forecast.png)
![NLWeer KNMI rain radar](metadata/en-US/images/phoneScreenshots/rain_radar.png) ![NLWeer navigation menu](metadata/en-US/images/phoneScreenshots/navigation_menu.png) ![NLWeer KNMI forecast](metadata/en-US/images/phoneScreenshots/forecast.png)

![NLWeer settings](metadata/en-US/images/phoneScreenshots/settings.png) ![NLWeer navigation menu (bottom)](metadata/en-US/images/phoneScreenshots/navigation_menu_bottom.png) ![NLWeer Buienradar prediction](metadata/en-US/images/phoneScreenshots/rain_prediction.png)

## Reasons to use NLWeer

Expand All @@ -29,6 +30,7 @@ Features of NLWeer:
* Includes weather information from multiple sources
* Three options for localisation (shown as a red circle): manual lon/lat coordinates, mobile service provider, or GPS
* Includes a precipitation prediction graph on your current location
* Languages: English and Dutch


## How to use NLWeer
Expand Down
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ android {
applicationId "foss.cnugteren.nlweer"
minSdkVersion 21
targetSdkVersion 29
versionCode 3
versionName "1.2.0"
versionCode 4
versionName "1.3.0"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}
buildTypes {
Expand Down
2 changes: 2 additions & 0 deletions metadata/en-US/changelogs/4.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
- Added weather information from Buienradar as secondary source
- Added an option to select the first screen
Binary file modified metadata/en-US/images/phoneScreenshots/navigation_menu.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 2 additions & 0 deletions metadata/nl-NL/changelogs/4.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
- Buienradar data toegevoegd als tweede bron
- Optie toegevoegd om het begin scherm te kiezen
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified metadata/nl-NL/images/phoneScreenshots/navigatie_menu.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 1331c3b

Please sign in to comment.