2021-05-12 13:02:44 -03:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<navigation xmlns:android="http://schemas.android.com/apk/res/android"
|
|
|
|
xmlns:app="http://schemas.android.com/apk/res-auto"
|
|
|
|
xmlns:tools="http://schemas.android.com/tools"
|
|
|
|
android:id="@+id/app_settings"
|
|
|
|
app:startDestination="@id/appSettingsFragment">
|
|
|
|
|
|
|
|
<fragment
|
|
|
|
android:id="@+id/appSettingsFragment"
|
|
|
|
android:name="org.thoughtcrime.securesms.components.settings.app.AppSettingsFragment"
|
|
|
|
android:label="app_settings_fragment"
|
|
|
|
tools:layout="@layout/dsl_settings_fragment">
|
|
|
|
<action
|
|
|
|
android:id="@+id/action_appSettingsFragment_to_accountSettingsFragment"
|
|
|
|
app:destination="@id/accountSettingsFragment"
|
|
|
|
app:enterAnim="@anim/fragment_open_enter"
|
|
|
|
app:exitAnim="@anim/fragment_open_exit"
|
|
|
|
app:popEnterAnim="@anim/fragment_close_enter"
|
|
|
|
app:popExitAnim="@anim/fragment_close_exit" />
|
|
|
|
<action
|
|
|
|
android:id="@+id/action_appSettingsFragment_to_deviceActivity"
|
|
|
|
app:destination="@id/deviceActivity"
|
|
|
|
app:enterAnim="@anim/fragment_open_enter"
|
|
|
|
app:exitAnim="@anim/fragment_open_exit"
|
|
|
|
app:popEnterAnim="@anim/fragment_close_enter"
|
2021-11-18 13:25:37 -04:00
|
|
|
app:popExitAnim="@anim/fragment_close_exit" />
|
2021-05-12 13:02:44 -03:00
|
|
|
<action
|
|
|
|
android:id="@+id/action_appSettingsFragment_to_paymentsActivity"
|
|
|
|
app:destination="@id/paymentsActivity"
|
|
|
|
app:enterAnim="@anim/fragment_open_enter"
|
|
|
|
app:exitAnim="@anim/fragment_open_exit"
|
|
|
|
app:popEnterAnim="@anim/fragment_close_enter"
|
|
|
|
app:popExitAnim="@anim/fragment_close_exit" />
|
|
|
|
<action
|
|
|
|
android:id="@+id/action_appSettingsFragment_to_appearanceSettingsFragment"
|
|
|
|
app:destination="@id/appearanceSettingsFragment"
|
|
|
|
app:enterAnim="@anim/fragment_open_enter"
|
|
|
|
app:exitAnim="@anim/fragment_open_exit"
|
|
|
|
app:popEnterAnim="@anim/fragment_close_enter"
|
2021-11-18 13:25:37 -04:00
|
|
|
app:popExitAnim="@anim/fragment_close_exit" />
|
2021-05-12 13:02:44 -03:00
|
|
|
<action
|
|
|
|
android:id="@+id/action_appSettingsFragment_to_chatsSettingsFragment"
|
|
|
|
app:destination="@id/chatsSettingsFragment"
|
|
|
|
app:enterAnim="@anim/fragment_open_enter"
|
|
|
|
app:exitAnim="@anim/fragment_open_exit"
|
|
|
|
app:popEnterAnim="@anim/fragment_close_enter"
|
2021-11-18 13:25:37 -04:00
|
|
|
app:popExitAnim="@anim/fragment_close_exit" />
|
2021-05-12 13:02:44 -03:00
|
|
|
<action
|
|
|
|
android:id="@+id/action_appSettingsFragment_to_notificationsSettingsFragment"
|
|
|
|
app:destination="@id/notificationsSettingsFragment"
|
|
|
|
app:enterAnim="@anim/fragment_open_enter"
|
|
|
|
app:exitAnim="@anim/fragment_open_exit"
|
|
|
|
app:popEnterAnim="@anim/fragment_close_enter"
|
2021-11-18 13:25:37 -04:00
|
|
|
app:popExitAnim="@anim/fragment_close_exit" />
|
2021-05-12 13:02:44 -03:00
|
|
|
<action
|
|
|
|
android:id="@+id/action_appSettingsFragment_to_privacySettingsFragment"
|
2022-08-24 11:26:07 -07:00
|
|
|
app:destination="@id/privacy_settings"
|
2021-05-12 13:02:44 -03:00
|
|
|
app:enterAnim="@anim/fragment_open_enter"
|
|
|
|
app:exitAnim="@anim/fragment_open_exit"
|
|
|
|
app:popEnterAnim="@anim/fragment_close_enter"
|
2021-11-18 13:25:37 -04:00
|
|
|
app:popExitAnim="@anim/fragment_close_exit" />
|
2021-05-12 13:02:44 -03:00
|
|
|
<action
|
|
|
|
android:id="@+id/action_appSettingsFragment_to_dataAndStorageSettingsFragment"
|
|
|
|
app:destination="@id/dataAndStorageSettingsFragment"
|
|
|
|
app:enterAnim="@anim/fragment_open_enter"
|
|
|
|
app:exitAnim="@anim/fragment_open_exit"
|
|
|
|
app:popEnterAnim="@anim/fragment_close_enter"
|
2021-11-18 13:25:37 -04:00
|
|
|
app:popExitAnim="@anim/fragment_close_exit" />
|
2021-05-12 13:02:44 -03:00
|
|
|
<action
|
|
|
|
android:id="@+id/action_appSettingsFragment_to_manageProfileActivity"
|
|
|
|
app:destination="@id/manageProfileActivity"
|
|
|
|
app:enterAnim="@anim/fragment_open_enter"
|
|
|
|
app:exitAnim="@anim/fragment_open_exit"
|
|
|
|
app:popEnterAnim="@anim/fragment_close_enter"
|
2021-11-18 13:25:37 -04:00
|
|
|
app:popExitAnim="@anim/fragment_close_exit" />
|
2021-05-12 13:02:44 -03:00
|
|
|
<action
|
|
|
|
android:id="@+id/action_appSettingsFragment_to_helpSettingsFragment"
|
|
|
|
app:destination="@id/helpSettingsFragment"
|
|
|
|
app:enterAnim="@anim/fragment_open_enter"
|
|
|
|
app:exitAnim="@anim/fragment_open_exit"
|
|
|
|
app:popEnterAnim="@anim/fragment_close_enter"
|
2021-11-18 13:25:37 -04:00
|
|
|
app:popExitAnim="@anim/fragment_close_exit" />
|
2021-05-12 13:02:44 -03:00
|
|
|
<action
|
|
|
|
android:id="@+id/action_appSettingsFragment_to_inviteActivity"
|
|
|
|
app:destination="@id/inviteActivity"
|
|
|
|
app:enterAnim="@anim/fragment_open_enter"
|
|
|
|
app:exitAnim="@anim/fragment_open_exit"
|
|
|
|
app:popEnterAnim="@anim/fragment_close_enter"
|
2021-11-18 13:25:37 -04:00
|
|
|
app:popExitAnim="@anim/fragment_close_exit" />
|
2021-05-12 13:02:44 -03:00
|
|
|
<action
|
|
|
|
android:id="@+id/action_appSettingsFragment_to_internalSettingsFragment"
|
|
|
|
app:destination="@id/internalSettingsFragment"
|
|
|
|
app:enterAnim="@anim/fragment_open_enter"
|
|
|
|
app:exitAnim="@anim/fragment_open_exit"
|
|
|
|
app:popEnterAnim="@anim/fragment_close_enter"
|
|
|
|
app:popExitAnim="@anim/fragment_close_exit" />
|
2021-10-12 15:55:54 -03:00
|
|
|
<action
|
2021-11-18 13:25:37 -04:00
|
|
|
android:id="@+id/action_appSettingsFragment_to_manageDonationsFragment"
|
|
|
|
app:destination="@id/manageDonationsFragment"
|
2021-10-12 15:55:54 -03:00
|
|
|
app:enterAnim="@anim/fragment_open_enter"
|
|
|
|
app:exitAnim="@anim/fragment_open_exit"
|
|
|
|
app:popEnterAnim="@anim/fragment_close_enter"
|
2022-02-22 13:41:36 -04:00
|
|
|
app:popExitAnim="@anim/fragment_close_exit" />
|
2021-11-18 13:25:37 -04:00
|
|
|
<action
|
|
|
|
android:id="@+id/action_appSettingsFragment_to_subscribeFragment"
|
|
|
|
app:destination="@id/subscribeFragment"
|
|
|
|
app:enterAnim="@anim/fragment_open_enter"
|
|
|
|
app:exitAnim="@anim/fragment_open_exit"
|
|
|
|
app:popEnterAnim="@anim/fragment_close_enter"
|
2022-02-22 13:41:36 -04:00
|
|
|
app:popExitAnim="@anim/fragment_close_exit" />
|
2021-10-12 15:55:54 -03:00
|
|
|
<action
|
|
|
|
android:id="@+id/action_appSettingsFragment_to_boostsFragment"
|
|
|
|
app:destination="@id/boosts"
|
|
|
|
app:enterAnim="@anim/fragment_open_enter"
|
|
|
|
app:exitAnim="@anim/fragment_open_exit"
|
|
|
|
app:popEnterAnim="@anim/fragment_close_enter"
|
|
|
|
app:popExitAnim="@anim/fragment_close_exit" />
|
2022-10-13 09:27:34 -03:00
|
|
|
<action
|
|
|
|
android:id="@+id/action_appSettingsFragment_to_storyPrivacySettings"
|
|
|
|
app:destination="@+id/story_privacy_settings"
|
|
|
|
app:enterAnim="@anim/fragment_open_enter"
|
|
|
|
app:exitAnim="@anim/fragment_open_exit"
|
|
|
|
app:popEnterAnim="@anim/fragment_close_enter"
|
|
|
|
app:popExitAnim="@anim/fragment_close_exit">
|
|
|
|
|
|
|
|
<argument
|
|
|
|
android:name="title_id"
|
|
|
|
app:argType="integer"
|
|
|
|
app:nullable="false" />
|
|
|
|
</action>
|
2021-05-12 13:02:44 -03:00
|
|
|
</fragment>
|
|
|
|
|
|
|
|
<activity
|
|
|
|
android:id="@+id/manageProfileActivity"
|
|
|
|
android:name="org.thoughtcrime.securesms.profiles.manage.ManageProfileActivity"
|
|
|
|
android:label="manage_profile_activity" />
|
|
|
|
|
|
|
|
<!-- region Account Settings and subpages -->
|
|
|
|
<fragment
|
|
|
|
android:id="@+id/accountSettingsFragment"
|
|
|
|
android:name="org.thoughtcrime.securesms.components.settings.app.account.AccountSettingsFragment"
|
|
|
|
android:label="account_settings_fragment"
|
|
|
|
tools:layout="@layout/dsl_settings_fragment">
|
2021-09-03 17:07:05 -04:00
|
|
|
<action
|
|
|
|
android:id="@+id/action_accountSettingsFragment_to_changePhoneNumberFragment"
|
|
|
|
app:destination="@id/app_settings_change_number"
|
|
|
|
app:enterAnim="@anim/fragment_open_enter"
|
|
|
|
app:exitAnim="@anim/fragment_open_exit"
|
|
|
|
app:popEnterAnim="@anim/fragment_close_enter"
|
|
|
|
app:popExitAnim="@anim/fragment_close_exit" />
|
2021-05-12 13:02:44 -03:00
|
|
|
<action
|
|
|
|
android:id="@+id/action_accountSettingsFragment_to_deleteAccountFragment"
|
|
|
|
app:destination="@id/deleteAccountFragment"
|
|
|
|
app:enterAnim="@anim/fragment_open_enter"
|
|
|
|
app:exitAnim="@anim/fragment_open_exit"
|
|
|
|
app:popEnterAnim="@anim/fragment_close_enter"
|
|
|
|
app:popExitAnim="@anim/fragment_close_exit" />
|
|
|
|
<action
|
|
|
|
android:id="@+id/action_accountSettingsFragment_to_advancedPinSettingsActivity"
|
|
|
|
app:destination="@id/advancedPinSettingsFragment"
|
|
|
|
app:enterAnim="@anim/fragment_open_enter"
|
|
|
|
app:exitAnim="@anim/fragment_open_exit"
|
|
|
|
app:popEnterAnim="@anim/fragment_close_enter"
|
|
|
|
app:popExitAnim="@anim/fragment_close_exit" />
|
|
|
|
<action
|
|
|
|
android:id="@+id/action_accountSettingsFragment_to_oldDeviceTransferActivity"
|
|
|
|
app:destination="@id/oldDeviceTransferActivity"
|
|
|
|
app:enterAnim="@anim/fragment_open_enter"
|
|
|
|
app:exitAnim="@anim/fragment_open_exit"
|
|
|
|
app:popEnterAnim="@anim/fragment_close_enter"
|
|
|
|
app:popExitAnim="@anim/fragment_close_exit" />
|
|
|
|
</fragment>
|
|
|
|
|
2021-09-03 17:07:05 -04:00
|
|
|
<include app:graph="@navigation/app_settings_change_number" />
|
|
|
|
|
2021-10-12 15:55:54 -03:00
|
|
|
<include app:graph="@navigation/boosts" />
|
|
|
|
|
2021-05-12 13:02:44 -03:00
|
|
|
<fragment
|
|
|
|
android:id="@+id/advancedPinSettingsFragment"
|
|
|
|
android:name="org.thoughtcrime.securesms.components.settings.app.wrapped.WrappedAdvancedPinPreferenceFragment"
|
|
|
|
android:label="advanced_pin_settings_fragment" />
|
|
|
|
|
|
|
|
<fragment
|
|
|
|
android:id="@+id/deleteAccountFragment"
|
|
|
|
android:name="org.thoughtcrime.securesms.components.settings.app.wrapped.WrappedDeleteAccountFragment"
|
|
|
|
android:label="delete_account_fragment"
|
|
|
|
tools:layout="@layout/delete_account_fragment" />
|
|
|
|
|
|
|
|
<activity
|
|
|
|
android:id="@+id/oldDeviceTransferActivity"
|
|
|
|
android:name="org.thoughtcrime.securesms.devicetransfer.olddevice.OldDeviceTransferActivity"
|
|
|
|
android:label="old_device_transfer_Activity"
|
|
|
|
tools:layout="@layout/old_device_transfer_activity" />
|
|
|
|
|
|
|
|
<!-- CreateKbsPinActivity -->
|
|
|
|
|
|
|
|
<!-- endregion -->
|
|
|
|
|
|
|
|
<!-- Linked Devices -->
|
|
|
|
<activity
|
|
|
|
android:id="@+id/deviceActivity"
|
|
|
|
android:name="org.thoughtcrime.securesms.DeviceActivity"
|
|
|
|
android:label="device_activity" />
|
|
|
|
|
|
|
|
<!-- Payments -->
|
|
|
|
<activity
|
|
|
|
android:id="@+id/paymentsActivity"
|
|
|
|
android:name="org.thoughtcrime.securesms.payments.preferences.PaymentsActivity"
|
|
|
|
android:label="payments_activity" />
|
|
|
|
|
|
|
|
<!-- region Appearance settings and Subpages -->
|
|
|
|
<fragment
|
|
|
|
android:id="@+id/appearanceSettingsFragment"
|
|
|
|
android:name="org.thoughtcrime.securesms.components.settings.app.appearance.AppearanceSettingsFragment"
|
|
|
|
android:label="appearance_settings_fragment"
|
|
|
|
tools:layout="@layout/dsl_settings_fragment">
|
|
|
|
<action
|
|
|
|
android:id="@+id/action_appearanceSettings_to_wallpaperActivity"
|
|
|
|
app:destination="@id/wallpaperActivity"
|
|
|
|
app:enterAnim="@anim/fragment_open_enter"
|
|
|
|
app:exitAnim="@anim/fragment_open_exit"
|
|
|
|
app:popEnterAnim="@anim/fragment_close_enter"
|
|
|
|
app:popExitAnim="@anim/fragment_close_exit" />
|
|
|
|
</fragment>
|
|
|
|
|
|
|
|
<activity
|
|
|
|
android:id="@+id/wallpaperActivity"
|
|
|
|
android:name="org.thoughtcrime.securesms.wallpaper.ChatWallpaperActivity"
|
|
|
|
android:label="wallpaper_activity" />
|
|
|
|
|
|
|
|
<!-- endregion -->
|
|
|
|
|
|
|
|
<!-- region Chats settings and subpages -->
|
|
|
|
|
|
|
|
<fragment
|
|
|
|
android:id="@+id/chatsSettingsFragment"
|
|
|
|
android:name="org.thoughtcrime.securesms.components.settings.app.chats.ChatsSettingsFragment"
|
|
|
|
android:label="chats_settings_fragment"
|
|
|
|
tools:layout="@layout/dsl_settings_fragment">
|
|
|
|
<action
|
|
|
|
android:id="@+id/action_chatsSettingsFragment_to_backupsPreferenceFragment"
|
|
|
|
app:destination="@id/backupsPreferenceFragment"
|
|
|
|
app:enterAnim="@anim/fragment_open_enter"
|
|
|
|
app:exitAnim="@anim/fragment_open_exit"
|
|
|
|
app:popEnterAnim="@anim/fragment_close_enter"
|
|
|
|
app:popExitAnim="@anim/fragment_close_exit" />
|
|
|
|
<action
|
|
|
|
android:id="@+id/action_chatsSettingsFragment_to_smsSettingsFragment"
|
|
|
|
app:destination="@id/smsSettingsFragment"
|
|
|
|
app:enterAnim="@anim/fragment_open_enter"
|
|
|
|
app:exitAnim="@anim/fragment_open_exit"
|
|
|
|
app:popEnterAnim="@anim/fragment_close_enter"
|
|
|
|
app:popExitAnim="@anim/fragment_close_exit" />
|
2021-05-27 11:21:11 -04:00
|
|
|
<action
|
|
|
|
android:id="@+id/action_chatsSettingsFragment_to_editReactionsFragment"
|
|
|
|
app:destination="@id/editReactionsFragment"
|
|
|
|
app:enterAnim="@anim/fragment_open_enter"
|
|
|
|
app:exitAnim="@anim/fragment_open_exit"
|
|
|
|
app:popEnterAnim="@anim/fragment_close_enter"
|
|
|
|
app:popExitAnim="@anim/fragment_close_exit" />
|
2021-05-12 13:02:44 -03:00
|
|
|
</fragment>
|
|
|
|
|
|
|
|
<fragment
|
|
|
|
android:id="@+id/backupsPreferenceFragment"
|
|
|
|
android:name="org.thoughtcrime.securesms.components.settings.app.wrapped.WrappedBackupsPreferenceFragment"
|
|
|
|
android:label="backups_preference_fragment"
|
|
|
|
tools:layout="@layout/fragment_backups" />
|
|
|
|
|
|
|
|
<fragment
|
|
|
|
android:id="@+id/smsSettingsFragment"
|
|
|
|
android:name="org.thoughtcrime.securesms.components.settings.app.chats.sms.SmsSettingsFragment"
|
|
|
|
android:label="sms_settings_fragment"
|
|
|
|
tools:layout="@layout/dsl_settings_fragment">
|
|
|
|
<action
|
|
|
|
android:id="@+id/action_smsSettingsFragment_to_mmsPreferencesFragment"
|
|
|
|
app:destination="@id/mmsPreferencesFragment"
|
|
|
|
app:enterAnim="@anim/fragment_open_enter"
|
|
|
|
app:exitAnim="@anim/fragment_open_exit"
|
|
|
|
app:popEnterAnim="@anim/fragment_close_enter"
|
|
|
|
app:popExitAnim="@anim/fragment_close_exit" />
|
|
|
|
</fragment>
|
|
|
|
|
|
|
|
<fragment
|
|
|
|
android:id="@+id/mmsPreferencesFragment"
|
|
|
|
android:name="org.thoughtcrime.securesms.components.settings.app.wrapped.WrappedMmsPreferencesFragment"
|
|
|
|
android:label="mms_preferences_fragment" />
|
|
|
|
|
2021-05-27 11:21:11 -04:00
|
|
|
<fragment
|
|
|
|
android:id="@+id/editReactionsFragment"
|
|
|
|
android:name="org.thoughtcrime.securesms.reactions.edit.EditReactionsFragment"
|
|
|
|
android:label="edit_reactions_fragment"
|
|
|
|
tools:layout="@layout/edit_reactions_fragment" />
|
|
|
|
|
2021-05-12 13:02:44 -03:00
|
|
|
<!-- endregion -->
|
|
|
|
|
|
|
|
<!-- Notifications -->
|
|
|
|
<fragment
|
|
|
|
android:id="@+id/notificationsSettingsFragment"
|
|
|
|
android:name="org.thoughtcrime.securesms.components.settings.app.notifications.NotificationsSettingsFragment"
|
2021-12-08 13:22:36 -05:00
|
|
|
android:label="notifications_settings_fragment">
|
|
|
|
|
|
|
|
<action
|
|
|
|
android:id="@+id/action_notificationsSettingsFragment_to_notificationProfilesFragment"
|
|
|
|
app:destination="@id/notificationProfilesFragment"
|
|
|
|
app:enterAnim="@anim/fragment_open_enter"
|
|
|
|
app:exitAnim="@anim/fragment_open_exit"
|
|
|
|
app:popEnterAnim="@anim/fragment_close_enter"
|
|
|
|
app:popExitAnim="@anim/fragment_close_exit" />
|
|
|
|
|
|
|
|
</fragment>
|
2021-05-12 13:02:44 -03:00
|
|
|
|
|
|
|
<!-- region Privacy -->
|
2021-05-18 15:19:33 -04:00
|
|
|
|
2022-08-24 11:26:07 -07:00
|
|
|
<include app:graph="@navigation/privacy_settings" />
|
2021-05-12 13:02:44 -03:00
|
|
|
|
|
|
|
<!-- region Data and Storage -->
|
|
|
|
|
|
|
|
<fragment
|
|
|
|
android:id="@+id/dataAndStorageSettingsFragment"
|
|
|
|
android:name="org.thoughtcrime.securesms.components.settings.app.data.DataAndStorageSettingsFragment"
|
|
|
|
android:label="data_and_storage_settings_fragment">
|
|
|
|
<action
|
|
|
|
android:id="@+id/action_dataAndStorageSettingsFragment_to_storagePreferenceFragment"
|
|
|
|
app:destination="@id/storagePreferenceFragment"
|
|
|
|
app:enterAnim="@anim/fragment_open_enter"
|
|
|
|
app:exitAnim="@anim/fragment_open_exit"
|
|
|
|
app:popEnterAnim="@anim/fragment_close_enter"
|
|
|
|
app:popExitAnim="@anim/fragment_close_exit" />
|
|
|
|
<action
|
|
|
|
android:id="@+id/action_dataAndStorageSettingsFragment_to_editProxyFragment"
|
|
|
|
app:destination="@id/editProxyFragment"
|
|
|
|
app:enterAnim="@anim/fragment_open_enter"
|
|
|
|
app:exitAnim="@anim/fragment_open_exit"
|
|
|
|
app:popEnterAnim="@anim/fragment_close_enter"
|
|
|
|
app:popExitAnim="@anim/fragment_close_exit" />
|
|
|
|
</fragment>
|
|
|
|
|
|
|
|
<fragment
|
|
|
|
android:id="@+id/storagePreferenceFragment"
|
|
|
|
android:name="org.thoughtcrime.securesms.components.settings.app.wrapped.WrappedStoragePreferenceFragment"
|
|
|
|
android:label="storage_preference_fragment" />
|
|
|
|
|
|
|
|
<fragment
|
|
|
|
android:id="@+id/editProxyFragment"
|
|
|
|
android:name="org.thoughtcrime.securesms.components.settings.app.wrapped.WrappedEditProxyFragment"
|
|
|
|
android:label="edit_proxy_fragment" />
|
|
|
|
|
|
|
|
<!-- endregion -->
|
|
|
|
|
|
|
|
<!-- region Help -->
|
|
|
|
<fragment
|
|
|
|
android:id="@+id/helpSettingsFragment"
|
|
|
|
android:name="org.thoughtcrime.securesms.components.settings.app.help.HelpSettingsFragment"
|
|
|
|
android:label="help_settings_fragment">
|
|
|
|
<action
|
|
|
|
android:id="@+id/action_helpSettingsFragment_to_helpFragment"
|
|
|
|
app:destination="@id/helpFragment"
|
|
|
|
app:enterAnim="@anim/fragment_open_enter"
|
|
|
|
app:exitAnim="@anim/fragment_open_exit"
|
|
|
|
app:popEnterAnim="@anim/fragment_close_enter"
|
|
|
|
app:popExitAnim="@anim/fragment_close_exit" />
|
|
|
|
<action
|
|
|
|
android:id="@+id/action_helpSettingsFragment_to_submitDebugLogActivity"
|
|
|
|
app:destination="@id/submitDebugLogActivity"
|
|
|
|
app:enterAnim="@anim/fragment_open_enter"
|
|
|
|
app:exitAnim="@anim/fragment_open_exit"
|
|
|
|
app:popEnterAnim="@anim/fragment_close_enter"
|
|
|
|
app:popExitAnim="@anim/fragment_close_exit" />
|
|
|
|
</fragment>
|
|
|
|
|
|
|
|
<fragment
|
|
|
|
android:id="@+id/helpFragment"
|
|
|
|
android:name="org.thoughtcrime.securesms.components.settings.app.wrapped.WrappedHelpFragment"
|
|
|
|
android:label="help_fragment">
|
|
|
|
|
|
|
|
<argument
|
|
|
|
android:name="start_category_index"
|
|
|
|
android:defaultValue="0"
|
|
|
|
app:argType="integer"
|
|
|
|
app:nullable="false" />
|
|
|
|
</fragment>
|
|
|
|
|
|
|
|
<activity
|
|
|
|
android:id="@+id/submitDebugLogActivity"
|
|
|
|
android:name="org.thoughtcrime.securesms.logsubmit.SubmitDebugLogActivity"
|
|
|
|
android:label="submit_debug_log_activity" />
|
|
|
|
<!-- endregion -->
|
|
|
|
|
|
|
|
<activity
|
|
|
|
android:id="@+id/inviteActivity"
|
|
|
|
android:name="org.thoughtcrime.securesms.InviteActivity"
|
2021-08-25 16:05:20 -03:00
|
|
|
android:label="invite_activity"
|
|
|
|
tools:layout="@layout/invite_activity" />
|
2021-05-12 13:02:44 -03:00
|
|
|
|
|
|
|
<!-- region Direct-To-Page actions -->
|
|
|
|
|
|
|
|
|
|
|
|
<action
|
|
|
|
android:id="@+id/action_direct_to_backupsPreferenceFragment"
|
|
|
|
app:destination="@id/backupsPreferenceFragment"
|
|
|
|
app:enterAnim="@anim/fragment_open_enter"
|
|
|
|
app:exitAnim="@anim/fragment_open_exit"
|
|
|
|
app:popEnterAnim="@anim/fragment_close_enter"
|
|
|
|
app:popExitAnim="@anim/fragment_close_exit" />
|
|
|
|
|
|
|
|
<action
|
|
|
|
android:id="@+id/action_direct_to_helpFragment"
|
|
|
|
app:destination="@id/helpFragment"
|
|
|
|
app:enterAnim="@anim/fragment_open_enter"
|
|
|
|
app:exitAnim="@anim/fragment_open_exit"
|
|
|
|
app:popEnterAnim="@anim/fragment_close_enter"
|
2022-05-13 14:27:12 -04:00
|
|
|
app:popExitAnim="@anim/fragment_close_exit"
|
|
|
|
app:popUpTo="@id/app_settings"
|
|
|
|
app:popUpToInclusive="true" />
|
2021-05-12 13:02:44 -03:00
|
|
|
|
|
|
|
<action
|
|
|
|
android:id="@+id/action_direct_to_editProxyFragment"
|
|
|
|
app:destination="@id/editProxyFragment"
|
|
|
|
app:enterAnim="@anim/fragment_open_enter"
|
|
|
|
app:exitAnim="@anim/fragment_open_exit"
|
|
|
|
app:popEnterAnim="@anim/fragment_close_enter"
|
|
|
|
app:popExitAnim="@anim/fragment_close_exit" />
|
|
|
|
|
|
|
|
<action
|
|
|
|
android:id="@+id/action_direct_to_notificationsSettingsFragment"
|
|
|
|
app:destination="@id/notificationsSettingsFragment"
|
|
|
|
app:enterAnim="@anim/fragment_open_enter"
|
|
|
|
app:exitAnim="@anim/fragment_open_exit"
|
|
|
|
app:popEnterAnim="@anim/fragment_close_enter"
|
|
|
|
app:popExitAnim="@anim/fragment_close_exit" />
|
|
|
|
|
2021-09-03 17:07:05 -04:00
|
|
|
<action
|
|
|
|
android:id="@+id/action_direct_to_changeNumberFragment"
|
|
|
|
app:destination="@id/app_settings_change_number"
|
|
|
|
app:enterAnim="@anim/fragment_open_enter"
|
|
|
|
app:exitAnim="@anim/fragment_open_exit"
|
|
|
|
app:popEnterAnim="@anim/fragment_close_enter"
|
|
|
|
app:popExitAnim="@anim/fragment_close_exit" />
|
2021-05-12 13:02:44 -03:00
|
|
|
|
2021-10-21 16:39:02 -03:00
|
|
|
<action
|
|
|
|
android:id="@+id/action_direct_to_subscriptions"
|
2021-11-18 13:25:37 -04:00
|
|
|
app:destination="@id/subscribeFragment"
|
2021-10-21 16:39:02 -03:00
|
|
|
app:enterAnim="@anim/fragment_open_enter"
|
|
|
|
app:exitAnim="@anim/fragment_open_exit"
|
|
|
|
app:popEnterAnim="@anim/fragment_close_enter"
|
2022-02-11 10:12:09 -05:00
|
|
|
app:popExitAnim="@anim/fragment_close_exit"
|
|
|
|
app:popUpTo="@id/app_settings"
|
|
|
|
app:popUpToInclusive="true" />
|
2021-10-21 16:39:02 -03:00
|
|
|
|
2021-11-18 13:25:37 -04:00
|
|
|
<action
|
|
|
|
android:id="@+id/action_direct_to_manageDonations"
|
|
|
|
app:destination="@id/manageDonationsFragment"
|
|
|
|
app:enterAnim="@anim/fragment_open_enter"
|
|
|
|
app:exitAnim="@anim/fragment_open_exit"
|
|
|
|
app:popEnterAnim="@anim/fragment_close_enter"
|
2022-08-17 11:55:35 -04:00
|
|
|
app:popExitAnim="@anim/fragment_close_exit"
|
|
|
|
app:popUpTo="@id/app_settings"
|
|
|
|
app:popUpToInclusive="true" />
|
2021-12-08 13:22:36 -05:00
|
|
|
|
|
|
|
<action
|
|
|
|
android:id="@+id/action_direct_to_notificationProfiles"
|
|
|
|
app:destination="@id/notificationProfilesFragment"
|
|
|
|
app:enterAnim="@anim/fragment_open_enter"
|
|
|
|
app:exitAnim="@anim/fragment_open_exit"
|
|
|
|
app:popEnterAnim="@anim/fragment_close_enter"
|
|
|
|
app:popExitAnim="@anim/fragment_close_exit" />
|
|
|
|
|
|
|
|
<action
|
|
|
|
android:id="@+id/action_direct_to_createNotificationProfiles"
|
|
|
|
app:destination="@id/editNotificationProfileFragment"
|
|
|
|
app:enterAnim="@anim/fragment_open_enter"
|
|
|
|
app:exitAnim="@anim/fragment_open_exit"
|
|
|
|
app:popEnterAnim="@anim/fragment_close_enter"
|
|
|
|
app:popExitAnim="@anim/fragment_close_exit"
|
|
|
|
app:popUpTo="@id/app_settings"
|
|
|
|
app:popUpToInclusive="true" />
|
|
|
|
|
|
|
|
<action
|
|
|
|
android:id="@+id/action_direct_to_notificationProfileDetails"
|
|
|
|
app:destination="@id/notificationProfileDetailsFragment"
|
|
|
|
app:enterAnim="@anim/fragment_open_enter"
|
|
|
|
app:exitAnim="@anim/fragment_open_exit"
|
2022-06-30 14:02:35 -03:00
|
|
|
app:popEnterAnim="@anim/fragment_close_enter"
|
|
|
|
app:popExitAnim="@anim/fragment_close_exit"
|
|
|
|
app:popUpTo="@id/app_settings"
|
|
|
|
app:popUpToInclusive="true" />
|
|
|
|
|
|
|
|
<action
|
|
|
|
android:id="@+id/action_direct_to_privacy"
|
2022-08-24 11:26:07 -07:00
|
|
|
app:destination="@id/privacy_settings"
|
2022-06-30 14:02:35 -03:00
|
|
|
app:enterAnim="@anim/fragment_open_enter"
|
|
|
|
app:exitAnim="@anim/fragment_open_exit"
|
2021-12-08 13:22:36 -05:00
|
|
|
app:popEnterAnim="@anim/fragment_close_enter"
|
|
|
|
app:popExitAnim="@anim/fragment_close_exit"
|
|
|
|
app:popUpTo="@id/app_settings"
|
|
|
|
app:popUpToInclusive="true" />
|
|
|
|
|
2021-05-12 13:02:44 -03:00
|
|
|
<!-- endregion -->
|
|
|
|
|
|
|
|
<!-- Internal Settings -->
|
|
|
|
|
|
|
|
<fragment
|
|
|
|
android:id="@+id/internalSettingsFragment"
|
|
|
|
android:name="org.thoughtcrime.securesms.components.settings.app.internal.InternalSettingsFragment"
|
2022-05-20 13:05:33 -03:00
|
|
|
android:label="internal_settings_fragment" >
|
|
|
|
<action
|
|
|
|
android:id="@+id/action_internalSettingsFragment_to_donorErrorConfigurationFragment"
|
|
|
|
app:destination="@id/donorErrorConfigurationFragment" />
|
2022-09-20 16:00:43 -03:00
|
|
|
<action
|
|
|
|
android:id="@+id/action_internalSettingsFragment_to_storyDialogsLauncherFragment"
|
|
|
|
app:destination="@id/storyDialogsLauncherFragment" />
|
2022-05-20 13:05:33 -03:00
|
|
|
</fragment>
|
|
|
|
|
|
|
|
<fragment
|
|
|
|
android:id="@+id/donorErrorConfigurationFragment"
|
|
|
|
android:name="org.thoughtcrime.securesms.components.settings.app.internal.donor.DonorErrorConfigurationFragment"
|
|
|
|
android:label="donor_error_configuration_fragment" />
|
2021-05-12 13:02:44 -03:00
|
|
|
|
2022-09-20 16:00:43 -03:00
|
|
|
<fragment
|
|
|
|
android:id="@+id/storyDialogsLauncherFragment"
|
|
|
|
android:name="org.thoughtcrime.securesms.components.settings.app.internal.StoryDialogLauncherFragment"
|
|
|
|
android:label="story_dialogs_launcher_fragment" />
|
|
|
|
|
2021-05-12 13:02:44 -03:00
|
|
|
<!-- endregion -->
|
|
|
|
|
2021-11-18 13:25:37 -04:00
|
|
|
<!-- Subscriptions -->
|
|
|
|
<fragment
|
|
|
|
android:id="@+id/manageDonationsFragment"
|
|
|
|
android:name="org.thoughtcrime.securesms.components.settings.app.subscription.manage.ManageDonationsFragment"
|
|
|
|
android:label="manage_donations_fragment"
|
|
|
|
tools:layout="@layout/dsl_settings_fragment">
|
|
|
|
|
|
|
|
<action
|
|
|
|
android:id="@+id/action_manageDonationsFragment_to_subscribeFragment"
|
|
|
|
app:destination="@id/subscribeFragment"
|
|
|
|
app:enterAnim="@anim/fragment_open_enter"
|
|
|
|
app:exitAnim="@anim/fragment_open_exit"
|
|
|
|
app:popEnterAnim="@anim/fragment_close_enter"
|
|
|
|
app:popExitAnim="@anim/fragment_close_exit" />
|
|
|
|
|
|
|
|
<action
|
|
|
|
android:id="@+id/action_manageDonationsFragment_to_manage_badges"
|
|
|
|
app:destination="@id/manage_badges"
|
|
|
|
app:enterAnim="@anim/fragment_open_enter"
|
|
|
|
app:exitAnim="@anim/fragment_open_exit"
|
|
|
|
app:popEnterAnim="@anim/fragment_close_enter"
|
|
|
|
app:popExitAnim="@anim/fragment_close_exit" />
|
|
|
|
|
|
|
|
<action
|
|
|
|
android:id="@+id/action_manageDonationsFragment_to_boosts"
|
|
|
|
app:destination="@id/boosts"
|
|
|
|
app:enterAnim="@anim/fragment_open_enter"
|
|
|
|
app:exitAnim="@anim/fragment_open_exit"
|
|
|
|
app:popEnterAnim="@anim/fragment_close_enter"
|
|
|
|
app:popExitAnim="@anim/fragment_close_exit" />
|
2022-02-22 13:41:36 -04:00
|
|
|
<action
|
|
|
|
android:id="@+id/action_manageDonationsFragment_to_donationReceiptListFragment"
|
|
|
|
app:destination="@id/donationReceiptListFragment"
|
|
|
|
app:enterAnim="@anim/fragment_open_enter"
|
|
|
|
app:exitAnim="@anim/fragment_open_exit"
|
|
|
|
app:popEnterAnim="@anim/fragment_close_enter"
|
|
|
|
app:popExitAnim="@anim/fragment_close_exit" />
|
2022-05-02 14:29:42 -03:00
|
|
|
<action
|
|
|
|
android:id="@+id/action_manageDonationsFragment_to_subscribeLearnMoreBottomSheetDialog"
|
|
|
|
app:destination="@id/subscribeLearnMoreBottomSheetDialog" />
|
2022-02-22 13:41:36 -04:00
|
|
|
</fragment>
|
|
|
|
|
|
|
|
<fragment
|
|
|
|
android:id="@+id/donationReceiptListFragment"
|
|
|
|
android:name="org.thoughtcrime.securesms.components.settings.app.subscription.receipts.list.DonationReceiptListFragment"
|
|
|
|
android:label="donation_receipt_list_fragment"
|
|
|
|
tools:layout="@layout/donation_receipt_list_fragment">
|
|
|
|
<action
|
|
|
|
android:id="@+id/action_donationReceiptListFragment_to_donationReceiptDetailFragment"
|
|
|
|
app:destination="@id/donationReceiptDetailFragment"
|
|
|
|
app:enterAnim="@anim/fragment_open_enter"
|
|
|
|
app:exitAnim="@anim/fragment_open_exit"
|
|
|
|
app:popEnterAnim="@anim/fragment_close_enter"
|
|
|
|
app:popExitAnim="@anim/fragment_close_exit" />
|
|
|
|
</fragment>
|
|
|
|
|
|
|
|
<fragment
|
|
|
|
android:id="@+id/donationReceiptDetailFragment"
|
|
|
|
android:name="org.thoughtcrime.securesms.components.settings.app.subscription.receipts.detail.DonationReceiptDetailFragment"
|
|
|
|
android:label="donation_receipt_detail_fragment"
|
|
|
|
tools:layout="@layout/donation_receipt_detail_fragment">
|
|
|
|
|
|
|
|
<argument
|
|
|
|
android:name="id"
|
|
|
|
app:argType="long" />
|
2021-11-18 13:25:37 -04:00
|
|
|
</fragment>
|
|
|
|
|
|
|
|
<fragment
|
|
|
|
android:id="@+id/subscribeFragment"
|
|
|
|
android:name="org.thoughtcrime.securesms.components.settings.app.subscription.subscribe.SubscribeFragment"
|
|
|
|
android:label="subscribe_fragment"
|
|
|
|
tools:layout="@layout/dsl_settings_fragment">
|
|
|
|
<action
|
|
|
|
android:id="@+id/action_subscribeFragment_to_setDonationCurrencyFragment"
|
|
|
|
app:destination="@id/setDonationCurrencyFragment"
|
|
|
|
app:enterAnim="@anim/fragment_open_enter"
|
|
|
|
app:exitAnim="@anim/fragment_open_exit"
|
|
|
|
app:popEnterAnim="@anim/fragment_close_enter"
|
|
|
|
app:popExitAnim="@anim/fragment_close_exit" />
|
|
|
|
|
|
|
|
<action
|
|
|
|
android:id="@+id/action_subscribeFragment_to_subscribeLearnMoreBottomSheetDialog"
|
|
|
|
app:destination="@id/subscribeLearnMoreBottomSheetDialog" />
|
|
|
|
|
|
|
|
<action
|
|
|
|
android:id="@+id/action_subscribeFragment_to_subscribeThanksForYourSupportBottomSheetDialog"
|
|
|
|
app:destination="@id/subscribeThanksForYourSupportBottomSheetDialog" />
|
|
|
|
</fragment>
|
|
|
|
|
|
|
|
<dialog
|
|
|
|
android:id="@+id/setDonationCurrencyFragment"
|
|
|
|
android:name="org.thoughtcrime.securesms.components.settings.app.subscription.currency.SetCurrencyFragment"
|
|
|
|
android:label="set_currency_fragment"
|
|
|
|
tools:layout="@layout/dsl_settings_fragment">
|
|
|
|
|
|
|
|
<argument
|
|
|
|
android:name="isBoost"
|
|
|
|
app:argType="boolean" />
|
|
|
|
|
|
|
|
<argument
|
|
|
|
android:name="supportedCurrencyCodes"
|
|
|
|
app:argType="string[]" />
|
|
|
|
</dialog>
|
|
|
|
|
|
|
|
<dialog
|
|
|
|
android:id="@+id/subscribeLearnMoreBottomSheetDialog"
|
|
|
|
android:name="org.thoughtcrime.securesms.components.settings.app.subscription.subscribe.SubscribeLearnMoreBottomSheetDialogFragment"
|
|
|
|
android:label="subscribe_learn_more_bottom_sheet_dialog"
|
|
|
|
tools:layout="@layout/subscribe_learn_more_bottom_sheet_dialog_fragment" />
|
|
|
|
|
|
|
|
<dialog
|
|
|
|
android:id="@+id/subscribeThanksForYourSupportBottomSheetDialog"
|
|
|
|
android:name="org.thoughtcrime.securesms.components.settings.app.subscription.thanks.ThanksForYourSupportBottomSheetDialogFragment"
|
|
|
|
android:label="subscribe_thanks_for_your_support_bottom_sheet_dialog"
|
|
|
|
tools:layout="@layout/thanks_for_your_support_bottom_sheet_dialog_fragment">
|
|
|
|
|
|
|
|
<argument
|
|
|
|
android:name="badge"
|
|
|
|
app:argType="org.thoughtcrime.securesms.badges.models.Badge"
|
|
|
|
app:nullable="false" />
|
|
|
|
|
|
|
|
<argument
|
|
|
|
android:name="isBoost"
|
|
|
|
android:defaultValue="false"
|
|
|
|
app:argType="boolean" />
|
|
|
|
</dialog>
|
|
|
|
|
|
|
|
<include app:graph="@navigation/manage_badges" />
|
|
|
|
|
2021-12-08 13:22:36 -05:00
|
|
|
<!-- endregion -->
|
|
|
|
|
|
|
|
<!-- Notification Profiles -->
|
|
|
|
<fragment
|
|
|
|
android:id="@+id/notificationProfilesFragment"
|
|
|
|
android:name="org.thoughtcrime.securesms.components.settings.app.notifications.profiles.NotificationProfilesFragment"
|
|
|
|
tools:layout="@layout/notification_profiles_empty">
|
|
|
|
|
|
|
|
<action
|
|
|
|
android:id="@+id/action_notificationProfilesFragment_to_editNotificationProfileFragment"
|
|
|
|
app:destination="@id/editNotificationProfileFragment"
|
|
|
|
app:enterAnim="@anim/fragment_open_enter"
|
|
|
|
app:exitAnim="@anim/fragment_open_exit"
|
|
|
|
app:popEnterAnim="@anim/fragment_close_enter"
|
|
|
|
app:popExitAnim="@anim/fragment_close_exit" />
|
|
|
|
|
|
|
|
<action
|
|
|
|
android:id="@+id/action_notificationProfilesFragment_to_notificationProfileDetailsFragment"
|
|
|
|
app:destination="@id/notificationProfileDetailsFragment"
|
|
|
|
app:enterAnim="@anim/fragment_open_enter"
|
|
|
|
app:exitAnim="@anim/fragment_open_exit"
|
|
|
|
app:popEnterAnim="@anim/fragment_close_enter"
|
|
|
|
app:popExitAnim="@anim/fragment_close_exit" />
|
|
|
|
</fragment>
|
|
|
|
|
|
|
|
<fragment
|
|
|
|
android:id="@+id/editNotificationProfileFragment"
|
|
|
|
android:name="org.thoughtcrime.securesms.components.settings.app.notifications.profiles.EditNotificationProfileFragment"
|
|
|
|
tools:layout="@layout/fragment_edit_notification_profile">
|
|
|
|
|
|
|
|
<argument
|
|
|
|
android:name="profileId"
|
|
|
|
android:defaultValue="-1L"
|
|
|
|
app:argType="long" />
|
|
|
|
|
|
|
|
<action
|
|
|
|
android:id="@+id/action_editNotificationProfileFragment_to_addAllowedMembersFragment"
|
|
|
|
app:destination="@id/addAllowedMembersFragment"
|
|
|
|
app:enterAnim="@anim/fragment_open_enter"
|
|
|
|
app:exitAnim="@anim/fragment_open_exit"
|
|
|
|
app:popEnterAnim="@anim/fragment_close_enter"
|
|
|
|
app:popExitAnim="@anim/fragment_close_exit"
|
|
|
|
app:popUpTo="@id/editNotificationProfileFragment"
|
|
|
|
app:popUpToInclusive="true" />
|
|
|
|
|
|
|
|
</fragment>
|
|
|
|
|
|
|
|
<fragment
|
|
|
|
android:id="@+id/addAllowedMembersFragment"
|
|
|
|
android:name="org.thoughtcrime.securesms.components.settings.app.notifications.profiles.AddAllowedMembersFragment"
|
|
|
|
tools:layout="@layout/fragment_add_allowed_members">
|
|
|
|
|
|
|
|
<argument
|
|
|
|
android:name="profileId"
|
|
|
|
app:argType="long" />
|
|
|
|
|
|
|
|
<action
|
|
|
|
android:id="@+id/action_addAllowedMembersFragment_to_selectRecipientsFragment"
|
|
|
|
app:destination="@id/selectRecipientsFragment"
|
|
|
|
app:enterAnim="@anim/fragment_open_enter"
|
|
|
|
app:exitAnim="@anim/fragment_open_exit"
|
|
|
|
app:popEnterAnim="@anim/fragment_close_enter"
|
|
|
|
app:popExitAnim="@anim/fragment_close_exit" />
|
|
|
|
|
|
|
|
<action
|
|
|
|
android:id="@+id/action_addAllowedMembersFragment_to_editNotificationProfileScheduleFragment"
|
|
|
|
app:destination="@id/editNotificationProfileScheduleFragment"
|
|
|
|
app:enterAnim="@anim/fragment_open_enter"
|
|
|
|
app:exitAnim="@anim/fragment_open_exit"
|
|
|
|
app:popEnterAnim="@anim/fragment_close_enter"
|
|
|
|
app:popExitAnim="@anim/fragment_close_exit" />
|
|
|
|
|
|
|
|
</fragment>
|
|
|
|
|
|
|
|
<fragment
|
|
|
|
android:id="@+id/selectRecipientsFragment"
|
|
|
|
android:name="org.thoughtcrime.securesms.components.settings.app.notifications.profiles.SelectRecipientsFragment"
|
|
|
|
tools:layout="@layout/fragment_select_recipients_fragment">
|
|
|
|
|
|
|
|
<argument
|
|
|
|
android:name="profileId"
|
|
|
|
app:argType="long" />
|
|
|
|
|
|
|
|
<argument
|
|
|
|
android:name="currentSelection"
|
|
|
|
android:defaultValue="@null"
|
|
|
|
app:argType="org.thoughtcrime.securesms.recipients.RecipientId[]"
|
|
|
|
app:nullable="true" />
|
|
|
|
|
|
|
|
</fragment>
|
|
|
|
|
|
|
|
<fragment
|
|
|
|
android:id="@+id/notificationProfileDetailsFragment"
|
|
|
|
android:name="org.thoughtcrime.securesms.components.settings.app.notifications.profiles.NotificationProfileDetailsFragment"
|
|
|
|
tools:layout="@layout/dsl_settings_fragment">
|
|
|
|
|
|
|
|
<argument
|
|
|
|
android:name="profileId"
|
|
|
|
app:argType="long" />
|
|
|
|
|
|
|
|
<action
|
|
|
|
android:id="@+id/action_notificationProfileDetailsFragment_to_selectRecipientsFragment"
|
|
|
|
app:destination="@id/selectRecipientsFragment"
|
|
|
|
app:enterAnim="@anim/fragment_open_enter"
|
|
|
|
app:exitAnim="@anim/fragment_open_exit"
|
|
|
|
app:popEnterAnim="@anim/fragment_close_enter"
|
|
|
|
app:popExitAnim="@anim/fragment_close_exit" />
|
|
|
|
|
|
|
|
<action
|
|
|
|
android:id="@+id/action_notificationProfileDetailsFragment_to_editNotificationProfileFragment"
|
|
|
|
app:destination="@id/editNotificationProfileFragment"
|
|
|
|
app:enterAnim="@anim/fragment_open_enter"
|
|
|
|
app:exitAnim="@anim/fragment_open_exit"
|
|
|
|
app:popEnterAnim="@anim/fragment_close_enter"
|
|
|
|
app:popExitAnim="@anim/fragment_close_exit" />
|
|
|
|
|
|
|
|
<action
|
|
|
|
android:id="@+id/action_notificationProfileDetailsFragment_to_editNotificationProfileScheduleFragment"
|
|
|
|
app:destination="@id/editNotificationProfileScheduleFragment"
|
|
|
|
app:enterAnim="@anim/fragment_open_enter"
|
|
|
|
app:exitAnim="@anim/fragment_open_exit"
|
|
|
|
app:popEnterAnim="@anim/fragment_close_enter"
|
|
|
|
app:popExitAnim="@anim/fragment_close_exit" />
|
|
|
|
|
|
|
|
</fragment>
|
|
|
|
|
|
|
|
<fragment
|
|
|
|
android:id="@+id/editNotificationProfileScheduleFragment"
|
|
|
|
android:name="org.thoughtcrime.securesms.components.settings.app.notifications.profiles.EditNotificationProfileScheduleFragment"
|
|
|
|
tools:layout="@layout/fragment_edit_notification_profile_schedule">
|
|
|
|
|
|
|
|
<argument
|
|
|
|
android:name="profileId"
|
|
|
|
app:argType="long" />
|
|
|
|
|
|
|
|
<argument
|
|
|
|
android:name="createMode"
|
|
|
|
app:argType="boolean" />
|
|
|
|
|
|
|
|
<action
|
|
|
|
android:id="@+id/action_editNotificationProfileScheduleFragment_to_notificationProfileCreatedFragment"
|
|
|
|
app:destination="@id/notificationProfileCreatedFragment"
|
|
|
|
app:enterAnim="@anim/fragment_open_enter"
|
|
|
|
app:exitAnim="@anim/fragment_open_exit"
|
|
|
|
app:popEnterAnim="@anim/fragment_close_enter"
|
|
|
|
app:popExitAnim="@anim/fragment_close_exit"
|
|
|
|
app:popUpTo="@id/addAllowedMembersFragment"
|
|
|
|
app:popUpToInclusive="true" />
|
|
|
|
|
|
|
|
</fragment>
|
|
|
|
|
|
|
|
<fragment
|
|
|
|
android:id="@+id/notificationProfileCreatedFragment"
|
|
|
|
android:name="org.thoughtcrime.securesms.components.settings.app.notifications.profiles.NotificationProfileCreatedFragment"
|
|
|
|
tools:layout="@layout/fragment_notification_profile_created">
|
|
|
|
|
|
|
|
<argument
|
|
|
|
android:name="profileId"
|
|
|
|
app:argType="long" />
|
|
|
|
|
|
|
|
<action
|
|
|
|
android:id="@+id/action_notificationProfileCreatedFragment_to_notificationProfileDetailsFragment"
|
|
|
|
app:destination="@id/notificationProfileDetailsFragment"
|
|
|
|
app:enterAnim="@anim/fragment_open_enter"
|
|
|
|
app:exitAnim="@anim/fragment_open_exit"
|
|
|
|
app:popEnterAnim="@anim/fragment_close_enter"
|
|
|
|
app:popExitAnim="@anim/fragment_close_exit"
|
|
|
|
app:popUpTo="@id/notificationProfileCreatedFragment"
|
|
|
|
app:popUpToInclusive="true" />
|
|
|
|
|
|
|
|
</fragment>
|
2021-11-18 13:25:37 -04:00
|
|
|
|
2022-08-18 10:11:42 -03:00
|
|
|
<include app:graph="@navigation/story_privacy_settings" />
|
2022-02-24 13:40:28 -04:00
|
|
|
|
2021-05-12 13:02:44 -03:00
|
|
|
</navigation>
|