Skip to content

Commit

Permalink
Updated to version 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
CNugteren committed Jan 25, 2020
1 parent bf911df commit 36820bc
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 4 deletions.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ Compared to other weather apps for the Netherlands (e.g. Buienradar), here are s
But there are reasons as well not to use NLWeer (for now at least):

* It doesn't produce a rain-forecast graph for your location
* It doesn't include a written weather forecast
* It doesn't include data from Buienradar (yet)


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 2
versionName "1.1.0"
versionCode 3
versionName "1.2.0"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}
buildTypes {
Expand Down
4 changes: 4 additions & 0 deletions metadata/en-US/changelogs/3.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
- Added a view to show the written weather report from KNMI
- Added an option to use network or GPS-based location detection
- Fixed crashes on older (API <=22) devices
- Various minor improvements
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions metadata/nl-NL/changelogs/3.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
- Nieuwe pagina toegevoegd om het geschreven KNMI weerbericht te tonen
- Nieuwe optie om GSM-netwerk of GPS te gebruiken voor automatische locatiebepaling
- Problemen opgelost voor oudere (API <= 22) apparaten
- Enkele kleine verbeteringen
1 change: 0 additions & 1 deletion metadata/nl-NL/full_description.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,4 @@ In vergelijking met andere weerapps voor Nederland (bijvoorbeeld Buienradar) zou
Maar er zijn ook redenen om NLWeer niet te gebruiken (op dit moment ten minste):

* Het laat geen voorspellingsgrafiek zien van bijvoorbeeld regen op jouw locatie
* Het heeft geen geschreven weersvoorspelling
* Het laat (op dit moment) nog geen Buienradar data zien
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 36820bc

Please sign in to comment.