[ShareLocation] Added sharing of location logic.

Sharing of location is enabled yet, though no receiving
part is implemented as of now.
This commit is contained in:
Alexander Dörflinger
2025-03-19 12:38:08 +01:00
parent 47149307fe
commit 89804eb842
15 changed files with 646 additions and 31 deletions

View File

@@ -0,0 +1,12 @@
<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:width="800dp"
android:height="800dp"
android:viewportWidth="32"
android:viewportHeight="32">
<path
android:pathData="M21.616,25.777C21.433,25.927 21.216,26 21,26c-0.297,0 -0.591,-0.139 -0.789,-0.404L17,21.087v5.81C17,27.506 16.552,28 16,28s-1,-0.494 -1,-1.102v-5.81l-3.212,4.509c-0.34,0.458 -0.968,0.538 -1.404,0.181c-0.435,-0.358 -0.512,-1.019 -0.172,-1.477l5,-6.917c0.379,-0.511 1.197,-0.511 1.576,0l5,6.917C22.128,24.758 22.051,25.419 21.616,25.777zM6.803,20.404c-0.329,-0.443 -0.956,-0.536 -1.399,-0.206c-0.443,0.329 -0.536,0.956 -0.206,1.399c0.329,0.443 0.956,0.536 1.399,0.206C7.04,21.473 7.132,20.847 6.803,20.404z"
android:fillColor="#000000"/>
<path
android:pathData="M13.97,13.283l1.719,2.314c0.178,0.239 0.108,0.58 -0.149,0.73l-6.952,4.057c-0.22,0.128 -0.501,0.071 -0.653,-0.134l-0.659,-0.887C7.124,19.159 7.15,18.873 7.337,18.7l5.892,-5.484C13.446,13.012 13.793,13.044 13.97,13.283zM21.667,4.498l-6.933,7.435c-0.17,0.176 -0.187,0.449 -0.041,0.645l1.88,2.531c0.146,0.196 0.412,0.258 0.629,0.147l9.12,-4.492c0.275,-0.141 0.357,-0.495 0.173,-0.743l-4.067,-5.474C22.244,4.299 21.881,4.276 21.667,4.498z"
android:fillColor="#000000"/>
</vector>

View File

@@ -0,0 +1,11 @@
<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:width="800dp"
android:height="800dp"
android:viewportWidth="24"
android:viewportHeight="24">
<path
android:pathData="M9.611,12.4L10.818,18.535C11.046,19.694 12.603,19.924 13.156,18.882L19.021,7.843C19.248,7.416 19.201,6.944 18.974,6.584M9.611,12.4L5.226,8.155C4.417,7.371 4.972,6 6.099,6H17.913C18.376,6 18.757,6.241 18.974,6.584M9.611,12.4L18.974,6.584M19.056,6.533L18.974,6.584"
android:strokeWidth="2"
android:fillColor="#00000000"
android:strokeColor="#000000"/>
</vector>