Legg til deling av tilfluktsrom og deep link-støtte (v1.3.0)

Del tilfluktsrom via SMS/meldingsapper med adresse, kapasitet,
koordinatar og geo:-URI. Støttar tilfluktsrom://shelter/{id}
deep link for direkte navigering til eit tilfluktsrom.

Closes #3

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Ole-Morten Duesund 2026-03-08 22:23:28 +01:00
commit a813edc0c3
8 changed files with 127 additions and 2 deletions

View file

@ -211,6 +211,16 @@
android:textSize="13sp"
tools:text="1.2 km - 400 plasser - Rom 776" />
</LinearLayout>
<ImageButton
android:id="@+id/shareButton"
android:layout_width="40dp"
android:layout_height="40dp"
android:layout_marginStart="8dp"
android:background="?attr/selectableItemBackgroundBorderless"
android:contentDescription="@string/action_share"
android:src="@drawable/ic_share"
app:tint="@color/text_secondary" />
</LinearLayout>
<!-- Nearest shelters list -->