Android App zur Berechnung der Visiereinstellung eines Recurvebogens.
Nevar pievienot vairāk kā 25 tēmas Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.

workspace.xml 29KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379
  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/libs/achartengine-1.1.0.jar" afterDir="false" />
  25. <change afterPath="$PROJECT_DIR$/app/src/main/java/ch/spherIC/recurvebowsight/components" afterDir="true" />
  26. <change afterPath="$PROJECT_DIR$/app/src/main/java/ch/spherIC/recurvebowsight/components/FlightCurveChart.java" afterDir="false" />
  27. <change afterPath="$PROJECT_DIR$/app/src/main/java/ch/spherIC/recurvebowsight/components/FontTextView.java" afterDir="false" />
  28. <change afterPath="$PROJECT_DIR$/app/src/main/java/ch/spherIC/recurvebowsight/components/XTextView.java" afterDir="false" />
  29. <change afterPath="$PROJECT_DIR$/app/src/main/java/ch/spherIC/recurvebowsight/logic/BallisticResults.java" afterDir="false" />
  30. <change beforePath="$PROJECT_DIR$/.gradle/7.3.3/checksums/checksums.lock" beforeDir="false" afterPath="$PROJECT_DIR$/.gradle/7.3.3/checksums/checksums.lock" afterDir="false" />
  31. <change beforePath="$PROJECT_DIR$/.gradle/7.3.3/checksums/sha1-checksums.bin" beforeDir="false" afterPath="$PROJECT_DIR$/.gradle/7.3.3/checksums/sha1-checksums.bin" 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$/.gradle/buildOutputCleanup/outputFiles.bin" beforeDir="false" afterPath="$PROJECT_DIR$/.gradle/buildOutputCleanup/outputFiles.bin" 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/modules/app/RecurveBowSight.app.androidTest.iml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/modules/app/RecurveBowSight.app.androidTest.iml" afterDir="false" />
  41. <change beforePath="$PROJECT_DIR$/.idea/modules/app/RecurveBowSight.app.main.iml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/modules/app/RecurveBowSight.app.main.iml" afterDir="false" />
  42. <change beforePath="$PROJECT_DIR$/.idea/modules/app/RecurveBowSight.app.unitTest.iml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/modules/app/RecurveBowSight.app.unitTest.iml" afterDir="false" />
  43. <change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" />
  44. <change beforePath="$PROJECT_DIR$/app/build.gradle" beforeDir="false" afterPath="$PROJECT_DIR$/app/build.gradle" afterDir="false" />
  45. <change beforePath="$PROJECT_DIR$/app/src/main/java/ch/spherIC/recurvebowsight/TrajectoryCalculation.java" beforeDir="false" afterPath="$PROJECT_DIR$/app/src/main/java/ch/spherIC/recurvebowsight/logic/TrajectoryCalculation.java" afterDir="false" />
  46. <change beforePath="$PROJECT_DIR$/app/src/main/java/ch/spherIC/recurvebowsight/logic/CalculationTask.java" beforeDir="false" afterPath="$PROJECT_DIR$/app/src/main/java/ch/spherIC/recurvebowsight/logic/CalculationTask.java" afterDir="false" />
  47. <change beforePath="$PROJECT_DIR$/app/src/main/java/ch/spherIC/recurvebowsight/logic/TrajectoryCalculator.java" beforeDir="false" afterPath="$PROJECT_DIR$/app/src/main/java/ch/spherIC/recurvebowsight/logic/TrajectoryCalculator.java" afterDir="false" />
  48. <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" />
  49. <change beforePath="$PROJECT_DIR$/app/src/main/java/ch/spherIC/recurvebowsight/ui/calcsight/CalculateSightTrajectoryFragment.java" beforeDir="false" afterPath="$PROJECT_DIR$/app/src/main/java/ch/spherIC/recurvebowsight/ui/calcsight/CalculateSightTrajectoryFragment.java" afterDir="false" />
  50. <change beforePath="$PROJECT_DIR$/app/src/main/res/layout/fragment_calcsight_trajectory.xml" beforeDir="false" afterPath="$PROJECT_DIR$/app/src/main/res/layout/fragment_calcsight_trajectory.xml" afterDir="false" />
  51. <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" />
  52. <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" />
  53. <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" />
  54. </list>
  55. <option name="SHOW_DIALOG" value="false" />
  56. <option name="HIGHLIGHT_CONFLICTS" value="true" />
  57. <option name="HIGHLIGHT_NON_ACTIVE_CHANGELIST" value="false" />
  58. <option name="LAST_RESOLUTION" value="IGNORE" />
  59. </component>
  60. <component name="ExecutionTargetManager" SELECTED_TARGET="device_and_snapshot_combo_box_target[C:\Users\FSmilari\.android\avd\pixel_2_q_10_0_-_api_29.avd]" />
  61. <component name="ExternalProjectsData">
  62. <projectState path="$PROJECT_DIR$">
  63. <ProjectState />
  64. </projectState>
  65. </component>
  66. <component name="FileTemplateManagerImpl">
  67. <option name="RECENT_TEMPLATES">
  68. <list>
  69. <option value="resourceFile" />
  70. <option value="Class" />
  71. <option value="valueResourceFile" />
  72. </list>
  73. </option>
  74. </component>
  75. <component name="GitSEFilterConfiguration">
  76. <file-type-list>
  77. <filtered-out-file-type name="LOCAL_BRANCH" />
  78. <filtered-out-file-type name="REMOTE_BRANCH" />
  79. <filtered-out-file-type name="TAG" />
  80. <filtered-out-file-type name="COMMIT_BY_MESSAGE" />
  81. </file-type-list>
  82. </component>
  83. <component name="ProjectId" id="2CtkRh68cCgVducVNKsBVO29cSE" />
  84. <component name="ProjectLevelVcsManager">
  85. <ConfirmationsSetting value="1" id="Add" />
  86. <ConfirmationsSetting value="2" id="Remove" />
  87. </component>
  88. <component name="ProjectViewState">
  89. <option name="hideEmptyMiddlePackages" value="true" />
  90. <option name="showLibraryContents" value="true" />
  91. <option name="showMembers" value="true" />
  92. <option name="showVisibilityIcons" value="true" />
  93. </component>
  94. <component name="PropertiesComponent">
  95. <property name="ResourceManagerPrefKey.ResourceType" value="ANIM" />
  96. <property name="RunOnceActivity.OpenProjectViewOnStart" value="true" />
  97. <property name="RunOnceActivity.ShowReadmeOnStart" value="true" />
  98. <property name="RunOnceActivity.cidr.known.project.marker" value="true" />
  99. <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" />
  100. <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" />
  101. <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" />
  102. <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" />
  103. <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" />
  104. <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" />
  105. <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" />
  106. <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" />
  107. <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" />
  108. <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" />
  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/AutoCompleteTextView.java_SELECTED" value="AutoCompleteTextView" />
  113. <property name="android-custom-viewC:/Users/FSmilari/AppData/Local/Android/Sdk/sources/android-29/android/widget/EditText.java_SELECTED" value="EditText" />
  114. <property name="android-custom-viewC:/Users/FSmilari/AppData/Local/Android/Sdk/sources/android-29/android/widget/TextView.java_SELECTED" value="TextView" />
  115. <property name="android-custom-viewC:/Users/FSmilari/AppData/Local/Android/Sdk/sources/android-32/android/view/View.java_SELECTED" value="View" />
  116. <property name="android-custom-viewC:/Users/FSmilari/AppData/Local/Android/Sdk/sources/android-32/android/view/View.java_View_DIMENSIONS" value="1080&#10;1920" />
  117. <property name="android-custom-viewC:/Users/FSmilari/AppData/Local/Android/Sdk/sources/android-32/android/view/ViewGroup.java_SELECTED" value="ViewGroup" />
  118. <property name="android-custom-viewC:/Users/FSmilari/AppData/Local/Android/Sdk/sources/android-32/android/view/ViewGroup.java_ViewGroup_DIMENSIONS" value="1080&#10;1920" />
  119. <property name="android-custom-viewC:/Users/FSmilari/AppData/Local/Android/Sdk/sources/android-32/android/widget/AutoCompleteTextView.java_AutoCompleteTextView_DIMENSIONS" value="1080&#10;1920" />
  120. <property name="android-custom-viewC:/Users/FSmilari/AppData/Local/Android/Sdk/sources/android-32/android/widget/AutoCompleteTextView.java_SELECTED" value="AutoCompleteTextView" />
  121. <property name="android-custom-viewC:/Users/FSmilari/AppData/Local/Android/Sdk/sources/android-32/android/widget/EditText.java_EditText_DIMENSIONS" value="1080&#10;1920" />
  122. <property name="android-custom-viewC:/Users/FSmilari/AppData/Local/Android/Sdk/sources/android-32/android/widget/EditText.java_SELECTED" value="EditText" />
  123. <property name="android-custom-viewC:/Users/FSmilari/AppData/Local/Android/Sdk/sources/android-32/android/widget/LinearLayout.java_LinearLayout_DIMENSIONS" value="1080&#10;1920" />
  124. <property name="android-custom-viewC:/Users/FSmilari/AppData/Local/Android/Sdk/sources/android-32/android/widget/LinearLayout.java_SELECTED" value="LinearLayout" />
  125. <property name="android-custom-viewC:/Users/FSmilari/AppData/Local/Android/Sdk/sources/android-32/android/widget/TextView.java_SELECTED" value="TextView" />
  126. <property name="android-custom-viewC:/Users/FSmilari/AppData/Local/Android/Sdk/sources/android-32/android/widget/TextView.java_TextView_DIMENSIONS" value="1080&#10;1920" />
  127. <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" />
  128. <property name="android-custom-viewZ:/Work/Java Projects/Android/RecurveBowSight/V2/app/src/main/java/ch/spherIC/recurvebowsight/components/FontTextView.java_SELECTED" value="FontTextView" />
  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_opened_file_path" value="$PROJECT_DIR$/app/src/main/java/ch/spherIC/recurvebowsight/components" />
  135. <property name="optimize.imports.on.save" value="true" />
  136. <property name="settings.editor.selected.configurable" value="preferences.editor.code.editing" />
  137. </component>
  138. <component name="RecentsManager">
  139. <key name="android.template.-1377507120">
  140. <recent name="ch.spherIC.recurvebowsight.ui.configuration" />
  141. </key>
  142. <key name="CopyFile.RECENT_KEYS">
  143. <recent name="Z:\Work\Java Projects\Android\RecurveBowSight\V2\app\src\main\java\ch\spherIC\recurvebowsight\components" />
  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\ui\calcsight" />
  146. <recent name="Z:\Work\Java Projects\Android\RecurveBowSight\V2\app\src\main\res\layout" />
  147. <recent name="Z:\Work\Java Projects\Android\RecurveBowSight\V2\app\src\main\java\ch\spherIC\recurvebowsight\utilities" />
  148. </key>
  149. <key name="android.template.1093395407">
  150. <recent name="ch.spherIC.recurvebowsight" />
  151. </key>
  152. <key name="android.template.1734690915">
  153. <recent name="ch.spherIC.recurvebowsight.ui.configuration" />
  154. </key>
  155. <key name="MoveFile.RECENT_KEYS">
  156. <recent name="Z:\Work\Java Projects\Android\RecurveBowSight\V2\app\src\main\res\drawable" />
  157. <recent name="Z:\Work\Java Projects\Android\RecurveBowSight\V2\app\src\main\res\anim" />
  158. <recent name="Z:\Work\Java Projects\Android\RecurveBowSight\V2\app\src\main\res\drawable-v24" />
  159. </key>
  160. <key name="android.template.170908341">
  161. <recent name="ch.spherIC.recurvebowsight" />
  162. </key>
  163. <key name="android.template.-1136685790">
  164. <recent name="ch.spherIC.recurvebowsight.ui.configuration" />
  165. <recent name="ch.spherIC.recurvebowsight" />
  166. </key>
  167. <key name="CopyClassDialog.RECENTS_KEY">
  168. <recent name="ch.spherIC.recurvebowsight.ui.configuration" />
  169. <recent name="ch.spherIC.recurvebowsight.ui.calcsight" />
  170. <recent name="ch.spherIC.recurvebowsight.ui.equipment" />
  171. </key>
  172. </component>
  173. <component name="RunManager">
  174. <configuration name="app" type="AndroidRunConfigurationType" factoryName="Android App" activateToolWindowBeforeRun="false">
  175. <module name="RecurveBowSight.app.main" />
  176. <option name="DEPLOY" value="true" />
  177. <option name="DEPLOY_APK_FROM_BUNDLE" value="false" />
  178. <option name="DEPLOY_AS_INSTANT" value="false" />
  179. <option name="ARTIFACT_NAME" value="" />
  180. <option name="PM_INSTALL_OPTIONS" value="" />
  181. <option name="ALL_USERS" value="false" />
  182. <option name="ALWAYS_INSTALL_WITH_PM" value="false" />
  183. <option name="DYNAMIC_FEATURES_DISABLED_LIST" value="" />
  184. <option name="ACTIVITY_EXTRA_FLAGS" value="" />
  185. <option name="MODE" value="default_activity" />
  186. <option name="CLEAR_LOGCAT" value="false" />
  187. <option name="SHOW_LOGCAT_AUTOMATICALLY" value="false" />
  188. <option name="INSPECTION_WITHOUT_ACTIVITY_RESTART" value="false" />
  189. <option name="TARGET_SELECTION_MODE" value="DEVICE_AND_SNAPSHOT_COMBO_BOX" />
  190. <option name="SELECTED_CLOUD_MATRIX_CONFIGURATION_ID" value="-1" />
  191. <option name="SELECTED_CLOUD_MATRIX_PROJECT_ID" value="" />
  192. <option name="DEBUGGER_TYPE" value="Auto" />
  193. <Auto>
  194. <option name="USE_JAVA_AWARE_DEBUGGER" value="false" />
  195. <option name="SHOW_STATIC_VARS" value="true" />
  196. <option name="WORKING_DIR" value="" />
  197. <option name="TARGET_LOGGING_CHANNELS" value="lldb process:gdb-remote packets" />
  198. <option name="SHOW_OPTIMIZED_WARNING" value="true" />
  199. </Auto>
  200. <Hybrid>
  201. <option name="USE_JAVA_AWARE_DEBUGGER" value="false" />
  202. <option name="SHOW_STATIC_VARS" value="true" />
  203. <option name="WORKING_DIR" value="" />
  204. <option name="TARGET_LOGGING_CHANNELS" value="lldb process:gdb-remote packets" />
  205. <option name="SHOW_OPTIMIZED_WARNING" value="true" />
  206. </Hybrid>
  207. <Java />
  208. <Native>
  209. <option name="USE_JAVA_AWARE_DEBUGGER" value="false" />
  210. <option name="SHOW_STATIC_VARS" value="true" />
  211. <option name="WORKING_DIR" value="" />
  212. <option name="TARGET_LOGGING_CHANNELS" value="lldb process:gdb-remote packets" />
  213. <option name="SHOW_OPTIMIZED_WARNING" value="true" />
  214. </Native>
  215. <Profilers>
  216. <option name="ADVANCED_PROFILING_ENABLED" value="false" />
  217. <option name="STARTUP_PROFILING_ENABLED" value="false" />
  218. <option name="STARTUP_CPU_PROFILING_ENABLED" value="false" />
  219. <option name="STARTUP_CPU_PROFILING_CONFIGURATION_NAME" value="Java/Kotlin Method Sample (legacy)" />
  220. <option name="STARTUP_NATIVE_MEMORY_PROFILING_ENABLED" value="false" />
  221. <option name="NATIVE_MEMORY_SAMPLE_RATE_BYTES" value="2048" />
  222. </Profilers>
  223. <option name="DEEP_LINK" value="" />
  224. <option name="ACTIVITY_CLASS" value="" />
  225. <option name="SEARCH_ACTIVITY_IN_GLOBAL_SCOPE" value="false" />
  226. <option name="SKIP_ACTIVITY_VALIDATION" value="false" />
  227. <method v="2">
  228. <option name="Android.Gradle.BeforeRunTask" enabled="true" />
  229. </method>
  230. </configuration>
  231. </component>
  232. <component name="SpellCheckerSettings" RuntimeDictionaries="0" Folders="0" CustomDictionaries="0" DefaultDictionary="application-level" UseSingleDictionary="true" transferred="true" />
  233. <component name="SvnConfiguration" cleanupOnStartRun="true">
  234. <configuration>C:\Users\FSmilari\AppData\Roaming\Subversion</configuration>
  235. <supportedVersion>125</supportedVersion>
  236. </component>
  237. <component name="SvnFileUrlMappingImpl">
  238. <option name="myMappingRoots">
  239. <list>
  240. <SvnCopyRootSimple>
  241. <option name="myVcsRoot" value="Z:\Work\Java Projects\Android\RecurveBowSight\V2" />
  242. <option name="myCopyRoot" value="Z:\Work\Java Projects\Android\RecurveBowSight\V2" />
  243. </SvnCopyRootSimple>
  244. </list>
  245. </option>
  246. <option name="myMoreRealMappingRoots">
  247. <list>
  248. <SvnCopyRootSimple>
  249. <option name="myVcsRoot" value="Z:\Work\Java Projects\Android\RecurveBowSight\V2" />
  250. <option name="myCopyRoot" value="Z:\Work\Java Projects\Android\RecurveBowSight\V2" />
  251. </SvnCopyRootSimple>
  252. </list>
  253. </option>
  254. </component>
  255. <component name="TaskManager">
  256. <task active="true" id="Default" summary="Default task">
  257. <changelist id="41369230-c648-4299-baf3-de5f13bcb18c" name="Changes" comment="" />
  258. <created>1659629287053</created>
  259. <option name="number" value="Default" />
  260. <option name="presentableId" value="Default" />
  261. <updated>1659629287053</updated>
  262. </task>
  263. <servers />
  264. </component>
  265. <component name="XDebuggerManager">
  266. <breakpoint-manager>
  267. <breakpoints>
  268. <line-breakpoint enabled="true" suspend="THREAD" type="java-line">
  269. <url>file://$PROJECT_DIR$/app/src/main/java/ch/spherIC/recurvebowsight/database/RBSDatabaseHelper.java</url>
  270. <line>99</line>
  271. <option name="timeStamp" value="4" />
  272. </line-breakpoint>
  273. <line-breakpoint enabled="true" suspend="THREAD" type="java-line">
  274. <url>file://$PROJECT_DIR$/app/src/main/java/ch/spherIC/recurvebowsight/ui/configuration/RiserConfigurationActivity.java</url>
  275. <line>99</line>
  276. <option name="timeStamp" value="37" />
  277. </line-breakpoint>
  278. <line-breakpoint enabled="true" suspend="THREAD" type="java-line">
  279. <url>file://$PROJECT_DIR$/app/src/main/java/ch/spherIC/recurvebowsight/ui/configuration/RiserConfigurationActivity.java</url>
  280. <line>173</line>
  281. <option name="timeStamp" value="40" />
  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/configuration/RiserConfigurationActivity.java</url>
  285. <line>129</line>
  286. <option name="timeStamp" value="42" />
  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/configuration/SightConfigurationActivity.java</url>
  290. <line>74</line>
  291. <option name="timeStamp" value="43" />
  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/configuration/ArcherySetupConfigurationViewModel.java</url>
  295. <line>108</line>
  296. <option name="timeStamp" value="46" />
  297. </line-breakpoint>
  298. <line-breakpoint enabled="true" suspend="THREAD" type="java-line">
  299. <url>file://$PROJECT_DIR$/app/src/main/java/ch/spherIC/recurvebowsight/ui/configuration/ArcherySetupConfigurationActivity.java</url>
  300. <line>92</line>
  301. <option name="timeStamp" value="50" />
  302. </line-breakpoint>
  303. <line-breakpoint enabled="true" suspend="THREAD" type="java-line">
  304. <url>file://$PROJECT_DIR$/app/src/main/java/ch/spherIC/recurvebowsight/ui/configuration/ArcherySetupConfigurationViewModel.java</url>
  305. <line>115</line>
  306. <option name="timeStamp" value="52" />
  307. </line-breakpoint>
  308. <line-breakpoint enabled="true" suspend="THREAD" type="java-line">
  309. <url>file://$PROJECT_DIR$/app/src/main/java/ch/spherIC/recurvebowsight/ui/configuration/ArcherySetupConfigurationActivity.java</url>
  310. <line>186</line>
  311. <option name="timeStamp" value="53" />
  312. </line-breakpoint>
  313. <line-breakpoint enabled="true" suspend="THREAD" type="java-line">
  314. <url>file://$PROJECT_DIR$/app/src/main/java/ch/spherIC/recurvebowsight/ui/configuration/ArcherySetupConfigurationActivity.java</url>
  315. <line>208</line>
  316. <option name="timeStamp" value="54" />
  317. </line-breakpoint>
  318. <line-breakpoint enabled="true" suspend="THREAD" type="java-line">
  319. <url>file://$PROJECT_DIR$/app/src/main/java/ch/spherIC/recurvebowsight/ui/configuration/SightConfigurationActivity.java</url>
  320. <line>120</line>
  321. <option name="timeStamp" value="55" />
  322. </line-breakpoint>
  323. <line-breakpoint enabled="true" suspend="THREAD" type="java-line">
  324. <url>file://$PROJECT_DIR$/app/src/main/java/ch/spherIC/recurvebowsight/ui/configuration/ArcherySetupConfigurationActivity.java</url>
  325. <line>190</line>
  326. <option name="timeStamp" value="56" />
  327. </line-breakpoint>
  328. <line-breakpoint enabled="true" suspend="THREAD" type="java-line">
  329. <url>file://$USER_HOME$/AppData/Local/Android/Sdk/sources/android-32/android/widget/TextView.java</url>
  330. <line>6178</line>
  331. <option name="timeStamp" value="68" />
  332. </line-breakpoint>
  333. <line-breakpoint enabled="true" suspend="THREAD" type="java-line">
  334. <url>file://$PROJECT_DIR$/app/src/main/java/ch/spherIC/recurvebowsight/ui/calcsight/CalculateSightParametersFragment.java</url>
  335. <line>211</line>
  336. <option name="timeStamp" value="75" />
  337. </line-breakpoint>
  338. <line-breakpoint enabled="true" suspend="THREAD" type="java-line">
  339. <url>file://$PROJECT_DIR$/app/src/main/java/ch/spherIC/recurvebowsight/ui/calcsight/CalculateSightTrajectoryFragment.java</url>
  340. <line>52</line>
  341. <option name="timeStamp" value="76" />
  342. </line-breakpoint>
  343. <line-breakpoint enabled="true" suspend="THREAD" type="java-line">
  344. <url>file://$PROJECT_DIR$/app/src/main/java/ch/spherIC/recurvebowsight/ui/calcsight/CalculateSightTrajectoryFragment.java</url>
  345. <line>67</line>
  346. <option name="timeStamp" value="79" />
  347. </line-breakpoint>
  348. <line-breakpoint enabled="true" suspend="THREAD" type="java-line">
  349. <url>file://$PROJECT_DIR$/app/src/main/java/ch/spherIC/recurvebowsight/ui/calcsight/CalculateSightTrajectoryFragment.java</url>
  350. <line>122</line>
  351. <option name="timeStamp" value="80" />
  352. </line-breakpoint>
  353. <line-breakpoint enabled="true" suspend="THREAD" type="java-line">
  354. <url>file://$PROJECT_DIR$/app/src/main/java/ch/spherIC/recurvebowsight/ui/calcsight/CalculateSightTrajectoryFragment.java</url>
  355. <line>79</line>
  356. <option name="timeStamp" value="81" />
  357. </line-breakpoint>
  358. <line-breakpoint enabled="true" suspend="THREAD" type="java-line">
  359. <url>file://$PROJECT_DIR$/app/src/main/java/ch/spherIC/recurvebowsight/ui/calcsight/CalculateSightTrajectoryFragment.java</url>
  360. <line>48</line>
  361. <option name="timeStamp" value="83" />
  362. </line-breakpoint>
  363. </breakpoints>
  364. </breakpoint-manager>
  365. <watches-manager>
  366. <configuration name="app">
  367. <watch expression="this" />
  368. <watch expression="getViewLifecycleOwner()" language="JAVA" />
  369. <watch expression="getParentFragment()" language="JAVA" />
  370. <watch expression="getParentFragment().getArguments()" language="JAVA" />
  371. <watch expression="getParentFragmentManager().getFragments().get(1).get" language="JAVA" />
  372. <watch expression="getParentFragment().getView().findViewById(R.id.arrowNockHeightTxt)" language="JAVA" />
  373. <watch expression="this.calculator.getListener()" language="JAVA" />
  374. <watch expression="this.calculator.getFlightCurve()[values[1]]" language="JAVA" />
  375. <watch expression="(values[0]" language="JAVA" />
  376. </configuration>
  377. </watches-manager>
  378. </component>
  379. </project>