Compare commits

...

8 Commits

7 changed files with 1610 additions and 5 deletions

View File

@@ -1,5 +1,5 @@
<application>
<component name="PathMacrosImpl">
<macro name="KOTLIN_BUNDLED" value="C:\Users\schme\AppData\Roaming\Google\AndroidStudio4.2\plugins\Kotlin\kotlinc" />
<macro name="KOTLIN_BUNDLED" value="C:\Users\schme\AppData\Roaming\Google\AndroidStudio2020.3\plugins\Kotlin\kotlinc" />
</component>
</application>

View File

@@ -1,5 +1,5 @@
<application>
<component name="PinDeviceService">
<option name="pinnedDevices" value="[{&quot;id&quot;:&quot;192.168.178.75:5555&quot;,&quot;serialNumber&quot;:&quot;RF8N414T1GE&quot;,&quot;name&quot;:&quot;samsung SM-G973F&quot;,&quot;address&quot;:&quot;192.168.178.75&quot;,&quot;androidVersion&quot;:&quot;11&quot;,&quot;apiLevel&quot;:&quot;30&quot;}]" />
<option name="pinnedDevices" value="[{&quot;id&quot;:&quot;192.168.178.75:5555&quot;,&quot;serialNumber&quot;:&quot;RF8N414T1GE&quot;,&quot;name&quot;:&quot;samsung SM-G973F&quot;,&quot;address&quot;:&quot;192.168.178.75&quot;,&quot;port&quot;:5555,&quot;androidVersion&quot;:&quot;11&quot;,&quot;apiLevel&quot;:&quot;30&quot;}]" />
</component>
</application>

View File

@@ -3,6 +3,6 @@
<version>1</version>
</component>
<component name="whatsNew">
<shownVersion>4.2.2</shownVersion>
<shownVersion>2020.3.1rc26</shownVersion>
</component>
</application>

View File

@@ -1,9 +1,12 @@
<application>
<component name="FileTypeManager" version="17">
<component name="FileTypeManager" version="18">
<extensionMap>
<mapping ext="graphqlconfig" type="JSON" />
<mapping ext="gradle.kts" type="Kotlin" />
<mapping ext="main.kts" type="Kotlin" />
<mapping pattern=".analysis_options" type="YAML" />
<removed_mapping ext="apk" approved="true" type="ARCHIVE" />
<removed_mapping ext="graphql" approved="true" type="SVG" />
<removed_mapping ext="psd" approved="true" type="Image" />
</extensionMap>
</component>
</application>

7
find.xml Normal file
View File

@@ -0,0 +1,7 @@
<application>
<component name="FindSettings">
<option name="customScope" value="Project 'Noise'" />
<option name="defaultScopeName" value="Project 'Noise'" />
<option name="SEARCH_SCOPE" value="Project 'Noise'" />
</component>
</application>

1589
pluginAdvertiser.xml Normal file

File diff suppressed because it is too large Load Diff

View File

@@ -92,6 +92,12 @@
<executable-path>ubuntu2004.exe</executable-path>
<presentable-name>Ubuntu 20.04</presentable-name>
</descriptor>
<descriptor>
<id>OPENSUSE15.2</id>
<microsoft-id>openSUSE-Leap-15.2</microsoft-id>
<executable-path>openSUSE-Leap-15.2.exe</executable-path>
<presentable-name>openSUSE Leap 15.2</presentable-name>
</descriptor>
</set>
</descriptors>
</component>