Android App zur Berechnung der Visiereinstellung eines Recurvebogens.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

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