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 29KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368
  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$/.idea/misc.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/misc.xml" 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/ui/configuration/ArcherySetupConfigurationActivity.java" beforeDir="false" afterPath="$PROJECT_DIR$/app/src/main/java/ch/spherIC/recurvebowsight/ui/configuration/ArcherySetupConfigurationActivity.java" afterDir="false" />
  33. <change beforePath="$PROJECT_DIR$/app/src/main/java/ch/spherIC/recurvebowsight/ui/configuration/RiserConfigurationActivity.java" beforeDir="false" afterPath="$PROJECT_DIR$/app/src/main/java/ch/spherIC/recurvebowsight/ui/configuration/RiserConfigurationActivity.java" afterDir="false" />
  34. <change beforePath="$PROJECT_DIR$/app/src/main/java/ch/spherIC/recurvebowsight/ui/configuration/SightConfigurationActivity.java" beforeDir="false" afterPath="$PROJECT_DIR$/app/src/main/java/ch/spherIC/recurvebowsight/ui/configuration/SightConfigurationActivity.java" afterDir="false" />
  35. <change beforePath="$PROJECT_DIR$/app/src/main/res/drawable/side_nav_bar.xml" beforeDir="false" afterPath="$PROJECT_DIR$/app/src/main/res/drawable/side_nav_bar.xml" afterDir="false" />
  36. <change beforePath="$PROJECT_DIR$/app/src/main/res/layout/activity_equipment_configuration.xml" beforeDir="false" afterPath="$PROJECT_DIR$/app/src/main/res/layout/activity_equipment_configuration.xml" afterDir="false" />
  37. <change beforePath="$PROJECT_DIR$/app/src/main/res/layout/activity_riser_configuration.xml" beforeDir="false" afterPath="$PROJECT_DIR$/app/src/main/res/layout/activity_riser_configuration.xml" afterDir="false" />
  38. <change beforePath="$PROJECT_DIR$/app/src/main/res/layout/activity_sight_configuration.xml" beforeDir="false" afterPath="$PROJECT_DIR$/app/src/main/res/layout/activity_sight_configuration.xml" afterDir="false" />
  39. <change beforePath="$PROJECT_DIR$/app/src/main/res/layout/content_main.xml" beforeDir="false" afterPath="$PROJECT_DIR$/app/src/main/res/layout/content_main.xml" afterDir="false" />
  40. <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" />
  41. <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" />
  42. <change beforePath="$PROJECT_DIR$/app/src/main/res/layout/fragment_calcsight_sightsetting.xml" beforeDir="false" afterPath="$PROJECT_DIR$/app/src/main/res/layout/fragment_calcsight_sightsetting.xml" afterDir="false" />
  43. <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" />
  44. <change beforePath="$PROJECT_DIR$/app/src/main/res/layout/fragment_userguide.xml" beforeDir="false" afterPath="$PROJECT_DIR$/app/src/main/res/layout/fragment_userguide.xml" afterDir="false" />
  45. <change beforePath="$PROJECT_DIR$/app/src/main/res/values/colors.xml" beforeDir="false" afterPath="$PROJECT_DIR$/app/src/main/res/values/colors.xml" afterDir="false" />
  46. <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" />
  47. </list>
  48. <option name="SHOW_DIALOG" value="false" />
  49. <option name="HIGHLIGHT_CONFLICTS" value="true" />
  50. <option name="HIGHLIGHT_NON_ACTIVE_CHANGELIST" value="false" />
  51. <option name="LAST_RESOLUTION" value="IGNORE" />
  52. </component>
  53. <component name="ExecutionTargetManager" SELECTED_TARGET="device_and_snapshot_combo_box_target[C:\Users\FSmilari\.android\avd\pixel_2_q_10_0_-_api_29.avd]" />
  54. <component name="ExternalProjectsData">
  55. <projectState path="$PROJECT_DIR$">
  56. <ProjectState />
  57. </projectState>
  58. </component>
  59. <component name="FileTemplateManagerImpl">
  60. <option name="RECENT_TEMPLATES">
  61. <list>
  62. <option value="layoutResourceFile" />
  63. <option value="Class" />
  64. <option value="resourceFile" />
  65. <option value="valueResourceFile" />
  66. </list>
  67. </option>
  68. </component>
  69. <component name="GitSEFilterConfiguration">
  70. <file-type-list>
  71. <filtered-out-file-type name="LOCAL_BRANCH" />
  72. <filtered-out-file-type name="REMOTE_BRANCH" />
  73. <filtered-out-file-type name="TAG" />
  74. <filtered-out-file-type name="COMMIT_BY_MESSAGE" />
  75. </file-type-list>
  76. </component>
  77. <component name="ProjectId" id="2CtkRh68cCgVducVNKsBVO29cSE" />
  78. <component name="ProjectLevelVcsManager">
  79. <ConfirmationsSetting value="1" id="Add" />
  80. <ConfirmationsSetting value="2" id="Remove" />
  81. </component>
  82. <component name="ProjectViewState">
  83. <option name="hideEmptyMiddlePackages" value="true" />
  84. <option name="showLibraryContents" value="true" />
  85. <option name="showMembers" value="true" />
  86. <option name="showVisibilityIcons" value="true" />
  87. </component>
  88. <component name="PropertiesComponent">
  89. <property name="ResourceManagerPrefKey.ResourceType" value="ANIM" />
  90. <property name="RunOnceActivity.OpenProjectViewOnStart" value="true" />
  91. <property name="RunOnceActivity.ShowReadmeOnStart" value="true" />
  92. <property name="RunOnceActivity.cidr.known.project.marker" value="true" />
  93. <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" />
  94. <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" />
  95. <property name="android-custom-viewC:/Users/FSmilari/.gradle/caches/modules-2/files-2.1/androidx.appcompat/appcompat/1.5.0/ffb6d2b7e47daaa4a24b434db111ab9e411c33a0/appcompat-1.5.0-sources.jar!/androidx/appcompat/widget/AppCompatEditText.java_AppCompatEditText_DIMENSIONS" value="1080&#10;1920" />
  96. <property name="android-custom-viewC:/Users/FSmilari/.gradle/caches/modules-2/files-2.1/androidx.appcompat/appcompat/1.5.0/ffb6d2b7e47daaa4a24b434db111ab9e411c33a0/appcompat-1.5.0-sources.jar!/androidx/appcompat/widget/AppCompatEditText.java_SELECTED" value="AppCompatEditText" />
  97. <property name="android-custom-viewC:/Users/FSmilari/.gradle/caches/modules-2/files-2.1/androidx.appcompat/appcompat/1.5.0/ffb6d2b7e47daaa4a24b434db111ab9e411c33a0/appcompat-1.5.0-sources.jar!/androidx/appcompat/widget/AppCompatTextView.java_AppCompatTextView_DIMENSIONS" value="1080&#10;1920" />
  98. <property name="android-custom-viewC:/Users/FSmilari/.gradle/caches/modules-2/files-2.1/androidx.appcompat/appcompat/1.5.0/ffb6d2b7e47daaa4a24b434db111ab9e411c33a0/appcompat-1.5.0-sources.jar!/androidx/appcompat/widget/AppCompatTextView.java_SELECTED" value="AppCompatTextView" />
  99. <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" />
  100. <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" />
  101. <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" />
  102. <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" />
  103. <property name="android-custom-viewC:/Users/FSmilari/.gradle/caches/modules-2/files-2.1/com.google.android.flexbox/flexbox/3.0.0/ab0cfea1daeb94f54c8f0b4f5d1e34882d97e37b/flexbox-3.0.0-sources.jar!/com/google/android/flexbox/FlexboxLayout.java_FlexboxLayout_DIMENSIONS" value="1080&#10;1920" />
  104. <property name="android-custom-viewC:/Users/FSmilari/.gradle/caches/modules-2/files-2.1/com.google.android.flexbox/flexbox/3.0.0/ab0cfea1daeb94f54c8f0b4f5d1e34882d97e37b/flexbox-3.0.0-sources.jar!/com/google/android/flexbox/FlexboxLayout.java_SELECTED" value="FlexboxLayout" />
  105. <property name="android-custom-viewC:/Users/FSmilari/.gradle/caches/modules-2/files-2.1/com.google.android.material/material/1.6.1/d4d703885d24c61bc0ec39a9a705969e41d773ef/material-1.6.1-sources.jar!/com/google/android/material/tabs/TabLayout.java_SELECTED" value="TabLayout" />
  106. <property name="android-custom-viewC:/Users/FSmilari/.gradle/caches/modules-2/files-2.1/com.google.android.material/material/1.6.1/d4d703885d24c61bc0ec39a9a705969e41d773ef/material-1.6.1-sources.jar!/com/google/android/material/tabs/TabLayout.java_TabLayout_DIMENSIONS" value="1080&#10;1920" />
  107. <property name="android-custom-viewC:/Users/FSmilari/.gradle/caches/modules-2/files-2.1/com.google.android.material/material/1.6.1/d4d703885d24c61bc0ec39a9a705969e41d773ef/material-1.6.1-sources.jar!/com/google/android/material/textfield/TextInputLayout.java_SELECTED" value="TextInputLayout" />
  108. <property name="android-custom-viewC:/Users/FSmilari/.gradle/caches/modules-2/files-2.1/com.google.android.material/material/1.6.1/d4d703885d24c61bc0ec39a9a705969e41d773ef/material-1.6.1-sources.jar!/com/google/android/material/textfield/TextInputLayout.java_TextInputLayout_DIMENSIONS" value="1080&#10;1920" />
  109. <property name="android-custom-viewC:/Users/FSmilari/.gradle/caches/modules-2/files-2.1/com.google.android.material/material/1.6.1/d4d703885d24c61bc0ec39a9a705969e41d773ef/material-1.6.1-sources.jar!/com/google/android/material/textview/MaterialTextView.java_MaterialTextView_DIMENSIONS" value="1080&#10;1920" />
  110. <property name="android-custom-viewC:/Users/FSmilari/.gradle/caches/modules-2/files-2.1/com.google.android.material/material/1.6.1/d4d703885d24c61bc0ec39a9a705969e41d773ef/material-1.6.1-sources.jar!/com/google/android/material/textview/MaterialTextView.java_SELECTED" value="MaterialTextView" />
  111. <property name="android-custom-viewC:/Users/FSmilari/AppData/Local/Android/Sdk/sources/android-29/android/view/View.java_SELECTED" value="View" />
  112. <property name="android-custom-viewC:/Users/FSmilari/AppData/Local/Android/Sdk/sources/android-29/android/widget/AbsListView.java_SELECTED" value="AbsListView" />
  113. <property name="android-custom-viewC:/Users/FSmilari/AppData/Local/Android/Sdk/sources/android-29/android/widget/AutoCompleteTextView.java_SELECTED" value="AutoCompleteTextView" />
  114. <property name="android-custom-viewC:/Users/FSmilari/AppData/Local/Android/Sdk/sources/android-29/android/widget/EditText.java_SELECTED" value="EditText" />
  115. <property name="android-custom-viewC:/Users/FSmilari/AppData/Local/Android/Sdk/sources/android-29/android/widget/TextView.java_SELECTED" value="TextView" />
  116. <property name="android-custom-viewC:/Users/FSmilari/AppData/Local/Android/Sdk/sources/android-32/android/view/View.java_SELECTED" value="View" />
  117. <property name="android-custom-viewC:/Users/FSmilari/AppData/Local/Android/Sdk/sources/android-32/android/view/View.java_View_DIMENSIONS" value="1080&#10;1920" />
  118. <property name="android-custom-viewC:/Users/FSmilari/AppData/Local/Android/Sdk/sources/android-32/android/view/ViewGroup.java_SELECTED" value="ViewGroup" />
  119. <property name="android-custom-viewC:/Users/FSmilari/AppData/Local/Android/Sdk/sources/android-32/android/view/ViewGroup.java_ViewGroup_DIMENSIONS" value="1080&#10;1920" />
  120. <property name="android-custom-viewC:/Users/FSmilari/AppData/Local/Android/Sdk/sources/android-32/android/widget/AutoCompleteTextView.java_AutoCompleteTextView_DIMENSIONS" value="1080&#10;1920" />
  121. <property name="android-custom-viewC:/Users/FSmilari/AppData/Local/Android/Sdk/sources/android-32/android/widget/AutoCompleteTextView.java_SELECTED" value="AutoCompleteTextView" />
  122. <property name="android-custom-viewC:/Users/FSmilari/AppData/Local/Android/Sdk/sources/android-32/android/widget/EditText.java_EditText_DIMENSIONS" value="1080&#10;1920" />
  123. <property name="android-custom-viewC:/Users/FSmilari/AppData/Local/Android/Sdk/sources/android-32/android/widget/EditText.java_SELECTED" value="EditText" />
  124. <property name="android-custom-viewC:/Users/FSmilari/AppData/Local/Android/Sdk/sources/android-32/android/widget/LinearLayout.java_LinearLayout_DIMENSIONS" value="1080&#10;1920" />
  125. <property name="android-custom-viewC:/Users/FSmilari/AppData/Local/Android/Sdk/sources/android-32/android/widget/LinearLayout.java_SELECTED" value="LinearLayout" />
  126. <property name="android-custom-viewC:/Users/FSmilari/AppData/Local/Android/Sdk/sources/android-32/android/widget/TextView.java_SELECTED" value="TextView" />
  127. <property name="android-custom-viewC:/Users/FSmilari/AppData/Local/Android/Sdk/sources/android-32/android/widget/TextView.java_TextView_DIMENSIONS" value="1080&#10;1920" />
  128. <property name="android-custom-viewZ:/Work/Java Projects/Android/RecurveBowSight/V2/app/src/main/java/ch/spherIC/recurvebowsight/components/FontTextView.java_FontTextView_DIMENSIONS" value="1080&#10;1920" />
  129. <property name="android-custom-viewZ:/Work/Java Projects/Android/RecurveBowSight/V2/app/src/main/java/ch/spherIC/recurvebowsight/components/FontTextView.java_SELECTED" value="FontTextView" />
  130. <property name="android-custom-viewZ:/Work/Java Projects/Android/RecurveBowSight/V2/app/src/main/java/ch/spherIC/recurvebowsight/components/NumberAutoCompleteTextView.java_NumberAutoCompleteTextView_DIMENSIONS" value="1080&#10;1920" />
  131. <property name="android-custom-viewZ:/Work/Java Projects/Android/RecurveBowSight/V2/app/src/main/java/ch/spherIC/recurvebowsight/components/NumberAutoCompleteTextView.java_SELECTED" value="NumberAutoCompleteTextView" />
  132. <property name="android-custom-viewZ:/Work/Java Projects/Android/RecurveBowSight/V2/app/src/main/java/ch/spherIC/recurvebowsight/components/XTextView.java_SELECTED" value="XTextView" />
  133. <property name="android-custom-viewZ:/Work/Java Projects/Android/RecurveBowSight/V2/app/src/main/java/ch/spherIC/recurvebowsight/components/XTextView.java_XTextView_DIMENSIONS" value="1080&#10;1920" />
  134. <property name="cidr.known.project.marker" value="true" />
  135. <property name="code.cleanup.on.save" value="true" />
  136. <property name="format.on.save" value="true" />
  137. <property name="last_directory_selection" value="$PROJECT_DIR$/app/src/main/res/drawable" />
  138. <property name="last_opened_file_path" value="$PROJECT_DIR$/app/src/main/res/drawable-v24" />
  139. <property name="optimize.imports.on.save" value="true" />
  140. <property name="settings.editor.selected.configurable" value="preferences.sourceCode.Java" />
  141. </component>
  142. <component name="RecentsManager">
  143. <key name="android.template.-1377507120">
  144. <recent name="ch.spherIC.recurvebowsight.ui.configuration" />
  145. </key>
  146. <key name="CopyFile.RECENT_KEYS">
  147. <recent name="Z:\Work\Java Projects\Android\RecurveBowSight\V2\app\src\main\res\drawable-v24" />
  148. <recent name="Z:\Work\Java Projects\Android\RecurveBowSight\V2\app\src\main\res\drawable" />
  149. <recent name="Z:\Work\Java Projects\Android\RecurveBowSight\V2\app\src\main\java\ch\spherIC\recurvebowsight\components" />
  150. <recent name="Z:\Work\Java Projects\Android\RecurveBowSight\V2\app\src\main\java\ch\spherIC\recurvebowsight\ui\calcsight" />
  151. <recent name="Z:\Work\Java Projects\Android\RecurveBowSight\V2\app\src\main\res\layout" />
  152. </key>
  153. <key name="android.template.1093395407">
  154. <recent name="ch.spherIC.recurvebowsight" />
  155. </key>
  156. <key name="android.template.1734690915">
  157. <recent name="ch.spherIC.recurvebowsight.ui.configuration" />
  158. </key>
  159. <key name="android.template.-1206743600">
  160. <recent name="ch.spherIC.recurvebowsight.ui.configuration" />
  161. </key>
  162. <key name="android.template.1587630541">
  163. <recent name="ch.spherIC.recurvebowsight.ui.userguide" />
  164. </key>
  165. <key name="MoveFile.RECENT_KEYS">
  166. <recent name="Z:\Work\Java Projects\Android\RecurveBowSight\V2\app\src\main\res\drawable" />
  167. <recent name="Z:\Work\Java Projects\Android\RecurveBowSight\V2\app\src\main\res\anim" />
  168. <recent name="Z:\Work\Java Projects\Android\RecurveBowSight\V2\app\src\main\res\drawable-v24" />
  169. </key>
  170. <key name="android.template.-1632241716">
  171. <recent name="ch.spherIC.recurvebowsight" />
  172. </key>
  173. <key name="android.template.170908341">
  174. <recent name="ch.spherIC.recurvebowsight" />
  175. </key>
  176. <key name="android.template.-1136685790">
  177. <recent name="ch.spherIC.recurvebowsight.ui.configuration" />
  178. <recent name="ch.spherIC.recurvebowsight" />
  179. </key>
  180. <key name="CopyClassDialog.RECENTS_KEY">
  181. <recent name="ch.spherIC.recurvebowsight.ui.configuration" />
  182. <recent name="ch.spherIC.recurvebowsight.ui.calcsight" />
  183. <recent name="ch.spherIC.recurvebowsight.ui.equipment" />
  184. </key>
  185. </component>
  186. <component name="RunManager">
  187. <configuration name="app" type="AndroidRunConfigurationType" factoryName="Android App" activateToolWindowBeforeRun="false">
  188. <module name="RecurveBowSight.app.main" />
  189. <option name="DEPLOY" value="true" />
  190. <option name="DEPLOY_APK_FROM_BUNDLE" value="false" />
  191. <option name="DEPLOY_AS_INSTANT" value="false" />
  192. <option name="ARTIFACT_NAME" value="" />
  193. <option name="PM_INSTALL_OPTIONS" value="" />
  194. <option name="ALL_USERS" value="false" />
  195. <option name="ALWAYS_INSTALL_WITH_PM" value="false" />
  196. <option name="DYNAMIC_FEATURES_DISABLED_LIST" value="" />
  197. <option name="ACTIVITY_EXTRA_FLAGS" value="" />
  198. <option name="MODE" value="default_activity" />
  199. <option name="CLEAR_LOGCAT" value="false" />
  200. <option name="SHOW_LOGCAT_AUTOMATICALLY" value="false" />
  201. <option name="INSPECTION_WITHOUT_ACTIVITY_RESTART" value="false" />
  202. <option name="TARGET_SELECTION_MODE" value="DEVICE_AND_SNAPSHOT_COMBO_BOX" />
  203. <option name="SELECTED_CLOUD_MATRIX_CONFIGURATION_ID" value="-1" />
  204. <option name="SELECTED_CLOUD_MATRIX_PROJECT_ID" value="" />
  205. <option name="DEBUGGER_TYPE" value="Auto" />
  206. <Auto>
  207. <option name="USE_JAVA_AWARE_DEBUGGER" value="false" />
  208. <option name="SHOW_STATIC_VARS" value="true" />
  209. <option name="WORKING_DIR" value="" />
  210. <option name="TARGET_LOGGING_CHANNELS" value="lldb process:gdb-remote packets" />
  211. <option name="SHOW_OPTIMIZED_WARNING" value="true" />
  212. </Auto>
  213. <Hybrid>
  214. <option name="USE_JAVA_AWARE_DEBUGGER" value="false" />
  215. <option name="SHOW_STATIC_VARS" value="true" />
  216. <option name="WORKING_DIR" value="" />
  217. <option name="TARGET_LOGGING_CHANNELS" value="lldb process:gdb-remote packets" />
  218. <option name="SHOW_OPTIMIZED_WARNING" value="true" />
  219. </Hybrid>
  220. <Java />
  221. <Native>
  222. <option name="USE_JAVA_AWARE_DEBUGGER" value="false" />
  223. <option name="SHOW_STATIC_VARS" value="true" />
  224. <option name="WORKING_DIR" value="" />
  225. <option name="TARGET_LOGGING_CHANNELS" value="lldb process:gdb-remote packets" />
  226. <option name="SHOW_OPTIMIZED_WARNING" value="true" />
  227. </Native>
  228. <Profilers>
  229. <option name="ADVANCED_PROFILING_ENABLED" value="false" />
  230. <option name="STARTUP_PROFILING_ENABLED" value="false" />
  231. <option name="STARTUP_CPU_PROFILING_ENABLED" value="false" />
  232. <option name="STARTUP_CPU_PROFILING_CONFIGURATION_NAME" value="Java/Kotlin Method Sample (legacy)" />
  233. <option name="STARTUP_NATIVE_MEMORY_PROFILING_ENABLED" value="false" />
  234. <option name="NATIVE_MEMORY_SAMPLE_RATE_BYTES" value="2048" />
  235. </Profilers>
  236. <option name="DEEP_LINK" value="" />
  237. <option name="ACTIVITY_CLASS" value="" />
  238. <option name="SEARCH_ACTIVITY_IN_GLOBAL_SCOPE" value="false" />
  239. <option name="SKIP_ACTIVITY_VALIDATION" value="false" />
  240. <method v="2">
  241. <option name="Android.Gradle.BeforeRunTask" enabled="true" />
  242. </method>
  243. </configuration>
  244. </component>
  245. <component name="SpellCheckerSettings" RuntimeDictionaries="0" Folders="0" CustomDictionaries="0" DefaultDictionary="application-level" UseSingleDictionary="true" transferred="true" />
  246. <component name="SvnConfiguration" cleanupOnStartRun="true">
  247. <configuration>C:\Users\FSmilari\AppData\Roaming\Subversion</configuration>
  248. <supportedVersion>125</supportedVersion>
  249. </component>
  250. <component name="SvnFileUrlMappingImpl">
  251. <option name="myMappingRoots">
  252. <list>
  253. <SvnCopyRootSimple>
  254. <option name="myVcsRoot" value="Z:\Work\Java Projects\Android\RecurveBowSight\V2" />
  255. <option name="myCopyRoot" value="Z:\Work\Java Projects\Android\RecurveBowSight\V2" />
  256. </SvnCopyRootSimple>
  257. </list>
  258. </option>
  259. <option name="myMoreRealMappingRoots">
  260. <list>
  261. <SvnCopyRootSimple>
  262. <option name="myVcsRoot" value="Z:\Work\Java Projects\Android\RecurveBowSight\V2" />
  263. <option name="myCopyRoot" value="Z:\Work\Java Projects\Android\RecurveBowSight\V2" />
  264. </SvnCopyRootSimple>
  265. </list>
  266. </option>
  267. </component>
  268. <component name="TaskManager">
  269. <task active="true" id="Default" summary="Default task">
  270. <changelist id="41369230-c648-4299-baf3-de5f13bcb18c" name="Changes" comment="" />
  271. <created>1659629287053</created>
  272. <option name="number" value="Default" />
  273. <option name="presentableId" value="Default" />
  274. <updated>1659629287053</updated>
  275. </task>
  276. <servers />
  277. </component>
  278. <component name="XDebuggerManager">
  279. <breakpoint-manager>
  280. <breakpoints>
  281. <line-breakpoint enabled="true" suspend="THREAD" type="java-line">
  282. <url>file://$PROJECT_DIR$/app/src/main/java/ch/spherIC/recurvebowsight/ui/calcsight/CalculateSightSightSettingFragment.java</url>
  283. <line>78</line>
  284. <option name="timeStamp" value="114" />
  285. </line-breakpoint>
  286. <line-breakpoint enabled="true" suspend="THREAD" type="java-line">
  287. <url>file://$PROJECT_DIR$/app/src/main/java/ch/spherIC/recurvebowsight/ui/calcsight/CalculateSightSightSettingFragment.java</url>
  288. <line>67</line>
  289. <option name="timeStamp" value="115" />
  290. </line-breakpoint>
  291. <line-breakpoint enabled="true" suspend="THREAD" type="java-line">
  292. <url>file://$PROJECT_DIR$/app/src/main/java/ch/spherIC/recurvebowsight/ui/calcsight/CalculateSightParametersFragment.java</url>
  293. <line>102</line>
  294. <option name="timeStamp" value="116" />
  295. </line-breakpoint>
  296. <line-breakpoint enabled="true" suspend="THREAD" type="java-line">
  297. <url>file://$PROJECT_DIR$/app/src/main/java/ch/spherIC/recurvebowsight/ui/calcsight/CalculateSightSightSettingFragment.java</url>
  298. <line>109</line>
  299. <properties>
  300. <option name="lambda-ordinal" value="0" />
  301. </properties>
  302. <option name="timeStamp" value="119" />
  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/calcsight/CalculateSightSightSettingFragment.java</url>
  306. <line>45</line>
  307. <option name="timeStamp" value="120" />
  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/calcsight/CalculateSightSightSettingFragment.java</url>
  311. <line>96</line>
  312. <option name="timeStamp" value="122" />
  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/RBSMainActivity.java</url>
  316. <line>81</line>
  317. <option name="timeStamp" value="125" />
  318. </line-breakpoint>
  319. <line-breakpoint enabled="true" suspend="THREAD" type="java-line">
  320. <url>file://$PROJECT_DIR$/app/src/main/java/ch/spherIC/recurvebowsight/ui/calcsight/CalculateSightParametersFragment.java</url>
  321. <line>78</line>
  322. <option name="timeStamp" value="127" />
  323. </line-breakpoint>
  324. <line-breakpoint enabled="true" suspend="THREAD" type="java-line">
  325. <url>file://$PROJECT_DIR$/app/src/main/java/ch/spherIC/recurvebowsight/ui/userguide/UserguideFragment.java</url>
  326. <line>42</line>
  327. <option name="timeStamp" value="130" />
  328. </line-breakpoint>
  329. <line-breakpoint enabled="true" suspend="THREAD" type="java-line">
  330. <url>file://$PROJECT_DIR$/app/src/main/java/ch/spherIC/recurvebowsight/ui/userguide/UserguideFragment.java</url>
  331. <line>66</line>
  332. <option name="timeStamp" value="131" />
  333. </line-breakpoint>
  334. <line-breakpoint enabled="true" suspend="THREAD" type="java-line">
  335. <url>file://$PROJECT_DIR$/app/src/main/java/ch/spherIC/recurvebowsight/ui/userguide/UserguideFragment.java</url>
  336. <line>72</line>
  337. <option name="timeStamp" value="132" />
  338. </line-breakpoint>
  339. <line-breakpoint enabled="true" suspend="THREAD" type="java-line">
  340. <url>file://$PROJECT_DIR$/app/src/main/java/ch/spherIC/recurvebowsight/RBSMainActivity.java</url>
  341. <line>74</line>
  342. <option name="timeStamp" value="133" />
  343. </line-breakpoint>
  344. <line-breakpoint enabled="true" suspend="THREAD" type="java-line">
  345. <url>file://$PROJECT_DIR$/app/src/main/java/ch/spherIC/recurvebowsight/ui/configuration/RiserConfigurationActivity.java</url>
  346. <line>55</line>
  347. <option name="timeStamp" value="135" />
  348. </line-breakpoint>
  349. <line-breakpoint enabled="true" suspend="THREAD" type="java-line">
  350. <url>file://$PROJECT_DIR$/app/src/main/java/ch/spherIC/recurvebowsight/ui/userguide/UserGuideArcherySetupActivity.java</url>
  351. <line>16</line>
  352. <option name="timeStamp" value="136" />
  353. </line-breakpoint>
  354. <line-breakpoint enabled="true" suspend="THREAD" type="java-line">
  355. <url>file://$PROJECT_DIR$/app/src/main/java/ch/spherIC/recurvebowsight/ui/userguide/UserGuideArcherySetupActivity.java</url>
  356. <line>26</line>
  357. <option name="timeStamp" value="137" />
  358. </line-breakpoint>
  359. </breakpoints>
  360. </breakpoint-manager>
  361. <watches-manager>
  362. <configuration name="app">
  363. <watch expression="this" />
  364. <watch expression="menu.findItem(R.id.action_help)" language="JAVA" custom="ch.spherIC.recurvebowsight.R" />
  365. </configuration>
  366. </watches-manager>
  367. </component>
  368. </project>