mirror of
https://github.com/bilde2910/Hauk.git
synced 2026-07-18 00:46:52 +00:00
Update to v1.1
This commit is contained in:
parent
887ef426b3
commit
a42f0b6b2d
5 changed files with 13 additions and 11 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
8
fastlane/metadata/android/en-US/changelogs/3.txt
Normal file
8
fastlane/metadata/android/en-US/changelogs/3.txt
Normal file
|
|
@ -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
|
||||
|
|
@ -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.
|
||||
|
|
|
|||
Binary file not shown.
|
Before Width: | Height: | Size: 234 KiB After Width: | Height: | Size: 290 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 246 KiB After Width: | Height: | Size: 284 KiB |
Loading…
Add table
Add a link
Reference in a new issue