mirror of
https://codeberg.org/timelimit/timelimit-android.git
synced 2025-10-03 01:39:22 +02:00
Clean up nav_graph
This commit is contained in:
parent
fcf86f1698
commit
7013897be6
1 changed files with 2 additions and 451 deletions
|
@ -1,6 +1,6 @@
|
||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<!--
|
<!--
|
||||||
TimeLimit Copyright <C> 2019 - 2022 Jonas Lochmann
|
TimeLimit Copyright <C> 2019 - 2023 Jonas Lochmann
|
||||||
This program is free software: you can redistribute it and/or modify
|
This program is free software: you can redistribute it and/or modify
|
||||||
it under the terms of the GNU General Public License as published by
|
it under the terms of the GNU General Public License as published by
|
||||||
the Free Software Foundation version 3 of the License.
|
the Free Software Foundation version 3 of the License.
|
||||||
|
@ -15,137 +15,18 @@
|
||||||
-->
|
-->
|
||||||
<navigation xmlns:android="http://schemas.android.com/apk/res/android"
|
<navigation xmlns:android="http://schemas.android.com/apk/res/android"
|
||||||
xmlns:app="http://schemas.android.com/apk/res-auto"
|
xmlns:app="http://schemas.android.com/apk/res-auto"
|
||||||
xmlns:tools="http://schemas.android.com/tools"
|
xmlns:tools="http://schemas.android.com/tools">
|
||||||
app:startDestination="@id/launchFragment">
|
|
||||||
|
|
||||||
<fragment
|
|
||||||
android:id="@+id/overviewFragment"
|
|
||||||
android:name="io.timelimit.android.ui.overview.main.MainFragment"
|
|
||||||
android:label="fragment_main"
|
|
||||||
tools:layout="@layout/fragment_overview" >
|
|
||||||
<action
|
|
||||||
app:enterAnim="@anim/nav_default_enter_anim"
|
|
||||||
app:exitAnim="@anim/nav_default_exit_anim"
|
|
||||||
app:popEnterAnim="@anim/nav_default_pop_enter_anim"
|
|
||||||
app:popExitAnim="@anim/nav_default_pop_exit_anim"
|
|
||||||
android:id="@+id/action_overviewFragment_to_manageChildFragment"
|
|
||||||
app:destination="@id/manageChildFragment" />
|
|
||||||
<action
|
|
||||||
app:enterAnim="@anim/nav_default_enter_anim"
|
|
||||||
app:exitAnim="@anim/nav_default_exit_anim"
|
|
||||||
app:popEnterAnim="@anim/nav_default_pop_enter_anim"
|
|
||||||
app:popExitAnim="@anim/nav_default_pop_exit_anim"
|
|
||||||
android:id="@+id/action_overviewFragment_to_addUserFragment"
|
|
||||||
app:destination="@id/addUserFragment" />
|
|
||||||
<action
|
|
||||||
app:enterAnim="@anim/nav_default_enter_anim"
|
|
||||||
app:exitAnim="@anim/nav_default_exit_anim"
|
|
||||||
app:popEnterAnim="@anim/nav_default_pop_enter_anim"
|
|
||||||
app:popExitAnim="@anim/nav_default_pop_exit_anim"
|
|
||||||
android:id="@+id/action_overviewFragment_to_manageDeviceFragment"
|
|
||||||
app:destination="@id/manageDeviceFragment" />
|
|
||||||
<action
|
|
||||||
app:enterAnim="@anim/nav_default_enter_anim"
|
|
||||||
app:exitAnim="@anim/nav_default_exit_anim"
|
|
||||||
app:popEnterAnim="@anim/nav_default_pop_enter_anim"
|
|
||||||
app:popExitAnim="@anim/nav_default_pop_exit_anim"
|
|
||||||
android:id="@+id/action_overviewFragment_to_purchaseFragment"
|
|
||||||
app:destination="@id/purchaseFragment" />
|
|
||||||
<action
|
|
||||||
app:enterAnim="@anim/nav_default_enter_anim"
|
|
||||||
app:exitAnim="@anim/nav_default_exit_anim"
|
|
||||||
app:popEnterAnim="@anim/nav_default_pop_enter_anim"
|
|
||||||
app:popExitAnim="@anim/nav_default_pop_exit_anim"
|
|
||||||
android:id="@+id/action_overviewFragment_to_manageParentFragment"
|
|
||||||
app:destination="@id/manageParentFragment" />
|
|
||||||
<action
|
|
||||||
android:id="@+id/action_overviewFragment_to_setupDeviceFragment"
|
|
||||||
app:destination="@id/setupDeviceFragment"
|
|
||||||
app:enterAnim="@anim/nav_default_enter_anim"
|
|
||||||
app:exitAnim="@anim/nav_default_exit_anim"
|
|
||||||
app:popEnterAnim="@anim/nav_default_pop_enter_anim"
|
|
||||||
app:popExitAnim="@anim/nav_default_pop_exit_anim" />
|
|
||||||
<action
|
|
||||||
android:id="@+id/action_overviewFragment_to_diagnoseMainFragment"
|
|
||||||
app:destination="@id/diagnoseMainFragment"
|
|
||||||
app:enterAnim="@anim/nav_default_enter_anim"
|
|
||||||
app:exitAnim="@anim/nav_default_exit_anim"
|
|
||||||
app:popEnterAnim="@anim/nav_default_pop_enter_anim"
|
|
||||||
app:popExitAnim="@anim/nav_default_pop_exit_anim" />
|
|
||||||
<action
|
|
||||||
android:id="@+id/action_overviewFragment_to_stayAwesomeFragment"
|
|
||||||
app:destination="@id/stayAwesomeFragment"
|
|
||||||
app:enterAnim="@anim/nav_default_enter_anim"
|
|
||||||
app:exitAnim="@anim/nav_default_exit_anim"
|
|
||||||
app:popEnterAnim="@anim/nav_default_pop_enter_anim"
|
|
||||||
app:popExitAnim="@anim/nav_default_pop_exit_anim" />
|
|
||||||
<action
|
|
||||||
android:id="@+id/action_overviewFragment_to_aboutFragmentWrapped"
|
|
||||||
app:destination="@id/aboutFragmentWrapped"
|
|
||||||
app:enterAnim="@anim/nav_default_enter_anim"
|
|
||||||
app:exitAnim="@anim/nav_default_exit_anim"
|
|
||||||
app:popEnterAnim="@anim/nav_default_pop_enter_anim"
|
|
||||||
app:popExitAnim="@anim/nav_default_pop_exit_anim" />
|
|
||||||
<action
|
|
||||||
android:id="@+id/action_overviewFragment_to_uninstallFragment"
|
|
||||||
app:destination="@id/uninstallFragment"
|
|
||||||
app:enterAnim="@anim/nav_default_enter_anim"
|
|
||||||
app:exitAnim="@anim/nav_default_exit_anim"
|
|
||||||
app:popEnterAnim="@anim/nav_default_pop_enter_anim"
|
|
||||||
app:popExitAnim="@anim/nav_default_pop_exit_anim" />
|
|
||||||
</fragment>
|
|
||||||
<fragment
|
<fragment
|
||||||
android:id="@+id/manageChildFragment"
|
android:id="@+id/manageChildFragment"
|
||||||
android:name="io.timelimit.android.ui.manage.child.ManageChildFragment"
|
android:name="io.timelimit.android.ui.manage.child.ManageChildFragment"
|
||||||
android:label="fragment_manage_child">
|
android:label="fragment_manage_child">
|
||||||
<action
|
|
||||||
app:enterAnim="@anim/nav_default_enter_anim"
|
|
||||||
app:exitAnim="@anim/nav_default_exit_anim"
|
|
||||||
app:popEnterAnim="@anim/nav_default_pop_enter_anim"
|
|
||||||
app:popExitAnim="@anim/nav_default_pop_exit_anim"
|
|
||||||
android:id="@+id/action_manageChildFragment_to_manageCategoryFragment"
|
|
||||||
app:destination="@id/manageCategoryFragment" />
|
|
||||||
<argument
|
<argument
|
||||||
android:name="childId"
|
android:name="childId"
|
||||||
app:argType="string" />
|
app:argType="string" />
|
||||||
<argument
|
<argument
|
||||||
android:name="fromRedirect"
|
android:name="fromRedirect"
|
||||||
app:argType="boolean" />
|
app:argType="boolean" />
|
||||||
<action
|
|
||||||
android:id="@+id/action_manageChildFragment_to_childAppsFragmentWrapper"
|
|
||||||
app:destination="@id/childAppsFragmentWrapper"
|
|
||||||
app:enterAnim="@anim/nav_default_enter_anim"
|
|
||||||
app:exitAnim="@anim/nav_default_exit_anim"
|
|
||||||
app:popEnterAnim="@anim/nav_default_pop_enter_anim"
|
|
||||||
app:popExitAnim="@anim/nav_default_pop_exit_anim" />
|
|
||||||
<action
|
|
||||||
android:id="@+id/action_manageChildFragment_to_childAdvancedFragmentWrapper"
|
|
||||||
app:destination="@id/childAdvancedFragmentWrapper"
|
|
||||||
app:enterAnim="@anim/nav_default_enter_anim"
|
|
||||||
app:exitAnim="@anim/nav_default_exit_anim"
|
|
||||||
app:popEnterAnim="@anim/nav_default_pop_enter_anim"
|
|
||||||
app:popExitAnim="@anim/nav_default_pop_exit_anim" />
|
|
||||||
<action
|
|
||||||
android:id="@+id/action_manageChildFragment_to_contactsFragment"
|
|
||||||
app:destination="@id/contactsFragment"
|
|
||||||
app:enterAnim="@anim/nav_default_enter_anim"
|
|
||||||
app:exitAnim="@anim/nav_default_exit_anim"
|
|
||||||
app:popEnterAnim="@anim/nav_default_pop_enter_anim"
|
|
||||||
app:popExitAnim="@anim/nav_default_pop_exit_anim" />
|
|
||||||
<action
|
|
||||||
android:id="@+id/action_manageChildFragment_to_childUsageHistoryFragmentWrapper"
|
|
||||||
app:destination="@id/childUsageHistoryFragmentWrapper"
|
|
||||||
app:enterAnim="@anim/nav_default_enter_anim"
|
|
||||||
app:exitAnim="@anim/nav_default_exit_anim"
|
|
||||||
app:popEnterAnim="@anim/nav_default_pop_enter_anim"
|
|
||||||
app:popExitAnim="@anim/nav_default_pop_exit_anim" />
|
|
||||||
<action
|
|
||||||
android:id="@+id/action_manageChildFragment_to_manageChildTasksFragment"
|
|
||||||
app:destination="@id/manageChildTasksFragment"
|
|
||||||
app:enterAnim="@anim/nav_default_enter_anim"
|
|
||||||
app:exitAnim="@anim/nav_default_exit_anim"
|
|
||||||
app:popEnterAnim="@anim/nav_default_pop_enter_anim"
|
|
||||||
app:popExitAnim="@anim/nav_default_pop_exit_anim" />
|
|
||||||
</fragment>
|
</fragment>
|
||||||
<fragment
|
<fragment
|
||||||
android:id="@+id/manageCategoryFragment"
|
android:id="@+id/manageCategoryFragment"
|
||||||
|
@ -157,93 +38,7 @@
|
||||||
<argument
|
<argument
|
||||||
android:name="categoryId"
|
android:name="categoryId"
|
||||||
app:argType="string" />
|
app:argType="string" />
|
||||||
<action
|
|
||||||
android:id="@+id/action_manageCategoryFragment_to_categoryAdvancedFragmentWrapper"
|
|
||||||
app:destination="@id/categoryAdvancedFragmentWrapper"
|
|
||||||
app:enterAnim="@anim/nav_default_enter_anim"
|
|
||||||
app:exitAnim="@anim/nav_default_exit_anim"
|
|
||||||
app:popEnterAnim="@anim/nav_default_pop_enter_anim"
|
|
||||||
app:popExitAnim="@anim/nav_default_pop_exit_anim" />
|
|
||||||
<action
|
|
||||||
android:id="@+id/action_manageCategoryFragment_to_blockedTimeAreasFragmentWrapper"
|
|
||||||
app:destination="@id/blockedTimeAreasFragmentWrapper"
|
|
||||||
app:enterAnim="@anim/nav_default_enter_anim"
|
|
||||||
app:exitAnim="@anim/nav_default_exit_anim"
|
|
||||||
app:popEnterAnim="@anim/nav_default_pop_enter_anim"
|
|
||||||
app:popExitAnim="@anim/nav_default_pop_exit_anim" />
|
|
||||||
</fragment>
|
</fragment>
|
||||||
<fragment
|
|
||||||
android:id="@+id/addUserFragment"
|
|
||||||
android:name="io.timelimit.android.ui.user.create.AddUserFragment"
|
|
||||||
android:label="AddUserFragment" />
|
|
||||||
<fragment
|
|
||||||
android:id="@+id/setupDevicePermissionsFragment"
|
|
||||||
android:name="io.timelimit.android.ui.setup.SetupDevicePermissionsFragment"
|
|
||||||
android:label="fragment_setup_device_permissions"
|
|
||||||
tools:layout="@layout/fragment_setup_device_permissions" >
|
|
||||||
<action
|
|
||||||
app:enterAnim="@anim/nav_default_enter_anim"
|
|
||||||
app:exitAnim="@anim/nav_default_exit_anim"
|
|
||||||
app:popEnterAnim="@anim/nav_default_pop_enter_anim"
|
|
||||||
app:popExitAnim="@anim/nav_default_pop_exit_anim"
|
|
||||||
android:id="@+id/action_setupDevicePermissionsFragment_to_setupLocalModeFragment"
|
|
||||||
app:destination="@id/setupLocalModeFragment" />
|
|
||||||
</fragment>
|
|
||||||
<fragment
|
|
||||||
android:id="@+id/setupSelectModeFragment"
|
|
||||||
android:name="io.timelimit.android.ui.setup.SetupSelectModeFragment"
|
|
||||||
android:label="fragment_setup_select_mode"
|
|
||||||
tools:layout="@layout/fragment_setup_select_mode" >
|
|
||||||
<action
|
|
||||||
app:enterAnim="@anim/nav_default_enter_anim"
|
|
||||||
app:exitAnim="@anim/nav_default_exit_anim"
|
|
||||||
app:popEnterAnim="@anim/nav_default_pop_enter_anim"
|
|
||||||
app:popExitAnim="@anim/nav_default_pop_exit_anim"
|
|
||||||
android:id="@+id/action_setupSelectModeFragment_to_setupDevicePermissionsFragment"
|
|
||||||
app:destination="@id/setupDevicePermissionsFragment" />
|
|
||||||
<action
|
|
||||||
app:enterAnim="@anim/nav_default_enter_anim"
|
|
||||||
app:exitAnim="@anim/nav_default_exit_anim"
|
|
||||||
app:popEnterAnim="@anim/nav_default_pop_enter_anim"
|
|
||||||
app:popExitAnim="@anim/nav_default_pop_exit_anim"
|
|
||||||
android:id="@+id/action_setupSelectModeFragment_to_setupParentModeFragment"
|
|
||||||
app:destination="@id/setupParentModeFragment" />
|
|
||||||
<action
|
|
||||||
android:id="@+id/action_setupSelectModeFragment_to_setupRemoteChildFragment"
|
|
||||||
app:destination="@id/setupRemoteChildFragment"
|
|
||||||
app:enterAnim="@anim/nav_default_enter_anim"
|
|
||||||
app:exitAnim="@anim/nav_default_exit_anim"
|
|
||||||
app:popEnterAnim="@anim/nav_default_pop_enter_anim"
|
|
||||||
app:popExitAnim="@anim/nav_default_pop_exit_anim" />
|
|
||||||
</fragment>
|
|
||||||
<fragment
|
|
||||||
android:id="@+id/setupLocalModeFragment"
|
|
||||||
android:name="io.timelimit.android.ui.setup.SetupLocalModeFragment"
|
|
||||||
android:label="fragment_setup_local_mode"
|
|
||||||
tools:layout="@layout/fragment_setup_local_mode" ></fragment>
|
|
||||||
<fragment
|
|
||||||
android:id="@+id/setupTermsFragment"
|
|
||||||
android:name="io.timelimit.android.ui.setup.SetupTermsFragment"
|
|
||||||
android:label="fragment_setup_terms"
|
|
||||||
tools:layout="@layout/fragment_setup_terms" >
|
|
||||||
<action
|
|
||||||
android:id="@+id/action_setupTermsFragment_to_setupHelpInfoFragment"
|
|
||||||
app:destination="@id/setupHelpInfoFragment"
|
|
||||||
app:enterAnim="@anim/nav_default_enter_anim"
|
|
||||||
app:exitAnim="@anim/nav_default_exit_anim"
|
|
||||||
app:popEnterAnim="@anim/nav_default_pop_enter_anim"
|
|
||||||
app:popExitAnim="@anim/nav_default_pop_exit_anim" />
|
|
||||||
</fragment>
|
|
||||||
<fragment
|
|
||||||
android:id="@+id/setupParentModeFragment"
|
|
||||||
android:name="io.timelimit.android.ui.setup.parent.SetupParentModeFragment"
|
|
||||||
android:label="fragment_setup_parent_mode"
|
|
||||||
tools:layout="@layout/fragment_setup_parent_mode" ></fragment>
|
|
||||||
<fragment
|
|
||||||
android:id="@+id/setupRemoteChildFragment"
|
|
||||||
android:name="io.timelimit.android.ui.setup.child.SetupRemoteChildFragment"
|
|
||||||
android:label="setup_remote_child_fragment"
|
|
||||||
tools:layout="@layout/setup_remote_child_fragment" ></fragment>
|
|
||||||
<fragment
|
<fragment
|
||||||
android:id="@+id/manageDeviceFragment"
|
android:id="@+id/manageDeviceFragment"
|
||||||
android:name="io.timelimit.android.ui.manage.device.manage.ManageDeviceFragment"
|
android:name="io.timelimit.android.ui.manage.device.manage.ManageDeviceFragment"
|
||||||
|
@ -252,40 +47,7 @@
|
||||||
<argument
|
<argument
|
||||||
android:name="deviceId"
|
android:name="deviceId"
|
||||||
app:argType="string" />
|
app:argType="string" />
|
||||||
<action
|
|
||||||
android:id="@+id/action_manageDeviceFragment_to_manageDevicePermissionsFragment"
|
|
||||||
app:destination="@id/manageDevicePermissionsFragment"
|
|
||||||
app:enterAnim="@anim/nav_default_enter_anim"
|
|
||||||
app:exitAnim="@anim/nav_default_exit_anim"
|
|
||||||
app:popEnterAnim="@anim/nav_default_pop_enter_anim"
|
|
||||||
app:popExitAnim="@anim/nav_default_pop_exit_anim" />
|
|
||||||
<action
|
|
||||||
android:id="@+id/action_manageDeviceFragment_to_manageDeviceFeaturesFragment"
|
|
||||||
app:destination="@id/manageDeviceFeaturesFragment"
|
|
||||||
app:enterAnim="@anim/nav_default_enter_anim"
|
|
||||||
app:exitAnim="@anim/nav_default_exit_anim"
|
|
||||||
app:popEnterAnim="@anim/nav_default_pop_enter_anim"
|
|
||||||
app:popExitAnim="@anim/nav_default_pop_exit_anim" />
|
|
||||||
<action
|
|
||||||
android:id="@+id/action_manageDeviceFragment_to_manageDeviceUserFragment"
|
|
||||||
app:destination="@id/manageDeviceUserFragment"
|
|
||||||
app:enterAnim="@anim/nav_default_enter_anim"
|
|
||||||
app:exitAnim="@anim/nav_default_exit_anim"
|
|
||||||
app:popEnterAnim="@anim/nav_default_pop_enter_anim"
|
|
||||||
app:popExitAnim="@anim/nav_default_pop_exit_anim" />
|
|
||||||
<action
|
|
||||||
android:id="@+id/action_manageDeviceFragment_to_manageDeviceAdvancedFragment"
|
|
||||||
app:destination="@id/manageDeviceAdvancedFragment"
|
|
||||||
app:enterAnim="@anim/nav_default_enter_anim"
|
|
||||||
app:exitAnim="@anim/nav_default_exit_anim"
|
|
||||||
app:popEnterAnim="@anim/nav_default_pop_enter_anim"
|
|
||||||
app:popExitAnim="@anim/nav_default_pop_exit_anim" />
|
|
||||||
</fragment>
|
</fragment>
|
||||||
<fragment
|
|
||||||
android:id="@+id/purchaseFragment"
|
|
||||||
android:name="io.timelimit.android.ui.payment.PurchaseFragment"
|
|
||||||
android:label="fragment_purchase"
|
|
||||||
tools:layout="@layout/fragment_purchase" />
|
|
||||||
<fragment
|
<fragment
|
||||||
android:id="@+id/manageParentFragment"
|
android:id="@+id/manageParentFragment"
|
||||||
android:name="io.timelimit.android.ui.manage.parent.ManageParentFragment"
|
android:name="io.timelimit.android.ui.manage.parent.ManageParentFragment"
|
||||||
|
@ -294,34 +56,6 @@
|
||||||
<argument
|
<argument
|
||||||
android:name="parentId"
|
android:name="parentId"
|
||||||
app:argType="string" />
|
app:argType="string" />
|
||||||
<action
|
|
||||||
android:id="@+id/action_manageParentFragment_to_changeParentPasswordFragment"
|
|
||||||
app:destination="@id/changeParentPasswordFragment"
|
|
||||||
app:enterAnim="@anim/nav_default_enter_anim"
|
|
||||||
app:exitAnim="@anim/nav_default_exit_anim"
|
|
||||||
app:popEnterAnim="@anim/nav_default_pop_enter_anim"
|
|
||||||
app:popExitAnim="@anim/nav_default_pop_exit_anim" />
|
|
||||||
<action
|
|
||||||
android:id="@+id/action_manageParentFragment_to_restoreParentPasswordFragment"
|
|
||||||
app:destination="@id/restoreParentPasswordFragment"
|
|
||||||
app:enterAnim="@anim/nav_default_enter_anim"
|
|
||||||
app:exitAnim="@anim/nav_default_exit_anim"
|
|
||||||
app:popEnterAnim="@anim/nav_default_pop_enter_anim"
|
|
||||||
app:popExitAnim="@anim/nav_default_pop_exit_anim" />
|
|
||||||
<action
|
|
||||||
android:id="@+id/action_manageParentFragment_to_linkParentMailFragment"
|
|
||||||
app:destination="@id/linkParentMailFragment"
|
|
||||||
app:enterAnim="@anim/nav_default_enter_anim"
|
|
||||||
app:exitAnim="@anim/nav_default_exit_anim"
|
|
||||||
app:popEnterAnim="@anim/nav_default_pop_enter_anim"
|
|
||||||
app:popExitAnim="@anim/nav_default_pop_exit_anim" />
|
|
||||||
<action
|
|
||||||
android:id="@+id/action_manageParentFragment_to_manageParentU2FKeyFragment"
|
|
||||||
app:destination="@id/manageParentU2FKeyFragment"
|
|
||||||
app:enterAnim="@anim/nav_default_enter_anim"
|
|
||||||
app:exitAnim="@anim/nav_default_exit_anim"
|
|
||||||
app:popEnterAnim="@anim/nav_default_pop_enter_anim"
|
|
||||||
app:popExitAnim="@anim/nav_default_pop_exit_anim" />
|
|
||||||
</fragment>
|
</fragment>
|
||||||
<fragment
|
<fragment
|
||||||
android:id="@+id/changeParentPasswordFragment"
|
android:id="@+id/changeParentPasswordFragment"
|
||||||
|
@ -350,93 +84,6 @@
|
||||||
android:name="parentId"
|
android:name="parentId"
|
||||||
app:argType="string" />
|
app:argType="string" />
|
||||||
</fragment>
|
</fragment>
|
||||||
<fragment
|
|
||||||
android:id="@+id/setupDeviceFragment"
|
|
||||||
android:name="io.timelimit.android.ui.setup.device.SetupDeviceFragment"
|
|
||||||
android:label="fragment_setup_device"
|
|
||||||
tools:layout="@layout/fragment_setup_device" />
|
|
||||||
<fragment
|
|
||||||
android:id="@+id/diagnoseMainFragment"
|
|
||||||
android:name="io.timelimit.android.ui.diagnose.DiagnoseMainFragment"
|
|
||||||
android:label="fragment_diagnose_main"
|
|
||||||
tools:layout="@layout/fragment_diagnose_main" >
|
|
||||||
<action
|
|
||||||
android:id="@+id/action_diagnoseMainFragment_to_diagnoseClockFragment"
|
|
||||||
app:destination="@id/diagnoseClockFragment"
|
|
||||||
app:enterAnim="@anim/nav_default_enter_anim"
|
|
||||||
app:exitAnim="@anim/nav_default_exit_anim"
|
|
||||||
app:popEnterAnim="@anim/nav_default_pop_enter_anim"
|
|
||||||
app:popExitAnim="@anim/nav_default_pop_exit_anim" />
|
|
||||||
<action
|
|
||||||
android:id="@+id/action_diagnoseMainFragment_to_diagnoseConnectionFragment"
|
|
||||||
app:destination="@id/diagnoseConnectionFragment"
|
|
||||||
app:enterAnim="@anim/nav_default_enter_anim"
|
|
||||||
app:exitAnim="@anim/nav_default_exit_anim"
|
|
||||||
app:popEnterAnim="@anim/nav_default_pop_enter_anim"
|
|
||||||
app:popExitAnim="@anim/nav_default_pop_exit_anim" />
|
|
||||||
<action
|
|
||||||
android:id="@+id/action_diagnoseMainFragment_to_diagnoseSyncFragment"
|
|
||||||
app:destination="@id/diagnoseSyncFragment"
|
|
||||||
app:enterAnim="@anim/nav_default_enter_anim"
|
|
||||||
app:exitAnim="@anim/nav_default_exit_anim"
|
|
||||||
app:popEnterAnim="@anim/nav_default_pop_enter_anim"
|
|
||||||
app:popExitAnim="@anim/nav_default_pop_exit_anim" />
|
|
||||||
<action
|
|
||||||
android:id="@+id/action_diagnoseMainFragment_to_diagnoseForegroundAppFragment"
|
|
||||||
app:destination="@id/diagnoseForegroundAppFragment"
|
|
||||||
app:enterAnim="@anim/nav_default_enter_anim"
|
|
||||||
app:exitAnim="@anim/nav_default_exit_anim"
|
|
||||||
app:popEnterAnim="@anim/nav_default_pop_enter_anim"
|
|
||||||
app:popExitAnim="@anim/nav_default_pop_exit_anim" />
|
|
||||||
<action
|
|
||||||
android:id="@+id/action_diagnoseMainFragment_to_diagnoseExperimentalFlagFragment"
|
|
||||||
app:destination="@id/diagnoseExperimentalFlagFragment"
|
|
||||||
app:enterAnim="@anim/nav_default_enter_anim"
|
|
||||||
app:exitAnim="@anim/nav_default_exit_anim"
|
|
||||||
app:popEnterAnim="@anim/nav_default_pop_enter_anim"
|
|
||||||
app:popExitAnim="@anim/nav_default_pop_exit_anim" />
|
|
||||||
<action
|
|
||||||
android:id="@+id/action_diagnoseMainFragment_to_diagnoseBatteryFragment"
|
|
||||||
app:destination="@id/diagnoseBatteryFragment"
|
|
||||||
app:enterAnim="@anim/nav_default_enter_anim"
|
|
||||||
app:exitAnim="@anim/nav_default_exit_anim"
|
|
||||||
app:popEnterAnim="@anim/nav_default_pop_enter_anim"
|
|
||||||
app:popExitAnim="@anim/nav_default_pop_exit_anim" />
|
|
||||||
<action
|
|
||||||
android:id="@+id/action_diagnoseMainFragment_to_diagnoseExitReasonFragment"
|
|
||||||
app:destination="@id/diagnoseExitReasonFragment"
|
|
||||||
app:enterAnim="@anim/nav_default_enter_anim"
|
|
||||||
app:exitAnim="@anim/nav_default_exit_anim"
|
|
||||||
app:popEnterAnim="@anim/nav_default_pop_enter_anim"
|
|
||||||
app:popExitAnim="@anim/nav_default_pop_exit_anim" />
|
|
||||||
<action
|
|
||||||
android:id="@+id/action_diagnoseMainFragment_to_diagnoseCryptoFragment"
|
|
||||||
app:destination="@id/diagnoseCryptoFragment"
|
|
||||||
app:enterAnim="@anim/nav_default_enter_anim"
|
|
||||||
app:exitAnim="@anim/nav_default_exit_anim"
|
|
||||||
app:popEnterAnim="@anim/nav_default_pop_enter_anim"
|
|
||||||
app:popExitAnim="@anim/nav_default_pop_exit_anim" />
|
|
||||||
</fragment>
|
|
||||||
<fragment
|
|
||||||
android:id="@+id/diagnoseClockFragment"
|
|
||||||
android:name="io.timelimit.android.ui.diagnose.DiagnoseClockFragment"
|
|
||||||
android:label="diagnose_clock_fragment"
|
|
||||||
tools:layout="@layout/diagnose_clock_fragment" />
|
|
||||||
<fragment
|
|
||||||
android:id="@+id/diagnoseConnectionFragment"
|
|
||||||
android:name="io.timelimit.android.ui.diagnose.DiagnoseConnectionFragment"
|
|
||||||
android:label="fragment_diagnose_connection"
|
|
||||||
tools:layout="@layout/fragment_diagnose_connection" />
|
|
||||||
<fragment
|
|
||||||
android:id="@+id/diagnoseSyncFragment"
|
|
||||||
android:name="io.timelimit.android.ui.diagnose.DiagnoseSyncFragment"
|
|
||||||
android:label="diagnose_sync_fragment"
|
|
||||||
tools:layout="@layout/diagnose_sync_fragment" />
|
|
||||||
<fragment
|
|
||||||
android:id="@+id/diagnoseForegroundAppFragment"
|
|
||||||
android:name="io.timelimit.android.ui.diagnose.DiagnoseForegroundAppFragment"
|
|
||||||
android:label="diagnose_foreground_app_fragment"
|
|
||||||
tools:layout="@layout/diagnose_foreground_app_fragment" />
|
|
||||||
<fragment
|
<fragment
|
||||||
android:id="@+id/manageDevicePermissionsFragment"
|
android:id="@+id/manageDevicePermissionsFragment"
|
||||||
android:name="io.timelimit.android.ui.manage.device.manage.permission.ManageDevicePermissionsFragment"
|
android:name="io.timelimit.android.ui.manage.device.manage.permission.ManageDevicePermissionsFragment"
|
||||||
|
@ -473,69 +120,6 @@
|
||||||
android:name="deviceId"
|
android:name="deviceId"
|
||||||
app:argType="string" />
|
app:argType="string" />
|
||||||
</fragment>
|
</fragment>
|
||||||
<fragment
|
|
||||||
android:id="@+id/diagnoseExperimentalFlagFragment"
|
|
||||||
android:name="io.timelimit.android.ui.diagnose.DiagnoseExperimentalFlagFragment"
|
|
||||||
android:label="diagnose_experimental_flag_fragment"
|
|
||||||
tools:layout="@layout/diagnose_experimental_flag_fragment" />
|
|
||||||
<fragment
|
|
||||||
android:id="@+id/stayAwesomeFragment"
|
|
||||||
android:name="io.timelimit.android.ui.payment.StayAwesomeFragment"
|
|
||||||
android:label="stay_awesome_fragment"
|
|
||||||
tools:layout="@layout/stay_awesome_fragment" />
|
|
||||||
<fragment
|
|
||||||
android:id="@+id/diagnoseBatteryFragment"
|
|
||||||
android:name="io.timelimit.android.ui.diagnose.DiagnoseBatteryFragment"
|
|
||||||
android:label="diagnose_battery_fragment"
|
|
||||||
tools:layout="@layout/diagnose_battery_fragment" />
|
|
||||||
<fragment
|
|
||||||
android:id="@+id/parentModeFragment"
|
|
||||||
android:name="io.timelimit.android.ui.parentmode.ParentModeFragment"
|
|
||||||
android:label="parent_mode_fragment"
|
|
||||||
tools:layout="@layout/parent_mode_fragment" />
|
|
||||||
<fragment
|
|
||||||
android:id="@+id/setupHelpInfoFragment"
|
|
||||||
android:name="io.timelimit.android.ui.setup.SetupHelpInfoFragment"
|
|
||||||
android:label="SetupHelpInfoFragment" >
|
|
||||||
<action
|
|
||||||
android:id="@+id/action_setupHelpInfoFragment_to_setupSelectModeFragment"
|
|
||||||
app:destination="@id/setupSelectModeFragment"
|
|
||||||
app:enterAnim="@anim/nav_default_enter_anim"
|
|
||||||
app:exitAnim="@anim/nav_default_exit_anim"
|
|
||||||
app:popEnterAnim="@anim/nav_default_pop_enter_anim"
|
|
||||||
app:popExitAnim="@anim/nav_default_pop_exit_anim" />
|
|
||||||
</fragment>
|
|
||||||
<fragment
|
|
||||||
android:id="@+id/aboutFragmentWrapped"
|
|
||||||
android:name="io.timelimit.android.ui.fragment.AboutFragmentWrapped"
|
|
||||||
android:label="AboutFragmentWrapped" >
|
|
||||||
<action
|
|
||||||
android:id="@+id/action_aboutFragmentWrapped_to_diagnoseMainFragment"
|
|
||||||
app:destination="@id/diagnoseMainFragment"
|
|
||||||
app:enterAnim="@anim/nav_default_enter_anim"
|
|
||||||
app:exitAnim="@anim/nav_default_exit_anim"
|
|
||||||
app:popEnterAnim="@anim/nav_default_pop_enter_anim"
|
|
||||||
app:popExitAnim="@anim/nav_default_pop_exit_anim" />
|
|
||||||
<action
|
|
||||||
android:id="@+id/action_aboutFragmentWrapped_to_stayAwesomeFragment"
|
|
||||||
app:destination="@id/stayAwesomeFragment"
|
|
||||||
app:enterAnim="@anim/nav_default_enter_anim"
|
|
||||||
app:exitAnim="@anim/nav_default_exit_anim"
|
|
||||||
app:popEnterAnim="@anim/nav_default_pop_enter_anim"
|
|
||||||
app:popExitAnim="@anim/nav_default_pop_exit_anim" />
|
|
||||||
<action
|
|
||||||
android:id="@+id/action_aboutFragmentWrapped_to_purchaseFragment"
|
|
||||||
app:destination="@id/purchaseFragment"
|
|
||||||
app:enterAnim="@anim/nav_default_enter_anim"
|
|
||||||
app:exitAnim="@anim/nav_default_exit_anim"
|
|
||||||
app:popEnterAnim="@anim/nav_default_pop_enter_anim"
|
|
||||||
app:popExitAnim="@anim/nav_default_pop_exit_anim" />
|
|
||||||
</fragment>
|
|
||||||
<fragment
|
|
||||||
android:id="@+id/uninstallFragment"
|
|
||||||
android:name="io.timelimit.android.ui.overview.uninstall.UninstallFragment"
|
|
||||||
android:label="fragment_uninstall"
|
|
||||||
tools:layout="@layout/fragment_uninstall" />
|
|
||||||
<fragment
|
<fragment
|
||||||
android:id="@+id/childAppsFragmentWrapper"
|
android:id="@+id/childAppsFragmentWrapper"
|
||||||
android:name="io.timelimit.android.ui.fragment.ChildAppsFragmentWrapper"
|
android:name="io.timelimit.android.ui.fragment.ChildAppsFragmentWrapper"
|
||||||
|
@ -552,11 +136,6 @@
|
||||||
android:name="childId"
|
android:name="childId"
|
||||||
app:argType="string" />
|
app:argType="string" />
|
||||||
</fragment>
|
</fragment>
|
||||||
<fragment
|
|
||||||
android:id="@+id/contactsFragment"
|
|
||||||
android:name="io.timelimit.android.ui.contacts.ContactsFragment"
|
|
||||||
android:label="contacts_fragment"
|
|
||||||
tools:layout="@layout/contacts_fragment" />
|
|
||||||
<fragment
|
<fragment
|
||||||
android:id="@+id/childUsageHistoryFragmentWrapper"
|
android:id="@+id/childUsageHistoryFragmentWrapper"
|
||||||
android:name="io.timelimit.android.ui.fragment.ChildUsageHistoryFragmentWrapper"
|
android:name="io.timelimit.android.ui.fragment.ChildUsageHistoryFragmentWrapper"
|
||||||
|
@ -595,10 +174,6 @@
|
||||||
android:name="childId"
|
android:name="childId"
|
||||||
app:argType="string" />
|
app:argType="string" />
|
||||||
</fragment>
|
</fragment>
|
||||||
<fragment
|
|
||||||
android:id="@+id/diagnoseExitReasonFragment"
|
|
||||||
android:name="io.timelimit.android.ui.diagnose.exitreason.DiagnoseExitReasonFragment"
|
|
||||||
android:label="DiagnoseExitReasonFragment" />
|
|
||||||
<fragment
|
<fragment
|
||||||
android:id="@+id/manageParentU2FKeyFragment"
|
android:id="@+id/manageParentU2FKeyFragment"
|
||||||
android:name="io.timelimit.android.ui.manage.parent.u2fkey.ManageParentU2FKeyFragment"
|
android:name="io.timelimit.android.ui.manage.parent.u2fkey.ManageParentU2FKeyFragment"
|
||||||
|
@ -608,28 +183,4 @@
|
||||||
android:name="userId"
|
android:name="userId"
|
||||||
app:argType="string" />
|
app:argType="string" />
|
||||||
</fragment>
|
</fragment>
|
||||||
<fragment
|
|
||||||
android:id="@+id/diagnoseCryptoFragment"
|
|
||||||
android:name="io.timelimit.android.ui.diagnose.DiagnoseCryptoFragment"
|
|
||||||
android:label="DiagnoseCryptoFragment" />
|
|
||||||
<fragment
|
|
||||||
android:id="@+id/launchFragment"
|
|
||||||
android:name="io.timelimit.android.ui.launch.LaunchFragment"
|
|
||||||
android:label="LaunchFragment">
|
|
||||||
<action
|
|
||||||
android:id="@+id/action_launchFragment_to_overviewFragment"
|
|
||||||
app:destination="@id/overviewFragment"
|
|
||||||
app:popUpTo="@id/launchFragment"
|
|
||||||
app:popUpToInclusive="true" />
|
|
||||||
<action
|
|
||||||
android:id="@+id/action_launchFragment_to_setupTermsFragment"
|
|
||||||
app:destination="@id/setupTermsFragment"
|
|
||||||
app:popUpTo="@id/launchFragment"
|
|
||||||
app:popUpToInclusive="true" />
|
|
||||||
<action
|
|
||||||
android:id="@+id/action_launchFragment_to_parentModeFragment"
|
|
||||||
app:destination="@id/parentModeFragment"
|
|
||||||
app:popUpTo="@id/launchFragment"
|
|
||||||
app:popUpToInclusive="true" />
|
|
||||||
</fragment>
|
|
||||||
</navigation>
|
</navigation>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue