Android App zur Berechnung der Visiereinstellung eines Recurvebogens.
Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.

workspace.xml 33KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410
  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/assetWizardSettings.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/assetWizardSettings.xml" afterDir="false" />
  31. <change beforePath="$PROJECT_DIR$/.idea/misc.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/misc.xml" afterDir="false" />
  32. <change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" />
  33. <change beforePath="$PROJECT_DIR$/app/src/main/AndroidManifest.xml" beforeDir="false" afterPath="$PROJECT_DIR$/app/src/main/AndroidManifest.xml" afterDir="false" />
  34. <change beforePath="$PROJECT_DIR$/app/src/main/java/ch/spherIC/recurvebowsight/database/RBSDatabaseHelper.java" beforeDir="false" afterPath="$PROJECT_DIR$/app/src/main/java/ch/spherIC/recurvebowsight/database/RBSDatabaseHelper.java" afterDir="false" />
  35. <change beforePath="$PROJECT_DIR$/app/src/main/java/ch/spherIC/recurvebowsight/database/dao/ArcherySetupDao.java" beforeDir="false" afterPath="$PROJECT_DIR$/app/src/main/java/ch/spherIC/recurvebowsight/database/dao/ArcherySetupDao.java" afterDir="false" />
  36. <change beforePath="$PROJECT_DIR$/app/src/main/java/ch/spherIC/recurvebowsight/database/dao/DAO.java" beforeDir="false" afterPath="$PROJECT_DIR$/app/src/main/java/ch/spherIC/recurvebowsight/database/dao/DAO.java" afterDir="false" />
  37. <change beforePath="$PROJECT_DIR$/app/src/main/java/ch/spherIC/recurvebowsight/database/dao/RiserDao.java" beforeDir="false" afterPath="$PROJECT_DIR$/app/src/main/java/ch/spherIC/recurvebowsight/database/dao/RiserDao.java" afterDir="false" />
  38. <change beforePath="$PROJECT_DIR$/app/src/main/java/ch/spherIC/recurvebowsight/database/dao/SightDao.java" beforeDir="false" afterPath="$PROJECT_DIR$/app/src/main/java/ch/spherIC/recurvebowsight/database/dao/SightDao.java" afterDir="false" />
  39. <change beforePath="$PROJECT_DIR$/app/src/main/java/ch/spherIC/recurvebowsight/database/scheme/data/TblRBSArcherySetup.java" beforeDir="false" afterPath="$PROJECT_DIR$/app/src/main/java/ch/spherIC/recurvebowsight/database/scheme/data/TblRBSArcherySetup.java" afterDir="false" />
  40. <change beforePath="$PROJECT_DIR$/app/src/main/java/ch/spherIC/recurvebowsight/model/ArcherySetup.java" beforeDir="false" />
  41. <change beforePath="$PROJECT_DIR$/app/src/main/java/ch/spherIC/recurvebowsight/model/IArcherySetup.java" beforeDir="false" afterPath="$PROJECT_DIR$/app/src/main/java/ch/spherIC/recurvebowsight/model/IArcherySetup.java" afterDir="false" />
  42. <change beforePath="$PROJECT_DIR$/app/src/main/java/ch/spherIC/recurvebowsight/model/Riser.java" beforeDir="false" />
  43. <change beforePath="$PROJECT_DIR$/app/src/main/java/ch/spherIC/recurvebowsight/model/Sight.java" beforeDir="false" />
  44. <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" />
  45. <change beforePath="$PROJECT_DIR$/app/src/main/java/ch/spherIC/recurvebowsight/ui/configuration/ArcherySetupConfigurationViewModel.java" beforeDir="false" afterPath="$PROJECT_DIR$/app/src/main/java/ch/spherIC/recurvebowsight/ui/configuration/ArcherySetupConfigurationViewModel.java" afterDir="false" />
  46. <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" />
  47. <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" />
  48. <change beforePath="$PROJECT_DIR$/app/src/main/java/ch/spherIC/recurvebowsight/ui/equipment/AddEquipmentFragment.java" beforeDir="false" afterPath="$PROJECT_DIR$/app/src/main/java/ch/spherIC/recurvebowsight/ui/equipment/AddEquipmentFragment.java" afterDir="false" />
  49. <change beforePath="$PROJECT_DIR$/app/src/main/java/ch/spherIC/recurvebowsight/ui/equipment/ChooseEquipmentFragment.java" beforeDir="false" afterPath="$PROJECT_DIR$/app/src/main/java/ch/spherIC/recurvebowsight/ui/equipment/ChooseEquipmentFragment.java" afterDir="false" />
  50. <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" />
  51. <change beforePath="$PROJECT_DIR$/app/src/main/res/layout/fragment_equipment_add_list.xml" beforeDir="false" afterPath="$PROJECT_DIR$/app/src/main/res/layout/fragment_equipment_add_list.xml" afterDir="false" />
  52. <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" />
  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="layoutResourceFile" />
  70. <option value="Class" />
  71. <option value="resourceFile" />
  72. <option value="valueResourceFile" />
  73. </list>
  74. </option>
  75. </component>
  76. <component name="GitSEFilterConfiguration">
  77. <file-type-list>
  78. <filtered-out-file-type name="LOCAL_BRANCH" />
  79. <filtered-out-file-type name="REMOTE_BRANCH" />
  80. <filtered-out-file-type name="TAG" />
  81. <filtered-out-file-type name="COMMIT_BY_MESSAGE" />
  82. </file-type-list>
  83. </component>
  84. <component name="ProjectId" id="2CtkRh68cCgVducVNKsBVO29cSE" />
  85. <component name="ProjectLevelVcsManager">
  86. <ConfirmationsSetting value="1" id="Add" />
  87. <ConfirmationsSetting value="2" id="Remove" />
  88. </component>
  89. <component name="ProjectViewState">
  90. <option name="hideEmptyMiddlePackages" value="true" />
  91. <option name="showLibraryContents" value="true" />
  92. <option name="showMembers" value="true" />
  93. <option name="showVisibilityIcons" value="true" />
  94. </component>
  95. <component name="PropertiesComponent">
  96. <property name="ResourceManagerPrefKey.ResourceType" value="ANIM" />
  97. <property name="RunOnceActivity.OpenProjectViewOnStart" value="true" />
  98. <property name="RunOnceActivity.ShowReadmeOnStart" value="true" />
  99. <property name="RunOnceActivity.cidr.known.project.marker" value="true" />
  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_AppCompatEditText_DIMENSIONS" value="1080&#10;1920" />
  101. <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" />
  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_AppCompatEditText_DIMENSIONS" value="1080&#10;1920" />
  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/AppCompatEditText.java_SELECTED" value="AppCompatEditText" />
  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_AppCompatTextView_DIMENSIONS" value="1080&#10;1920" />
  105. <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" />
  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_RecyclerView_DIMENSIONS" value="1080&#10;1920" />
  107. <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" />
  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_SELECTED" value="ViewPager2" />
  109. <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" />
  110. <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" />
  111. <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" />
  112. <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" />
  113. <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" />
  114. <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" />
  115. <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" />
  116. <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" />
  117. <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" />
  118. <property name="android-custom-viewC:/Users/FSmilari/AppData/Local/Android/Sdk/sources/android-29/android/view/View.java_SELECTED" value="View" />
  119. <property name="android-custom-viewC:/Users/FSmilari/AppData/Local/Android/Sdk/sources/android-29/android/widget/AbsListView.java_SELECTED" value="AbsListView" />
  120. <property name="android-custom-viewC:/Users/FSmilari/AppData/Local/Android/Sdk/sources/android-29/android/widget/AutoCompleteTextView.java_SELECTED" value="AutoCompleteTextView" />
  121. <property name="android-custom-viewC:/Users/FSmilari/AppData/Local/Android/Sdk/sources/android-29/android/widget/EditText.java_SELECTED" value="EditText" />
  122. <property name="android-custom-viewC:/Users/FSmilari/AppData/Local/Android/Sdk/sources/android-29/android/widget/TextView.java_SELECTED" value="TextView" />
  123. <property name="android-custom-viewC:/Users/FSmilari/AppData/Local/Android/Sdk/sources/android-32/android/view/View.java_SELECTED" value="View" />
  124. <property name="android-custom-viewC:/Users/FSmilari/AppData/Local/Android/Sdk/sources/android-32/android/view/View.java_View_DIMENSIONS" value="1080&#10;1920" />
  125. <property name="android-custom-viewC:/Users/FSmilari/AppData/Local/Android/Sdk/sources/android-32/android/view/ViewGroup.java_SELECTED" value="ViewGroup" />
  126. <property name="android-custom-viewC:/Users/FSmilari/AppData/Local/Android/Sdk/sources/android-32/android/view/ViewGroup.java_ViewGroup_DIMENSIONS" value="1080&#10;1920" />
  127. <property name="android-custom-viewC:/Users/FSmilari/AppData/Local/Android/Sdk/sources/android-32/android/widget/AutoCompleteTextView.java_AutoCompleteTextView_DIMENSIONS" value="1080&#10;1920" />
  128. <property name="android-custom-viewC:/Users/FSmilari/AppData/Local/Android/Sdk/sources/android-32/android/widget/AutoCompleteTextView.java_SELECTED" value="AutoCompleteTextView" />
  129. <property name="android-custom-viewC:/Users/FSmilari/AppData/Local/Android/Sdk/sources/android-32/android/widget/EditText.java_EditText_DIMENSIONS" value="1080&#10;1920" />
  130. <property name="android-custom-viewC:/Users/FSmilari/AppData/Local/Android/Sdk/sources/android-32/android/widget/EditText.java_SELECTED" value="EditText" />
  131. <property name="android-custom-viewC:/Users/FSmilari/AppData/Local/Android/Sdk/sources/android-32/android/widget/LinearLayout.java_LinearLayout_DIMENSIONS" value="1080&#10;1920" />
  132. <property name="android-custom-viewC:/Users/FSmilari/AppData/Local/Android/Sdk/sources/android-32/android/widget/LinearLayout.java_SELECTED" value="LinearLayout" />
  133. <property name="android-custom-viewC:/Users/FSmilari/AppData/Local/Android/Sdk/sources/android-32/android/widget/TextView.java_SELECTED" value="TextView" />
  134. <property name="android-custom-viewC:/Users/FSmilari/AppData/Local/Android/Sdk/sources/android-32/android/widget/TextView.java_TextView_DIMENSIONS" value="1080&#10;1920" />
  135. <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" />
  136. <property name="android-custom-viewZ:/Work/Java Projects/Android/RecurveBowSight/V2/app/src/main/java/ch/spherIC/recurvebowsight/components/FontTextView.java_SELECTED" value="FontTextView" />
  137. <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" />
  138. <property name="android-custom-viewZ:/Work/Java Projects/Android/RecurveBowSight/V2/app/src/main/java/ch/spherIC/recurvebowsight/components/NumberAutoCompleteTextView.java_SELECTED" value="NumberAutoCompleteTextView" />
  139. <property name="android-custom-viewZ:/Work/Java Projects/Android/RecurveBowSight/V2/app/src/main/java/ch/spherIC/recurvebowsight/components/XTextView.java_SELECTED" value="XTextView" />
  140. <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" />
  141. <property name="cidr.known.project.marker" value="true" />
  142. <property name="code.cleanup.on.save" value="true" />
  143. <property name="format.on.save" value="true" />
  144. <property name="last_directory_selection" value="$PROJECT_DIR$/app/src/main/res/drawable" />
  145. <property name="last_opened_file_path" value="$USER_HOME$/AppData/Local/Google/AndroidStudio2021.2/device-explorer/pixel_2_q_10_0_-_api_29 [emulator-5554]/data/data/ch.spherIC.recurvebowsight/databases/RecurveBowSight.db" />
  146. <property name="optimize.imports.on.save" value="true" />
  147. <property name="settings.editor.selected.configurable" value="reference.settingsdialog.IDE.editor.colors.General" />
  148. </component>
  149. <component name="RecentsManager">
  150. <key name="android.template.-1377507120">
  151. <recent name="ch.spherIC.recurvebowsight.ui.configuration" />
  152. </key>
  153. <key name="CopyFile.RECENT_KEYS">
  154. <recent name="Z:\Work\Java Projects\Android\RecurveBowSight\V2\app\src\main\res\drawable-v24" />
  155. <recent name="Z:\Work\Java Projects\Android\RecurveBowSight\V2\app\src\main\res\drawable" />
  156. <recent name="Z:\Work\Java Projects\Android\RecurveBowSight\V2\app\src\main\java\ch\spherIC\recurvebowsight\components" />
  157. <recent name="Z:\Work\Java Projects\Android\RecurveBowSight\V2\app\src\main\java\ch\spherIC\recurvebowsight\ui\calcsight" />
  158. <recent name="Z:\Work\Java Projects\Android\RecurveBowSight\V2\app\src\main\res\layout" />
  159. </key>
  160. <key name="android.template.1093395407">
  161. <recent name="ch.spherIC.recurvebowsight" />
  162. </key>
  163. <key name="android.template.1734690915">
  164. <recent name="ch.spherIC.recurvebowsight.ui.configuration" />
  165. </key>
  166. <key name="android.template.-1206743600">
  167. <recent name="ch.spherIC.recurvebowsight.ui.configuration" />
  168. </key>
  169. <key name="android.template.1587630541">
  170. <recent name="ch.spherIC.recurvebowsight.ui.userguide" />
  171. </key>
  172. <key name="MoveFile.RECENT_KEYS">
  173. <recent name="Z:\Work\Java Projects\Android\RecurveBowSight\V2\app\src\main\res\drawable" />
  174. <recent name="Z:\Work\Java Projects\Android\RecurveBowSight\V2\app\src\main\res\anim" />
  175. <recent name="Z:\Work\Java Projects\Android\RecurveBowSight\V2\app\src\main\res\drawable-v24" />
  176. </key>
  177. <key name="android.template.-1632241716">
  178. <recent name="ch.spherIC.recurvebowsight" />
  179. </key>
  180. <key name="android.template.170908341">
  181. <recent name="ch.spherIC.recurvebowsight" />
  182. </key>
  183. <key name="android.template.-1136685790">
  184. <recent name="ch.spherIC.recurvebowsight.ui.configuration" />
  185. <recent name="ch.spherIC.recurvebowsight" />
  186. </key>
  187. <key name="CopyClassDialog.RECENTS_KEY">
  188. <recent name="ch.spherIC.recurvebowsight.ui.configuration" />
  189. <recent name="ch.spherIC.recurvebowsight.database.scheme.masterdata" />
  190. <recent name="ch.spherIC.recurvebowsight.model" />
  191. <recent name="ch.spherIC.recurvebowsight.database.dao" />
  192. <recent name="ch.spherIC.recurvebowsight.ui.calcsight" />
  193. </key>
  194. <key name="android.template.1317499478">
  195. <recent name="ch.spherIC.recurvebowsight" />
  196. </key>
  197. </component>
  198. <component name="RunManager">
  199. <configuration name="app" type="AndroidRunConfigurationType" factoryName="Android App" activateToolWindowBeforeRun="false">
  200. <module name="RecurveBowSight.app.main" />
  201. <option name="DEPLOY" value="true" />
  202. <option name="DEPLOY_APK_FROM_BUNDLE" value="false" />
  203. <option name="DEPLOY_AS_INSTANT" value="false" />
  204. <option name="ARTIFACT_NAME" value="" />
  205. <option name="PM_INSTALL_OPTIONS" value="" />
  206. <option name="ALL_USERS" value="false" />
  207. <option name="ALWAYS_INSTALL_WITH_PM" value="false" />
  208. <option name="DYNAMIC_FEATURES_DISABLED_LIST" value="" />
  209. <option name="ACTIVITY_EXTRA_FLAGS" value="" />
  210. <option name="MODE" value="default_activity" />
  211. <option name="CLEAR_LOGCAT" value="false" />
  212. <option name="SHOW_LOGCAT_AUTOMATICALLY" value="false" />
  213. <option name="INSPECTION_WITHOUT_ACTIVITY_RESTART" value="false" />
  214. <option name="TARGET_SELECTION_MODE" value="DEVICE_AND_SNAPSHOT_COMBO_BOX" />
  215. <option name="SELECTED_CLOUD_MATRIX_CONFIGURATION_ID" value="-1" />
  216. <option name="SELECTED_CLOUD_MATRIX_PROJECT_ID" value="" />
  217. <option name="DEBUGGER_TYPE" value="Auto" />
  218. <Auto>
  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. </Auto>
  225. <Hybrid>
  226. <option name="USE_JAVA_AWARE_DEBUGGER" value="false" />
  227. <option name="SHOW_STATIC_VARS" value="true" />
  228. <option name="WORKING_DIR" value="" />
  229. <option name="TARGET_LOGGING_CHANNELS" value="lldb process:gdb-remote packets" />
  230. <option name="SHOW_OPTIMIZED_WARNING" value="true" />
  231. </Hybrid>
  232. <Java />
  233. <Native>
  234. <option name="USE_JAVA_AWARE_DEBUGGER" value="false" />
  235. <option name="SHOW_STATIC_VARS" value="true" />
  236. <option name="WORKING_DIR" value="" />
  237. <option name="TARGET_LOGGING_CHANNELS" value="lldb process:gdb-remote packets" />
  238. <option name="SHOW_OPTIMIZED_WARNING" value="true" />
  239. </Native>
  240. <Profilers>
  241. <option name="ADVANCED_PROFILING_ENABLED" value="false" />
  242. <option name="STARTUP_PROFILING_ENABLED" value="false" />
  243. <option name="STARTUP_CPU_PROFILING_ENABLED" value="false" />
  244. <option name="STARTUP_CPU_PROFILING_CONFIGURATION_NAME" value="Java/Kotlin Method Sample (legacy)" />
  245. <option name="STARTUP_NATIVE_MEMORY_PROFILING_ENABLED" value="false" />
  246. <option name="NATIVE_MEMORY_SAMPLE_RATE_BYTES" value="2048" />
  247. </Profilers>
  248. <option name="DEEP_LINK" value="" />
  249. <option name="ACTIVITY_CLASS" value="" />
  250. <option name="SEARCH_ACTIVITY_IN_GLOBAL_SCOPE" value="false" />
  251. <option name="SKIP_ACTIVITY_VALIDATION" value="false" />
  252. <method v="2">
  253. <option name="Android.Gradle.BeforeRunTask" enabled="true" />
  254. </method>
  255. </configuration>
  256. </component>
  257. <component name="SpellCheckerSettings" RuntimeDictionaries="0" Folders="0" CustomDictionaries="0" DefaultDictionary="application-level" UseSingleDictionary="true" transferred="true" />
  258. <component name="SvnConfiguration" cleanupOnStartRun="true">
  259. <configuration>C:\Users\FSmilari\AppData\Roaming\Subversion</configuration>
  260. <supportedVersion>125</supportedVersion>
  261. </component>
  262. <component name="SvnFileUrlMappingImpl">
  263. <option name="myMappingRoots">
  264. <list>
  265. <SvnCopyRootSimple>
  266. <option name="myVcsRoot" value="Z:\Work\Java Projects\Android\RecurveBowSight\V2" />
  267. <option name="myCopyRoot" value="Z:\Work\Java Projects\Android\RecurveBowSight\V2" />
  268. </SvnCopyRootSimple>
  269. </list>
  270. </option>
  271. <option name="myMoreRealMappingRoots">
  272. <list>
  273. <SvnCopyRootSimple>
  274. <option name="myVcsRoot" value="Z:\Work\Java Projects\Android\RecurveBowSight\V2" />
  275. <option name="myCopyRoot" value="Z:\Work\Java Projects\Android\RecurveBowSight\V2" />
  276. </SvnCopyRootSimple>
  277. </list>
  278. </option>
  279. </component>
  280. <component name="TaskManager">
  281. <task active="true" id="Default" summary="Default task">
  282. <changelist id="41369230-c648-4299-baf3-de5f13bcb18c" name="Changes" comment="" />
  283. <created>1659629287053</created>
  284. <option name="number" value="Default" />
  285. <option name="presentableId" value="Default" />
  286. <updated>1659629287053</updated>
  287. </task>
  288. <servers />
  289. </component>
  290. <component name="XDebuggerManager">
  291. <breakpoint-manager>
  292. <breakpoints>
  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>78</line>
  296. <option name="timeStamp" value="114" />
  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/calcsight/CalculateSightSightSettingFragment.java</url>
  300. <line>67</line>
  301. <option name="timeStamp" value="115" />
  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/calcsight/CalculateSightParametersFragment.java</url>
  305. <line>102</line>
  306. <option name="timeStamp" value="116" />
  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/calcsight/CalculateSightSightSettingFragment.java</url>
  310. <line>109</line>
  311. <properties>
  312. <option name="lambda-ordinal" value="0" />
  313. </properties>
  314. <option name="timeStamp" value="119" />
  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/CalculateSightSightSettingFragment.java</url>
  318. <line>45</line>
  319. <option name="timeStamp" value="120" />
  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/calcsight/CalculateSightSightSettingFragment.java</url>
  323. <line>96</line>
  324. <option name="timeStamp" value="122" />
  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/RBSMainActivity.java</url>
  328. <line>81</line>
  329. <option name="timeStamp" value="125" />
  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/calcsight/CalculateSightParametersFragment.java</url>
  333. <line>78</line>
  334. <option name="timeStamp" value="127" />
  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/ui/userguide/UserguideFragment.java</url>
  338. <line>42</line>
  339. <option name="timeStamp" value="130" />
  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/userguide/UserguideFragment.java</url>
  343. <line>66</line>
  344. <option name="timeStamp" value="131" />
  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/UserguideFragment.java</url>
  348. <line>72</line>
  349. <option name="timeStamp" value="132" />
  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/RBSMainActivity.java</url>
  353. <line>74</line>
  354. <option name="timeStamp" value="133" />
  355. </line-breakpoint>
  356. <line-breakpoint enabled="true" suspend="THREAD" type="java-line">
  357. <url>file://$PROJECT_DIR$/app/src/main/java/ch/spherIC/recurvebowsight/ui/configuration/RiserConfigurationActivity.java</url>
  358. <line>55</line>
  359. <option name="timeStamp" value="135" />
  360. </line-breakpoint>
  361. <line-breakpoint enabled="true" suspend="THREAD" type="java-line">
  362. <url>file://$PROJECT_DIR$/app/src/main/java/ch/spherIC/recurvebowsight/ui/userguide/UserGuideArcherySetupActivity.java</url>
  363. <line>16</line>
  364. <option name="timeStamp" value="136" />
  365. </line-breakpoint>
  366. <line-breakpoint enabled="true" suspend="THREAD" type="java-line">
  367. <url>file://$PROJECT_DIR$/app/src/main/java/ch/spherIC/recurvebowsight/ui/userguide/UserGuideArcherySetupActivity.java</url>
  368. <line>26</line>
  369. <option name="timeStamp" value="137" />
  370. </line-breakpoint>
  371. <line-breakpoint enabled="true" suspend="THREAD" type="java-line">
  372. <url>file://$PROJECT_DIR$/app/src/main/java/ch/spherIC/recurvebowsight/database/RBSDatabaseHelper.java</url>
  373. <line>97</line>
  374. <option name="timeStamp" value="138" />
  375. </line-breakpoint>
  376. <line-breakpoint enabled="true" suspend="THREAD" type="java-line">
  377. <url>file://$PROJECT_DIR$/app/src/main/java/ch/spherIC/recurvebowsight/database/RBSDatabaseHelper.java</url>
  378. <line>148</line>
  379. <option name="timeStamp" value="139" />
  380. </line-breakpoint>
  381. <line-breakpoint enabled="true" suspend="THREAD" type="java-line">
  382. <url>file://$PROJECT_DIR$/app/src/main/java/ch/spherIC/recurvebowsight/database/RBSDatabaseHelper.java</url>
  383. <line>107</line>
  384. <option name="timeStamp" value="140" />
  385. </line-breakpoint>
  386. <line-breakpoint enabled="true" suspend="THREAD" type="java-line">
  387. <url>file://$PROJECT_DIR$/app/src/main/java/ch/spherIC/recurvebowsight/database/RBSDatabaseHelper.java</url>
  388. <line>87</line>
  389. <option name="timeStamp" value="143" />
  390. </line-breakpoint>
  391. <line-breakpoint enabled="true" suspend="THREAD" type="java-line">
  392. <url>file://$PROJECT_DIR$/app/src/main/java/ch/spherIC/recurvebowsight/database/RBSDatabaseHelper.java</url>
  393. <line>162</line>
  394. <option name="timeStamp" value="145" />
  395. </line-breakpoint>
  396. </breakpoints>
  397. </breakpoint-manager>
  398. <watches-manager>
  399. <configuration name="app">
  400. <watch expression="this" />
  401. <watch expression="ArrowDao.getInstance()" language="JAVA" />
  402. <watch expression="getIdColumn()" language="JAVA" />
  403. <watch expression="getTableName()" language="JAVA" />
  404. <watch expression="this.db.get()" language="JAVA" />
  405. <watch expression="cursor.getCount()" language="JAVA" />
  406. <watch expression="cursor.getColumnCount()" language="JAVA" />
  407. </configuration>
  408. </watches-manager>
  409. </component>
  410. </project>