Reassign all mappings to chosen group when disabling groups

This commit is contained in:
fgerber
2024-04-08 17:44:49 +02:00
parent 59a72e0544
commit ddef61a0cf
10 changed files with 125 additions and 23 deletions

View File

@ -6,6 +6,13 @@
android:orientation="vertical"
android:padding="16dp">
<TextView
android:id="@+id/warning_text"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginBottom="10dp"
android:visibility="gone" />
<ScrollView
android:layout_width="match_parent"
android:layout_height="wrap_content"

View File

@ -21,6 +21,7 @@
<string name="foss_licenses">Free and open source dependencies and licenses</string>
<string name="about_beans">About the Beans application</string>
<string name="delete_group">Are your sure you want to delete this group and remove all its country mappings?</string>
<string name="select_group">Select one group you want to keep. All others will be deleted and its mappings reassigned to the group you choose here.</string>
<string name="add">Add</string>
<string name="clear">Clear</string>
<string name="logo">Logo</string>