diff --git a/android/app/build.gradle b/android/app/build.gradle index eeedc05..d0ac749 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -7,8 +7,8 @@ android { applicationId "info.varden.hauk" minSdkVersion 23 targetSdkVersion 29 - versionCode 2 - versionName "1.0.1" + versionCode 3 + versionName "1.1" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" } buildTypes { diff --git a/fastlane/metadata/android/en-US/changelogs/3.txt b/fastlane/metadata/android/en-US/changelogs/3.txt new file mode 100644 index 0000000..c891c69 --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/3.txt @@ -0,0 +1,8 @@ +* Added support for group sharing +* Saving password in the app will no longer prompt for confirmation +* Map marker is now a circle if the user isn't moving +* SASL support added for memcached in backend config +* Support for connecting to memcached via UNIX sockets +* Old sessions no longer linger in Memcached +* Significant backend rework/cleanup +* Fixed crash upon starting a share in Android 6.0 Marshmallow diff --git a/fastlane/metadata/android/en-US/full_description.txt b/fastlane/metadata/android/en-US/full_description.txt index 7082201..787ca0f 100644 --- a/fastlane/metadata/android/en-US/full_description.txt +++ b/fastlane/metadata/android/en-US/full_description.txt @@ -1,9 +1,6 @@ -Hauk lets you share your location in real-time with friends and family for a -specified period of time. Meeting up with someone? Send them a Hauk link, and -they can follow your location live on a map until you arrive to meet them. +Hauk lets you share your location in real-time with friends and family for a specified period of time. Meeting up with someone? Send them a Hauk link, and they can follow your location live on a map until you arrive to meet them. -This app requires that you have installed the Hauk backend on a server. Please -see https://github.com/bilde2910/Hauk for backend installation instructions. +This app requires that you have installed the Hauk backend on a server. Please see https://github.com/bilde2910/Hauk for backend installation instructions. Required permissions: @@ -11,7 +8,4 @@ Required permissions: * FOREGROUND_SERVICE - for keeping the share running when the app is minimized * INTERNET - for communicating with your Hauk backend server -Hauk does not share your location data to anywhere except the Hauk backend -server you specify within the app. A unique link will be generated for your -location share when you start sharing; anyone with this link will be able to see -your location in real-time for as long as you are sharing. +Hauk does not share your location data to anywhere except the Hauk backend server you specify within the app. A unique link will be generated for your location share when you start sharing; anyone with this link will be able to see your location in real-time for as long as you are sharing. diff --git a/fastlane/metadata/android/en-US/images/phoneScreenshots/01-main.jpg b/fastlane/metadata/android/en-US/images/phoneScreenshots/01-main.jpg index b6773e0..ac3ce5d 100644 Binary files a/fastlane/metadata/android/en-US/images/phoneScreenshots/01-main.jpg and b/fastlane/metadata/android/en-US/images/phoneScreenshots/01-main.jpg differ diff --git a/fastlane/metadata/android/en-US/images/phoneScreenshots/02-established.jpg b/fastlane/metadata/android/en-US/images/phoneScreenshots/02-established.jpg index 2afe51e..9e91bf6 100644 Binary files a/fastlane/metadata/android/en-US/images/phoneScreenshots/02-established.jpg and b/fastlane/metadata/android/en-US/images/phoneScreenshots/02-established.jpg differ