diff --git a/.gitignore b/.gitignore index 5edb4ee..20fac51 100644 --- a/.gitignore +++ b/.gitignore @@ -1,10 +1,191 @@ -*.iml -.gradle -/local.properties -/.idea/libraries -/.idea/modules.xml -/.idea/workspace.xml -.DS_Store /build -/captures -.externalNativeBuild +### Java template +# Compiled class file +*.class + +# Log file +*.log + +# BlueJ files +*.ctxt + +# Mobile Tools for Java (J2ME) +.mtj.tmp/ + +# Package Files # +*.jar +*.war +*.nar +*.ear +*.zip +*.tar.gz +*.rar + +# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml +hs_err_pid* +replay_pid* + +### JetBrains template +# Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio, WebStorm and Rider +# Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839 + +# User-specific stuff +.idea/**/workspace.xml +.idea/**/tasks.xml +.idea/**/usage.statistics.xml +.idea/**/dictionaries +.idea/**/shelf + +# AWS User-specific +.idea/**/aws.xml + +# Generated files +.idea/**/contentModel.xml + +# 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 + +# Gradle +.idea/**/gradle.xml +.idea/**/libraries + +# 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/artifacts +# .idea/compiler.xml +# .idea/jarRepositories.xml +# .idea/modules.xml +# .idea/*.iml +# .idea/modules +# *.iml +# *.ipr + +# CMake +cmake-build-*/ + +# Mongo Explorer plugin +.idea/**/mongoSettings.xml + +# File-based project format +*.iws + +# IntelliJ +out/ + +# mpeltonen/sbt-idea plugin +.idea_modules/ + +# JIRA plugin +atlassian-ide-plugin.xml + +# Cursive Clojure plugin +.idea/replstate.xml + +# SonarLint plugin +.idea/sonarlint/ + +# Crashlytics plugin (for Android Studio and IntelliJ) +com_crashlytics_export_strings.xml +crashlytics.properties +crashlytics-build.properties +fabric.properties + +# Editor-based Rest Client +.idea/httpRequests + +# Android studio 3.1+ serialized cache file +.idea/caches/build_file_checksums.ser + +### Gradle template +.gradle +**/build/ +!src/**/build/ + +# Ignore Gradle GUI config +gradle-app.setting + +# Avoid ignoring Gradle wrapper jar file (.jar files are usually ignored) +!gradle-wrapper.jar + +# Avoid ignore Gradle wrappper properties +!gradle-wrapper.properties + +# Cache of project +.gradletasknamecache + +# Eclipse Gradle plugin generated files +# Eclipse Core +.project +# JDT-specific (Eclipse Java Development Tools) +.classpath + +### Android template +# Gradle files +.gradle/ +build/ + +# Local configuration file (sdk path, etc) +local.properties + +# Log/OS Files +*.log + +# Android Studio generated files and folders +captures/ +.externalNativeBuild/ +.cxx/ +*.apk +output.json + +# IntelliJ +*.iml +.idea/ +misc.xml +deploymentTargetDropDown.xml +render.experimental.xml + +# Keystore files +*.jks +*.keystore + +# Google Services (e.g. APIs or Firebase) +google-services.json + +# Android Profiling +*.hprof + +### Kotlin template +# Compiled class file +*.class + +# Log file +*.log + +# BlueJ files +*.ctxt + +# Mobile Tools for Java (J2ME) +.mtj.tmp/ + +# Package Files # +*.jar +*.war +*.nar +*.ear +*.zip +*.tar.gz +*.rar + +# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml +hs_err_pid* +replay_pid* + + diff --git a/.idea/assetWizardSettings.xml b/.idea/assetWizardSettings.xml deleted file mode 100644 index e40c491..0000000 --- a/.idea/assetWizardSettings.xml +++ /dev/null @@ -1,46 +0,0 @@ - - - - - - \ No newline at end of file diff --git a/.idea/caches/build_file_checksums.ser b/.idea/caches/build_file_checksums.ser deleted file mode 100644 index cdcede8..0000000 Binary files a/.idea/caches/build_file_checksums.ser and /dev/null differ diff --git a/.idea/caches/gradle_models.ser b/.idea/caches/gradle_models.ser deleted file mode 100644 index ffc450d..0000000 Binary files a/.idea/caches/gradle_models.ser and /dev/null differ diff --git a/.idea/codeStyles/Project.xml b/.idea/codeStyles/Project.xml deleted file mode 100644 index 7643783..0000000 --- a/.idea/codeStyles/Project.xml +++ /dev/null @@ -1,123 +0,0 @@ - - - - - - - - - - \ No newline at end of file diff --git a/.idea/codeStyles/codeStyleConfig.xml b/.idea/codeStyles/codeStyleConfig.xml deleted file mode 100644 index 79ee123..0000000 --- a/.idea/codeStyles/codeStyleConfig.xml +++ /dev/null @@ -1,5 +0,0 @@ - - - - \ No newline at end of file diff --git a/.idea/compiler.xml b/.idea/compiler.xml deleted file mode 100644 index fb7f4a8..0000000 --- a/.idea/compiler.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - \ No newline at end of file diff --git a/.idea/deploymentTargetDropDown.xml b/.idea/deploymentTargetDropDown.xml deleted file mode 100644 index e116abe..0000000 --- a/.idea/deploymentTargetDropDown.xml +++ /dev/null @@ -1,17 +0,0 @@ - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/.idea/gradle.xml b/.idea/gradle.xml deleted file mode 100644 index 3cfa2c0..0000000 --- a/.idea/gradle.xml +++ /dev/null @@ -1,24 +0,0 @@ - - - - - - - \ No newline at end of file diff --git a/.idea/jarRepositories.xml b/.idea/jarRepositories.xml deleted file mode 100644 index d830033..0000000 --- a/.idea/jarRepositories.xml +++ /dev/null @@ -1,60 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/.idea/kotlinc.xml b/.idea/kotlinc.xml deleted file mode 100644 index 84609ef..0000000 --- a/.idea/kotlinc.xml +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - \ No newline at end of file diff --git a/.idea/misc.xml b/.idea/misc.xml deleted file mode 100644 index 041240c..0000000 --- a/.idea/misc.xml +++ /dev/null @@ -1,47 +0,0 @@ - - - - - - - - - - - \ No newline at end of file diff --git a/.idea/vcs.xml b/.idea/vcs.xml deleted file mode 100644 index 94a25f7..0000000 --- a/.idea/vcs.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - \ No newline at end of file diff --git a/app/.gitignore b/app/.gitignore index 796b96d..f96ec13 100644 --- a/app/.gitignore +++ b/app/.gitignore @@ -1 +1,190 @@ /build +### Java template +# Compiled class file +*.class + +# Log file +*.log + +# BlueJ files +*.ctxt + +# Mobile Tools for Java (J2ME) +.mtj.tmp/ + +# Package Files # +*.jar +*.war +*.nar +*.ear +*.zip +*.tar.gz +*.rar + +# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml +hs_err_pid* +replay_pid* + +### JetBrains template +# Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio, WebStorm and Rider +# Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839 + +# User-specific stuff +.idea/**/workspace.xml +.idea/**/tasks.xml +.idea/**/usage.statistics.xml +.idea/**/dictionaries +.idea/**/shelf + +# AWS User-specific +.idea/**/aws.xml + +# Generated files +.idea/**/contentModel.xml + +# 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 + +# Gradle +.idea/**/gradle.xml +.idea/**/libraries + +# 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/artifacts +# .idea/compiler.xml +# .idea/jarRepositories.xml +# .idea/modules.xml +# .idea/*.iml +# .idea/modules +# *.iml +# *.ipr + +# CMake +cmake-build-*/ + +# Mongo Explorer plugin +.idea/**/mongoSettings.xml + +# File-based project format +*.iws + +# IntelliJ +out/ + +# mpeltonen/sbt-idea plugin +.idea_modules/ + +# JIRA plugin +atlassian-ide-plugin.xml + +# Cursive Clojure plugin +.idea/replstate.xml + +# SonarLint plugin +.idea/sonarlint/ + +# Crashlytics plugin (for Android Studio and IntelliJ) +com_crashlytics_export_strings.xml +crashlytics.properties +crashlytics-build.properties +fabric.properties + +# Editor-based Rest Client +.idea/httpRequests + +# Android studio 3.1+ serialized cache file +.idea/caches/build_file_checksums.ser + +### Gradle template +.gradle +**/build/ +!src/**/build/ + +# Ignore Gradle GUI config +gradle-app.setting + +# Avoid ignoring Gradle wrapper jar file (.jar files are usually ignored) +!gradle-wrapper.jar + +# Avoid ignore Gradle wrappper properties +!gradle-wrapper.properties + +# Cache of project +.gradletasknamecache + +# Eclipse Gradle plugin generated files +# Eclipse Core +.project +# JDT-specific (Eclipse Java Development Tools) +.classpath + +### Android template +# Gradle files +.gradle/ +build/ + +# Local configuration file (sdk path, etc) +local.properties + +# Log/OS Files +*.log + +# Android Studio generated files and folders +captures/ +.externalNativeBuild/ +.cxx/ +*.apk +output.json + +# IntelliJ +*.iml +.idea/ +misc.xml +deploymentTargetDropDown.xml +render.experimental.xml + +# Keystore files +*.jks +*.keystore + +# Google Services (e.g. APIs or Firebase) +google-services.json + +# Android Profiling +*.hprof + +### Kotlin template +# Compiled class file +*.class + +# Log file +*.log + +# BlueJ files +*.ctxt + +# Mobile Tools for Java (J2ME) +.mtj.tmp/ + +# Package Files # +*.jar +*.war +*.nar +*.ear +*.zip +*.tar.gz +*.rar + +# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml +hs_err_pid* +replay_pid* + diff --git a/app/.idea/caches/build_file_checksums.ser b/app/.idea/caches/build_file_checksums.ser deleted file mode 100644 index ccaac80..0000000 Binary files a/app/.idea/caches/build_file_checksums.ser and /dev/null differ diff --git a/app/.idea/codeStyles/Project.xml b/app/.idea/codeStyles/Project.xml deleted file mode 100644 index 30aa626..0000000 --- a/app/.idea/codeStyles/Project.xml +++ /dev/null @@ -1,29 +0,0 @@ - - - - - - - - - - - - - - \ No newline at end of file diff --git a/app/.idea/gradle.xml b/app/.idea/gradle.xml deleted file mode 100644 index d417c89..0000000 --- a/app/.idea/gradle.xml +++ /dev/null @@ -1,18 +0,0 @@ - - - - - - \ No newline at end of file diff --git a/app/.idea/libraries/Gradle__android_android_28.xml b/app/.idea/libraries/Gradle__android_android_28.xml deleted file mode 100644 index 8fdf5a1..0000000 --- a/app/.idea/libraries/Gradle__android_android_28.xml +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - \ No newline at end of file diff --git a/app/.idea/libraries/Gradle__android_arch_core_common_1_1_1_jar.xml b/app/.idea/libraries/Gradle__android_arch_core_common_1_1_1_jar.xml deleted file mode 100644 index bf16fff..0000000 --- a/app/.idea/libraries/Gradle__android_arch_core_common_1_1_1_jar.xml +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - - - \ No newline at end of file diff --git a/app/.idea/libraries/Gradle__android_arch_core_runtime_1_1_1.xml b/app/.idea/libraries/Gradle__android_arch_core_runtime_1_1_1.xml deleted file mode 100644 index 0d2f244..0000000 --- a/app/.idea/libraries/Gradle__android_arch_core_runtime_1_1_1.xml +++ /dev/null @@ -1,12 +0,0 @@ - - - - - - - - - - - - \ No newline at end of file diff --git a/app/.idea/libraries/Gradle__android_arch_lifecycle_common_1_1_1_jar.xml b/app/.idea/libraries/Gradle__android_arch_lifecycle_common_1_1_1_jar.xml deleted file mode 100644 index 27b1867..0000000 --- a/app/.idea/libraries/Gradle__android_arch_lifecycle_common_1_1_1_jar.xml +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - - - \ No newline at end of file diff --git a/app/.idea/libraries/Gradle__android_arch_lifecycle_livedata_1_1_1.xml b/app/.idea/libraries/Gradle__android_arch_lifecycle_livedata_1_1_1.xml deleted file mode 100644 index d9b46fa..0000000 --- a/app/.idea/libraries/Gradle__android_arch_lifecycle_livedata_1_1_1.xml +++ /dev/null @@ -1,12 +0,0 @@ - - - - - - - - - - - - \ No newline at end of file diff --git a/app/.idea/libraries/Gradle__android_arch_lifecycle_livedata_core_1_1_1.xml b/app/.idea/libraries/Gradle__android_arch_lifecycle_livedata_core_1_1_1.xml deleted file mode 100644 index fe1c3f3..0000000 --- a/app/.idea/libraries/Gradle__android_arch_lifecycle_livedata_core_1_1_1.xml +++ /dev/null @@ -1,12 +0,0 @@ - - - - - - - - - - - - \ No newline at end of file diff --git a/app/.idea/libraries/Gradle__android_arch_lifecycle_runtime_1_1_1.xml b/app/.idea/libraries/Gradle__android_arch_lifecycle_runtime_1_1_1.xml deleted file mode 100644 index 1a8b0d3..0000000 --- a/app/.idea/libraries/Gradle__android_arch_lifecycle_runtime_1_1_1.xml +++ /dev/null @@ -1,12 +0,0 @@ - - - - - - - - - - - - \ No newline at end of file diff --git a/app/.idea/libraries/Gradle__android_arch_lifecycle_viewmodel_1_1_1.xml b/app/.idea/libraries/Gradle__android_arch_lifecycle_viewmodel_1_1_1.xml deleted file mode 100644 index b6a4725..0000000 --- a/app/.idea/libraries/Gradle__android_arch_lifecycle_viewmodel_1_1_1.xml +++ /dev/null @@ -1,12 +0,0 @@ - - - - - - - - - - - - \ No newline at end of file diff --git a/app/.idea/libraries/Gradle__com_android_support_animated_vector_drawable_28_0_0.xml b/app/.idea/libraries/Gradle__com_android_support_animated_vector_drawable_28_0_0.xml deleted file mode 100644 index 9b4aa14..0000000 --- a/app/.idea/libraries/Gradle__com_android_support_animated_vector_drawable_28_0_0.xml +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - \ No newline at end of file diff --git a/app/.idea/libraries/Gradle__com_android_support_appcompat_v7_28_0_0.xml b/app/.idea/libraries/Gradle__com_android_support_appcompat_v7_28_0_0.xml deleted file mode 100644 index 7d90461..0000000 --- a/app/.idea/libraries/Gradle__com_android_support_appcompat_v7_28_0_0.xml +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - \ No newline at end of file diff --git a/app/.idea/libraries/Gradle__com_android_support_asynclayoutinflater_28_0_0.xml b/app/.idea/libraries/Gradle__com_android_support_asynclayoutinflater_28_0_0.xml deleted file mode 100644 index 0904cde..0000000 --- a/app/.idea/libraries/Gradle__com_android_support_asynclayoutinflater_28_0_0.xml +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - \ No newline at end of file diff --git a/app/.idea/libraries/Gradle__com_android_support_collections_28_0_0_jar.xml b/app/.idea/libraries/Gradle__com_android_support_collections_28_0_0_jar.xml deleted file mode 100644 index 80e4d73..0000000 --- a/app/.idea/libraries/Gradle__com_android_support_collections_28_0_0_jar.xml +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - \ No newline at end of file diff --git a/app/.idea/libraries/Gradle__com_android_support_constraint_constraint_layout_1_1_3.xml b/app/.idea/libraries/Gradle__com_android_support_constraint_constraint_layout_1_1_3.xml deleted file mode 100644 index 105b126..0000000 --- a/app/.idea/libraries/Gradle__com_android_support_constraint_constraint_layout_1_1_3.xml +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - \ No newline at end of file diff --git a/app/.idea/libraries/Gradle__com_android_support_constraint_constraint_layout_solver_1_1_3_jar.xml b/app/.idea/libraries/Gradle__com_android_support_constraint_constraint_layout_solver_1_1_3_jar.xml deleted file mode 100644 index c0adf88..0000000 --- a/app/.idea/libraries/Gradle__com_android_support_constraint_constraint_layout_solver_1_1_3_jar.xml +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - \ No newline at end of file diff --git a/app/.idea/libraries/Gradle__com_android_support_coordinatorlayout_28_0_0.xml b/app/.idea/libraries/Gradle__com_android_support_coordinatorlayout_28_0_0.xml deleted file mode 100644 index 0c39794..0000000 --- a/app/.idea/libraries/Gradle__com_android_support_coordinatorlayout_28_0_0.xml +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - \ No newline at end of file diff --git a/app/.idea/libraries/Gradle__com_android_support_cursoradapter_28_0_0.xml b/app/.idea/libraries/Gradle__com_android_support_cursoradapter_28_0_0.xml deleted file mode 100644 index de62ff1..0000000 --- a/app/.idea/libraries/Gradle__com_android_support_cursoradapter_28_0_0.xml +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - \ No newline at end of file diff --git a/app/.idea/libraries/Gradle__com_android_support_customview_28_0_0.xml b/app/.idea/libraries/Gradle__com_android_support_customview_28_0_0.xml deleted file mode 100644 index d8f5911..0000000 --- a/app/.idea/libraries/Gradle__com_android_support_customview_28_0_0.xml +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - \ No newline at end of file diff --git a/app/.idea/libraries/Gradle__com_android_support_documentfile_28_0_0.xml b/app/.idea/libraries/Gradle__com_android_support_documentfile_28_0_0.xml deleted file mode 100644 index 422e883..0000000 --- a/app/.idea/libraries/Gradle__com_android_support_documentfile_28_0_0.xml +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - \ No newline at end of file diff --git a/app/.idea/libraries/Gradle__com_android_support_drawerlayout_28_0_0.xml b/app/.idea/libraries/Gradle__com_android_support_drawerlayout_28_0_0.xml deleted file mode 100644 index adafbec..0000000 --- a/app/.idea/libraries/Gradle__com_android_support_drawerlayout_28_0_0.xml +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - \ No newline at end of file diff --git a/app/.idea/libraries/Gradle__com_android_support_interpolator_28_0_0.xml b/app/.idea/libraries/Gradle__com_android_support_interpolator_28_0_0.xml deleted file mode 100644 index 3c7c0f8..0000000 --- a/app/.idea/libraries/Gradle__com_android_support_interpolator_28_0_0.xml +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - \ No newline at end of file diff --git a/app/.idea/libraries/Gradle__com_android_support_loader_28_0_0.xml b/app/.idea/libraries/Gradle__com_android_support_loader_28_0_0.xml deleted file mode 100644 index d15516b..0000000 --- a/app/.idea/libraries/Gradle__com_android_support_loader_28_0_0.xml +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - \ No newline at end of file diff --git a/app/.idea/libraries/Gradle__com_android_support_localbroadcastmanager_28_0_0.xml b/app/.idea/libraries/Gradle__com_android_support_localbroadcastmanager_28_0_0.xml deleted file mode 100644 index abb32b5..0000000 --- a/app/.idea/libraries/Gradle__com_android_support_localbroadcastmanager_28_0_0.xml +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - \ No newline at end of file diff --git a/app/.idea/libraries/Gradle__com_android_support_print_28_0_0.xml b/app/.idea/libraries/Gradle__com_android_support_print_28_0_0.xml deleted file mode 100644 index 83ea00b..0000000 --- a/app/.idea/libraries/Gradle__com_android_support_print_28_0_0.xml +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - \ No newline at end of file diff --git a/app/.idea/libraries/Gradle__com_android_support_slidingpanelayout_28_0_0.xml b/app/.idea/libraries/Gradle__com_android_support_slidingpanelayout_28_0_0.xml deleted file mode 100644 index eb56b40..0000000 --- a/app/.idea/libraries/Gradle__com_android_support_slidingpanelayout_28_0_0.xml +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - \ No newline at end of file diff --git a/app/.idea/libraries/Gradle__com_android_support_support_annotations_28_0_0_jar.xml b/app/.idea/libraries/Gradle__com_android_support_support_annotations_28_0_0_jar.xml deleted file mode 100644 index 0fdecce..0000000 --- a/app/.idea/libraries/Gradle__com_android_support_support_annotations_28_0_0_jar.xml +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - \ No newline at end of file diff --git a/app/.idea/libraries/Gradle__com_android_support_support_compat_28_0_0.xml b/app/.idea/libraries/Gradle__com_android_support_support_compat_28_0_0.xml deleted file mode 100644 index 12c1bc8..0000000 --- a/app/.idea/libraries/Gradle__com_android_support_support_compat_28_0_0.xml +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - \ No newline at end of file diff --git a/app/.idea/libraries/Gradle__com_android_support_support_core_ui_28_0_0.xml b/app/.idea/libraries/Gradle__com_android_support_support_core_ui_28_0_0.xml deleted file mode 100644 index 0601ded..0000000 --- a/app/.idea/libraries/Gradle__com_android_support_support_core_ui_28_0_0.xml +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - \ No newline at end of file diff --git a/app/.idea/libraries/Gradle__com_android_support_support_core_utils_28_0_0.xml b/app/.idea/libraries/Gradle__com_android_support_support_core_utils_28_0_0.xml deleted file mode 100644 index 6a84b31..0000000 --- a/app/.idea/libraries/Gradle__com_android_support_support_core_utils_28_0_0.xml +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - \ No newline at end of file diff --git a/app/.idea/libraries/Gradle__com_android_support_support_fragment_28_0_0.xml b/app/.idea/libraries/Gradle__com_android_support_support_fragment_28_0_0.xml deleted file mode 100644 index 43f8a2c..0000000 --- a/app/.idea/libraries/Gradle__com_android_support_support_fragment_28_0_0.xml +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - \ No newline at end of file diff --git a/app/.idea/libraries/Gradle__com_android_support_support_media_compat_28_0_0.xml b/app/.idea/libraries/Gradle__com_android_support_support_media_compat_28_0_0.xml deleted file mode 100644 index 4a21686..0000000 --- a/app/.idea/libraries/Gradle__com_android_support_support_media_compat_28_0_0.xml +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - \ No newline at end of file diff --git a/app/.idea/libraries/Gradle__com_android_support_support_v4_28_0_0.xml b/app/.idea/libraries/Gradle__com_android_support_support_v4_28_0_0.xml deleted file mode 100644 index baa31d9..0000000 --- a/app/.idea/libraries/Gradle__com_android_support_support_v4_28_0_0.xml +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - \ No newline at end of file diff --git a/app/.idea/libraries/Gradle__com_android_support_support_vector_drawable_28_0_0.xml b/app/.idea/libraries/Gradle__com_android_support_support_vector_drawable_28_0_0.xml deleted file mode 100644 index f1f1533..0000000 --- a/app/.idea/libraries/Gradle__com_android_support_support_vector_drawable_28_0_0.xml +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - \ No newline at end of file diff --git a/app/.idea/libraries/Gradle__com_android_support_swiperefreshlayout_28_0_0.xml b/app/.idea/libraries/Gradle__com_android_support_swiperefreshlayout_28_0_0.xml deleted file mode 100644 index 3153324..0000000 --- a/app/.idea/libraries/Gradle__com_android_support_swiperefreshlayout_28_0_0.xml +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - \ No newline at end of file diff --git a/app/.idea/libraries/Gradle__com_android_support_test_espresso_espresso_core_3_0_2.xml b/app/.idea/libraries/Gradle__com_android_support_test_espresso_espresso_core_3_0_2.xml deleted file mode 100644 index 3b001e0..0000000 --- a/app/.idea/libraries/Gradle__com_android_support_test_espresso_espresso_core_3_0_2.xml +++ /dev/null @@ -1,12 +0,0 @@ - - - - - - - - - - - - \ No newline at end of file diff --git a/app/.idea/libraries/Gradle__com_android_support_test_espresso_espresso_idling_resource_3_0_2.xml b/app/.idea/libraries/Gradle__com_android_support_test_espresso_espresso_idling_resource_3_0_2.xml deleted file mode 100644 index 11ce3ac..0000000 --- a/app/.idea/libraries/Gradle__com_android_support_test_espresso_espresso_idling_resource_3_0_2.xml +++ /dev/null @@ -1,12 +0,0 @@ - - - - - - - - - - - - \ No newline at end of file diff --git a/app/.idea/libraries/Gradle__com_android_support_test_monitor_1_0_2.xml b/app/.idea/libraries/Gradle__com_android_support_test_monitor_1_0_2.xml deleted file mode 100644 index bd7e88d..0000000 --- a/app/.idea/libraries/Gradle__com_android_support_test_monitor_1_0_2.xml +++ /dev/null @@ -1,12 +0,0 @@ - - - - - - - - - - - - \ No newline at end of file diff --git a/app/.idea/libraries/Gradle__com_android_support_test_runner_1_0_2.xml b/app/.idea/libraries/Gradle__com_android_support_test_runner_1_0_2.xml deleted file mode 100644 index f389004..0000000 --- a/app/.idea/libraries/Gradle__com_android_support_test_runner_1_0_2.xml +++ /dev/null @@ -1,12 +0,0 @@ - - - - - - - - - - - - \ No newline at end of file diff --git a/app/.idea/libraries/Gradle__com_android_support_versionedparcelable_28_0_0.xml b/app/.idea/libraries/Gradle__com_android_support_versionedparcelable_28_0_0.xml deleted file mode 100644 index 6a313b1..0000000 --- a/app/.idea/libraries/Gradle__com_android_support_versionedparcelable_28_0_0.xml +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - \ No newline at end of file diff --git a/app/.idea/libraries/Gradle__com_android_support_viewpager_28_0_0.xml b/app/.idea/libraries/Gradle__com_android_support_viewpager_28_0_0.xml deleted file mode 100644 index 5999d2f..0000000 --- a/app/.idea/libraries/Gradle__com_android_support_viewpager_28_0_0.xml +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - \ No newline at end of file diff --git a/app/.idea/libraries/Gradle__com_google_code_findbugs_jsr305_2_0_1_jar.xml b/app/.idea/libraries/Gradle__com_google_code_findbugs_jsr305_2_0_1_jar.xml deleted file mode 100644 index 947e251..0000000 --- a/app/.idea/libraries/Gradle__com_google_code_findbugs_jsr305_2_0_1_jar.xml +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - \ No newline at end of file diff --git a/app/.idea/libraries/Gradle__com_google_code_gson_gson_2_7_jar.xml b/app/.idea/libraries/Gradle__com_google_code_gson_gson_2_7_jar.xml deleted file mode 100644 index 2f5eebc..0000000 --- a/app/.idea/libraries/Gradle__com_google_code_gson_gson_2_7_jar.xml +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - - - \ No newline at end of file diff --git a/app/.idea/libraries/Gradle__com_squareup_javawriter_2_1_1_jar.xml b/app/.idea/libraries/Gradle__com_squareup_javawriter_2_1_1_jar.xml deleted file mode 100644 index 5c4dd4e..0000000 --- a/app/.idea/libraries/Gradle__com_squareup_javawriter_2_1_1_jar.xml +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - - - \ No newline at end of file diff --git a/app/.idea/libraries/Gradle__com_squareup_okhttp3_okhttp_3_4_1_jar.xml b/app/.idea/libraries/Gradle__com_squareup_okhttp3_okhttp_3_4_1_jar.xml deleted file mode 100644 index 18b4c5f..0000000 --- a/app/.idea/libraries/Gradle__com_squareup_okhttp3_okhttp_3_4_1_jar.xml +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - - - \ No newline at end of file diff --git a/app/.idea/libraries/Gradle__com_squareup_okio_okio_1_9_0_jar.xml b/app/.idea/libraries/Gradle__com_squareup_okio_okio_1_9_0_jar.xml deleted file mode 100644 index d3e4934..0000000 --- a/app/.idea/libraries/Gradle__com_squareup_okio_okio_1_9_0_jar.xml +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - - - \ No newline at end of file diff --git a/app/.idea/libraries/Gradle__javax_inject_javax_inject_1_jar.xml b/app/.idea/libraries/Gradle__javax_inject_javax_inject_1_jar.xml deleted file mode 100644 index f9c9a30..0000000 --- a/app/.idea/libraries/Gradle__javax_inject_javax_inject_1_jar.xml +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - - - \ No newline at end of file diff --git a/app/.idea/libraries/Gradle__junit_junit_4_12_jar.xml b/app/.idea/libraries/Gradle__junit_junit_4_12_jar.xml deleted file mode 100644 index f4f25a8..0000000 --- a/app/.idea/libraries/Gradle__junit_junit_4_12_jar.xml +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - - - \ No newline at end of file diff --git a/app/.idea/libraries/Gradle__net_sf_kxml_kxml2_2_3_0_jar.xml b/app/.idea/libraries/Gradle__net_sf_kxml_kxml2_2_3_0_jar.xml deleted file mode 100644 index 5855a29..0000000 --- a/app/.idea/libraries/Gradle__net_sf_kxml_kxml2_2_3_0_jar.xml +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - - - \ No newline at end of file diff --git a/app/.idea/libraries/Gradle__org_hamcrest_hamcrest_core_1_3_jar.xml b/app/.idea/libraries/Gradle__org_hamcrest_hamcrest_core_1_3_jar.xml deleted file mode 100644 index 50cf2b9..0000000 --- a/app/.idea/libraries/Gradle__org_hamcrest_hamcrest_core_1_3_jar.xml +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - - - \ No newline at end of file diff --git a/app/.idea/libraries/Gradle__org_hamcrest_hamcrest_integration_1_3_jar.xml b/app/.idea/libraries/Gradle__org_hamcrest_hamcrest_integration_1_3_jar.xml deleted file mode 100644 index a5eaca5..0000000 --- a/app/.idea/libraries/Gradle__org_hamcrest_hamcrest_integration_1_3_jar.xml +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - - - \ No newline at end of file diff --git a/app/.idea/libraries/Gradle__org_hamcrest_hamcrest_library_1_3_jar.xml b/app/.idea/libraries/Gradle__org_hamcrest_hamcrest_library_1_3_jar.xml deleted file mode 100644 index b4dabdc..0000000 --- a/app/.idea/libraries/Gradle__org_hamcrest_hamcrest_library_1_3_jar.xml +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - - - \ No newline at end of file diff --git a/app/.idea/misc.xml b/app/.idea/misc.xml deleted file mode 100644 index 39c65f6..0000000 --- a/app/.idea/misc.xml +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - \ No newline at end of file diff --git a/app/.idea/modules.xml b/app/.idea/modules.xml deleted file mode 100644 index e653067..0000000 --- a/app/.idea/modules.xml +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - \ No newline at end of file diff --git a/app/.idea/runConfigurations.xml b/app/.idea/runConfigurations.xml deleted file mode 100644 index 7f68460..0000000 --- a/app/.idea/runConfigurations.xml +++ /dev/null @@ -1,12 +0,0 @@ - - - - - - \ No newline at end of file diff --git a/app/.idea/workspace.xml b/app/.idea/workspace.xml deleted file mode 100644 index da7f2bb..0000000 --- a/app/.idea/workspace.xml +++ /dev/null @@ -1,2216 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -