diff --git a/README.md b/README.md index 4cc12b6..1991cd8 100644 --- a/README.md +++ b/README.md @@ -8,8 +8,9 @@ (Always prefer [F-Droid](https://f-droid.org) build, when possible). -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...). -A new geofavorite can be created on current location. +UNOFFICIAL and FOSS Nextcloud Maps client at its earliest stages of developement. Shows your Nextcloud Maps geobookmarks list. +Geobookmarks can be opened in all apps supporting geo links (i.e. Google Maps, Organic Maps etc...). +A new geofavorite can be created on current location, by sharing a "geo:" uri from another app or manually picking from the map. **Requires Maps app to be installed on the Nextcloud instance.** diff --git a/app/build.gradle b/app/build.gradle index 2f892cb..65600e5 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -24,8 +24,8 @@ android { applicationId "it.danieleverducci.nextcloudmaps" minSdkVersion 23 targetSdkVersion 30 - versionCode 5 - versionName "0.3.3" + versionCode 6 + versionName "0.3.4" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" } diff --git a/app/release/output-metadata.json b/app/release/output-metadata.json index a8de7ff..fd7edd8 100644 --- a/app/release/output-metadata.json +++ b/app/release/output-metadata.json @@ -10,8 +10,8 @@ { "type": "SINGLE", "filters": [], - "versionCode": 5, - "versionName": "0.3.3", + "versionCode": 6, + "versionName": "0.3.4", "outputFile": "app-release.apk" } ] diff --git a/fastlane/metadata/android/en-US/changelogs/6.txt b/fastlane/metadata/android/en-US/changelogs/6.txt new file mode 100644 index 0000000..c2b98fa --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/6.txt @@ -0,0 +1,5 @@ +Add geofavorite from map or coordinates +Night mode (dark theme) +New, less ambiguous, category icons (the old circle with letter inside is conventionally associated with user accounts) +Graphic fixes +Italian translation diff --git a/fastlane/metadata/android/en-US/full_description.txt b/fastlane/metadata/android/en-US/full_description.txt index 2b05a3d..f04658a 100644 --- a/fastlane/metadata/android/en-US/full_description.txt +++ b/fastlane/metadata/android/en-US/full_description.txt @@ -1,6 +1,6 @@ UNOFFICIAL and FOSS Nextcloud Maps client at its earliest stages of developement. Shows your Nextcloud Maps geobookmarks list. Geobookmarks can be opened in all apps supporting geo links (i.e. Google Maps, Organic Maps etc...). -A new geofavorite can be created on current location or by sharing a geo: uri from another app. +A new geofavorite can be created on current location, by sharing a "geo:" uri from another app or manually picking from the map. Requires Maps app to be installed on the Nextcloud instance. As per Nextcloud's guidelines, the login is implemented using Nextcloud's Single Sign On module and thus requires Nextcloud app installed. diff --git a/fastlane/metadata/android/en-US/images/phoneScreenshots/1.png b/fastlane/metadata/android/en-US/images/phoneScreenshots/1.png index e9b63ac..7eae579 100644 Binary files a/fastlane/metadata/android/en-US/images/phoneScreenshots/1.png and b/fastlane/metadata/android/en-US/images/phoneScreenshots/1.png differ diff --git a/fastlane/metadata/android/en-US/images/phoneScreenshots/2.png b/fastlane/metadata/android/en-US/images/phoneScreenshots/2.png index 8dfbba4..8bbf44a 100644 Binary files a/fastlane/metadata/android/en-US/images/phoneScreenshots/2.png and b/fastlane/metadata/android/en-US/images/phoneScreenshots/2.png differ diff --git a/fastlane/metadata/android/en-US/images/phoneScreenshots/3.png b/fastlane/metadata/android/en-US/images/phoneScreenshots/3.png new file mode 100644 index 0000000..84718c7 Binary files /dev/null and b/fastlane/metadata/android/en-US/images/phoneScreenshots/3.png differ diff --git a/fastlane/metadata/android/en-US/images/phoneScreenshots/4.png b/fastlane/metadata/android/en-US/images/phoneScreenshots/4.png new file mode 100644 index 0000000..65ccca1 Binary files /dev/null and b/fastlane/metadata/android/en-US/images/phoneScreenshots/4.png differ diff --git a/screenshots/1.png b/screenshots/1.png index 3cc958d..1278031 100644 Binary files a/screenshots/1.png and b/screenshots/1.png differ diff --git a/screenshots/2.png b/screenshots/2.png index 31f8716..d4b9984 100644 Binary files a/screenshots/2.png and b/screenshots/2.png differ diff --git a/screenshots/full/1.png b/screenshots/full/1.png index 43223c9..7eae579 100644 Binary files a/screenshots/full/1.png and b/screenshots/full/1.png differ diff --git a/screenshots/full/1_tablet.png b/screenshots/full/1_tablet.png deleted file mode 100644 index 44dacbf..0000000 Binary files a/screenshots/full/1_tablet.png and /dev/null differ diff --git a/screenshots/full/2.png b/screenshots/full/2.png index 57c2666..8bbf44a 100644 Binary files a/screenshots/full/2.png and b/screenshots/full/2.png differ diff --git a/screenshots/full/2_tablet.png b/screenshots/full/2_tablet.png deleted file mode 100644 index 6bd507b..0000000 Binary files a/screenshots/full/2_tablet.png and /dev/null differ diff --git a/screenshots/full/3.png b/screenshots/full/3.png new file mode 100644 index 0000000..84718c7 Binary files /dev/null and b/screenshots/full/3.png differ diff --git a/screenshots/full/4.png b/screenshots/full/4.png new file mode 100644 index 0000000..65ccca1 Binary files /dev/null and b/screenshots/full/4.png differ