diff --git a/.gitignore b/.gitignore new file mode 100644 index 00000000..0b8c9594 --- /dev/null +++ b/.gitignore @@ -0,0 +1,53 @@ +# ---> Eagle +# Ignore list for Eagle, a PCB layout tool + +# Backup files +*.s#? +*.b#? +*.l#? +*.b$? +*.s$? +*.l$? + +# Eagle project file +# It contains a serial number and references to the file structure +# on your computer. +# comment the following line if you want to have your project file included. +eagle.epf + +# Autorouter files +*.pro +*.job + +# CAM files +*.$$$ +*.cmp +*.ly2 +*.l15 +*.sol +*.plc +*.stc +*.sts +*.crc +*.crs + +*.dri +*.drl +*.gpi +*.pls +*.ger +*.xln + +*.drd +*.drd.* + +*.s#* +*.b#* + +*.info + +*.eps + +# file locks introduced since 7.x +*.lck + diff --git a/LICENSE b/LICENSE new file mode 100644 index 00000000..2172f86f --- /dev/null +++ b/LICENSE @@ -0,0 +1,35 @@ +GCC RUNTIME LIBRARY EXCEPTION + +Version 3.1, 31 March 2009 + +General information: http://www.gnu.org/licenses/gcc-exception.html + +Copyright (C) 2009 Free Software Foundation, Inc. + +Everyone is permitted to copy and distribute verbatim copies of this license document, but changing it is not allowed. + +This GCC Runtime Library Exception ("Exception") is an additional permission under section 7 of the GNU General Public License, version 3 ("GPLv3"). It applies to a given file (the "Runtime Library") that bears a notice placed by the copyright holder of the file stating that the file is governed by GPLv3 along with this Exception. + +When you use GCC to compile a program, GCC may combine portions of certain GCC header files and runtime libraries with the compiled program. The purpose of this Exception is to allow compilation of non-GPL (including proprietary) programs to use, in this way, the header files and runtime libraries covered by this Exception. + + 0. Definitions. + + A file is an "Independent Module" if it either requires the Runtime Library for execution after a Compilation Process, or makes use of an interface provided by the Runtime Library, but is not otherwise based on the Runtime Library. + + "GCC" means a version of the GNU Compiler Collection, with or without modifications, governed by version 3 (or a specified later version) of the GNU General Public License (GPL) with the option of using any subsequent versions published by the FSF. + + "GPL-compatible Software" is software whose conditions of propagation, modification and use would permit combination with GCC in accord with the license of GCC. + + "Target Code" refers to output from any compiler for a real or virtual target processor architecture, in executable form or suitable for input to an assembler, loader, linker and/or execution phase. Notwithstanding that, Target Code does not include data in any format that is used as a compiler intermediate representation, or used for producing a compiler intermediate representation. + + The "Compilation Process" transforms code entirely represented in non-intermediate languages designed for human-written code, and/or in Java Virtual Machine byte code, into Target Code. Thus, for example, use of source code generators and preprocessors need not be considered part of the Compilation Process, since the Compilation Process can be understood as starting with the output of the generators or preprocessors. + + A Compilation Process is "Eligible" if it is done using GCC, alone or with other GPL-compatible software, or if it is done without using any work based on GCC. For example, using non-GPL-compatible Software to optimize any GCC intermediate representations would not qualify as an Eligible Compilation Process. + + 1. Grant of Additional Permission. + + You have permission to propagate a work of Target Code formed by combining the Runtime Library with Independent Modules, even if such propagation would otherwise violate the terms of GPLv3, provided that all Target Code was generated by Eligible Compilation Processes. You may then convey such a combination under terms of your choice, consistent with the licensing of the Independent Modules. + + 2. No Weakening of GCC Copyleft. + +The availability of this Exception does not imply any general presumption that third-party software is unaffected by the copyleft requirements of the license of GCC. diff --git a/README.md b/README.md new file mode 100644 index 00000000..8c44556d --- /dev/null +++ b/README.md @@ -0,0 +1,2 @@ +# MJ_maintainNotes + diff --git a/doc/1.docx b/doc/1.docx new file mode 100644 index 00000000..97e1b7cc Binary files /dev/null and b/doc/1.docx differ diff --git a/src/Project/.gradle/5.4.1/executionHistory/executionHistory.bin b/src/Project/.gradle/5.4.1/executionHistory/executionHistory.bin new file mode 100644 index 00000000..1d5952c5 Binary files /dev/null and b/src/Project/.gradle/5.4.1/executionHistory/executionHistory.bin differ diff --git a/src/Project/.gradle/5.4.1/executionHistory/executionHistory.lock b/src/Project/.gradle/5.4.1/executionHistory/executionHistory.lock new file mode 100644 index 00000000..d5f48348 Binary files /dev/null and b/src/Project/.gradle/5.4.1/executionHistory/executionHistory.lock differ diff --git a/src/Project/.gradle/5.4.1/fileChanges/last-build.bin b/src/Project/.gradle/5.4.1/fileChanges/last-build.bin new file mode 100644 index 00000000..f76dd238 Binary files /dev/null and b/src/Project/.gradle/5.4.1/fileChanges/last-build.bin differ diff --git a/src/Project/.gradle/5.4.1/fileContent/fileContent.lock b/src/Project/.gradle/5.4.1/fileContent/fileContent.lock new file mode 100644 index 00000000..382cb770 Binary files /dev/null and b/src/Project/.gradle/5.4.1/fileContent/fileContent.lock differ diff --git a/src/Project/.gradle/5.4.1/fileHashes/fileHashes.bin b/src/Project/.gradle/5.4.1/fileHashes/fileHashes.bin new file mode 100644 index 00000000..37abc40d Binary files /dev/null and b/src/Project/.gradle/5.4.1/fileHashes/fileHashes.bin differ diff --git a/src/Project/.gradle/5.4.1/fileHashes/fileHashes.lock b/src/Project/.gradle/5.4.1/fileHashes/fileHashes.lock new file mode 100644 index 00000000..21a971b4 Binary files /dev/null and b/src/Project/.gradle/5.4.1/fileHashes/fileHashes.lock differ diff --git a/src/Project/.gradle/5.4.1/fileHashes/resourceHashesCache.bin b/src/Project/.gradle/5.4.1/fileHashes/resourceHashesCache.bin new file mode 100644 index 00000000..65daf43e Binary files /dev/null and b/src/Project/.gradle/5.4.1/fileHashes/resourceHashesCache.bin differ diff --git a/src/Project/.gradle/5.4.1/gc.properties b/src/Project/.gradle/5.4.1/gc.properties new file mode 100644 index 00000000..e69de29b diff --git a/src/Project/.gradle/5.4.1/javaCompile/classAnalysis.bin b/src/Project/.gradle/5.4.1/javaCompile/classAnalysis.bin new file mode 100644 index 00000000..899f9719 Binary files /dev/null and b/src/Project/.gradle/5.4.1/javaCompile/classAnalysis.bin differ diff --git a/src/Project/.gradle/5.4.1/javaCompile/jarAnalysis.bin b/src/Project/.gradle/5.4.1/javaCompile/jarAnalysis.bin new file mode 100644 index 00000000..c7ada276 Binary files /dev/null and b/src/Project/.gradle/5.4.1/javaCompile/jarAnalysis.bin differ diff --git a/src/Project/.gradle/5.4.1/javaCompile/javaCompile.lock b/src/Project/.gradle/5.4.1/javaCompile/javaCompile.lock new file mode 100644 index 00000000..72ec7781 Binary files /dev/null and b/src/Project/.gradle/5.4.1/javaCompile/javaCompile.lock differ diff --git a/src/Project/.gradle/5.4.1/javaCompile/taskHistory.bin b/src/Project/.gradle/5.4.1/javaCompile/taskHistory.bin new file mode 100644 index 00000000..fc937e05 Binary files /dev/null and b/src/Project/.gradle/5.4.1/javaCompile/taskHistory.bin differ diff --git a/src/Project/.gradle/buildOutputCleanup/buildOutputCleanup.lock b/src/Project/.gradle/buildOutputCleanup/buildOutputCleanup.lock new file mode 100644 index 00000000..d3267612 Binary files /dev/null and b/src/Project/.gradle/buildOutputCleanup/buildOutputCleanup.lock differ diff --git a/src/Project/.gradle/buildOutputCleanup/cache.properties b/src/Project/.gradle/buildOutputCleanup/cache.properties new file mode 100644 index 00000000..77f394d5 --- /dev/null +++ b/src/Project/.gradle/buildOutputCleanup/cache.properties @@ -0,0 +1,2 @@ +#Tue Sep 07 23:54:03 CST 2021 +gradle.version=5.4.1 diff --git a/src/Project/.gradle/buildOutputCleanup/outputFiles.bin b/src/Project/.gradle/buildOutputCleanup/outputFiles.bin new file mode 100644 index 00000000..3c56c020 Binary files /dev/null and b/src/Project/.gradle/buildOutputCleanup/outputFiles.bin differ diff --git a/src/Project/.gradle/vcs-1/gc.properties b/src/Project/.gradle/vcs-1/gc.properties new file mode 100644 index 00000000..e69de29b diff --git a/src/Project/.gradle/vcsWorkingDirs/gc.properties b/src/Project/.gradle/vcsWorkingDirs/gc.properties new file mode 100644 index 00000000..e69de29b diff --git a/src/Project/.idea/caches/build_file_checksums.ser b/src/Project/.idea/caches/build_file_checksums.ser new file mode 100644 index 00000000..3585d38d Binary files /dev/null and b/src/Project/.idea/caches/build_file_checksums.ser differ diff --git a/src/Project/.idea/caches/gradle_models.ser b/src/Project/.idea/caches/gradle_models.ser new file mode 100644 index 00000000..15481977 Binary files /dev/null and b/src/Project/.idea/caches/gradle_models.ser differ diff --git a/src/Project/.idea/codeStyles/Project.xml b/src/Project/.idea/codeStyles/Project.xml new file mode 100644 index 00000000..fb22c1d7 --- /dev/null +++ b/src/Project/.idea/codeStyles/Project.xml @@ -0,0 +1,164 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + xmlns:android + + ^$ + + + +
+
+ + + + xmlns:.* + + ^$ + + + BY_NAME + +
+
+ + + + .*:id + + http://schemas.android.com/apk/res/android + + + +
+
+ + + + .*:name + + http://schemas.android.com/apk/res/android + + + +
+
+ + + + name + + ^$ + + + +
+
+ + + + style + + ^$ + + + +
+
+ + + + .* + + ^$ + + + BY_NAME + +
+
+ + + + .* + + http://schemas.android.com/apk/res/android + + + ANDROID_ATTRIBUTE_ORDER + +
+
+ + + + .* + + .* + + + BY_NAME + +
+
+
+
+
+
\ No newline at end of file diff --git a/src/Project/.idea/dbnavigator.xml b/src/Project/.idea/dbnavigator.xml new file mode 100644 index 00000000..8ed29be2 --- /dev/null +++ b/src/Project/.idea/dbnavigator.xml @@ -0,0 +1,4212 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + +
\ No newline at end of file diff --git a/src/Project/.idea/encodings.xml b/src/Project/.idea/encodings.xml new file mode 100644 index 00000000..b3c806e3 --- /dev/null +++ b/src/Project/.idea/encodings.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/src/Project/.idea/gradle.xml b/src/Project/.idea/gradle.xml new file mode 100644 index 00000000..d291b3d7 --- /dev/null +++ b/src/Project/.idea/gradle.xml @@ -0,0 +1,16 @@ + + + + + + \ No newline at end of file diff --git a/src/Project/.idea/libraries/Gradle__androidx_annotation_annotation_1_0_0_jar.xml b/src/Project/.idea/libraries/Gradle__androidx_annotation_annotation_1_0_0_jar.xml new file mode 100644 index 00000000..37407517 --- /dev/null +++ b/src/Project/.idea/libraries/Gradle__androidx_annotation_annotation_1_0_0_jar.xml @@ -0,0 +1,13 @@ + + + + + + + + + + + + + \ No newline at end of file diff --git a/src/Project/.idea/libraries/Gradle__androidx_appcompat_appcompat_1_0_0_aar.xml b/src/Project/.idea/libraries/Gradle__androidx_appcompat_appcompat_1_0_0_aar.xml new file mode 100644 index 00000000..b11f9ebe --- /dev/null +++ b/src/Project/.idea/libraries/Gradle__androidx_appcompat_appcompat_1_0_0_aar.xml @@ -0,0 +1,15 @@ + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/src/Project/.idea/libraries/Gradle__androidx_arch_core_core_common_2_0_0_jar.xml b/src/Project/.idea/libraries/Gradle__androidx_arch_core_core_common_2_0_0_jar.xml new file mode 100644 index 00000000..83e1a45b --- /dev/null +++ b/src/Project/.idea/libraries/Gradle__androidx_arch_core_core_common_2_0_0_jar.xml @@ -0,0 +1,11 @@ + + + + + + + + + + + \ No newline at end of file diff --git a/src/Project/.idea/libraries/Gradle__androidx_arch_core_core_runtime_2_0_0_aar.xml b/src/Project/.idea/libraries/Gradle__androidx_arch_core_core_runtime_2_0_0_aar.xml new file mode 100644 index 00000000..7baf7722 --- /dev/null +++ b/src/Project/.idea/libraries/Gradle__androidx_arch_core_core_runtime_2_0_0_aar.xml @@ -0,0 +1,12 @@ + + + + + + + + + + + + \ No newline at end of file diff --git a/src/Project/.idea/libraries/Gradle__androidx_asynclayoutinflater_asynclayoutinflater_1_0_0_aar.xml b/src/Project/.idea/libraries/Gradle__androidx_asynclayoutinflater_asynclayoutinflater_1_0_0_aar.xml new file mode 100644 index 00000000..1648bd63 --- /dev/null +++ b/src/Project/.idea/libraries/Gradle__androidx_asynclayoutinflater_asynclayoutinflater_1_0_0_aar.xml @@ -0,0 +1,12 @@ + + + + + + + + + + + + \ No newline at end of file diff --git a/src/Project/.idea/libraries/Gradle__androidx_collection_collection_1_0_0_jar.xml b/src/Project/.idea/libraries/Gradle__androidx_collection_collection_1_0_0_jar.xml new file mode 100644 index 00000000..2fee65b9 --- /dev/null +++ b/src/Project/.idea/libraries/Gradle__androidx_collection_collection_1_0_0_jar.xml @@ -0,0 +1,11 @@ + + + + + + + + + + + \ No newline at end of file diff --git a/src/Project/.idea/libraries/Gradle__androidx_coordinatorlayout_coordinatorlayout_1_0_0_aar.xml b/src/Project/.idea/libraries/Gradle__androidx_coordinatorlayout_coordinatorlayout_1_0_0_aar.xml new file mode 100644 index 00000000..ee34358a --- /dev/null +++ b/src/Project/.idea/libraries/Gradle__androidx_coordinatorlayout_coordinatorlayout_1_0_0_aar.xml @@ -0,0 +1,15 @@ + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/src/Project/.idea/libraries/Gradle__androidx_core_core_1_0_0_aar.xml b/src/Project/.idea/libraries/Gradle__androidx_core_core_1_0_0_aar.xml new file mode 100644 index 00000000..418405d2 --- /dev/null +++ b/src/Project/.idea/libraries/Gradle__androidx_core_core_1_0_0_aar.xml @@ -0,0 +1,15 @@ + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/src/Project/.idea/libraries/Gradle__androidx_cursoradapter_cursoradapter_1_0_0_aar.xml b/src/Project/.idea/libraries/Gradle__androidx_cursoradapter_cursoradapter_1_0_0_aar.xml new file mode 100644 index 00000000..37b8967a --- /dev/null +++ b/src/Project/.idea/libraries/Gradle__androidx_cursoradapter_cursoradapter_1_0_0_aar.xml @@ -0,0 +1,12 @@ + + + + + + + + + + + + \ No newline at end of file diff --git a/src/Project/.idea/libraries/Gradle__androidx_customview_customview_1_0_0_aar.xml b/src/Project/.idea/libraries/Gradle__androidx_customview_customview_1_0_0_aar.xml new file mode 100644 index 00000000..5e0ac4c2 --- /dev/null +++ b/src/Project/.idea/libraries/Gradle__androidx_customview_customview_1_0_0_aar.xml @@ -0,0 +1,12 @@ + + + + + + + + + + + + \ No newline at end of file diff --git a/src/Project/.idea/libraries/Gradle__androidx_documentfile_documentfile_1_0_0_aar.xml b/src/Project/.idea/libraries/Gradle__androidx_documentfile_documentfile_1_0_0_aar.xml new file mode 100644 index 00000000..518d3231 --- /dev/null +++ b/src/Project/.idea/libraries/Gradle__androidx_documentfile_documentfile_1_0_0_aar.xml @@ -0,0 +1,12 @@ + + + + + + + + + + + + \ No newline at end of file diff --git a/src/Project/.idea/libraries/Gradle__androidx_drawerlayout_drawerlayout_1_0_0_aar.xml b/src/Project/.idea/libraries/Gradle__androidx_drawerlayout_drawerlayout_1_0_0_aar.xml new file mode 100644 index 00000000..ed4e254d --- /dev/null +++ b/src/Project/.idea/libraries/Gradle__androidx_drawerlayout_drawerlayout_1_0_0_aar.xml @@ -0,0 +1,15 @@ + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/src/Project/.idea/libraries/Gradle__androidx_fragment_fragment_1_0_0_aar.xml b/src/Project/.idea/libraries/Gradle__androidx_fragment_fragment_1_0_0_aar.xml new file mode 100644 index 00000000..ff7f7dc7 --- /dev/null +++ b/src/Project/.idea/libraries/Gradle__androidx_fragment_fragment_1_0_0_aar.xml @@ -0,0 +1,15 @@ + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/src/Project/.idea/libraries/Gradle__androidx_interpolator_interpolator_1_0_0_aar.xml b/src/Project/.idea/libraries/Gradle__androidx_interpolator_interpolator_1_0_0_aar.xml new file mode 100644 index 00000000..34f714cc --- /dev/null +++ b/src/Project/.idea/libraries/Gradle__androidx_interpolator_interpolator_1_0_0_aar.xml @@ -0,0 +1,12 @@ + + + + + + + + + + + + \ No newline at end of file diff --git a/src/Project/.idea/libraries/Gradle__androidx_legacy_legacy_support_core_ui_1_0_0_aar.xml b/src/Project/.idea/libraries/Gradle__androidx_legacy_legacy_support_core_ui_1_0_0_aar.xml new file mode 100644 index 00000000..3ba82819 --- /dev/null +++ b/src/Project/.idea/libraries/Gradle__androidx_legacy_legacy_support_core_ui_1_0_0_aar.xml @@ -0,0 +1,12 @@ + + + + + + + + + + + + \ No newline at end of file diff --git a/src/Project/.idea/libraries/Gradle__androidx_legacy_legacy_support_core_utils_1_0_0_aar.xml b/src/Project/.idea/libraries/Gradle__androidx_legacy_legacy_support_core_utils_1_0_0_aar.xml new file mode 100644 index 00000000..eec5ebb0 --- /dev/null +++ b/src/Project/.idea/libraries/Gradle__androidx_legacy_legacy_support_core_utils_1_0_0_aar.xml @@ -0,0 +1,12 @@ + + + + + + + + + + + + \ No newline at end of file diff --git a/src/Project/.idea/libraries/Gradle__androidx_lifecycle_lifecycle_common_2_0_0_jar.xml b/src/Project/.idea/libraries/Gradle__androidx_lifecycle_lifecycle_common_2_0_0_jar.xml new file mode 100644 index 00000000..f2e418b7 --- /dev/null +++ b/src/Project/.idea/libraries/Gradle__androidx_lifecycle_lifecycle_common_2_0_0_jar.xml @@ -0,0 +1,11 @@ + + + + + + + + + + + \ No newline at end of file diff --git a/src/Project/.idea/libraries/Gradle__androidx_lifecycle_lifecycle_livedata_2_0_0_aar.xml b/src/Project/.idea/libraries/Gradle__androidx_lifecycle_lifecycle_livedata_2_0_0_aar.xml new file mode 100644 index 00000000..7163eaa9 --- /dev/null +++ b/src/Project/.idea/libraries/Gradle__androidx_lifecycle_lifecycle_livedata_2_0_0_aar.xml @@ -0,0 +1,12 @@ + + + + + + + + + + + + \ No newline at end of file diff --git a/src/Project/.idea/libraries/Gradle__androidx_lifecycle_lifecycle_livedata_core_2_0_0_aar.xml b/src/Project/.idea/libraries/Gradle__androidx_lifecycle_lifecycle_livedata_core_2_0_0_aar.xml new file mode 100644 index 00000000..fff25c38 --- /dev/null +++ b/src/Project/.idea/libraries/Gradle__androidx_lifecycle_lifecycle_livedata_core_2_0_0_aar.xml @@ -0,0 +1,12 @@ + + + + + + + + + + + + \ No newline at end of file diff --git a/src/Project/.idea/libraries/Gradle__androidx_lifecycle_lifecycle_runtime_2_0_0_aar.xml b/src/Project/.idea/libraries/Gradle__androidx_lifecycle_lifecycle_runtime_2_0_0_aar.xml new file mode 100644 index 00000000..836a8a85 --- /dev/null +++ b/src/Project/.idea/libraries/Gradle__androidx_lifecycle_lifecycle_runtime_2_0_0_aar.xml @@ -0,0 +1,12 @@ + + + + + + + + + + + + \ No newline at end of file diff --git a/src/Project/.idea/libraries/Gradle__androidx_lifecycle_lifecycle_viewmodel_2_0_0_aar.xml b/src/Project/.idea/libraries/Gradle__androidx_lifecycle_lifecycle_viewmodel_2_0_0_aar.xml new file mode 100644 index 00000000..98a7f066 --- /dev/null +++ b/src/Project/.idea/libraries/Gradle__androidx_lifecycle_lifecycle_viewmodel_2_0_0_aar.xml @@ -0,0 +1,12 @@ + + + + + + + + + + + + \ No newline at end of file diff --git a/src/Project/.idea/libraries/Gradle__androidx_loader_loader_1_0_0_aar.xml b/src/Project/.idea/libraries/Gradle__androidx_loader_loader_1_0_0_aar.xml new file mode 100644 index 00000000..b19b5aae --- /dev/null +++ b/src/Project/.idea/libraries/Gradle__androidx_loader_loader_1_0_0_aar.xml @@ -0,0 +1,12 @@ + + + + + + + + + + + + \ No newline at end of file diff --git a/src/Project/.idea/libraries/Gradle__androidx_localbroadcastmanager_localbroadcastmanager_1_0_0_aar.xml b/src/Project/.idea/libraries/Gradle__androidx_localbroadcastmanager_localbroadcastmanager_1_0_0_aar.xml new file mode 100644 index 00000000..10e36e8f --- /dev/null +++ b/src/Project/.idea/libraries/Gradle__androidx_localbroadcastmanager_localbroadcastmanager_1_0_0_aar.xml @@ -0,0 +1,12 @@ + + + + + + + + + + + + \ No newline at end of file diff --git a/src/Project/.idea/libraries/Gradle__androidx_media_media_1_0_0_aar.xml b/src/Project/.idea/libraries/Gradle__androidx_media_media_1_0_0_aar.xml new file mode 100644 index 00000000..8b6f31a6 --- /dev/null +++ b/src/Project/.idea/libraries/Gradle__androidx_media_media_1_0_0_aar.xml @@ -0,0 +1,15 @@ + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/src/Project/.idea/libraries/Gradle__androidx_mediarouter_mediarouter_1_0_0_aar.xml b/src/Project/.idea/libraries/Gradle__androidx_mediarouter_mediarouter_1_0_0_aar.xml new file mode 100644 index 00000000..6b9c7669 --- /dev/null +++ b/src/Project/.idea/libraries/Gradle__androidx_mediarouter_mediarouter_1_0_0_aar.xml @@ -0,0 +1,15 @@ + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/src/Project/.idea/libraries/Gradle__androidx_palette_palette_1_0_0_aar.xml b/src/Project/.idea/libraries/Gradle__androidx_palette_palette_1_0_0_aar.xml new file mode 100644 index 00000000..fba9d42d --- /dev/null +++ b/src/Project/.idea/libraries/Gradle__androidx_palette_palette_1_0_0_aar.xml @@ -0,0 +1,12 @@ + + + + + + + + + + + + \ No newline at end of file diff --git a/src/Project/.idea/libraries/Gradle__androidx_print_print_1_0_0_aar.xml b/src/Project/.idea/libraries/Gradle__androidx_print_print_1_0_0_aar.xml new file mode 100644 index 00000000..3e12df12 --- /dev/null +++ b/src/Project/.idea/libraries/Gradle__androidx_print_print_1_0_0_aar.xml @@ -0,0 +1,15 @@ + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/src/Project/.idea/libraries/Gradle__androidx_recyclerview_recyclerview_1_0_0_aar.xml b/src/Project/.idea/libraries/Gradle__androidx_recyclerview_recyclerview_1_0_0_aar.xml new file mode 100644 index 00000000..9f448c5a --- /dev/null +++ b/src/Project/.idea/libraries/Gradle__androidx_recyclerview_recyclerview_1_0_0_aar.xml @@ -0,0 +1,15 @@ + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/src/Project/.idea/libraries/Gradle__androidx_slidingpanelayout_slidingpanelayout_1_0_0_aar.xml b/src/Project/.idea/libraries/Gradle__androidx_slidingpanelayout_slidingpanelayout_1_0_0_aar.xml new file mode 100644 index 00000000..aa7aac9b --- /dev/null +++ b/src/Project/.idea/libraries/Gradle__androidx_slidingpanelayout_slidingpanelayout_1_0_0_aar.xml @@ -0,0 +1,12 @@ + + + + + + + + + + + + \ No newline at end of file diff --git a/src/Project/.idea/libraries/Gradle__androidx_swiperefreshlayout_swiperefreshlayout_1_0_0_aar.xml b/src/Project/.idea/libraries/Gradle__androidx_swiperefreshlayout_swiperefreshlayout_1_0_0_aar.xml new file mode 100644 index 00000000..7c6092d9 --- /dev/null +++ b/src/Project/.idea/libraries/Gradle__androidx_swiperefreshlayout_swiperefreshlayout_1_0_0_aar.xml @@ -0,0 +1,15 @@ + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/src/Project/.idea/libraries/Gradle__androidx_vectordrawable_vectordrawable_1_0_0_aar.xml b/src/Project/.idea/libraries/Gradle__androidx_vectordrawable_vectordrawable_1_0_0_aar.xml new file mode 100644 index 00000000..d0058934 --- /dev/null +++ b/src/Project/.idea/libraries/Gradle__androidx_vectordrawable_vectordrawable_1_0_0_aar.xml @@ -0,0 +1,12 @@ + + + + + + + + + + + + \ No newline at end of file diff --git a/src/Project/.idea/libraries/Gradle__androidx_vectordrawable_vectordrawable_animated_1_0_0_aar.xml b/src/Project/.idea/libraries/Gradle__androidx_vectordrawable_vectordrawable_animated_1_0_0_aar.xml new file mode 100644 index 00000000..e5141d9d --- /dev/null +++ b/src/Project/.idea/libraries/Gradle__androidx_vectordrawable_vectordrawable_animated_1_0_0_aar.xml @@ -0,0 +1,12 @@ + + + + + + + + + + + + \ No newline at end of file diff --git a/src/Project/.idea/libraries/Gradle__androidx_versionedparcelable_versionedparcelable_1_0_0_aar.xml b/src/Project/.idea/libraries/Gradle__androidx_versionedparcelable_versionedparcelable_1_0_0_aar.xml new file mode 100644 index 00000000..fd4ff28b --- /dev/null +++ b/src/Project/.idea/libraries/Gradle__androidx_versionedparcelable_versionedparcelable_1_0_0_aar.xml @@ -0,0 +1,12 @@ + + + + + + + + + + + + \ No newline at end of file diff --git a/src/Project/.idea/libraries/Gradle__androidx_viewpager_viewpager_1_0_0_aar.xml b/src/Project/.idea/libraries/Gradle__androidx_viewpager_viewpager_1_0_0_aar.xml new file mode 100644 index 00000000..f6c8bdf2 --- /dev/null +++ b/src/Project/.idea/libraries/Gradle__androidx_viewpager_viewpager_1_0_0_aar.xml @@ -0,0 +1,12 @@ + + + + + + + + + + + + \ No newline at end of file diff --git a/src/Project/.idea/libraries/Gradle__org_apache_http_legacy_android_31.xml b/src/Project/.idea/libraries/Gradle__org_apache_http_legacy_android_31.xml new file mode 100644 index 00000000..2bf44910 --- /dev/null +++ b/src/Project/.idea/libraries/Gradle__org_apache_http_legacy_android_31.xml @@ -0,0 +1,9 @@ + + + + + + + + + \ No newline at end of file diff --git a/src/Project/.idea/misc.xml b/src/Project/.idea/misc.xml new file mode 100644 index 00000000..dfd2c799 --- /dev/null +++ b/src/Project/.idea/misc.xml @@ -0,0 +1,9 @@ + + + + + + + + \ No newline at end of file diff --git a/src/Project/.idea/modules.xml b/src/Project/.idea/modules.xml new file mode 100644 index 00000000..e641292f --- /dev/null +++ b/src/Project/.idea/modules.xml @@ -0,0 +1,9 @@ + + + + + + + + + \ No newline at end of file diff --git a/src/Project/.idea/runConfigurations.xml b/src/Project/.idea/runConfigurations.xml new file mode 100644 index 00000000..7f68460d --- /dev/null +++ b/src/Project/.idea/runConfigurations.xml @@ -0,0 +1,12 @@ + + + + + + \ No newline at end of file diff --git a/src/Project/.idea/workspace.xml b/src/Project/.idea/workspace.xml new file mode 100644 index 00000000..fa07e34c --- /dev/null +++ b/src/Project/.idea/workspace.xml @@ -0,0 +1,934 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + extends + Task + loadNote + sync + syncN + commit + getJSONObject + Sync immediately + prefenerece_sync_status_textview + Sync + format_move_notes_to_folder + top + onUpgrade + query + COLUMN + startAsyncNotesListQuery + mWorkingNote + System.out + setstar + bind + onop + UnlockActivity + hasP + veri + onClick + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +