2021-04-30 17:20:15 +00:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<navigation xmlns:android="http://schemas.android.com/apk/res/android"
|
2022-07-30 01:24:07 +00:00
|
|
|
xmlns:app="http://schemas.android.com/apk/res-auto"
|
|
|
|
xmlns:tools="http://schemas.android.com/tools"
|
|
|
|
android:id="@+id/mobile_navigation"
|
|
|
|
app:startDestination="@+id/navigation_home">
|
2022-03-03 11:26:26 +00:00
|
|
|
<action
|
2022-08-09 02:53:24 +00:00
|
|
|
android:id="@+id/global_to_navigation_results_tv"
|
|
|
|
app:destination="@id/navigation_results_tv"
|
|
|
|
app:enterAnim="@anim/enter_anim"
|
|
|
|
app:exitAnim="@anim/exit_anim"
|
|
|
|
app:popEnterAnim="@anim/enter_anim"
|
|
|
|
app:popExitAnim="@anim/exit_anim">
|
2022-08-04 22:26:33 +00:00
|
|
|
<argument
|
2022-08-09 02:53:24 +00:00
|
|
|
android:name="url"
|
|
|
|
app:argType="string" />
|
2022-08-04 22:26:33 +00:00
|
|
|
<argument
|
2022-08-09 02:53:24 +00:00
|
|
|
android:name="apiName"
|
|
|
|
app:argType="string" />
|
2022-08-04 22:26:33 +00:00
|
|
|
<argument
|
2022-08-09 02:53:24 +00:00
|
|
|
android:name="startAction"
|
|
|
|
android:defaultValue="0"
|
|
|
|
app:argType="integer" />
|
2022-08-04 22:26:33 +00:00
|
|
|
<argument
|
2022-08-09 02:53:24 +00:00
|
|
|
android:name="startValue"
|
|
|
|
android:defaultValue="0"
|
|
|
|
app:argType="integer" />
|
2022-08-04 22:26:33 +00:00
|
|
|
<argument
|
2022-08-09 02:53:24 +00:00
|
|
|
android:name="restart"
|
|
|
|
android:defaultValue="false"
|
|
|
|
app:argType="boolean" />
|
2022-08-04 22:26:33 +00:00
|
|
|
</action>
|
|
|
|
<action
|
|
|
|
android:id="@+id/global_to_navigation_results_phone"
|
|
|
|
app:destination="@id/navigation_results_phone"
|
2022-07-30 01:24:07 +00:00
|
|
|
app:enterAnim="@anim/enter_anim"
|
|
|
|
app:exitAnim="@anim/exit_anim"
|
|
|
|
app:popEnterAnim="@anim/enter_anim"
|
|
|
|
app:popExitAnim="@anim/exit_anim">
|
2021-09-20 21:11:36 +00:00
|
|
|
<argument
|
2022-07-30 01:24:07 +00:00
|
|
|
android:name="url"
|
|
|
|
app:argType="string" />
|
2021-09-20 21:11:36 +00:00
|
|
|
<argument
|
2022-07-30 01:24:07 +00:00
|
|
|
android:name="apiName"
|
|
|
|
app:argType="string" />
|
2021-09-20 21:11:36 +00:00
|
|
|
<argument
|
2022-07-30 01:24:07 +00:00
|
|
|
android:name="startAction"
|
|
|
|
android:defaultValue="0"
|
|
|
|
app:argType="integer" />
|
2021-09-20 21:11:36 +00:00
|
|
|
<argument
|
2022-07-30 01:24:07 +00:00
|
|
|
android:name="startValue"
|
|
|
|
android:defaultValue="0"
|
|
|
|
app:argType="integer" />
|
2021-09-20 21:11:36 +00:00
|
|
|
<argument
|
2022-07-30 01:24:07 +00:00
|
|
|
android:name="restart"
|
|
|
|
android:defaultValue="false"
|
|
|
|
app:argType="boolean" />
|
2021-09-20 21:11:36 +00:00
|
|
|
</action>
|
2022-03-03 11:26:26 +00:00
|
|
|
<action
|
2022-07-30 01:24:07 +00:00
|
|
|
android:id="@+id/global_to_navigation_player"
|
|
|
|
app:destination="@id/navigation_player"
|
|
|
|
app:enterAnim="@anim/enter_anim"
|
|
|
|
app:exitAnim="@anim/exit_anim"
|
|
|
|
app:popEnterAnim="@anim/enter_anim"
|
|
|
|
app:popExitAnim="@anim/exit_anim">
|
2021-09-20 21:11:36 +00:00
|
|
|
<argument
|
2022-07-30 01:24:07 +00:00
|
|
|
android:name="data"
|
|
|
|
android:defaultValue="@null"
|
|
|
|
app:argType="string" />
|
2021-09-20 21:11:36 +00:00
|
|
|
<argument
|
2022-07-30 01:24:07 +00:00
|
|
|
android:name="uriData"
|
|
|
|
android:defaultValue="@null"
|
|
|
|
app:argType="string" />
|
2021-09-20 21:11:36 +00:00
|
|
|
<argument
|
2022-07-30 01:24:07 +00:00
|
|
|
android:name="resumePosition"
|
|
|
|
android:defaultValue="0L"
|
|
|
|
app:argType="long" />
|
2021-09-20 21:11:36 +00:00
|
|
|
</action>
|
|
|
|
|
2022-03-03 11:26:26 +00:00
|
|
|
<action
|
2022-07-30 01:24:07 +00:00
|
|
|
android:id="@+id/global_to_navigation_home"
|
|
|
|
app:destination="@id/navigation_home"
|
|
|
|
app:enterAnim="@anim/enter_anim"
|
|
|
|
app:exitAnim="@anim/exit_anim"
|
|
|
|
app:popEnterAnim="@anim/enter_anim"
|
|
|
|
app:popExitAnim="@anim/exit_anim" />
|
2021-09-20 21:11:36 +00:00
|
|
|
|
2022-03-03 11:26:26 +00:00
|
|
|
<action
|
2022-07-30 01:24:07 +00:00
|
|
|
android:id="@+id/global_to_navigation_subtitles"
|
|
|
|
app:destination="@id/navigation_subtitles"
|
|
|
|
app:enterAnim="@anim/enter_anim"
|
|
|
|
app:exitAnim="@anim/exit_anim"
|
|
|
|
app:popEnterAnim="@anim/enter_anim"
|
|
|
|
app:popExitAnim="@anim/exit_anim">
|
2021-09-20 21:11:36 +00:00
|
|
|
<argument
|
2022-07-30 01:24:07 +00:00
|
|
|
android:name="hide"
|
|
|
|
android:defaultValue="true"
|
|
|
|
app:argType="boolean" />
|
2021-09-20 21:11:36 +00:00
|
|
|
</action>
|
|
|
|
|
2022-03-03 11:26:26 +00:00
|
|
|
<action
|
2022-07-30 01:24:07 +00:00
|
|
|
android:id="@+id/global_to_navigation_chrome_subtitles"
|
|
|
|
app:destination="@id/navigation_chrome_subtitles"
|
|
|
|
app:enterAnim="@anim/enter_anim"
|
|
|
|
app:exitAnim="@anim/exit_anim"
|
|
|
|
app:popEnterAnim="@anim/enter_anim"
|
|
|
|
app:popExitAnim="@anim/exit_anim">
|
2022-02-12 20:20:56 +00:00
|
|
|
<argument
|
2022-07-30 01:24:07 +00:00
|
|
|
android:name="hide"
|
|
|
|
android:defaultValue="true"
|
|
|
|
app:argType="boolean" />
|
2022-02-12 20:20:56 +00:00
|
|
|
</action>
|
|
|
|
|
2022-05-15 18:38:32 +00:00
|
|
|
<fragment
|
2022-07-30 01:24:07 +00:00
|
|
|
android:id="@+id/navigation_settings_player"
|
|
|
|
android:name="com.lagradost.cloudstream3.ui.settings.SettingsPlayer"
|
|
|
|
android:label="@string/title_settings"
|
|
|
|
app:enterAnim="@anim/enter_anim"
|
|
|
|
app:exitAnim="@anim/exit_anim"
|
|
|
|
app:popEnterAnim="@anim/enter_anim"
|
|
|
|
app:popExitAnim="@anim/exit_anim">
|
|
|
|
<action
|
|
|
|
android:id="@+id/action_navigation_settings_player_to_navigation_subtitles"
|
|
|
|
app:destination="@id/navigation_subtitles"
|
2021-11-20 00:41:37 +00:00
|
|
|
app:enterAnim="@anim/enter_anim"
|
|
|
|
app:exitAnim="@anim/exit_anim"
|
|
|
|
app:popEnterAnim="@anim/enter_anim"
|
2022-07-30 01:24:07 +00:00
|
|
|
app:popExitAnim="@anim/exit_anim" />
|
2022-05-15 18:38:32 +00:00
|
|
|
<action
|
2022-07-30 01:24:07 +00:00
|
|
|
android:id="@+id/action_navigation_settings_player_to_navigation_chrome_subtitles"
|
|
|
|
app:destination="@id/navigation_chrome_subtitles"
|
2021-09-20 21:11:36 +00:00
|
|
|
app:enterAnim="@anim/enter_anim"
|
|
|
|
app:exitAnim="@anim/exit_anim"
|
|
|
|
app:popEnterAnim="@anim/enter_anim"
|
2022-03-03 11:26:26 +00:00
|
|
|
app:popExitAnim="@anim/exit_anim" />
|
2022-07-30 01:24:07 +00:00
|
|
|
</fragment>
|
2021-09-20 21:11:36 +00:00
|
|
|
|
2022-06-09 13:50:55 +00:00
|
|
|
<fragment
|
2022-07-30 01:24:07 +00:00
|
|
|
android:id="@+id/navigation_settings_ui"
|
|
|
|
android:name="com.lagradost.cloudstream3.ui.settings.SettingsUI"
|
|
|
|
android:label="@string/title_settings"
|
|
|
|
app:enterAnim="@anim/enter_anim"
|
|
|
|
app:exitAnim="@anim/exit_anim"
|
|
|
|
app:popEnterAnim="@anim/enter_anim"
|
|
|
|
app:popExitAnim="@anim/exit_anim" />
|
2022-06-09 13:50:55 +00:00
|
|
|
|
2022-05-15 18:38:32 +00:00
|
|
|
<fragment
|
2022-07-30 01:24:07 +00:00
|
|
|
android:id="@+id/navigation_settings_general"
|
|
|
|
android:name="com.lagradost.cloudstream3.ui.settings.SettingsGeneral"
|
|
|
|
android:label="@string/title_settings"
|
|
|
|
app:enterAnim="@anim/enter_anim"
|
|
|
|
app:exitAnim="@anim/exit_anim"
|
|
|
|
app:popEnterAnim="@anim/enter_anim"
|
|
|
|
app:popExitAnim="@anim/exit_anim" />
|
2021-09-20 21:11:36 +00:00
|
|
|
|
2022-08-06 23:43:39 +00:00
|
|
|
<fragment
|
|
|
|
android:id="@+id/navigation_settings_extensions"
|
|
|
|
android:name="com.lagradost.cloudstream3.ui.settings.extensions.ExtensionsFragment"
|
|
|
|
android:label="@string/title_settings"
|
|
|
|
app:enterAnim="@anim/enter_anim"
|
|
|
|
app:exitAnim="@anim/exit_anim"
|
|
|
|
app:popEnterAnim="@anim/enter_anim"
|
2022-08-09 02:53:24 +00:00
|
|
|
app:popExitAnim="@anim/exit_anim"
|
|
|
|
tools:layout="@layout/fragment_extensions">
|
2022-08-06 23:43:39 +00:00
|
|
|
<action
|
|
|
|
android:id="@+id/navigation_settings_extensions_to_navigation_settings_plugins"
|
|
|
|
app:destination="@id/navigation_settings_plugins"
|
|
|
|
app:enterAnim="@anim/enter_anim"
|
|
|
|
app:exitAnim="@anim/exit_anim"
|
|
|
|
app:popEnterAnim="@anim/enter_anim"
|
|
|
|
app:popExitAnim="@anim/exit_anim">
|
|
|
|
<argument
|
|
|
|
android:name="name"
|
|
|
|
android:defaultValue="@null"
|
|
|
|
app:argType="string" />
|
|
|
|
<argument
|
|
|
|
android:name="url"
|
|
|
|
android:defaultValue="@null"
|
|
|
|
app:argType="string" />
|
2022-08-11 22:36:19 +00:00
|
|
|
<argument
|
|
|
|
android:name="isLocal"
|
|
|
|
android:defaultValue="false"
|
|
|
|
app:argType="boolean" />
|
2022-08-06 23:43:39 +00:00
|
|
|
</action>
|
|
|
|
</fragment>
|
|
|
|
|
|
|
|
<fragment
|
|
|
|
android:id="@+id/navigation_settings_plugins"
|
|
|
|
android:name="com.lagradost.cloudstream3.ui.settings.extensions.PluginsFragment"
|
|
|
|
android:label="@string/title_settings"
|
|
|
|
app:enterAnim="@anim/enter_anim"
|
|
|
|
app:exitAnim="@anim/exit_anim"
|
|
|
|
app:popEnterAnim="@anim/enter_anim"
|
2022-08-09 02:53:24 +00:00
|
|
|
app:popExitAnim="@anim/exit_anim"
|
|
|
|
tools:layout="@layout/fragment_plugins" />
|
2022-08-06 23:43:39 +00:00
|
|
|
|
2022-08-15 23:24:19 +00:00
|
|
|
<fragment
|
|
|
|
android:id="@+id/navigation_webview"
|
|
|
|
android:name="com.lagradost.cloudstream3.ui.WebviewFragment"
|
|
|
|
android:label="@string/title_settings"
|
|
|
|
app:enterAnim="@anim/enter_anim"
|
|
|
|
app:exitAnim="@anim/exit_anim"
|
|
|
|
app:popEnterAnim="@anim/enter_anim"
|
|
|
|
app:popExitAnim="@anim/exit_anim"
|
|
|
|
tools:layout="@layout/fragment_webview" />
|
|
|
|
|
2022-05-15 18:38:32 +00:00
|
|
|
<fragment
|
2022-07-30 01:24:07 +00:00
|
|
|
android:id="@+id/navigation_settings_lang"
|
|
|
|
android:name="com.lagradost.cloudstream3.ui.settings.SettingsLang"
|
|
|
|
android:label="@string/title_settings"
|
|
|
|
app:enterAnim="@anim/enter_anim"
|
|
|
|
app:exitAnim="@anim/exit_anim"
|
|
|
|
app:popEnterAnim="@anim/enter_anim"
|
|
|
|
app:popExitAnim="@anim/exit_anim" />
|
2022-05-15 18:38:32 +00:00
|
|
|
|
|
|
|
<fragment
|
2022-07-30 01:24:07 +00:00
|
|
|
android:id="@+id/navigation_settings_updates"
|
|
|
|
android:name="com.lagradost.cloudstream3.ui.settings.SettingsUpdates"
|
|
|
|
android:label="@string/title_settings"
|
|
|
|
app:enterAnim="@anim/enter_anim"
|
|
|
|
app:exitAnim="@anim/exit_anim"
|
|
|
|
app:popEnterAnim="@anim/enter_anim"
|
|
|
|
app:popExitAnim="@anim/exit_anim" />
|
|
|
|
|
|
|
|
<fragment
|
|
|
|
android:id="@+id/navigation_settings_account"
|
|
|
|
android:name="com.lagradost.cloudstream3.ui.settings.SettingsAccount"
|
|
|
|
android:label="@string/title_settings"
|
|
|
|
app:enterAnim="@anim/enter_anim"
|
|
|
|
app:exitAnim="@anim/exit_anim"
|
|
|
|
app:popEnterAnim="@anim/enter_anim"
|
|
|
|
app:popExitAnim="@anim/exit_anim" />
|
2021-09-20 21:11:36 +00:00
|
|
|
|
2022-05-15 18:38:32 +00:00
|
|
|
<action
|
2022-07-30 01:24:07 +00:00
|
|
|
android:id="@+id/global_to_navigation_quick_search"
|
|
|
|
app:destination="@id/navigation_quick_search"
|
|
|
|
app:enterAnim="@anim/enter_anim"
|
|
|
|
app:exitAnim="@anim/exit_anim"
|
|
|
|
app:popEnterAnim="@anim/enter_anim"
|
|
|
|
app:popExitAnim="@anim/exit_anim">
|
2022-05-15 18:38:32 +00:00
|
|
|
<argument
|
2022-07-30 01:24:07 +00:00
|
|
|
android:name="mainapi"
|
|
|
|
android:defaultValue="true"
|
|
|
|
app:argType="boolean" />
|
2022-05-15 18:38:32 +00:00
|
|
|
<argument
|
2022-07-30 01:24:07 +00:00
|
|
|
android:name="autosearch"
|
|
|
|
android:defaultValue="@null"
|
|
|
|
app:argType="string" />
|
2022-05-15 18:38:32 +00:00
|
|
|
</action>
|
|
|
|
|
2021-07-28 01:04:32 +00:00
|
|
|
<fragment
|
2022-07-30 01:24:07 +00:00
|
|
|
android:id="@+id/navigation_home"
|
|
|
|
android:name="com.lagradost.cloudstream3.ui.home.HomeFragment"
|
|
|
|
android:label="@string/title_home"
|
|
|
|
app:enterAnim="@anim/enter_anim"
|
|
|
|
app:exitAnim="@anim/exit_anim"
|
|
|
|
app:popEnterAnim="@anim/enter_anim"
|
|
|
|
app:popExitAnim="@anim/exit_anim"
|
|
|
|
tools:layout="@layout/fragment_home">
|
2022-05-15 18:38:32 +00:00
|
|
|
<action
|
2022-07-30 01:24:07 +00:00
|
|
|
android:id="@+id/action_navigation_home_to_navigation_quick_search"
|
|
|
|
app:destination="@id/navigation_quick_search"
|
|
|
|
app:enterAnim="@anim/enter_anim"
|
|
|
|
app:exitAnim="@anim/exit_anim"
|
|
|
|
app:popEnterAnim="@anim/enter_anim"
|
|
|
|
app:popExitAnim="@anim/exit_anim" />
|
2022-05-15 18:38:32 +00:00
|
|
|
</fragment>
|
2021-07-28 01:04:32 +00:00
|
|
|
|
2021-04-30 17:20:15 +00:00
|
|
|
<fragment
|
2022-07-30 01:24:07 +00:00
|
|
|
android:id="@+id/navigation_search"
|
|
|
|
android:name="com.lagradost.cloudstream3.ui.search.SearchFragment"
|
|
|
|
android:label="@string/title_search"
|
|
|
|
app:enterAnim="@anim/enter_anim"
|
|
|
|
app:exitAnim="@anim/exit_anim"
|
|
|
|
app:popEnterAnim="@anim/enter_anim"
|
|
|
|
app:popExitAnim="@anim/exit_anim"
|
2022-08-09 02:53:24 +00:00
|
|
|
tools:layout="@layout/fragment_search" />
|
2021-04-30 17:20:15 +00:00
|
|
|
|
|
|
|
<fragment
|
2022-07-30 01:24:07 +00:00
|
|
|
android:id="@+id/navigation_downloads"
|
|
|
|
android:name="com.lagradost.cloudstream3.ui.download.DownloadFragment"
|
|
|
|
android:label="@string/title_downloads"
|
|
|
|
app:enterAnim="@anim/enter_anim"
|
|
|
|
app:exitAnim="@anim/exit_anim"
|
|
|
|
app:popEnterAnim="@anim/enter_anim"
|
|
|
|
app:popExitAnim="@anim/exit_anim"
|
|
|
|
tools:layout="@layout/fragment_downloads">
|
|
|
|
|
|
|
|
<action
|
|
|
|
android:id="@+id/action_navigation_downloads_to_navigation_download_child"
|
|
|
|
app:destination="@id/navigation_download_child"
|
2022-03-03 11:26:26 +00:00
|
|
|
app:enterAnim="@anim/enter_anim"
|
|
|
|
app:exitAnim="@anim/exit_anim"
|
|
|
|
app:popEnterAnim="@anim/enter_anim"
|
|
|
|
app:popExitAnim="@anim/exit_anim">
|
2021-09-20 21:11:36 +00:00
|
|
|
<argument
|
2022-07-30 01:24:07 +00:00
|
|
|
android:name="name"
|
|
|
|
app:argType="string" />
|
2021-09-20 21:11:36 +00:00
|
|
|
<argument
|
2022-07-30 01:24:07 +00:00
|
|
|
android:name="folder"
|
|
|
|
app:argType="string" />
|
2021-09-20 21:11:36 +00:00
|
|
|
</action>
|
2022-05-15 18:38:32 +00:00
|
|
|
<action
|
2022-07-30 01:24:07 +00:00
|
|
|
android:id="@+id/action_navigation_downloads_to_navigation_player"
|
|
|
|
app:destination="@id/navigation_player"
|
|
|
|
app:enterAnim="@anim/enter_anim"
|
|
|
|
app:exitAnim="@anim/exit_anim"
|
|
|
|
app:popEnterAnim="@anim/enter_anim"
|
|
|
|
app:popExitAnim="@anim/exit_anim" />
|
2021-09-20 21:11:36 +00:00
|
|
|
</fragment>
|
2021-06-10 23:00:22 +00:00
|
|
|
<fragment
|
2022-07-30 01:24:07 +00:00
|
|
|
android:id="@+id/navigation_settings"
|
|
|
|
android:name="com.lagradost.cloudstream3.ui.settings.SettingsFragment"
|
|
|
|
android:layout_height="match_parent"
|
|
|
|
android:label="@string/title_settings"
|
|
|
|
app:enterAnim="@anim/enter_anim"
|
|
|
|
app:exitAnim="@anim/exit_anim"
|
|
|
|
app:popEnterAnim="@anim/enter_anim"
|
|
|
|
app:popExitAnim="@anim/exit_anim"
|
|
|
|
tools:layout="@layout/main_settings">
|
|
|
|
<action
|
|
|
|
android:id="@+id/action_navigation_settings_to_navigation_settings_ui"
|
|
|
|
app:destination="@id/navigation_settings_ui"
|
2022-03-03 11:26:26 +00:00
|
|
|
app:enterAnim="@anim/enter_anim"
|
|
|
|
app:exitAnim="@anim/exit_anim"
|
|
|
|
app:popEnterAnim="@anim/enter_anim"
|
2022-07-30 01:24:07 +00:00
|
|
|
app:popExitAnim="@anim/exit_anim" />
|
2022-05-15 18:38:32 +00:00
|
|
|
<action
|
2022-07-30 01:24:07 +00:00
|
|
|
android:id="@+id/action_navigation_settings_to_navigation_settings_lang"
|
|
|
|
app:destination="@id/navigation_settings_lang"
|
|
|
|
app:enterAnim="@anim/enter_anim"
|
|
|
|
app:exitAnim="@anim/exit_anim"
|
|
|
|
app:popEnterAnim="@anim/enter_anim"
|
|
|
|
app:popExitAnim="@anim/exit_anim" />
|
2022-05-15 18:38:32 +00:00
|
|
|
<action
|
2022-07-30 01:24:07 +00:00
|
|
|
android:id="@+id/action_navigation_settings_to_navigation_settings_player"
|
|
|
|
app:destination="@id/navigation_settings_player"
|
|
|
|
app:enterAnim="@anim/enter_anim"
|
|
|
|
app:exitAnim="@anim/exit_anim"
|
|
|
|
app:popEnterAnim="@anim/enter_anim"
|
|
|
|
app:popExitAnim="@anim/exit_anim" />
|
2022-05-15 18:38:32 +00:00
|
|
|
<action
|
2022-07-30 01:24:07 +00:00
|
|
|
android:id="@+id/action_navigation_settings_to_navigation_settings_updates"
|
|
|
|
app:destination="@id/navigation_settings_updates"
|
|
|
|
app:enterAnim="@anim/enter_anim"
|
|
|
|
app:exitAnim="@anim/exit_anim"
|
|
|
|
app:popEnterAnim="@anim/enter_anim"
|
|
|
|
app:popExitAnim="@anim/exit_anim" />
|
2022-05-15 18:38:32 +00:00
|
|
|
<action
|
2022-07-30 01:24:07 +00:00
|
|
|
android:id="@+id/action_navigation_settings_to_navigation_settings_account"
|
|
|
|
app:destination="@id/navigation_settings_account"
|
|
|
|
app:enterAnim="@anim/enter_anim"
|
|
|
|
app:exitAnim="@anim/exit_anim"
|
|
|
|
app:popEnterAnim="@anim/enter_anim"
|
|
|
|
app:popExitAnim="@anim/exit_anim" />
|
2022-06-09 13:50:55 +00:00
|
|
|
<action
|
2022-07-30 01:24:07 +00:00
|
|
|
android:id="@+id/action_navigation_settings_to_navigation_settings_general"
|
|
|
|
app:destination="@id/navigation_settings_general"
|
|
|
|
app:enterAnim="@anim/enter_anim"
|
|
|
|
app:exitAnim="@anim/exit_anim"
|
|
|
|
app:popEnterAnim="@anim/enter_anim"
|
|
|
|
app:popExitAnim="@anim/exit_anim" />
|
2022-08-06 23:43:39 +00:00
|
|
|
<action
|
|
|
|
android:id="@+id/action_navigation_settings_to_navigation_settings_extensions"
|
|
|
|
app:destination="@id/navigation_settings_extensions"
|
|
|
|
app:enterAnim="@anim/enter_anim"
|
|
|
|
app:exitAnim="@anim/exit_anim"
|
|
|
|
app:popEnterAnim="@anim/enter_anim"
|
|
|
|
app:popExitAnim="@anim/exit_anim" />
|
2022-05-15 18:38:32 +00:00
|
|
|
</fragment>
|
2021-07-19 13:19:47 +00:00
|
|
|
|
2021-09-20 21:11:36 +00:00
|
|
|
<fragment
|
2022-07-30 01:24:07 +00:00
|
|
|
android:id="@+id/navigation_subtitles"
|
|
|
|
android:name="com.lagradost.cloudstream3.ui.subtitles.SubtitlesFragment"
|
|
|
|
android:layout_height="match_parent"
|
|
|
|
android:label="@string/subtitles_settings"
|
|
|
|
app:enterAnim="@anim/enter_anim"
|
|
|
|
app:exitAnim="@anim/exit_anim"
|
|
|
|
app:popEnterAnim="@anim/enter_anim"
|
|
|
|
app:popExitAnim="@anim/exit_anim"
|
|
|
|
tools:layout="@layout/subtitle_settings" />
|
|
|
|
|
|
|
|
<fragment
|
|
|
|
android:id="@+id/navigation_chrome_subtitles"
|
|
|
|
android:name="com.lagradost.cloudstream3.ui.subtitles.ChromecastSubtitlesFragment"
|
|
|
|
android:layout_height="match_parent"
|
|
|
|
android:label="@string/chromecast_subtitles_settings"
|
|
|
|
app:enterAnim="@anim/enter_anim"
|
|
|
|
app:exitAnim="@anim/exit_anim"
|
|
|
|
app:popEnterAnim="@anim/enter_anim"
|
|
|
|
app:popExitAnim="@anim/exit_anim"
|
|
|
|
tools:layout="@layout/chromecast_subtitle_settings" />
|
|
|
|
|
|
|
|
<fragment
|
|
|
|
android:id="@+id/navigation_quick_search"
|
|
|
|
android:name="com.lagradost.cloudstream3.ui.quicksearch.QuickSearchFragment"
|
|
|
|
android:layout_height="match_parent"
|
|
|
|
android:label="@string/search"
|
|
|
|
app:enterAnim="@anim/enter_anim"
|
|
|
|
app:exitAnim="@anim/exit_anim"
|
|
|
|
app:popEnterAnim="@anim/enter_anim"
|
|
|
|
app:popExitAnim="@anim/exit_anim"
|
|
|
|
tools:layout="@layout/quick_search" />
|
|
|
|
|
|
|
|
<fragment
|
|
|
|
android:id="@+id/navigation_download_child"
|
|
|
|
android:name="com.lagradost.cloudstream3.ui.download.DownloadChildFragment"
|
|
|
|
android:layout_height="match_parent"
|
|
|
|
app:enterAnim="@anim/enter_anim"
|
|
|
|
app:exitAnim="@anim/exit_anim"
|
|
|
|
app:popEnterAnim="@anim/enter_anim"
|
|
|
|
app:popExitAnim="@anim/exit_anim"
|
|
|
|
tools:layout="@layout/fragment_child_downloads">
|
|
|
|
<action
|
|
|
|
android:id="@+id/action_navigation_download_child_to_navigation_player"
|
|
|
|
app:destination="@id/navigation_player"
|
2022-03-03 11:26:26 +00:00
|
|
|
app:enterAnim="@anim/enter_anim"
|
|
|
|
app:exitAnim="@anim/exit_anim"
|
|
|
|
app:popEnterAnim="@anim/enter_anim"
|
|
|
|
app:popExitAnim="@anim/exit_anim" />
|
2022-07-30 01:24:07 +00:00
|
|
|
</fragment>
|
2021-09-20 21:11:36 +00:00
|
|
|
|
2022-02-12 20:20:56 +00:00
|
|
|
<fragment
|
2022-08-09 02:53:24 +00:00
|
|
|
android:id="@+id/navigation_results_phone"
|
|
|
|
android:name="com.lagradost.cloudstream3.ui.result.ResultFragmentPhone"
|
|
|
|
android:layout_height="match_parent"
|
|
|
|
app:enterAnim="@anim/enter_anim"
|
|
|
|
app:exitAnim="@anim/exit_anim"
|
|
|
|
app:popEnterAnim="@anim/enter_anim"
|
|
|
|
app:popExitAnim="@anim/exit_anim"
|
|
|
|
tools:layout="@layout/fragment_result_swipe">
|
|
|
|
<action
|
|
|
|
android:id="@+id/action_navigation_results_phone_to_navigation_quick_search"
|
|
|
|
app:destination="@id/navigation_quick_search"
|
2022-08-04 22:26:33 +00:00
|
|
|
app:enterAnim="@anim/enter_anim"
|
|
|
|
app:exitAnim="@anim/exit_anim"
|
|
|
|
app:popEnterAnim="@anim/enter_anim"
|
2022-08-09 02:53:24 +00:00
|
|
|
app:popExitAnim="@anim/exit_anim" />
|
2022-08-04 22:26:33 +00:00
|
|
|
<action
|
2022-08-09 02:53:24 +00:00
|
|
|
android:id="@+id/action_navigation_results_phone_to_navigation_player"
|
|
|
|
app:destination="@id/navigation_player"
|
|
|
|
app:enterAnim="@anim/enter_anim"
|
|
|
|
app:exitAnim="@anim/exit_anim"
|
|
|
|
app:popEnterAnim="@anim/enter_anim"
|
|
|
|
app:popExitAnim="@anim/exit_anim" />
|
2022-08-04 22:26:33 +00:00
|
|
|
</fragment>
|
|
|
|
|
|
|
|
<fragment
|
2022-08-09 02:53:24 +00:00
|
|
|
android:id="@+id/navigation_results_tv"
|
|
|
|
android:name="com.lagradost.cloudstream3.ui.result.ResultFragmentTv"
|
|
|
|
android:layout_height="match_parent"
|
|
|
|
app:enterAnim="@anim/enter_anim"
|
|
|
|
app:exitAnim="@anim/exit_anim"
|
|
|
|
app:popEnterAnim="@anim/enter_anim"
|
|
|
|
app:popExitAnim="@anim/exit_anim"
|
|
|
|
tools:layout="@layout/fragment_result_swipe">
|
|
|
|
<action
|
|
|
|
android:id="@+id/action_navigation_results_tv_to_navigation_quick_search"
|
|
|
|
app:destination="@id/navigation_quick_search"
|
2022-08-04 22:26:33 +00:00
|
|
|
app:enterAnim="@anim/enter_anim"
|
|
|
|
app:exitAnim="@anim/exit_anim"
|
|
|
|
app:popEnterAnim="@anim/enter_anim"
|
2022-08-09 02:53:24 +00:00
|
|
|
app:popExitAnim="@anim/exit_anim" />
|
2022-08-04 22:26:33 +00:00
|
|
|
<action
|
2022-08-09 02:53:24 +00:00
|
|
|
android:id="@+id/action_navigation_results_tv_to_navigation_player"
|
|
|
|
app:destination="@id/navigation_player"
|
|
|
|
app:enterAnim="@anim/enter_anim"
|
|
|
|
app:exitAnim="@anim/exit_anim"
|
|
|
|
app:popEnterAnim="@anim/enter_anim"
|
|
|
|
app:popExitAnim="@anim/exit_anim" />
|
2022-08-04 22:26:33 +00:00
|
|
|
</fragment>
|
|
|
|
|
|
|
|
<!--<fragment
|
2022-07-30 01:24:07 +00:00
|
|
|
android:id="@+id/navigation_results"
|
|
|
|
android:name="com.lagradost.cloudstream3.ui.result.ResultFragment"
|
|
|
|
android:layout_height="match_parent"
|
|
|
|
app:enterAnim="@anim/enter_anim"
|
|
|
|
app:exitAnim="@anim/exit_anim"
|
|
|
|
app:popEnterAnim="@anim/enter_anim"
|
|
|
|
app:popExitAnim="@anim/exit_anim"
|
|
|
|
tools:layout="@layout/fragment_result_swipe">
|
|
|
|
<action
|
|
|
|
android:id="@+id/action_navigation_results_to_navigation_quick_search"
|
|
|
|
app:destination="@id/navigation_quick_search"
|
2022-03-03 11:26:26 +00:00
|
|
|
app:enterAnim="@anim/enter_anim"
|
|
|
|
app:exitAnim="@anim/exit_anim"
|
|
|
|
app:popEnterAnim="@anim/enter_anim"
|
|
|
|
app:popExitAnim="@anim/exit_anim" />
|
2022-07-30 01:24:07 +00:00
|
|
|
<action
|
|
|
|
android:id="@+id/action_navigation_results_to_navigation_player"
|
|
|
|
app:destination="@id/navigation_player"
|
2022-03-03 11:26:26 +00:00
|
|
|
app:enterAnim="@anim/enter_anim"
|
|
|
|
app:exitAnim="@anim/exit_anim"
|
|
|
|
app:popEnterAnim="@anim/enter_anim"
|
2022-07-30 01:24:07 +00:00
|
|
|
app:popExitAnim="@anim/exit_anim" />
|
2022-08-04 22:26:33 +00:00
|
|
|
</fragment>-->
|
2021-11-20 00:41:37 +00:00
|
|
|
|
2021-07-19 13:19:47 +00:00
|
|
|
<fragment
|
2022-07-30 01:24:07 +00:00
|
|
|
android:id="@+id/navigation_player"
|
|
|
|
android:name="com.lagradost.cloudstream3.ui.player.GeneratorPlayer"
|
|
|
|
android:layout_height="match_parent"
|
|
|
|
app:enterAnim="@anim/enter_anim"
|
|
|
|
app:exitAnim="@anim/exit_anim"
|
|
|
|
app:popEnterAnim="@anim/enter_anim"
|
|
|
|
app:popExitAnim="@anim/exit_anim"
|
|
|
|
tools:layout="@layout/fragment_player" />
|
|
|
|
|
|
|
|
|
|
|
|
<fragment
|
|
|
|
android:id="@+id/navigation_setup_language"
|
|
|
|
android:name="com.lagradost.cloudstream3.ui.setup.SetupFragmentLanguage"
|
|
|
|
android:layout_height="match_parent"
|
|
|
|
app:enterAnim="@anim/enter_anim"
|
|
|
|
app:exitAnim="@anim/exit_anim"
|
|
|
|
app:popEnterAnim="@anim/enter_anim"
|
|
|
|
app:popExitAnim="@anim/exit_anim"
|
|
|
|
tools:layout="@layout/fragment_setup_language">
|
|
|
|
<action
|
|
|
|
android:id="@+id/action_navigation_setup_language_to_navigation_setup_provider_languages"
|
|
|
|
app:destination="@id/navigation_setup_provider_languages"
|
2022-03-03 11:26:26 +00:00
|
|
|
app:enterAnim="@anim/enter_anim"
|
|
|
|
app:exitAnim="@anim/exit_anim"
|
|
|
|
app:popEnterAnim="@anim/enter_anim"
|
2022-07-30 01:24:07 +00:00
|
|
|
app:popExitAnim="@anim/exit_anim" />
|
2022-05-15 18:38:32 +00:00
|
|
|
</fragment>
|
2022-08-09 02:53:24 +00:00
|
|
|
|
|
|
|
<action
|
|
|
|
android:id="@+id/action_navigation_global_to_navigation_setup_extensions"
|
|
|
|
app:destination="@id/navigation_setup_extensions"
|
|
|
|
app:enterAnim="@anim/enter_anim"
|
|
|
|
app:exitAnim="@anim/exit_anim"
|
|
|
|
app:popEnterAnim="@anim/enter_anim"
|
|
|
|
app:popExitAnim="@anim/exit_anim">
|
|
|
|
<argument
|
|
|
|
android:name="isSetup"
|
|
|
|
android:defaultValue="false"
|
|
|
|
app:argType="boolean" />
|
|
|
|
</action>
|
|
|
|
|
|
|
|
<fragment
|
|
|
|
android:id="@+id/navigation_setup_extensions"
|
|
|
|
android:name="com.lagradost.cloudstream3.ui.setup.SetupFragmentExtensions"
|
|
|
|
android:layout_height="match_parent"
|
|
|
|
app:enterAnim="@anim/enter_anim"
|
|
|
|
app:exitAnim="@anim/exit_anim"
|
|
|
|
app:popEnterAnim="@anim/enter_anim"
|
|
|
|
app:popExitAnim="@anim/exit_anim"
|
|
|
|
tools:layout="@layout/fragment_setup_extensions">
|
|
|
|
<action
|
|
|
|
android:id="@+id/action_navigation_setup_extensions_to_navigation_setup_provider_languages"
|
|
|
|
app:destination="@id/navigation_setup_provider_languages"
|
|
|
|
app:enterAnim="@anim/enter_anim"
|
|
|
|
app:exitAnim="@anim/exit_anim"
|
|
|
|
app:popEnterAnim="@anim/enter_anim"
|
|
|
|
app:popExitAnim="@anim/exit_anim" />
|
|
|
|
</fragment>
|
|
|
|
|
2021-09-20 21:11:36 +00:00
|
|
|
<fragment
|
2022-07-30 01:24:07 +00:00
|
|
|
android:id="@+id/navigation_setup_provider_languages"
|
|
|
|
android:name="com.lagradost.cloudstream3.ui.setup.SetupFragmentProviderLanguage"
|
|
|
|
android:layout_height="match_parent"
|
|
|
|
app:enterAnim="@anim/enter_anim"
|
|
|
|
app:exitAnim="@anim/exit_anim"
|
|
|
|
app:popEnterAnim="@anim/enter_anim"
|
|
|
|
app:popExitAnim="@anim/exit_anim"
|
|
|
|
tools:layout="@layout/fragment_setup_provider_languages">
|
|
|
|
<action
|
|
|
|
android:id="@+id/navigation_setup_provider_languages_to_navigation_setup_media"
|
|
|
|
app:destination="@id/navigation_setup_media"
|
2022-03-03 11:26:26 +00:00
|
|
|
app:enterAnim="@anim/enter_anim"
|
|
|
|
app:exitAnim="@anim/exit_anim"
|
|
|
|
app:popEnterAnim="@anim/enter_anim"
|
2022-07-30 01:24:07 +00:00
|
|
|
app:popExitAnim="@anim/exit_anim" />
|
2022-05-15 18:38:32 +00:00
|
|
|
</fragment>
|
2021-09-20 21:11:36 +00:00
|
|
|
|
|
|
|
<fragment
|
2022-07-30 01:24:07 +00:00
|
|
|
android:id="@+id/navigation_setup_media"
|
|
|
|
android:name="com.lagradost.cloudstream3.ui.setup.SetupFragmentMedia"
|
|
|
|
android:layout_height="match_parent"
|
|
|
|
app:enterAnim="@anim/enter_anim"
|
|
|
|
app:exitAnim="@anim/exit_anim"
|
|
|
|
app:popEnterAnim="@anim/enter_anim"
|
|
|
|
app:popExitAnim="@anim/exit_anim"
|
|
|
|
tools:layout="@layout/fragment_setup_media">
|
|
|
|
<action
|
|
|
|
android:id="@+id/navigation_setup_media_to_navigation_setup_layout"
|
|
|
|
app:destination="@id/navigation_setup_layout"
|
2022-03-03 11:26:26 +00:00
|
|
|
app:enterAnim="@anim/enter_anim"
|
|
|
|
app:exitAnim="@anim/exit_anim"
|
|
|
|
app:popEnterAnim="@anim/enter_anim"
|
|
|
|
app:popExitAnim="@anim/exit_anim" />
|
2022-07-30 01:24:07 +00:00
|
|
|
</fragment>
|
|
|
|
|
|
|
|
<fragment
|
|
|
|
android:id="@+id/navigation_setup_layout"
|
|
|
|
android:name="com.lagradost.cloudstream3.ui.setup.SetupFragmentLayout"
|
|
|
|
android:layout_height="match_parent"
|
|
|
|
app:enterAnim="@anim/enter_anim"
|
|
|
|
app:exitAnim="@anim/exit_anim"
|
|
|
|
app:popEnterAnim="@anim/enter_anim"
|
|
|
|
app:popExitAnim="@anim/exit_anim"
|
|
|
|
tools:layout="@layout/fragment_setup_media" />
|
2021-04-30 17:20:15 +00:00
|
|
|
</navigation>
|