Android App zur Berechnung der Visiereinstellung eines Recurvebogens.
Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.

workspace.xml 21KB

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