Skip to content

Commit 61263c1

Browse files
committed
Rev up
1 parent b7f6184 commit 61263c1

File tree

17 files changed

+13
-7
lines changed

17 files changed

+13
-7
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,9 @@
88

99
(Always prefer [F-Droid](https://f-droid.org) build, when possible).
1010

11-
Android app to show your Nextcloud Maps geobookmarks list. Geobookmarks can be opened in all apps supporting geo links (i.e. Google Maps, Organic Maps etc...).
12-
A new geofavorite can be created on current location.
11+
UNOFFICIAL and FOSS Nextcloud Maps client at its earliest stages of developement. Shows your Nextcloud Maps geobookmarks list.
12+
Geobookmarks can be opened in all apps supporting geo links (i.e. Google Maps, Organic Maps etc...).
13+
A new geofavorite can be created on current location, by sharing a "geo:" uri from another app or manually picking from the map.
1314

1415
**Requires Maps app to be installed on the Nextcloud instance.**
1516

app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ android {
2424
applicationId "it.danieleverducci.nextcloudmaps"
2525
minSdkVersion 23
2626
targetSdkVersion 30
27-
versionCode 5
28-
versionName "0.3.3"
27+
versionCode 6
28+
versionName "0.3.4"
2929

3030
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
3131
}

app/release/output-metadata.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
{
1111
"type": "SINGLE",
1212
"filters": [],
13-
"versionCode": 5,
14-
"versionName": "0.3.3",
13+
"versionCode": 6,
14+
"versionName": "0.3.4",
1515
"outputFile": "app-release.apk"
1616
}
1717
]
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
Add geofavorite from map or coordinates
2+
Night mode (dark theme)
3+
New, less ambiguous, category icons (the old circle with letter inside is conventionally associated with user accounts)
4+
Graphic fixes
5+
Italian translation

fastlane/metadata/android/en-US/full_description.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
UNOFFICIAL and FOSS Nextcloud Maps client at its earliest stages of developement. Shows your Nextcloud Maps geobookmarks list.
22
Geobookmarks can be opened in all apps supporting geo links (i.e. Google Maps, Organic Maps etc...).
3-
A new geofavorite can be created on current location or by sharing a geo: uri from another app.
3+
A new geofavorite can be created on current location, by sharing a "geo:" uri from another app or manually picking from the map.
44

55
Requires Maps app to be installed on the Nextcloud instance.
66
As per Nextcloud's guidelines, the login is implemented using Nextcloud's Single Sign On module and thus requires Nextcloud app installed.
29.3 KB
Loading
65.7 KB
Loading
114 KB
Loading
108 KB
Loading

screenshots/1.png

-8.87 KB
Loading

0 commit comments

Comments
 (0)