File tree Expand file tree Collapse file tree 6 files changed +18
-5
lines changed Expand file tree Collapse file tree 6 files changed +18
-5
lines changed Original file line number Diff line number Diff line change @@ -10,8 +10,8 @@ android {
10
10
applicationId " de.hauke_stieler.geonotes"
11
11
minSdkVersion 16
12
12
targetSdkVersion 30
13
- versionCode 1004002
14
- versionName " 1.4.2 "
13
+ versionCode 1004003
14
+ versionName " 1.4.3 "
15
15
16
16
testInstrumentationRunner " androidx.test.runner.AndroidJUnitRunner"
17
17
}
@@ -37,8 +37,8 @@ android {
37
37
dependencies {
38
38
implementation ' org.osmdroid:osmdroid-android:6.1.8'
39
39
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'
42
42
implementation ' androidx.preference:preference:1.1.1'
43
43
implementation ' org.apache.commons:commons-text:1.9'
44
44
implementation ' com.google.code.gson:gson:2.8.8'
@@ -47,6 +47,6 @@ dependencies {
47
47
testImplementation ' junit:junit:4.13.2'
48
48
testImplementation ' org.mockito:mockito-inline:3.8.0'
49
49
50
- testImplementation ' androidx.test.ext:junit:1.1.2 '
50
+ testImplementation ' androidx.test.ext:junit:1.1.3 '
51
51
testImplementation ' org.robolectric:robolectric:4.5.1'
52
52
}
Original file line number Diff line number Diff line change
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
You can’t perform that action at this time.
0 commit comments