Android App zur Berechnung der Visiereinstellung eines Recurvebogens.
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

workspace.xml 24KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <project version="4">
  3. <component name="AndroidLayouts">
  4. <shared>
  5. <config>
  6. <device id="pixel_2_xl" />
  7. <device id="Nexus 7" />
  8. <device id="pixel_c" />
  9. <device id="_device_class_tablet" />
  10. <device id="_device_class_phone" />
  11. <locale>de</locale>
  12. <option name="nonWearDeviceLastStateName" value="Portrait" />
  13. </config>
  14. </shared>
  15. </component>
  16. <component name="AndroidLogFilters">
  17. <option name="TOOL_WINDOW_CONFIGURED_FILTER" value="Show only selected application" />
  18. </component>
  19. <component name="AutoImportSettings">
  20. <option name="autoReloadType" value="NONE" />
  21. </component>
  22. <component name="ChangeListManager">
  23. <list default="true" id="41369230-c648-4299-baf3-de5f13bcb18c" name="Changes" comment="">
  24. <change afterPath="$PROJECT_DIR$/app/src/main/java/ch/spherIC/recurvebowsight/ui/configuration/SightConfigurationViewModel.java" afterDir="false" />
  25. <change beforePath="$PROJECT_DIR$/.gradle/7.3.3/executionHistory/executionHistory.bin" beforeDir="false" afterPath="$PROJECT_DIR$/.gradle/7.3.3/executionHistory/executionHistory.bin" afterDir="false" />
  26. <change beforePath="$PROJECT_DIR$/.gradle/7.3.3/executionHistory/executionHistory.lock" beforeDir="false" afterPath="$PROJECT_DIR$/.gradle/7.3.3/executionHistory/executionHistory.lock" afterDir="false" />
  27. <change beforePath="$PROJECT_DIR$/.gradle/7.3.3/fileHashes/fileHashes.bin" beforeDir="false" afterPath="$PROJECT_DIR$/.gradle/7.3.3/fileHashes/fileHashes.bin" afterDir="false" />
  28. <change beforePath="$PROJECT_DIR$/.gradle/7.3.3/fileHashes/fileHashes.lock" beforeDir="false" afterPath="$PROJECT_DIR$/.gradle/7.3.3/fileHashes/fileHashes.lock" afterDir="false" />
  29. <change beforePath="$PROJECT_DIR$/.gradle/7.3.3/fileHashes/resourceHashesCache.bin" beforeDir="false" afterPath="$PROJECT_DIR$/.gradle/7.3.3/fileHashes/resourceHashesCache.bin" afterDir="false" />
  30. <change beforePath="$PROJECT_DIR$/.gradle/buildOutputCleanup/buildOutputCleanup.lock" beforeDir="false" afterPath="$PROJECT_DIR$/.gradle/buildOutputCleanup/buildOutputCleanup.lock" afterDir="false" />
  31. <change beforePath="$PROJECT_DIR$/.idea/assetWizardSettings.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/assetWizardSettings.xml" afterDir="false" />
  32. <change beforePath="$PROJECT_DIR$/.idea/misc.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/misc.xml" afterDir="false" />
  33. <change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" />
  34. <change beforePath="$PROJECT_DIR$/app/src/main/java/ch/spherIC/recurvebowsight/RBSMainActivity.java" beforeDir="false" afterPath="$PROJECT_DIR$/app/src/main/java/ch/spherIC/recurvebowsight/RBSMainActivity.java" afterDir="false" />
  35. <change beforePath="$PROJECT_DIR$/app/src/main/java/ch/spherIC/recurvebowsight/ui/calcsight/CalculateSightCollectionAdapter.java" beforeDir="false" afterPath="$PROJECT_DIR$/app/src/main/java/ch/spherIC/recurvebowsight/ui/calcsight/CalculateSightCollectionAdapter.java" afterDir="false" />
  36. <change beforePath="$PROJECT_DIR$/app/src/main/java/ch/spherIC/recurvebowsight/ui/calcsight/CalculateSightFragment.java" beforeDir="false" afterPath="$PROJECT_DIR$/app/src/main/java/ch/spherIC/recurvebowsight/ui/calcsight/CalculateSightFragment.java" afterDir="false" />
  37. <change beforePath="$PROJECT_DIR$/app/src/main/java/ch/spherIC/recurvebowsight/ui/calcsight/CalculateSightParametersFragment.java" beforeDir="false" afterPath="$PROJECT_DIR$/app/src/main/java/ch/spherIC/recurvebowsight/ui/calcsight/CalculateSightParametersFragment.java" afterDir="false" />
  38. <change beforePath="$PROJECT_DIR$/app/src/main/java/ch/spherIC/recurvebowsight/ui/calcsight/CalculateSightParametersViewModel.java" beforeDir="false" afterPath="$PROJECT_DIR$/app/src/main/java/ch/spherIC/recurvebowsight/ui/calcsight/CalculateSightParametersViewModel.java" afterDir="false" />
  39. <change beforePath="$PROJECT_DIR$/app/src/main/java/ch/spherIC/recurvebowsight/ui/calcsight/CalculateSightSightSettingFragment.java" beforeDir="false" afterPath="$PROJECT_DIR$/app/src/main/java/ch/spherIC/recurvebowsight/ui/calcsight/CalculateSightSightSettingFragment.java" afterDir="false" />
  40. <change beforePath="$PROJECT_DIR$/app/src/main/java/ch/spherIC/recurvebowsight/ui/calcsight/CalculateSightSightSettingViewModel.java" beforeDir="false" afterPath="$PROJECT_DIR$/app/src/main/java/ch/spherIC/recurvebowsight/ui/calcsight/CalculateSightSightSettingViewModel.java" afterDir="false" />
  41. <change beforePath="$PROJECT_DIR$/app/src/main/java/ch/spherIC/recurvebowsight/ui/calcsight/CalculateSightTrajectoryFragment.java" beforeDir="false" afterPath="$PROJECT_DIR$/app/src/main/java/ch/spherIC/recurvebowsight/ui/calcsight/CalculateSightTrajectoryFragment.java" afterDir="false" />
  42. <change beforePath="$PROJECT_DIR$/app/src/main/java/ch/spherIC/recurvebowsight/ui/calcsight/CalculateSightTrajectoryViewModel.java" beforeDir="false" afterPath="$PROJECT_DIR$/app/src/main/java/ch/spherIC/recurvebowsight/ui/calcsight/CalculateSightTrajectoryViewModel.java" afterDir="false" />
  43. <change beforePath="$PROJECT_DIR$/app/src/main/java/ch/spherIC/recurvebowsight/ui/calcsight/CalculateSightViewModel.java" beforeDir="false" afterPath="$PROJECT_DIR$/app/src/main/java/ch/spherIC/recurvebowsight/ui/calcsight/CalculateSightViewModel.java" afterDir="false" />
  44. <change beforePath="$PROJECT_DIR$/app/src/main/java/ch/spherIC/recurvebowsight/ui/configuration/EquipmentConfigurationActivity.java" beforeDir="false" afterPath="$PROJECT_DIR$/app/src/main/java/ch/spherIC/recurvebowsight/ui/configuration/EquipmentConfigurationActivity.java" afterDir="false" />
  45. <change beforePath="$PROJECT_DIR$/app/src/main/java/ch/spherIC/recurvebowsight/ui/configuration/RiserConfigurationActivity.java" beforeDir="false" afterPath="$PROJECT_DIR$/app/src/main/java/ch/spherIC/recurvebowsight/ui/configuration/RiserConfigurationActivity.java" afterDir="false" />
  46. <change beforePath="$PROJECT_DIR$/app/src/main/java/ch/spherIC/recurvebowsight/ui/configuration/RiserConfigurationViewModel.java" beforeDir="false" afterPath="$PROJECT_DIR$/app/src/main/java/ch/spherIC/recurvebowsight/ui/configuration/RiserConfigurationViewModel.java" afterDir="false" />
  47. <change beforePath="$PROJECT_DIR$/app/src/main/java/ch/spherIC/recurvebowsight/ui/configuration/SightConfigurationActivity.java" beforeDir="false" afterPath="$PROJECT_DIR$/app/src/main/java/ch/spherIC/recurvebowsight/ui/configuration/SightConfigurationActivity.java" afterDir="false" />
  48. <change beforePath="$PROJECT_DIR$/app/src/main/java/ch/spherIC/recurvebowsight/ui/equipment/AddEquipmentFragment.java" beforeDir="false" afterPath="$PROJECT_DIR$/app/src/main/java/ch/spherIC/recurvebowsight/ui/equipment/AddEquipmentFragment.java" afterDir="false" />
  49. <change beforePath="$PROJECT_DIR$/app/src/main/java/ch/spherIC/recurvebowsight/ui/equipment/AddEquipmentViewModel.java" beforeDir="false" afterPath="$PROJECT_DIR$/app/src/main/java/ch/spherIC/recurvebowsight/ui/equipment/AddEquipmentViewModel.java" afterDir="false" />
  50. <change beforePath="$PROJECT_DIR$/app/src/main/java/ch/spherIC/recurvebowsight/ui/equipment/ChooseEquipmentFragment.java" beforeDir="false" afterPath="$PROJECT_DIR$/app/src/main/java/ch/spherIC/recurvebowsight/ui/equipment/ChooseEquipmentFragment.java" afterDir="false" />
  51. <change beforePath="$PROJECT_DIR$/app/src/main/java/ch/spherIC/recurvebowsight/ui/equipment/EquipmentRecyclerViewAdapter.java" beforeDir="false" afterPath="$PROJECT_DIR$/app/src/main/java/ch/spherIC/recurvebowsight/ui/equipment/EquipmentRecyclerViewAdapter.java" afterDir="false" />
  52. <change beforePath="$PROJECT_DIR$/app/src/main/res/layout/activity_sight_configuration.xml" beforeDir="false" afterPath="$PROJECT_DIR$/app/src/main/res/layout/activity_sight_configuration.xml" afterDir="false" />
  53. <change beforePath="$PROJECT_DIR$/app/src/main/res/layout/fragment_equipment_add_list.xml" beforeDir="false" afterPath="$PROJECT_DIR$/app/src/main/res/layout/fragment_equipment_add_list.xml" afterDir="false" />
  54. <change beforePath="$PROJECT_DIR$/app/src/main/res/values-de/strings.xml" beforeDir="false" afterPath="$PROJECT_DIR$/app/src/main/res/values-de/strings.xml" afterDir="false" />
  55. <change beforePath="$PROJECT_DIR$/app/src/main/res/values/strings.xml" beforeDir="false" afterPath="$PROJECT_DIR$/app/src/main/res/values/strings.xml" afterDir="false" />
  56. </list>
  57. <option name="SHOW_DIALOG" value="false" />
  58. <option name="HIGHLIGHT_CONFLICTS" value="true" />
  59. <option name="HIGHLIGHT_NON_ACTIVE_CHANGELIST" value="false" />
  60. <option name="LAST_RESOLUTION" value="IGNORE" />
  61. </component>
  62. <component name="ExecutionTargetManager" SELECTED_TARGET="device_and_snapshot_combo_box_target[C:\Users\FSmilari\.android\avd\pixel_2_q_10_0_-_api_29.avd]" />
  63. <component name="ExternalProjectsData">
  64. <projectState path="$PROJECT_DIR$">
  65. <ProjectState />
  66. </projectState>
  67. </component>
  68. <component name="FileTemplateManagerImpl">
  69. <option name="RECENT_TEMPLATES">
  70. <list>
  71. <option value="resourceFile" />
  72. <option value="Class" />
  73. <option value="valueResourceFile" />
  74. </list>
  75. </option>
  76. </component>
  77. <component name="GitSEFilterConfiguration">
  78. <file-type-list>
  79. <filtered-out-file-type name="LOCAL_BRANCH" />
  80. <filtered-out-file-type name="REMOTE_BRANCH" />
  81. <filtered-out-file-type name="TAG" />
  82. <filtered-out-file-type name="COMMIT_BY_MESSAGE" />
  83. </file-type-list>
  84. </component>
  85. <component name="ProjectId" id="2CtkRh68cCgVducVNKsBVO29cSE" />
  86. <component name="ProjectViewState">
  87. <option name="hideEmptyMiddlePackages" value="true" />
  88. <option name="showLibraryContents" value="true" />
  89. <option name="showMembers" value="true" />
  90. <option name="showVisibilityIcons" value="true" />
  91. </component>
  92. <component name="PropertiesComponent">
  93. <property name="RunOnceActivity.OpenProjectViewOnStart" value="true" />
  94. <property name="RunOnceActivity.ShowReadmeOnStart" value="true" />
  95. <property name="RunOnceActivity.cidr.known.project.marker" value="true" />
  96. <property name="android-custom-viewC:/Users/FSmilari/.gradle/caches/modules-2/files-2.1/androidx.recyclerview/recyclerview/1.2.1/f0f93e67af3f7417bdd560d5142f6dec4fe629c3/recyclerview-1.2.1-sources.jar!/androidx/recyclerview/widget/RecyclerView.java_RecyclerView_DIMENSIONS" value="1080&#10;1920" />
  97. <property name="android-custom-viewC:/Users/FSmilari/.gradle/caches/modules-2/files-2.1/androidx.recyclerview/recyclerview/1.2.1/f0f93e67af3f7417bdd560d5142f6dec4fe629c3/recyclerview-1.2.1-sources.jar!/androidx/recyclerview/widget/RecyclerView.java_SELECTED" value="RecyclerView" />
  98. <property name="android-custom-viewC:/Users/FSmilari/.gradle/caches/modules-2/files-2.1/androidx.viewpager2/viewpager2/1.0.0/3c3569044e6969f1ee5c3aa03b08e6717a2d782f/viewpager2-1.0.0-sources.jar!/androidx/viewpager2/widget/ViewPager2.java_SELECTED" value="ViewPager2" />
  99. <property name="android-custom-viewC:/Users/FSmilari/.gradle/caches/modules-2/files-2.1/androidx.viewpager2/viewpager2/1.0.0/3c3569044e6969f1ee5c3aa03b08e6717a2d782f/viewpager2-1.0.0-sources.jar!/androidx/viewpager2/widget/ViewPager2.java_ViewPager2_DIMENSIONS" value="1080&#10;1920" />
  100. <property name="android-custom-viewC:/Users/FSmilari/AppData/Local/Android/Sdk/sources/android-29/android/view/View.java_SELECTED" value="View" />
  101. <property name="android-custom-viewC:/Users/FSmilari/AppData/Local/Android/Sdk/sources/android-29/android/widget/EditText.java_SELECTED" value="EditText" />
  102. <property name="android-custom-viewC:/Users/FSmilari/AppData/Local/Android/Sdk/sources/android-29/android/widget/TextView.java_SELECTED" value="TextView" />
  103. <property name="android-custom-viewC:/Users/FSmilari/AppData/Local/Android/Sdk/sources/android-32/android/view/View.java_SELECTED" value="View" />
  104. <property name="android-custom-viewC:/Users/FSmilari/AppData/Local/Android/Sdk/sources/android-32/android/view/View.java_View_DIMENSIONS" value="1080&#10;1920" />
  105. <property name="android-custom-viewC:/Users/FSmilari/AppData/Local/Android/Sdk/sources/android-32/android/view/ViewGroup.java_SELECTED" value="ViewGroup" />
  106. <property name="android-custom-viewC:/Users/FSmilari/AppData/Local/Android/Sdk/sources/android-32/android/view/ViewGroup.java_ViewGroup_DIMENSIONS" value="1080&#10;1920" />
  107. <property name="android-custom-viewC:/Users/FSmilari/AppData/Local/Android/Sdk/sources/android-32/android/widget/AutoCompleteTextView.java_AutoCompleteTextView_DIMENSIONS" value="1080&#10;1920" />
  108. <property name="android-custom-viewC:/Users/FSmilari/AppData/Local/Android/Sdk/sources/android-32/android/widget/AutoCompleteTextView.java_SELECTED" value="AutoCompleteTextView" />
  109. <property name="android-custom-viewC:/Users/FSmilari/AppData/Local/Android/Sdk/sources/android-32/android/widget/EditText.java_EditText_DIMENSIONS" value="1080&#10;1920" />
  110. <property name="android-custom-viewC:/Users/FSmilari/AppData/Local/Android/Sdk/sources/android-32/android/widget/EditText.java_SELECTED" value="EditText" />
  111. <property name="android-custom-viewC:/Users/FSmilari/AppData/Local/Android/Sdk/sources/android-32/android/widget/TextView.java_SELECTED" value="TextView" />
  112. <property name="android-custom-viewC:/Users/FSmilari/AppData/Local/Android/Sdk/sources/android-32/android/widget/TextView.java_TextView_DIMENSIONS" value="1080&#10;1920" />
  113. <property name="cidr.known.project.marker" value="true" />
  114. <property name="code.cleanup.on.save" value="true" />
  115. <property name="format.on.save" value="true" />
  116. <property name="last_opened_file_path" value="$PROJECT_DIR$/app/src/main/java/ch/spherIC/recurvebowsight/ui/calcsight" />
  117. <property name="optimize.imports.on.save" value="true" />
  118. <property name="settings.editor.selected.configurable" value="preferences.editor.code.editing" />
  119. </component>
  120. <component name="RecentsManager">
  121. <key name="android.template.-1377507120">
  122. <recent name="ch.spherIC.recurvebowsight.ui.configuration" />
  123. </key>
  124. <key name="CopyFile.RECENT_KEYS">
  125. <recent name="Z:\Work\Java Projects\Android\RecurveBowSight\V2\app\src\main\java\ch\spherIC\recurvebowsight\ui\calcsight" />
  126. <recent name="Z:\Work\Java Projects\Android\RecurveBowSight\V2\app\src\main\res\layout" />
  127. <recent name="Z:\Work\Java Projects\Android\RecurveBowSight\V2\app\src\main\java\ch\spherIC\recurvebowsight\utilities" />
  128. <recent name="Z:\Work\Java Projects\Android\RecurveBowSight\V2\app\src\main\java\ch\spherIC\recurvebowsight\database" />
  129. <recent name="Z:\Work\Java Projects\Android\RecurveBowSight\V2\app\src\main\java\ch\spherIC\recurvebowsight\database\scheme\masterdata" />
  130. </key>
  131. <key name="android.template.1093395407">
  132. <recent name="ch.spherIC.recurvebowsight" />
  133. </key>
  134. <key name="android.template.1734690915">
  135. <recent name="ch.spherIC.recurvebowsight.ui.configuration" />
  136. </key>
  137. <key name="android.template.170908341">
  138. <recent name="ch.spherIC.recurvebowsight" />
  139. </key>
  140. <key name="android.template.-1136685790">
  141. <recent name="ch.spherIC.recurvebowsight.ui.configuration" />
  142. <recent name="ch.spherIC.recurvebowsight" />
  143. </key>
  144. <key name="CopyClassDialog.RECENTS_KEY">
  145. <recent name="ch.spherIC.recurvebowsight.ui.configuration" />
  146. <recent name="ch.spherIC.recurvebowsight.ui.calcsight" />
  147. <recent name="ch.spherIC.recurvebowsight.ui.equipment" />
  148. </key>
  149. </component>
  150. <component name="RunManager">
  151. <configuration name="app" type="AndroidRunConfigurationType" factoryName="Android App" activateToolWindowBeforeRun="false">
  152. <module name="RecurveBowSight.app.main" />
  153. <option name="DEPLOY" value="true" />
  154. <option name="DEPLOY_APK_FROM_BUNDLE" value="false" />
  155. <option name="DEPLOY_AS_INSTANT" value="false" />
  156. <option name="ARTIFACT_NAME" value="" />
  157. <option name="PM_INSTALL_OPTIONS" value="" />
  158. <option name="ALL_USERS" value="false" />
  159. <option name="ALWAYS_INSTALL_WITH_PM" value="false" />
  160. <option name="DYNAMIC_FEATURES_DISABLED_LIST" value="" />
  161. <option name="ACTIVITY_EXTRA_FLAGS" value="" />
  162. <option name="MODE" value="default_activity" />
  163. <option name="CLEAR_LOGCAT" value="false" />
  164. <option name="SHOW_LOGCAT_AUTOMATICALLY" value="false" />
  165. <option name="INSPECTION_WITHOUT_ACTIVITY_RESTART" value="false" />
  166. <option name="TARGET_SELECTION_MODE" value="DEVICE_AND_SNAPSHOT_COMBO_BOX" />
  167. <option name="SELECTED_CLOUD_MATRIX_CONFIGURATION_ID" value="-1" />
  168. <option name="SELECTED_CLOUD_MATRIX_PROJECT_ID" value="" />
  169. <option name="DEBUGGER_TYPE" value="Auto" />
  170. <Auto>
  171. <option name="USE_JAVA_AWARE_DEBUGGER" value="false" />
  172. <option name="SHOW_STATIC_VARS" value="true" />
  173. <option name="WORKING_DIR" value="" />
  174. <option name="TARGET_LOGGING_CHANNELS" value="lldb process:gdb-remote packets" />
  175. <option name="SHOW_OPTIMIZED_WARNING" value="true" />
  176. </Auto>
  177. <Hybrid>
  178. <option name="USE_JAVA_AWARE_DEBUGGER" value="false" />
  179. <option name="SHOW_STATIC_VARS" value="true" />
  180. <option name="WORKING_DIR" value="" />
  181. <option name="TARGET_LOGGING_CHANNELS" value="lldb process:gdb-remote packets" />
  182. <option name="SHOW_OPTIMIZED_WARNING" value="true" />
  183. </Hybrid>
  184. <Java />
  185. <Native>
  186. <option name="USE_JAVA_AWARE_DEBUGGER" value="false" />
  187. <option name="SHOW_STATIC_VARS" value="true" />
  188. <option name="WORKING_DIR" value="" />
  189. <option name="TARGET_LOGGING_CHANNELS" value="lldb process:gdb-remote packets" />
  190. <option name="SHOW_OPTIMIZED_WARNING" value="true" />
  191. </Native>
  192. <Profilers>
  193. <option name="ADVANCED_PROFILING_ENABLED" value="false" />
  194. <option name="STARTUP_PROFILING_ENABLED" value="false" />
  195. <option name="STARTUP_CPU_PROFILING_ENABLED" value="false" />
  196. <option name="STARTUP_CPU_PROFILING_CONFIGURATION_NAME" value="Java/Kotlin Method Sample (legacy)" />
  197. <option name="STARTUP_NATIVE_MEMORY_PROFILING_ENABLED" value="false" />
  198. <option name="NATIVE_MEMORY_SAMPLE_RATE_BYTES" value="2048" />
  199. </Profilers>
  200. <option name="DEEP_LINK" value="" />
  201. <option name="ACTIVITY_CLASS" value="" />
  202. <option name="SEARCH_ACTIVITY_IN_GLOBAL_SCOPE" value="false" />
  203. <option name="SKIP_ACTIVITY_VALIDATION" value="false" />
  204. <method v="2">
  205. <option name="Android.Gradle.BeforeRunTask" enabled="true" />
  206. </method>
  207. </configuration>
  208. </component>
  209. <component name="SpellCheckerSettings" RuntimeDictionaries="0" Folders="0" CustomDictionaries="0" DefaultDictionary="application-level" UseSingleDictionary="true" transferred="true" />
  210. <component name="SvnConfiguration" cleanupOnStartRun="true">
  211. <configuration>C:\Users\FSmilari\AppData\Roaming\Subversion</configuration>
  212. <supportedVersion>125</supportedVersion>
  213. </component>
  214. <component name="SvnFileUrlMappingImpl">
  215. <option name="myMappingRoots">
  216. <list>
  217. <SvnCopyRootSimple>
  218. <option name="myVcsRoot" value="Z:\Work\Java Projects\Android\RecurveBowSight\V2" />
  219. <option name="myCopyRoot" value="Z:\Work\Java Projects\Android\RecurveBowSight\V2" />
  220. </SvnCopyRootSimple>
  221. </list>
  222. </option>
  223. <option name="myMoreRealMappingRoots">
  224. <list>
  225. <SvnCopyRootSimple>
  226. <option name="myVcsRoot" value="Z:\Work\Java Projects\Android\RecurveBowSight\V2" />
  227. <option name="myCopyRoot" value="Z:\Work\Java Projects\Android\RecurveBowSight\V2" />
  228. </SvnCopyRootSimple>
  229. </list>
  230. </option>
  231. </component>
  232. <component name="TaskManager">
  233. <task active="true" id="Default" summary="Default task">
  234. <changelist id="41369230-c648-4299-baf3-de5f13bcb18c" name="Changes" comment="" />
  235. <created>1659629287053</created>
  236. <option name="number" value="Default" />
  237. <option name="presentableId" value="Default" />
  238. <updated>1659629287053</updated>
  239. </task>
  240. <servers />
  241. </component>
  242. <component name="XDebuggerManager">
  243. <breakpoint-manager>
  244. <breakpoints>
  245. <line-breakpoint enabled="true" suspend="THREAD" type="java-line">
  246. <url>file://$PROJECT_DIR$/app/src/main/java/ch/spherIC/recurvebowsight/ui/about/AboutFragment.java</url>
  247. <line>18</line>
  248. <option name="timeStamp" value="2" />
  249. </line-breakpoint>
  250. <line-breakpoint enabled="true" suspend="THREAD" type="java-line">
  251. <url>file://$PROJECT_DIR$/app/src/main/java/ch/spherIC/recurvebowsight/database/RBSDatabaseHelper.java</url>
  252. <line>99</line>
  253. <option name="timeStamp" value="4" />
  254. </line-breakpoint>
  255. <line-breakpoint enabled="true" suspend="THREAD" type="java-line">
  256. <url>file://$PROJECT_DIR$/app/src/main/java/ch/spherIC/recurvebowsight/ui/equipment/EquipmentRecyclerViewAdapter.java</url>
  257. <line>51</line>
  258. <option name="timeStamp" value="10" />
  259. </line-breakpoint>
  260. <line-breakpoint enabled="true" suspend="THREAD" type="java-line">
  261. <url>file://$PROJECT_DIR$/app/src/main/java/ch/spherIC/recurvebowsight/ui/equipment/EquipmentRecyclerViewAdapter.java</url>
  262. <line>54</line>
  263. <option name="timeStamp" value="13" />
  264. </line-breakpoint>
  265. <line-breakpoint enabled="true" suspend="THREAD" type="java-line">
  266. <url>file://$PROJECT_DIR$/app/src/main/java/ch/spherIC/recurvebowsight/ui/equipment/AddEquipmentFragment.java</url>
  267. <line>72</line>
  268. <option name="timeStamp" value="26" />
  269. </line-breakpoint>
  270. <line-breakpoint enabled="true" suspend="THREAD" type="java-line">
  271. <url>file://$PROJECT_DIR$/app/src/main/java/ch/spherIC/recurvebowsight/ui/configuration/RiserConfigurationActivity.java</url>
  272. <line>98</line>
  273. <option name="timeStamp" value="37" />
  274. </line-breakpoint>
  275. <line-breakpoint enabled="true" suspend="THREAD" type="java-line">
  276. <url>file://$PROJECT_DIR$/app/src/main/java/ch/spherIC/recurvebowsight/ui/configuration/RiserConfigurationActivity.java</url>
  277. <line>171</line>
  278. <option name="timeStamp" value="40" />
  279. </line-breakpoint>
  280. <line-breakpoint enabled="true" suspend="THREAD" type="java-line">
  281. <url>file://$PROJECT_DIR$/app/src/main/java/ch/spherIC/recurvebowsight/ui/configuration/RiserConfigurationActivity.java</url>
  282. <line>127</line>
  283. <option name="timeStamp" value="42" />
  284. </line-breakpoint>
  285. <line-breakpoint enabled="true" suspend="THREAD" type="java-line">
  286. <url>file://$PROJECT_DIR$/app/src/main/java/ch/spherIC/recurvebowsight/ui/configuration/SightConfigurationActivity.java</url>
  287. <line>73</line>
  288. <option name="timeStamp" value="43" />
  289. </line-breakpoint>
  290. </breakpoints>
  291. </breakpoint-manager>
  292. <watches-manager>
  293. <configuration name="app">
  294. <watch expression="textView.getAdapter().getCount()" language="JAVA" />
  295. <watch expression="textView.getAdapter().getItem(2)" language="JAVA" />
  296. <watch expression="this.riserConfigurationViewModel.getManufacturer().getValue()" language="JAVA" />
  297. <watch expression="this.riserConfigurationViewModel.getVVisH().getValue()" language="JAVA" />
  298. <watch expression="adapter.getCount()" language="JAVA" />
  299. </configuration>
  300. </watches-manager>
  301. </component>
  302. </project>