Android App zur Berechnung der Visiereinstellung eines Recurvebogens.
Você não pode selecionar mais de 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.

workspace.xml 15KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232
  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$/.idea/vcs.xml" 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/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" />
  32. <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" />
  33. <change beforePath="$PROJECT_DIR$/app/src/main/java/ch/spherIC/recurvebowsight/model/IArcherySetup.java" beforeDir="false" afterPath="$PROJECT_DIR$/app/src/main/java/ch/spherIC/recurvebowsight/model/IArcherySetup.java" afterDir="false" />
  34. <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" />
  35. <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" />
  36. <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" />
  37. <change beforePath="$PROJECT_DIR$/app/src/main/res/layout/fragment_equipment_choose.xml" beforeDir="false" afterPath="$PROJECT_DIR$/app/src/main/res/layout/fragment_equipment_choose.xml" afterDir="false" />
  38. <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" />
  39. <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" />
  40. <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" />
  41. </list>
  42. <option name="SHOW_DIALOG" value="false" />
  43. <option name="HIGHLIGHT_CONFLICTS" value="true" />
  44. <option name="HIGHLIGHT_NON_ACTIVE_CHANGELIST" value="false" />
  45. <option name="LAST_RESOLUTION" value="IGNORE" />
  46. </component>
  47. <component name="ExecutionTargetManager" SELECTED_TARGET="device_and_snapshot_combo_box_target[C:\Users\FSmilari\.android\avd\pixel_2_q_10_0_-_api_29.avd]" />
  48. <component name="ExternalProjectsData">
  49. <projectState path="$PROJECT_DIR$">
  50. <ProjectState />
  51. </projectState>
  52. </component>
  53. <component name="FileTemplateManagerImpl">
  54. <option name="RECENT_TEMPLATES">
  55. <list>
  56. <option value="resourceFile" />
  57. <option value="valueResourceFile" />
  58. </list>
  59. </option>
  60. </component>
  61. <component name="ProjectId" id="2CtkRh68cCgVducVNKsBVO29cSE" />
  62. <component name="ProjectViewState">
  63. <option name="hideEmptyMiddlePackages" value="true" />
  64. <option name="showLibraryContents" value="true" />
  65. <option name="showMembers" value="true" />
  66. <option name="showVisibilityIcons" value="true" />
  67. </component>
  68. <component name="PropertiesComponent">
  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.recyclerview/recyclerview/1.2.1/f0f93e67af3f7417bdd560d5142f6dec4fe629c3/recyclerview-1.2.1-sources.jar!/androidx/recyclerview/widget/RecyclerView.java_RecyclerView_DIMENSIONS" value="1080&#10;1920" />
  73. <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" />
  74. <property name="android-custom-viewC:/Users/FSmilari/AppData/Local/Android/Sdk/sources/android-32/android/view/View.java_SELECTED" value="View" />
  75. <property name="android-custom-viewC:/Users/FSmilari/AppData/Local/Android/Sdk/sources/android-32/android/view/View.java_View_DIMENSIONS" value="1080&#10;1920" />
  76. <property name="android-custom-viewC:/Users/FSmilari/AppData/Local/Android/Sdk/sources/android-32/android/view/ViewGroup.java_SELECTED" value="ViewGroup" />
  77. <property name="android-custom-viewC:/Users/FSmilari/AppData/Local/Android/Sdk/sources/android-32/android/view/ViewGroup.java_ViewGroup_DIMENSIONS" value="1080&#10;1920" />
  78. <property name="cidr.known.project.marker" value="true" />
  79. <property name="code.cleanup.on.save" value="true" />
  80. <property name="format.on.save" value="true" />
  81. <property name="last_opened_file_path" value="$PROJECT_DIR$/.." />
  82. <property name="optimize.imports.on.save" value="true" />
  83. <property name="settings.editor.selected.configurable" value="File.Encoding" />
  84. </component>
  85. <component name="RecentsManager">
  86. <key name="CopyFile.RECENT_KEYS">
  87. <recent name="Z:\Work\Java Projects\Android\RecurveBowSight\V2\app\src\main\java\ch\spherIC\recurvebowsight\utilities" />
  88. <recent name="Z:\Work\Java Projects\Android\RecurveBowSight\V2\app\src\main\java\ch\spherIC\recurvebowsight\database" />
  89. <recent name="Z:\Work\Java Projects\Android\RecurveBowSight\V2\app\src\main\java\ch\spherIC\recurvebowsight\database\scheme\masterdata" />
  90. <recent name="Z:\Work\Java Projects\Android\RecurveBowSight\V2\app\src\main\java\ch\spherIC\recurvebowsight\database\scheme\data" />
  91. <recent name="Z:\Work\Java Projects\Android\RecurveBowSight\V2\app\src\main\java\ch\spherIC\recurvebowsight\database\dao" />
  92. </key>
  93. <key name="android.template.1093395407">
  94. <recent name="ch.spherIC.recurvebowsight" />
  95. </key>
  96. <key name="android.template.170908341">
  97. <recent name="ch.spherIC.recurvebowsight" />
  98. </key>
  99. <key name="CopyClassDialog.RECENTS_KEY">
  100. <recent name="ch.spherIC.recurvebowsight.ui.equipment" />
  101. </key>
  102. </component>
  103. <component name="RunManager">
  104. <configuration name="app" type="AndroidRunConfigurationType" factoryName="Android App" activateToolWindowBeforeRun="false">
  105. <module name="RecurveBowSight.app.main" />
  106. <option name="DEPLOY" value="true" />
  107. <option name="DEPLOY_APK_FROM_BUNDLE" value="false" />
  108. <option name="DEPLOY_AS_INSTANT" value="false" />
  109. <option name="ARTIFACT_NAME" value="" />
  110. <option name="PM_INSTALL_OPTIONS" value="" />
  111. <option name="ALL_USERS" value="false" />
  112. <option name="ALWAYS_INSTALL_WITH_PM" value="false" />
  113. <option name="DYNAMIC_FEATURES_DISABLED_LIST" value="" />
  114. <option name="ACTIVITY_EXTRA_FLAGS" value="" />
  115. <option name="MODE" value="default_activity" />
  116. <option name="CLEAR_LOGCAT" value="false" />
  117. <option name="SHOW_LOGCAT_AUTOMATICALLY" value="false" />
  118. <option name="INSPECTION_WITHOUT_ACTIVITY_RESTART" value="false" />
  119. <option name="TARGET_SELECTION_MODE" value="DEVICE_AND_SNAPSHOT_COMBO_BOX" />
  120. <option name="SELECTED_CLOUD_MATRIX_CONFIGURATION_ID" value="-1" />
  121. <option name="SELECTED_CLOUD_MATRIX_PROJECT_ID" value="" />
  122. <option name="DEBUGGER_TYPE" value="Auto" />
  123. <Auto>
  124. <option name="USE_JAVA_AWARE_DEBUGGER" value="false" />
  125. <option name="SHOW_STATIC_VARS" value="true" />
  126. <option name="WORKING_DIR" value="" />
  127. <option name="TARGET_LOGGING_CHANNELS" value="lldb process:gdb-remote packets" />
  128. <option name="SHOW_OPTIMIZED_WARNING" value="true" />
  129. </Auto>
  130. <Hybrid>
  131. <option name="USE_JAVA_AWARE_DEBUGGER" value="false" />
  132. <option name="SHOW_STATIC_VARS" value="true" />
  133. <option name="WORKING_DIR" value="" />
  134. <option name="TARGET_LOGGING_CHANNELS" value="lldb process:gdb-remote packets" />
  135. <option name="SHOW_OPTIMIZED_WARNING" value="true" />
  136. </Hybrid>
  137. <Java />
  138. <Native>
  139. <option name="USE_JAVA_AWARE_DEBUGGER" value="false" />
  140. <option name="SHOW_STATIC_VARS" value="true" />
  141. <option name="WORKING_DIR" value="" />
  142. <option name="TARGET_LOGGING_CHANNELS" value="lldb process:gdb-remote packets" />
  143. <option name="SHOW_OPTIMIZED_WARNING" value="true" />
  144. </Native>
  145. <Profilers>
  146. <option name="ADVANCED_PROFILING_ENABLED" value="false" />
  147. <option name="STARTUP_PROFILING_ENABLED" value="false" />
  148. <option name="STARTUP_CPU_PROFILING_ENABLED" value="false" />
  149. <option name="STARTUP_CPU_PROFILING_CONFIGURATION_NAME" value="Java/Kotlin Method Sample (legacy)" />
  150. <option name="STARTUP_NATIVE_MEMORY_PROFILING_ENABLED" value="false" />
  151. <option name="NATIVE_MEMORY_SAMPLE_RATE_BYTES" value="2048" />
  152. </Profilers>
  153. <option name="DEEP_LINK" value="" />
  154. <option name="ACTIVITY_CLASS" value="" />
  155. <option name="SEARCH_ACTIVITY_IN_GLOBAL_SCOPE" value="false" />
  156. <option name="SKIP_ACTIVITY_VALIDATION" value="false" />
  157. <method v="2">
  158. <option name="Android.Gradle.BeforeRunTask" enabled="true" />
  159. </method>
  160. </configuration>
  161. </component>
  162. <component name="SpellCheckerSettings" RuntimeDictionaries="0" Folders="0" CustomDictionaries="0" DefaultDictionary="application-level" UseSingleDictionary="true" transferred="true" />
  163. <component name="SvnConfiguration" cleanupOnStartRun="true">
  164. <configuration>C:\Users\FSmilari\AppData\Roaming\Subversion</configuration>
  165. <supportedVersion>125</supportedVersion>
  166. </component>
  167. <component name="SvnFileUrlMappingImpl">
  168. <option name="myMappingRoots">
  169. <list>
  170. <SvnCopyRootSimple>
  171. <option name="myVcsRoot" value="Z:\Work\Java Projects\Android\RecurveBowSight\V2" />
  172. <option name="myCopyRoot" value="Z:\Work\Java Projects\Android\RecurveBowSight\V2" />
  173. </SvnCopyRootSimple>
  174. </list>
  175. </option>
  176. <option name="myMoreRealMappingRoots">
  177. <list>
  178. <SvnCopyRootSimple>
  179. <option name="myVcsRoot" value="Z:\Work\Java Projects\Android\RecurveBowSight\V2" />
  180. <option name="myCopyRoot" value="Z:\Work\Java Projects\Android\RecurveBowSight\V2" />
  181. </SvnCopyRootSimple>
  182. </list>
  183. </option>
  184. </component>
  185. <component name="TaskManager">
  186. <task active="true" id="Default" summary="Default task">
  187. <changelist id="41369230-c648-4299-baf3-de5f13bcb18c" name="Changes" comment="" />
  188. <created>1659629287053</created>
  189. <option name="number" value="Default" />
  190. <option name="presentableId" value="Default" />
  191. <updated>1659629287053</updated>
  192. </task>
  193. <servers />
  194. </component>
  195. <component name="XDebuggerManager">
  196. <breakpoint-manager>
  197. <breakpoints>
  198. <line-breakpoint enabled="true" suspend="THREAD" type="java-line">
  199. <url>file://$PROJECT_DIR$/app/src/main/java/ch/spherIC/recurvebowsight/ui/about/AboutFragment.java</url>
  200. <line>19</line>
  201. <option name="timeStamp" value="2" />
  202. </line-breakpoint>
  203. <line-breakpoint enabled="true" suspend="THREAD" type="java-line">
  204. <url>file://$PROJECT_DIR$/app/src/main/java/ch/spherIC/recurvebowsight/database/RBSDatabaseHelper.java</url>
  205. <line>99</line>
  206. <option name="timeStamp" value="4" />
  207. </line-breakpoint>
  208. <line-breakpoint enabled="true" suspend="THREAD" type="java-line">
  209. <url>file://$PROJECT_DIR$/app/src/main/java/ch/spherIC/recurvebowsight/ui/equipment/EquipmentRecyclerViewAdapter.java</url>
  210. <line>73</line>
  211. <option name="timeStamp" value="6" />
  212. </line-breakpoint>
  213. <line-breakpoint enabled="true" suspend="THREAD" type="java-line">
  214. <url>file://$PROJECT_DIR$/app/src/main/java/ch/spherIC/recurvebowsight/ui/calcsight/CalculateSightFragment.java</url>
  215. <line>25</line>
  216. <option name="timeStamp" value="8" />
  217. </line-breakpoint>
  218. <line-breakpoint enabled="true" suspend="THREAD" type="java-line">
  219. <url>file://$PROJECT_DIR$/app/src/main/java/ch/spherIC/recurvebowsight/ui/calcsight/CalculateSightViewModel.java</url>
  220. <line>26</line>
  221. <option name="timeStamp" value="9" />
  222. </line-breakpoint>
  223. </breakpoints>
  224. </breakpoint-manager>
  225. <watches-manager>
  226. <configuration name="app">
  227. <watch expression="getArguments()" />
  228. <watch expression="this.selectedArcherySetup.getName()" language="JAVA" />
  229. </configuration>
  230. </watches-manager>
  231. </component>
  232. </project>