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

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