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.

workspace.xml 20KB

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