Add an internal feature to search your contacts by ID/ACI/PNI.

This commit is contained in:
Greyson Parrelli
2023-05-25 11:27:36 -04:00
committed by Cody Henthorne
parent 7c28d8ad51
commit 7318e676f7
6 changed files with 272 additions and 0 deletions

View File

@@ -581,6 +581,9 @@
<action
android:id="@+id/action_internalSettingsFragment_to_storyDialogsLauncherFragment"
app:destination="@id/storyDialogsLauncherFragment" />
<action
android:id="@+id/action_internalSettingsFragment_to_internalSearchFragment"
app:destination="@id/internalSearchFragment" />
</fragment>
<fragment
@@ -593,6 +596,11 @@
android:name="org.thoughtcrime.securesms.components.settings.app.internal.InternalStoryDialogLauncherFragment"
android:label="story_dialogs_launcher_fragment" />
<fragment
android:id="@+id/internalSearchFragment"
android:name="org.thoughtcrime.securesms.components.settings.app.internal.search.InternalSearchFragment"
android:label="internal_search_fragment" />
<!-- endregion -->
<!-- Subscriptions -->