Android App zur Berechnung der Visiereinstellung eines Recurvebogens.
Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261
  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/calcsight/CalculateSightSightSettingFragment.java" afterDir="false" />
  25. <change afterPath="$PROJECT_DIR$/app/src/main/java/ch/spherIC/recurvebowsight/ui/calcsight/CalculateSightSightSettingViewModel.java" afterDir="false" />
  26. <change afterPath="$PROJECT_DIR$/app/src/main/java/ch/spherIC/recurvebowsight/ui/calcsight/CalculateSightTrajectoryFragment.java" afterDir="false" />
  27. <change afterPath="$PROJECT_DIR$/app/src/main/java/ch/spherIC/recurvebowsight/ui/calcsight/CalculateSightTrajectoryViewModel.java" afterDir="false" />
  28. <change afterPath="$PROJECT_DIR$/app/src/main/res/drawable/ic_cfg_riser.xml" afterDir="false" />
  29. <change afterPath="$PROJECT_DIR$/app/src/main/res/layout/fragment_calcsight_sightsetting.xml" afterDir="false" />
  30. <change afterPath="$PROJECT_DIR$/app/src/main/res/layout/fragment_calcsight_trajectory.xml" afterDir="false" />
  31. <change afterPath="$PROJECT_DIR$/app/src/main/res/values/string_arrays.xml" afterDir="false" />
  32. <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" />
  33. <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" />
  34. <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" />
  35. <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" />
  36. <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" />
  37. <change beforePath="$PROJECT_DIR$/.gradle/buildOutputCleanup/buildOutputCleanup.lock" beforeDir="false" afterPath="$PROJECT_DIR$/.gradle/buildOutputCleanup/buildOutputCleanup.lock" afterDir="false" />
  38. <change beforePath="$PROJECT_DIR$/.idea/assetWizardSettings.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/assetWizardSettings.xml" afterDir="false" />
  39. <change beforePath="$PROJECT_DIR$/.idea/misc.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/misc.xml" afterDir="false" />
  40. <change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" />
  41. <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" />
  42. <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" />
  43. <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" />
  44. <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" />
  45. <change beforePath="$PROJECT_DIR$/app/src/main/java/ch/spherIC/recurvebowsight/ui/equipment/EquipmentFragment.java" beforeDir="false" afterPath="$PROJECT_DIR$/app/src/main/java/ch/spherIC/recurvebowsight/ui/equipment/ChooseEquipmentFragment.java" afterDir="false" />
  46. <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" />
  47. <change beforePath="$PROJECT_DIR$/app/src/main/res/drawable/ic_menu_calcsight.xml" beforeDir="false" afterPath="$PROJECT_DIR$/app/src/main/res/drawable/ic_menu_calcsight.xml" afterDir="false" />
  48. <change beforePath="$PROJECT_DIR$/app/src/main/res/layout/fragment_calcsight.xml" beforeDir="false" afterPath="$PROJECT_DIR$/app/src/main/res/layout/fragment_calcsight.xml" afterDir="false" />
  49. <change beforePath="$PROJECT_DIR$/app/src/main/res/layout/fragment_calcsight_parameters.xml" beforeDir="false" afterPath="$PROJECT_DIR$/app/src/main/res/layout/fragment_calcsight_parameters.xml" afterDir="false" />
  50. <change beforePath="$PROJECT_DIR$/app/src/main/res/layout/fragment_equipment_add.xml" beforeDir="false" afterPath="$PROJECT_DIR$/app/src/main/res/layout/fragment_equipment_add_list.xml" afterDir="false" />
  51. <change beforePath="$PROJECT_DIR$/app/src/main/res/layout/fragment_equipment_choose_list.xml" beforeDir="false" afterPath="$PROJECT_DIR$/app/src/main/res/layout/fragment_equipment_choose_list.xml" afterDir="false" />
  52. <change beforePath="$PROJECT_DIR$/app/src/main/res/navigation/mobile_navigation.xml" beforeDir="false" afterPath="$PROJECT_DIR$/app/src/main/res/navigation/mobile_navigation.xml" afterDir="false" />
  53. <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" />
  54. <change beforePath="$PROJECT_DIR$/app/src/main/res/values/dimens.xml" beforeDir="false" afterPath="$PROJECT_DIR$/app/src/main/res/values/dimens.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="ProjectId" id="2CtkRh68cCgVducVNKsBVO29cSE" />
  78. <component name="ProjectViewState">
  79. <option name="hideEmptyMiddlePackages" value="true" />
  80. <option name="showLibraryContents" value="true" />
  81. <option name="showMembers" value="true" />
  82. <option name="showVisibilityIcons" value="true" />
  83. </component>
  84. <component name="PropertiesComponent">
  85. <property name="RunOnceActivity.OpenProjectViewOnStart" value="true" />
  86. <property name="RunOnceActivity.ShowReadmeOnStart" value="true" />
  87. <property name="RunOnceActivity.cidr.known.project.marker" value="true" />
  88. <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" />
  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_SELECTED" value="RecyclerView" />
  90. <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" />
  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_ViewPager2_DIMENSIONS" value="1080&#10;1920" />
  92. <property name="android-custom-viewC:/Users/FSmilari/AppData/Local/Android/Sdk/sources/android-29/android/view/View.java_SELECTED" value="View" />
  93. <property name="android-custom-viewC:/Users/FSmilari/AppData/Local/Android/Sdk/sources/android-32/android/view/View.java_SELECTED" value="View" />
  94. <property name="android-custom-viewC:/Users/FSmilari/AppData/Local/Android/Sdk/sources/android-32/android/view/View.java_View_DIMENSIONS" value="1080&#10;1920" />
  95. <property name="android-custom-viewC:/Users/FSmilari/AppData/Local/Android/Sdk/sources/android-32/android/view/ViewGroup.java_SELECTED" value="ViewGroup" />
  96. <property name="android-custom-viewC:/Users/FSmilari/AppData/Local/Android/Sdk/sources/android-32/android/view/ViewGroup.java_ViewGroup_DIMENSIONS" value="1080&#10;1920" />
  97. <property name="android-custom-viewC:/Users/FSmilari/AppData/Local/Android/Sdk/sources/android-32/android/widget/TextView.java_SELECTED" value="TextView" />
  98. <property name="android-custom-viewC:/Users/FSmilari/AppData/Local/Android/Sdk/sources/android-32/android/widget/TextView.java_TextView_DIMENSIONS" value="1080&#10;1920" />
  99. <property name="cidr.known.project.marker" value="true" />
  100. <property name="code.cleanup.on.save" value="true" />
  101. <property name="format.on.save" value="true" />
  102. <property name="last_opened_file_path" value="$PROJECT_DIR$/app/src/main/java/ch/spherIC/recurvebowsight/ui/calcsight" />
  103. <property name="optimize.imports.on.save" value="true" />
  104. <property name="settings.editor.selected.configurable" value="preferences.keymap" />
  105. </component>
  106. <component name="RecentsManager">
  107. <key name="CopyFile.RECENT_KEYS">
  108. <recent name="Z:\Work\Java Projects\Android\RecurveBowSight\V2\app\src\main\java\ch\spherIC\recurvebowsight\ui\calcsight" />
  109. <recent name="Z:\Work\Java Projects\Android\RecurveBowSight\V2\app\src\main\res\layout" />
  110. <recent name="Z:\Work\Java Projects\Android\RecurveBowSight\V2\app\src\main\java\ch\spherIC\recurvebowsight\utilities" />
  111. <recent name="Z:\Work\Java Projects\Android\RecurveBowSight\V2\app\src\main\java\ch\spherIC\recurvebowsight\database" />
  112. <recent name="Z:\Work\Java Projects\Android\RecurveBowSight\V2\app\src\main\java\ch\spherIC\recurvebowsight\database\scheme\masterdata" />
  113. </key>
  114. <key name="android.template.1093395407">
  115. <recent name="ch.spherIC.recurvebowsight" />
  116. </key>
  117. <key name="android.template.170908341">
  118. <recent name="ch.spherIC.recurvebowsight" />
  119. </key>
  120. <key name="CopyClassDialog.RECENTS_KEY">
  121. <recent name="ch.spherIC.recurvebowsight.ui.calcsight" />
  122. <recent name="ch.spherIC.recurvebowsight.ui.equipment" />
  123. </key>
  124. </component>
  125. <component name="RunManager">
  126. <configuration name="app" type="AndroidRunConfigurationType" factoryName="Android App" activateToolWindowBeforeRun="false">
  127. <module name="RecurveBowSight.app.main" />
  128. <option name="DEPLOY" value="true" />
  129. <option name="DEPLOY_APK_FROM_BUNDLE" value="false" />
  130. <option name="DEPLOY_AS_INSTANT" value="false" />
  131. <option name="ARTIFACT_NAME" value="" />
  132. <option name="PM_INSTALL_OPTIONS" value="" />
  133. <option name="ALL_USERS" value="false" />
  134. <option name="ALWAYS_INSTALL_WITH_PM" value="false" />
  135. <option name="DYNAMIC_FEATURES_DISABLED_LIST" value="" />
  136. <option name="ACTIVITY_EXTRA_FLAGS" value="" />
  137. <option name="MODE" value="default_activity" />
  138. <option name="CLEAR_LOGCAT" value="false" />
  139. <option name="SHOW_LOGCAT_AUTOMATICALLY" value="false" />
  140. <option name="INSPECTION_WITHOUT_ACTIVITY_RESTART" value="false" />
  141. <option name="TARGET_SELECTION_MODE" value="DEVICE_AND_SNAPSHOT_COMBO_BOX" />
  142. <option name="SELECTED_CLOUD_MATRIX_CONFIGURATION_ID" value="-1" />
  143. <option name="SELECTED_CLOUD_MATRIX_PROJECT_ID" value="" />
  144. <option name="DEBUGGER_TYPE" value="Auto" />
  145. <Auto>
  146. <option name="USE_JAVA_AWARE_DEBUGGER" value="false" />
  147. <option name="SHOW_STATIC_VARS" value="true" />
  148. <option name="WORKING_DIR" value="" />
  149. <option name="TARGET_LOGGING_CHANNELS" value="lldb process:gdb-remote packets" />
  150. <option name="SHOW_OPTIMIZED_WARNING" value="true" />
  151. </Auto>
  152. <Hybrid>
  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. </Hybrid>
  159. <Java />
  160. <Native>
  161. <option name="USE_JAVA_AWARE_DEBUGGER" value="false" />
  162. <option name="SHOW_STATIC_VARS" value="true" />
  163. <option name="WORKING_DIR" value="" />
  164. <option name="TARGET_LOGGING_CHANNELS" value="lldb process:gdb-remote packets" />
  165. <option name="SHOW_OPTIMIZED_WARNING" value="true" />
  166. </Native>
  167. <Profilers>
  168. <option name="ADVANCED_PROFILING_ENABLED" value="false" />
  169. <option name="STARTUP_PROFILING_ENABLED" value="false" />
  170. <option name="STARTUP_CPU_PROFILING_ENABLED" value="false" />
  171. <option name="STARTUP_CPU_PROFILING_CONFIGURATION_NAME" value="Java/Kotlin Method Sample (legacy)" />
  172. <option name="STARTUP_NATIVE_MEMORY_PROFILING_ENABLED" value="false" />
  173. <option name="NATIVE_MEMORY_SAMPLE_RATE_BYTES" value="2048" />
  174. </Profilers>
  175. <option name="DEEP_LINK" value="" />
  176. <option name="ACTIVITY_CLASS" value="" />
  177. <option name="SEARCH_ACTIVITY_IN_GLOBAL_SCOPE" value="false" />
  178. <option name="SKIP_ACTIVITY_VALIDATION" value="false" />
  179. <method v="2">
  180. <option name="Android.Gradle.BeforeRunTask" enabled="true" />
  181. </method>
  182. </configuration>
  183. </component>
  184. <component name="SpellCheckerSettings" RuntimeDictionaries="0" Folders="0" CustomDictionaries="0" DefaultDictionary="application-level" UseSingleDictionary="true" transferred="true" />
  185. <component name="SvnConfiguration" cleanupOnStartRun="true">
  186. <configuration>C:\Users\FSmilari\AppData\Roaming\Subversion</configuration>
  187. <supportedVersion>125</supportedVersion>
  188. </component>
  189. <component name="SvnFileUrlMappingImpl">
  190. <option name="myMappingRoots">
  191. <list>
  192. <SvnCopyRootSimple>
  193. <option name="myVcsRoot" value="Z:\Work\Java Projects\Android\RecurveBowSight\V2" />
  194. <option name="myCopyRoot" value="Z:\Work\Java Projects\Android\RecurveBowSight\V2" />
  195. </SvnCopyRootSimple>
  196. </list>
  197. </option>
  198. <option name="myMoreRealMappingRoots">
  199. <list>
  200. <SvnCopyRootSimple>
  201. <option name="myVcsRoot" value="Z:\Work\Java Projects\Android\RecurveBowSight\V2" />
  202. <option name="myCopyRoot" value="Z:\Work\Java Projects\Android\RecurveBowSight\V2" />
  203. </SvnCopyRootSimple>
  204. </list>
  205. </option>
  206. </component>
  207. <component name="TaskManager">
  208. <task active="true" id="Default" summary="Default task">
  209. <changelist id="41369230-c648-4299-baf3-de5f13bcb18c" name="Changes" comment="" />
  210. <created>1659629287053</created>
  211. <option name="number" value="Default" />
  212. <option name="presentableId" value="Default" />
  213. <updated>1659629287053</updated>
  214. </task>
  215. <servers />
  216. </component>
  217. <component name="XDebuggerManager">
  218. <breakpoint-manager>
  219. <breakpoints>
  220. <line-breakpoint enabled="true" suspend="THREAD" type="java-line">
  221. <url>file://$PROJECT_DIR$/app/src/main/java/ch/spherIC/recurvebowsight/ui/about/AboutFragment.java</url>
  222. <line>18</line>
  223. <option name="timeStamp" value="2" />
  224. </line-breakpoint>
  225. <line-breakpoint enabled="true" suspend="THREAD" type="java-line">
  226. <url>file://$PROJECT_DIR$/app/src/main/java/ch/spherIC/recurvebowsight/database/RBSDatabaseHelper.java</url>
  227. <line>99</line>
  228. <option name="timeStamp" value="4" />
  229. </line-breakpoint>
  230. <line-breakpoint enabled="true" suspend="THREAD" type="java-line">
  231. <url>file://$PROJECT_DIR$/app/src/main/java/ch/spherIC/recurvebowsight/ui/equipment/EquipmentRecyclerViewAdapter.java</url>
  232. <line>48</line>
  233. <option name="timeStamp" value="10" />
  234. </line-breakpoint>
  235. <line-breakpoint enabled="true" suspend="THREAD" type="java-line">
  236. <url>file://$PROJECT_DIR$/app/src/main/java/ch/spherIC/recurvebowsight/ui/equipment/AddEquipmentFragment.java</url>
  237. <line>26</line>
  238. <option name="timeStamp" value="11" />
  239. </line-breakpoint>
  240. <line-breakpoint enabled="true" suspend="THREAD" type="java-line">
  241. <url>file://$PROJECT_DIR$/app/src/main/java/ch/spherIC/recurvebowsight/ui/equipment/AddEquipmentFragment.java</url>
  242. <line>30</line>
  243. <option name="timeStamp" value="12" />
  244. </line-breakpoint>
  245. <line-breakpoint enabled="true" suspend="THREAD" type="java-line">
  246. <url>file://$PROJECT_DIR$/app/src/main/java/ch/spherIC/recurvebowsight/ui/equipment/EquipmentRecyclerViewAdapter.java</url>
  247. <line>51</line>
  248. <option name="timeStamp" value="13" />
  249. </line-breakpoint>
  250. </breakpoints>
  251. </breakpoint-manager>
  252. <watches-manager>
  253. <configuration name="app">
  254. <watch expression="getArguments()" />
  255. <watch expression="this.selectedArcherySetup.getName()" language="JAVA" />
  256. <watch expression="tab.getPosition()" language="JAVA" />
  257. <watch expression="v.findViewById(R.id.card_view_riser_setup)" language="JAVA" />
  258. </configuration>
  259. </watches-manager>
  260. </component>
  261. </project>