Skip to content

Commit 2db4acd

Browse files
committed
Update changelog, screenshots and version
1 parent de43554 commit 2db4acd

File tree

6 files changed

+18
-5
lines changed

6 files changed

+18
-5
lines changed

app/build.gradle

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ android {
1010
applicationId "de.hauke_stieler.geonotes"
1111
minSdkVersion 16
1212
targetSdkVersion 30
13-
versionCode 1004002
14-
versionName "1.4.2"
13+
versionCode 1004003
14+
versionName "1.4.3"
1515

1616
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
1717
}
@@ -37,8 +37,8 @@ android {
3737
dependencies {
3838
implementation 'org.osmdroid:osmdroid-android:6.1.8'
3939

40-
implementation 'androidx.appcompat:appcompat:1.3.0'
41-
implementation 'com.google.android.material:material:1.3.0'
40+
implementation 'androidx.appcompat:appcompat:1.3.1'
41+
implementation 'com.google.android.material:material:1.4.0'
4242
implementation 'androidx.preference:preference:1.1.1'
4343
implementation 'org.apache.commons:commons-text:1.9'
4444
implementation 'com.google.code.gson:gson:2.8.8'
@@ -47,6 +47,6 @@ dependencies {
4747
testImplementation 'junit:junit:4.13.2'
4848
testImplementation 'org.mockito:mockito-inline:3.8.0'
4949

50-
testImplementation 'androidx.test.ext:junit:1.1.2'
50+
testImplementation 'androidx.test.ext:junit:1.1.3'
5151
testImplementation 'org.robolectric:robolectric:4.5.1'
5252
}

metadata/en-US/changelogs/1004003.txt

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
1.4.3:
2+
3+
New features & breaking changes:
4+
* Redesign of the notes window: This is now a constant area at the bottom of the screen. Creating notes can be done even faster now.
5+
* Export as GPX (next to the already existing GeoJson export)
6+
* Clear cache manually (via settings screen)
7+
8+
Bug fixes:
9+
* Map rotation stays after switching apps
10+
* Back-button now also saves settings
11+
* Media-store handling didn't worked (removed functionality of adding photos to the android media store)
12+
* Use correct MIME type for GeoJson export
13+
* Fix spelling mistake on feedback-button
Loading
Loading
Loading

screenshots.png

-37.8 KB
Loading

0 commit comments

Comments
 (0)