diff --git a/.gitignore b/.gitignore index 39b6783..343be1a 100644 --- a/.gitignore +++ b/.gitignore @@ -1,65 +1,63 @@ -# Built application files -*.apk -*.ap_ +# Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio and WebStorm +# Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839 -# Files for the ART/Dalvik VM -*.dex - -# Java class files -*.class +# User-specific stuff +.idea/**/workspace.xml +.idea/**/tasks.xml +.idea/**/usage.statistics.xml +.idea/**/dictionaries +.idea/**/shelf # Generated files -bin/ -gen/ -out/ +.idea/**/contentModel.xml -# Gradle files -.gradle/ -build/ +# Sensitive or high-churn files +.idea/**/dataSources/ +.idea/**/dataSources.ids +.idea/**/dataSources.local.xml +.idea/**/sqlDataSources.xml +.idea/**/dynamic.xml +.idea/**/uiDesigner.xml +.idea/**/dbnavigator.xml -# Local configuration file (sdk path, etc) -local.properties +# Gradle +.idea/**/gradle.xml +.idea/**/libraries -# Proguard folder generated by Eclipse -proguard/ +# Gradle and Maven with auto-import +# When using Gradle or Maven with auto-import, you should exclude module files, +# since they will be recreated, and may cause churn. Uncomment if using +# auto-import. +# .idea/modules.xml +# .idea/*.iml +# .idea/modules -# Log Files -*.log +# CMake +cmake-build-*/ -# Android Studio Navigation editor temp files -.navigation/ +# Mongo Explorer plugin +.idea/**/mongoSettings.xml -# Android Studio captures folder -captures/ +# File-based project format +*.iws # IntelliJ -*.iml -.idea/workspace.xml -.idea/tasks.xml -.idea/gradle.xml -.idea/assetWizardSettings.xml -.idea/dictionaries -.idea/libraries -.idea/caches +out/ -# Keystore files -# Uncomment the following line if you do not want to check your keystore files in. -#*.jks +# mpeltonen/sbt-idea plugin +.idea_modules/ -# External native build folder generated in Android Studio 2.2 and later -.externalNativeBuild +# JIRA plugin +atlassian-ide-plugin.xml -# Google Services (e.g. APIs or Firebase) -google-services.json +# Cursive Clojure plugin +.idea/replstate.xml -# Freeline -freeline.py -freeline/ -freeline_project_description.json +# Crashlytics plugin (for Android Studio and IntelliJ) +com_crashlytics_export_strings.xml +crashlytics.properties +crashlytics-build.properties +fabric.properties -# fastlane -fastlane/report.xml -fastlane/Preview.html -fastlane/screenshots -fastlane/test_output -fastlane/readme.md +# Editor-based Rest Client +.idea/httpRequests diff --git a/.gradle/4.4/fileChanges/last-build.bin b/.gradle/4.4/fileChanges/last-build.bin new file mode 100644 index 0000000..f76dd23 Binary files /dev/null and b/.gradle/4.4/fileChanges/last-build.bin differ diff --git a/.gradle/4.4/fileContent/fileContent.lock b/.gradle/4.4/fileContent/fileContent.lock new file mode 100644 index 0000000..14ff664 Binary files /dev/null and b/.gradle/4.4/fileContent/fileContent.lock differ diff --git a/.gradle/4.4/fileHashes/fileHashes.bin b/.gradle/4.4/fileHashes/fileHashes.bin new file mode 100644 index 0000000..f845815 Binary files /dev/null and b/.gradle/4.4/fileHashes/fileHashes.bin differ diff --git a/.gradle/4.4/fileHashes/fileHashes.lock b/.gradle/4.4/fileHashes/fileHashes.lock new file mode 100644 index 0000000..6722243 Binary files /dev/null and b/.gradle/4.4/fileHashes/fileHashes.lock differ diff --git a/.gradle/4.4/fileHashes/resourceHashesCache.bin b/.gradle/4.4/fileHashes/resourceHashesCache.bin new file mode 100644 index 0000000..2a31ce4 Binary files /dev/null and b/.gradle/4.4/fileHashes/resourceHashesCache.bin differ diff --git a/.gradle/4.4/javaCompile/classAnalysis.bin b/.gradle/4.4/javaCompile/classAnalysis.bin new file mode 100644 index 0000000..ce49433 Binary files /dev/null and b/.gradle/4.4/javaCompile/classAnalysis.bin differ diff --git a/.gradle/4.4/javaCompile/jarAnalysis.bin b/.gradle/4.4/javaCompile/jarAnalysis.bin new file mode 100644 index 0000000..c0dd0f6 Binary files /dev/null and b/.gradle/4.4/javaCompile/jarAnalysis.bin differ diff --git a/.gradle/4.4/javaCompile/javaCompile.lock b/.gradle/4.4/javaCompile/javaCompile.lock new file mode 100644 index 0000000..03f5fa0 Binary files /dev/null and b/.gradle/4.4/javaCompile/javaCompile.lock differ diff --git a/.gradle/4.4/javaCompile/taskHistory.bin b/.gradle/4.4/javaCompile/taskHistory.bin new file mode 100644 index 0000000..7bf25ef Binary files /dev/null and b/.gradle/4.4/javaCompile/taskHistory.bin differ diff --git a/.gradle/4.4/javaCompile/taskJars.bin b/.gradle/4.4/javaCompile/taskJars.bin new file mode 100644 index 0000000..ac64ece Binary files /dev/null and b/.gradle/4.4/javaCompile/taskJars.bin differ diff --git a/.gradle/4.4/taskHistory/taskHistory.bin b/.gradle/4.4/taskHistory/taskHistory.bin new file mode 100644 index 0000000..227a7c9 Binary files /dev/null and b/.gradle/4.4/taskHistory/taskHistory.bin differ diff --git a/.gradle/4.4/taskHistory/taskHistory.lock b/.gradle/4.4/taskHistory/taskHistory.lock new file mode 100644 index 0000000..c37e0f7 Binary files /dev/null and b/.gradle/4.4/taskHistory/taskHistory.lock differ diff --git a/.gradle/buildOutputCleanup/buildOutputCleanup.lock b/.gradle/buildOutputCleanup/buildOutputCleanup.lock new file mode 100644 index 0000000..c7fec61 Binary files /dev/null and b/.gradle/buildOutputCleanup/buildOutputCleanup.lock differ diff --git a/.gradle/buildOutputCleanup/cache.properties b/.gradle/buildOutputCleanup/cache.properties new file mode 100644 index 0000000..b1777bf --- /dev/null +++ b/.gradle/buildOutputCleanup/cache.properties @@ -0,0 +1,2 @@ +#Wed Aug 01 16:28:40 CEST 2018 +gradle.version=4.4 diff --git a/.gradle/buildOutputCleanup/outputFiles.bin b/.gradle/buildOutputCleanup/outputFiles.bin new file mode 100644 index 0000000..a2b0c18 Binary files /dev/null and b/.gradle/buildOutputCleanup/outputFiles.bin differ diff --git a/.idea/assetWizardSettings.xml b/.idea/assetWizardSettings.xml new file mode 100644 index 0000000..1b500b9 --- /dev/null +++ b/.idea/assetWizardSettings.xml @@ -0,0 +1,47 @@ + + + + + + \ No newline at end of file diff --git a/.idea/caches/build_file_checksums.ser b/.idea/caches/build_file_checksums.ser new file mode 100644 index 0000000..2357d40 Binary files /dev/null and b/.idea/caches/build_file_checksums.ser differ diff --git a/.idea/modules.xml b/.idea/modules.xml index 86df06d..319e325 100644 --- a/.idea/modules.xml +++ b/.idea/modules.xml @@ -2,8 +2,8 @@ - + \ No newline at end of file diff --git a/README.md b/README.md new file mode 100644 index 0000000..f037afb --- /dev/null +++ b/README.md @@ -0,0 +1,3 @@ +# MISPBump + +TODO: Readme \ No newline at end of file diff --git a/app/app.iml b/app/app.iml new file mode 100644 index 0000000..e8c7f1d --- /dev/null +++ b/app/app.iml @@ -0,0 +1,169 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/local.properties b/local.properties new file mode 100644 index 0000000..9b4fccc --- /dev/null +++ b/local.properties @@ -0,0 +1,10 @@ +## This file is automatically generated by Android Studio. +# Do not modify this file -- YOUR CHANGES WILL BE ERASED! +# +# This file should *NOT* be checked into Version Control Systems, +# as it contains information specific to your local configuration. +# +# Location of the SDK. This is only used by Gradle. +# For customization when using a Version Control System, please read the +# header note. +sdk.dir=/home/felix/Android/Sdk \ No newline at end of file diff --git a/mispbump.iml b/mispbump.iml new file mode 100644 index 0000000..8780656 --- /dev/null +++ b/mispbump.iml @@ -0,0 +1,19 @@ + + + + + + + + + + + + + + + + + \ No newline at end of file