mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-05-03 07:01:05 +01:00
Add the ability to migrate GV1 groups to GV2.
Co-authored-by: Alan Evans <alan@signal.org>
This commit is contained in:
committed by
Alan Evans
parent
2d1bf33902
commit
6bb9d27d4e
@@ -75,6 +75,24 @@
|
||||
|
||||
</PreferenceCategory>
|
||||
|
||||
<PreferenceCategory
|
||||
android:key="internal_groupsV1Migration"
|
||||
android:title="@string/preferences__internal_preferences_groups_v1_migration">
|
||||
|
||||
<org.thoughtcrime.securesms.components.SwitchPreferenceCompat
|
||||
android:defaultValue="false"
|
||||
android:key="internal.gv2.disable_automigrate_initiation"
|
||||
android:summary="@string/preferences__internal_do_not_initiate_automigrate_description"
|
||||
android:title="@string/preferences__internal_do_not_initiate_automigrate" />
|
||||
|
||||
<org.thoughtcrime.securesms.components.SwitchPreferenceCompat
|
||||
android:defaultValue="false"
|
||||
android:key="internal.gv2.disable_automigrate_notification"
|
||||
android:summary="@string/preferences__internal_do_not_notify_automigrate_description"
|
||||
android:title="@string/preferences__internal_do_not_notify_automigrate" />
|
||||
|
||||
</PreferenceCategory>
|
||||
|
||||
<PreferenceCategory
|
||||
android:title="@string/preferences__internal_network">
|
||||
|
||||
|
||||
Reference in New Issue
Block a user