summaryrefslogtreecommitdiff
path: root/.idea
diff options
context:
space:
mode:
authorTorsten Grote <t@grobox.de>2020-06-02 17:03:19 -0300
committerTorsten Grote <t@grobox.de>2020-06-03 08:53:37 -0300
commit72c020c3077cb3c0df1ab0fa629f11ea686e140d (patch)
tree380a4c7c6fb49aa4c49c2972d31e401357fb2762 /.idea
parent75667b9fd2644b737aee17c5c43f1c0f260f7c0d (diff)
downloadwallet-kotlin-72c020c3077cb3c0df1ab0fa629f11ea686e140d.tar.gz
wallet-kotlin-72c020c3077cb3c0df1ab0fa629f11ea686e140d.tar.bz2
wallet-kotlin-72c020c3077cb3c0df1ab0fa629f11ea686e140d.zip
Add SHA-512 implementations for all platforms
Diffstat (limited to '.idea')
-rw-r--r--.idea/.gitignore6
-rw-r--r--.idea/compiler.xml14
-rw-r--r--.idea/dictionaries/user.xml7
-rw-r--r--.idea/misc.xml76
-rw-r--r--.idea/modules.xml17
5 files changed, 107 insertions, 13 deletions
diff --git a/.idea/.gitignore b/.idea/.gitignore
index 4cbb824..3127cf3 100644
--- a/.idea/.gitignore
+++ b/.idea/.gitignore
@@ -3,4 +3,8 @@
/artifacts
/modules
/workspace.xml
-/gradle.xml \ No newline at end of file
+/gradle.xml
+/libraries
+/caches
+/runConfigurations.xml
+/encodings.xml \ No newline at end of file
diff --git a/.idea/compiler.xml b/.idea/compiler.xml
index 756b946..ad4fc3c 100644
--- a/.idea/compiler.xml
+++ b/.idea/compiler.xml
@@ -1,9 +1,19 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="CompilerConfiguration">
+ <wildcardResourcePatterns>
+ <entry name="!?*.java" />
+ <entry name="!?*.form" />
+ <entry name="!?*.class" />
+ <entry name="!?*.groovy" />
+ <entry name="!?*.scala" />
+ <entry name="!?*.flex" />
+ <entry name="!?*.kt" />
+ <entry name="!?*.clj" />
+ </wildcardResourcePatterns>
<bytecodeTargetLevel target="1.8">
- <module name="wallet-kotlin.jvmMain" target="1.6" />
- <module name="wallet-kotlin.jvmTest" target="1.6" />
+ <module name="wallet-kotlin_androidMain" target="1.6" />
+ <module name="wallet-kotlin_androidTest" target="1.6" />
</bytecodeTargetLevel>
</component>
</project> \ No newline at end of file
diff --git a/.idea/dictionaries/user.xml b/.idea/dictionaries/user.xml
new file mode 100644
index 0000000..55989af
--- /dev/null
+++ b/.idea/dictionaries/user.xml
@@ -0,0 +1,7 @@
+<component name="ProjectDictionaryState">
+ <dictionary name="user">
+ <words>
+ <w>nacl</w>
+ </words>
+ </dictionary>
+</component> \ No newline at end of file
diff --git a/.idea/misc.xml b/.idea/misc.xml
index 38167d7..21353ae 100644
--- a/.idea/misc.xml
+++ b/.idea/misc.xml
@@ -1,7 +1,79 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
- <component name="ExternalStorageConfigurationManager" enabled="true" />
+ <component name="CMakeSettings">
+ <configurations>
+ <configuration PROFILE_NAME="Debug" CONFIG_NAME="Debug" />
+ </configurations>
+ </component>
+ <component name="MarkdownProjectSettings">
+ <PreviewSettings splitEditorLayout="SPLIT" splitEditorPreview="PREVIEW" useGrayscaleRendering="false" zoomFactor="1.0" maxImageWidth="0" showGitHubPageIfSynced="false" allowBrowsingInPreview="false" synchronizePreviewPosition="true" highlightPreviewType="NONE" highlightFadeOut="5" highlightOnTyping="true" synchronizeSourcePosition="true">
+ <PanelProvider>
+ <provider providerId="com.vladsch.idea.multimarkdown.editor.swing.html.panel" providerName="Default - Swing" />
+ </PanelProvider>
+ </PreviewSettings>
+ <ParserSettings>
+ <PegdownExtensions>
+ <option name="ABBREVIATIONS" value="false" />
+ <option name="ANCHORLINKS" value="true" />
+ <option name="ATXHEADERSPACE" value="true" />
+ <option name="AUTOLINKS" value="true" />
+ <option name="DEFINITIONS" value="false" />
+ <option name="FENCED_CODE_BLOCKS" value="true" />
+ <option name="FOOTNOTES" value="false" />
+ <option name="HARDWRAPS" value="false" />
+ <option name="INSERTED" value="false" />
+ <option name="QUOTES" value="false" />
+ <option name="RELAXEDHRULES" value="true" />
+ <option name="SMARTS" value="false" />
+ <option name="STRIKETHROUGH" value="true" />
+ <option name="SUBSCRIPT" value="false" />
+ <option name="SUPERSCRIPT" value="false" />
+ <option name="SUPPRESS_HTML_BLOCKS" value="false" />
+ <option name="SUPPRESS_INLINE_HTML" value="false" />
+ <option name="TABLES" value="true" />
+ <option name="TASKLISTITEMS" value="true" />
+ <option name="TOC" value="false" />
+ <option name="WIKILINKS" value="true" />
+ </PegdownExtensions>
+ <ParserOptions>
+ <option name="COMMONMARK_LISTS" value="false" />
+ <option name="DUMMY" value="false" />
+ <option name="EMOJI_SHORTCUTS" value="true" />
+ <option name="FLEXMARK_FRONT_MATTER" value="false" />
+ <option name="GFM_TABLE_RENDERING" value="true" />
+ <option name="GITBOOK_URL_ENCODING" value="false" />
+ <option name="GITHUB_EMOJI_URL" value="false" />
+ <option name="GITHUB_LISTS" value="true" />
+ <option name="GITHUB_WIKI_LINKS" value="true" />
+ <option name="JEKYLL_FRONT_MATTER" value="false" />
+ <option name="SIM_TOC_BLANK_LINE_SPACER" value="true" />
+ </ParserOptions>
+ </ParserSettings>
+ <HtmlSettings headerTopEnabled="false" headerBottomEnabled="false" bodyTopEnabled="false" bodyBottomEnabled="false" embedUrlContent="false" addPageHeader="true">
+ <GeneratorProvider>
+ <provider providerId="com.vladsch.idea.multimarkdown.editor.swing.html.generator" providerName="Default Swing HTML Generator" />
+ </GeneratorProvider>
+ <headerTop />
+ <headerBottom />
+ <bodyTop />
+ <bodyBottom />
+ </HtmlSettings>
+ <CssSettings previewScheme="UI_SCHEME" cssUri="" isCssUriEnabled="false" isCssTextEnabled="false" isDynamicPageWidth="true">
+ <StylesheetProvider>
+ <provider providerId="com.vladsch.idea.multimarkdown.editor.swing.html.css" providerName="Default Swing Stylesheet" />
+ </StylesheetProvider>
+ <ScriptProviders />
+ <cssText />
+ </CssSettings>
+ <HtmlExportSettings updateOnSave="false" parentDir="$ProjectFileDir$" targetDir="$ProjectFileDir$" cssDir="" scriptDir="" plainHtml="false" imageDir="" copyLinkedImages="false" imageUniquifyType="0" targetExt="" useTargetExt="false" noCssNoScripts="false" linkToExportedHtml="true" exportOnSettingsChange="true" regenerateOnProjectOpen="false" />
+ <LinkMapSettings>
+ <textMaps />
+ </LinkMapSettings>
+ </component>
<component name="ProjectRootManager" version="2" languageLevel="JDK_1_8" default="true" project-jdk-name="1.8" project-jdk-type="JavaSDK">
- <output url="file://$PROJECT_DIR$/out" />
+ <output url="file://$PROJECT_DIR$/build/classes" />
+ </component>
+ <component name="ProjectType">
+ <option name="id" value="Android" />
</component>
</project> \ No newline at end of file
diff --git a/.idea/modules.xml b/.idea/modules.xml
index dacd95f..d8c63dd 100644
--- a/.idea/modules.xml
+++ b/.idea/modules.xml
@@ -2,14 +2,15 @@
<project version="4">
<component name="ProjectModuleManager">
<modules>
- <module fileurl="file://$PROJECT_DIR$/.idea/modules/wallet-kotlin.commonMain.iml" filepath="$PROJECT_DIR$/.idea/modules/wallet-kotlin.commonMain.iml" />
- <module fileurl="file://$PROJECT_DIR$/.idea/modules/wallet-kotlin.commonTest.iml" filepath="$PROJECT_DIR$/.idea/modules/wallet-kotlin.commonTest.iml" />
- <module fileurl="file://$PROJECT_DIR$/.idea/modules/wallet-kotlin.jsMain.iml" filepath="$PROJECT_DIR$/.idea/modules/wallet-kotlin.jsMain.iml" />
- <module fileurl="file://$PROJECT_DIR$/.idea/modules/wallet-kotlin.jsTest.iml" filepath="$PROJECT_DIR$/.idea/modules/wallet-kotlin.jsTest.iml" />
- <module fileurl="file://$PROJECT_DIR$/.idea/modules/wallet-kotlin.jvmMain.iml" filepath="$PROJECT_DIR$/.idea/modules/wallet-kotlin.jvmMain.iml" />
- <module fileurl="file://$PROJECT_DIR$/.idea/modules/wallet-kotlin.jvmTest.iml" filepath="$PROJECT_DIR$/.idea/modules/wallet-kotlin.jvmTest.iml" />
- <module fileurl="file://$PROJECT_DIR$/.idea/modules/wallet-kotlin.linuxMain.iml" filepath="$PROJECT_DIR$/.idea/modules/wallet-kotlin.linuxMain.iml" />
- <module fileurl="file://$PROJECT_DIR$/.idea/modules/wallet-kotlin.linuxTest.iml" filepath="$PROJECT_DIR$/.idea/modules/wallet-kotlin.linuxTest.iml" />
+ <module fileurl="file://$PROJECT_DIR$/.idea/modules/wallet-kotlin.iml" filepath="$PROJECT_DIR$/.idea/modules/wallet-kotlin.iml" group="wallet-kotlin" />
+ <module fileurl="file://$PROJECT_DIR$/.idea/modules/wallet-kotlin_androidMain.iml" filepath="$PROJECT_DIR$/.idea/modules/wallet-kotlin_androidMain.iml" group="wallet-kotlin" />
+ <module fileurl="file://$PROJECT_DIR$/.idea/modules/wallet-kotlin_androidTest.iml" filepath="$PROJECT_DIR$/.idea/modules/wallet-kotlin_androidTest.iml" group="wallet-kotlin" />
+ <module fileurl="file://$PROJECT_DIR$/.idea/modules/wallet-kotlin_commonMain.iml" filepath="$PROJECT_DIR$/.idea/modules/wallet-kotlin_commonMain.iml" group="wallet-kotlin" />
+ <module fileurl="file://$PROJECT_DIR$/.idea/modules/wallet-kotlin_commonTest.iml" filepath="$PROJECT_DIR$/.idea/modules/wallet-kotlin_commonTest.iml" group="wallet-kotlin" />
+ <module fileurl="file://$PROJECT_DIR$/.idea/modules/wallet-kotlin_jsMain.iml" filepath="$PROJECT_DIR$/.idea/modules/wallet-kotlin_jsMain.iml" group="wallet-kotlin" />
+ <module fileurl="file://$PROJECT_DIR$/.idea/modules/wallet-kotlin_jsTest.iml" filepath="$PROJECT_DIR$/.idea/modules/wallet-kotlin_jsTest.iml" group="wallet-kotlin" />
+ <module fileurl="file://$PROJECT_DIR$/.idea/modules/wallet-kotlin_linuxMain.iml" filepath="$PROJECT_DIR$/.idea/modules/wallet-kotlin_linuxMain.iml" group="wallet-kotlin" />
+ <module fileurl="file://$PROJECT_DIR$/.idea/modules/wallet-kotlin_linuxTest.iml" filepath="$PROJECT_DIR$/.idea/modules/wallet-kotlin_linuxTest.iml" group="wallet-kotlin" />
</modules>
</component>
</project> \ No newline at end of file