Compare commits

...

4 Commits

3 changed files with 32 additions and 0 deletions
+20
View File
@@ -0,0 +1,20 @@
<application>
<component name="DBNavigator.Application.FileTypeService">
<original-file-types />
</component>
<component name="DBNavigator.Application.PluginConflictManager">
<file-types-claimed value="true" />
</component>
<component name="DBNavigator.Application.Settings">
<diagnostics>
<developer-mode>
<timeout value="10" />
<enabled value="false" />
</developer-mode>
<debug-logging failsafe-errors="false" database-access="false" database-resource="false" />
<database-lag enabled="false" connectivity="2000" querying="2000" fetching="500" />
<miscellaneous dialog-sizing-reset="false" bulk-actions-enabled="false" background-disposer-disabled="false" timeout-handling-disabled="false" />
</diagnostics>
<show-plugin-conflict-dialog value="false" />
</component>
</application>
+11
View File
@@ -1,6 +1,17 @@
<application> <application>
<component name="deviceManagerPhysicalTab"> <component name="deviceManagerPhysicalTab">
<physicalDevices> <physicalDevices>
<PhysicalDevice>
<key>
<Key>
<type value="SERIAL_NUMBER" />
<value value="b53f5f5e" />
</Key>
</key>
<name value="blackshark SHARK KTUS-A0" />
<target value="Android 12.0" />
<api value="androidversion:31:null:1:true" />
</PhysicalDevice>
<PhysicalDevice> <PhysicalDevice>
<key> <key>
<Key> <Key>
+1
View File
@@ -3,6 +3,7 @@
<extensionMap> <extensionMap>
<mapping ext="csv" type="PLAIN_TEXT" /> <mapping ext="csv" type="PLAIN_TEXT" />
<removed_mapping ext="apk" approved="true" type="ARCHIVE" /> <removed_mapping ext="apk" approved="true" type="ARCHIVE" />
<removed_mapping ext="db" approved="true" type="SQLite" />
<removed_mapping ext="ignore" approved="true" type="IgnoreLang file" /> <removed_mapping ext="ignore" approved="true" type="IgnoreLang file" />
<removed_mapping ext="psd" approved="true" type="Image" /> <removed_mapping ext="psd" approved="true" type="Image" />
</extensionMap> </extensionMap>