Blame view

HH-Uni_AndroidDemo/.idea/workspace.xml 9.99 KB
chengyanfang authored
1 2 3 4 5
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
  <component name="AndroidLogFilters">
    <option name="TOOL_WINDOW_CONFIGURED_FILTER" value="Show only selected application" />
  </component>
mengkai authored
6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23
  <component name="BranchesTreeState">
    <expand>
      <path>
        <item name="ROOT" type="e8cecc67:BranchNodeDescriptor" />
        <item name="LOCAL_ROOT" type="e8cecc67:BranchNodeDescriptor" />
      </path>
      <path>
        <item name="ROOT" type="e8cecc67:BranchNodeDescriptor" />
        <item name="REMOTE_ROOT" type="e8cecc67:BranchNodeDescriptor" />
      </path>
      <path>
        <item name="ROOT" type="e8cecc67:BranchNodeDescriptor" />
        <item name="REMOTE_ROOT" type="e8cecc67:BranchNodeDescriptor" />
        <item name="GROUP_NODE:origin" type="e8cecc67:BranchNodeDescriptor" />
      </path>
    </expand>
    <select />
  </component>
chengyanfang authored
24
  <component name="ChangeListManager">
mengkai authored
25 26
    <list default="true" id="25f92548-da50-4548-a7d0-4dffed767784" name="Default Changelist" comment="">
      <change beforePath="$PROJECT_DIR$/local.properties" beforeDir="false" afterPath="$PROJECT_DIR$/local.properties" afterDir="false" />
chengyanfang authored
27
      <change beforePath="$PROJECT_DIR$/../README.md" beforeDir="false" afterPath="$PROJECT_DIR$/../README.md" afterDir="false" />
mengkai authored
28
    </list>
chengyanfang authored
29 30 31 32 33
    <option name="SHOW_DIALOG" value="false" />
    <option name="HIGHLIGHT_CONFLICTS" value="true" />
    <option name="HIGHLIGHT_NON_ACTIVE_CHANGELIST" value="false" />
    <option name="LAST_RESOLUTION" value="IGNORE" />
  </component>
chengyanfang authored
34
  <component name="ExecutionTargetManager" SELECTED_TARGET="Pixel_2_API_R" />
chengyanfang authored
35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59
  <component name="ExternalProjectsData">
    <projectState path="$PROJECT_DIR$">
      <ProjectState />
    </projectState>
  </component>
  <component name="ExternalProjectsManager">
    <system id="GRADLE">
      <state>
        <projects_view />
      </state>
    </system>
  </component>
  <component name="FileTemplateManagerImpl">
    <option name="RECENT_TEMPLATES">
      <list>
        <option value="Class" />
      </list>
    </option>
  </component>
  <component name="GenerateSignedApkSettings">
    <option name="KEY_STORE_PATH" value="$PROJECT_DIR$/../../uni-hh" />
    <option name="KEY_ALIAS" value="uni-hh" />
    <option name="REMEMBER_PASSWORDS" value="true" />
    <option name="BUILD_TARGET_KEY" value="apk" />
  </component>
mengkai authored
60 61 62
  <component name="Git.Settings">
    <option name="RECENT_GIT_ROOT_PATH" value="$PROJECT_DIR$/.." />
  </component>
chengyanfang authored
63
  <component name="ProjectId" id="1jr1qa1RRUJsrFRAEM2IUFKQwR5" />
mengkai authored
64
  <component name="ProjectLevelVcsManager" settingsEditedManually="true" />
chengyanfang authored
65 66 67 68 69 70 71 72 73 74 75 76 77
  <component name="ProjectViewState">
    <option name="hideEmptyMiddlePackages" value="true" />
    <option name="showLibraryContents" value="true" />
  </component>
  <component name="PropertiesComponent">
    <property name="ApkExportedModule" value="simpleDemo" />
    <property name="DEBUGGABLE_DEVICE" value="huawei-ana_an00-NAB0220A15011279" />
    <property name="DEBUGGABLE_PROCESS" value="com.example.myapplication" />
    <property name="DEBUGGER_ID" value="Auto" />
    <property name="ExportApk.ApkPath" value="$PROJECT_DIR$/../.." />
    <property name="ExportApk.BuildVariants" value="release" />
    <property name="ExportApk.SignV1" value="true" />
    <property name="ExportApk.SignV2" value="true" />
mengkai authored
78
    <property name="RunOnceActivity.OpenProjectViewOnStart" value="true" />
chengyanfang authored
79
    <property name="RunOnceActivity.ShowReadmeOnStart" value="true" />
mengkai authored
80
    <property name="SHARE_PROJECT_CONFIGURATION_FILES" value="true" />
chengyanfang authored
81 82
    <property name="SHOW_ALL_PROCESSES" value="false" />
    <property name="android.sdk.path" value="$USER_HOME$/Library/Android/sdk" />
mengkai authored
83 84
    <property name="dart.analysis.tool.window.visible" value="false" />
    <property name="last_opened_file_path" value="$PROJECT_DIR$" />
chengyanfang authored
85 86 87 88 89
    <property name="memory.settings.postsync.last.time.stamp" value="1615271883510" />
    <property name="project.structure.last.edited" value="Dependencies" />
    <property name="project.structure.proportion" value="0.17" />
    <property name="project.structure.side.proportion" value="0.2" />
    <property name="settings.editor.selected.configurable" value="preferences.sourceCode" />
mengkai authored
90
    <property name="show.migrate.to.gradle.popup" value="false" />
chengyanfang authored
91 92 93 94 95 96 97 98 99 100
  </component>
  <component name="RunManager">
    <configuration default="true" type="AndroidJUnit" factoryName="Android JUnit">
      <option name="TEST_OBJECT" value="class" />
      <option name="WORKING_DIRECTORY" value="$MODULE_DIR$" />
      <method v="2">
        <option name="Android.Gradle.BeforeRunTask" enabled="true" />
      </method>
    </configuration>
    <configuration name="simpleDemo" type="AndroidRunConfigurationType" factoryName="Android App" activateToolWindowBeforeRun="false">
mengkai authored
101
      <module name="HH-Uni_AndroidDemo.simpleDemo" />
chengyanfang authored
102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164
      <option name="DEPLOY" value="true" />
      <option name="DEPLOY_APK_FROM_BUNDLE" value="false" />
      <option name="DEPLOY_AS_INSTANT" value="false" />
      <option name="ARTIFACT_NAME" value="" />
      <option name="PM_INSTALL_OPTIONS" value="" />
      <option name="DYNAMIC_FEATURES_DISABLED_LIST" value="" />
      <option name="ACTIVITY_EXTRA_FLAGS" value="" />
      <option name="MODE" value="do_nothing" />
      <option name="CLEAR_LOGCAT" value="false" />
      <option name="SHOW_LOGCAT_AUTOMATICALLY" value="false" />
      <option name="SKIP_NOOP_APK_INSTALLATIONS" value="true" />
      <option name="FORCE_STOP_RUNNING_APP" value="true" />
      <option name="TARGET_SELECTION_MODE" value="DEVICE_AND_SNAPSHOT_COMBO_BOX" />
      <option name="SELECTED_CLOUD_MATRIX_CONFIGURATION_ID" value="-1" />
      <option name="SELECTED_CLOUD_MATRIX_PROJECT_ID" value="" />
      <option name="DEBUGGER_TYPE" value="Auto" />
      <Auto>
        <option name="USE_JAVA_AWARE_DEBUGGER" value="false" />
        <option name="SHOW_STATIC_VARS" value="true" />
        <option name="WORKING_DIR" value="" />
        <option name="TARGET_LOGGING_CHANNELS" value="lldb process:gdb-remote packets" />
        <option name="SHOW_OPTIMIZED_WARNING" value="true" />
      </Auto>
      <Hybrid>
        <option name="USE_JAVA_AWARE_DEBUGGER" value="false" />
        <option name="SHOW_STATIC_VARS" value="true" />
        <option name="WORKING_DIR" value="" />
        <option name="TARGET_LOGGING_CHANNELS" value="lldb process:gdb-remote packets" />
        <option name="SHOW_OPTIMIZED_WARNING" value="true" />
      </Hybrid>
      <Java />
      <Native>
        <option name="USE_JAVA_AWARE_DEBUGGER" value="false" />
        <option name="SHOW_STATIC_VARS" value="true" />
        <option name="WORKING_DIR" value="" />
        <option name="TARGET_LOGGING_CHANNELS" value="lldb process:gdb-remote packets" />
        <option name="SHOW_OPTIMIZED_WARNING" value="true" />
      </Native>
      <Profilers>
        <option name="ADVANCED_PROFILING_ENABLED" value="false" />
        <option name="STARTUP_CPU_PROFILING_ENABLED" value="false" />
        <option name="STARTUP_CPU_PROFILING_CONFIGURATION_NAME" value="Sample Java Methods" />
      </Profilers>
      <option name="DEEP_LINK" value="" />
      <option name="ACTIVITY_CLASS" value="" />
      <method v="2">
        <option name="Android.Gradle.BeforeRunTask" enabled="true" />
      </method>
    </configuration>
  </component>
  <component name="SvnConfiguration">
    <configuration />
  </component>
  <component name="TaskManager">
    <task active="true" id="Default" summary="Default task">
      <changelist id="25f92548-da50-4548-a7d0-4dffed767784" name="Default Changelist" comment="" />
      <created>1604547587241</created>
      <option name="number" value="Default" />
      <option name="presentableId" value="Default" />
      <updated>1604547587241</updated>
    </task>
    <servers />
  </component>
mengkai authored
165 166 167 168 169
  <component name="Vcs.Log.Tabs.Properties">
    <option name="TAB_STATES">
      <map>
        <entry key="MAIN">
          <value>
chengyanfang authored
170 171 172
            <State>
              <option name="COLUMN_ORDER" />
            </State>
mengkai authored
173 174 175 176 177
          </value>
        </entry>
      </map>
    </option>
  </component>
chengyanfang authored
178
  <component name="WindowStateProjectService">
mengkai authored
179
    <state width="2518" height="588" key="GridCell.Tab.0.bottom" timestamp="1622198939659">
chengyanfang authored
180 181 182
      <screen x="0" y="0" width="2560" height="1440" />
    </state>
    <state width="2518" height="84" key="GridCell.Tab.0.bottom/0.0.2560.1440@0.0.2560.1440" timestamp="1615272171622" />
mengkai authored
183 184
    <state width="2518" height="588" key="GridCell.Tab.0.bottom/2560.-123.1920.1080/0.0.2560.1440@0.0.2560.1440" timestamp="1622198939659" />
    <state width="2518" height="588" key="GridCell.Tab.0.center" timestamp="1622198939657">
chengyanfang authored
185 186 187
      <screen x="0" y="0" width="2560" height="1440" />
    </state>
    <state width="2518" height="84" key="GridCell.Tab.0.center/0.0.2560.1440@0.0.2560.1440" timestamp="1615272171622" />
mengkai authored
188 189
    <state width="2518" height="588" key="GridCell.Tab.0.center/2560.-123.1920.1080/0.0.2560.1440@0.0.2560.1440" timestamp="1622198939657" />
    <state width="2518" height="588" key="GridCell.Tab.0.left" timestamp="1622198939656">
chengyanfang authored
190 191 192
      <screen x="0" y="0" width="2560" height="1440" />
    </state>
    <state width="2518" height="84" key="GridCell.Tab.0.left/0.0.2560.1440@0.0.2560.1440" timestamp="1615272171621" />
mengkai authored
193 194
    <state width="2518" height="588" key="GridCell.Tab.0.left/2560.-123.1920.1080/0.0.2560.1440@0.0.2560.1440" timestamp="1622198939656" />
    <state width="2518" height="588" key="GridCell.Tab.0.right" timestamp="1622198939658">
chengyanfang authored
195 196 197
      <screen x="0" y="0" width="2560" height="1440" />
    </state>
    <state width="2518" height="84" key="GridCell.Tab.0.right/0.0.2560.1440@0.0.2560.1440" timestamp="1615272171622" />
mengkai authored
198 199 200 201 202
    <state width="2518" height="588" key="GridCell.Tab.0.right/2560.-123.1920.1080/0.0.2560.1440@0.0.2560.1440" timestamp="1622198939658" />
    <state x="972" y="475" width="615" height="490" key="find.popup" timestamp="1622198959508">
      <screen x="0" y="0" width="2560" height="1440" />
    </state>
    <state x="972" y="475" width="615" height="490" key="find.popup/2560.-123.1920.1080/0.0.2560.1440@0.0.2560.1440" timestamp="1622198959508" />
chengyanfang authored
203 204
  </component>
</project>