diff --git a/.gradle/7.4/checksums/checksums.lock b/.gradle/7.4/checksums/checksums.lock new file mode 100644 index 0000000..6c68ce1 Binary files /dev/null and b/.gradle/7.4/checksums/checksums.lock differ diff --git a/.gradle/7.4/dependencies-accessors/dependencies-accessors.lock b/.gradle/7.4/dependencies-accessors/dependencies-accessors.lock new file mode 100644 index 0000000..d73ad7e Binary files /dev/null and b/.gradle/7.4/dependencies-accessors/dependencies-accessors.lock differ diff --git a/.gradle/7.4/dependencies-accessors/gc.properties b/.gradle/7.4/dependencies-accessors/gc.properties new file mode 100644 index 0000000..e69de29 diff --git a/.gradle/7.4/executionHistory/executionHistory.bin b/.gradle/7.4/executionHistory/executionHistory.bin new file mode 100644 index 0000000..f76a211 Binary files /dev/null and b/.gradle/7.4/executionHistory/executionHistory.bin differ diff --git a/.gradle/7.4/executionHistory/executionHistory.lock b/.gradle/7.4/executionHistory/executionHistory.lock new file mode 100644 index 0000000..1bc4b3c Binary files /dev/null and b/.gradle/7.4/executionHistory/executionHistory.lock differ diff --git a/.gradle/7.4/fileChanges/last-build.bin b/.gradle/7.4/fileChanges/last-build.bin new file mode 100644 index 0000000..f76dd23 Binary files /dev/null and b/.gradle/7.4/fileChanges/last-build.bin differ diff --git a/.gradle/7.4/fileHashes/fileHashes.bin b/.gradle/7.4/fileHashes/fileHashes.bin new file mode 100644 index 0000000..cad08bd Binary files /dev/null and b/.gradle/7.4/fileHashes/fileHashes.bin differ diff --git a/.gradle/7.4/fileHashes/fileHashes.lock b/.gradle/7.4/fileHashes/fileHashes.lock new file mode 100644 index 0000000..aa7dce6 Binary files /dev/null and b/.gradle/7.4/fileHashes/fileHashes.lock differ diff --git a/.gradle/7.4/gc.properties b/.gradle/7.4/gc.properties new file mode 100644 index 0000000..e69de29 diff --git a/.gradle/buildOutputCleanup/buildOutputCleanup.lock b/.gradle/buildOutputCleanup/buildOutputCleanup.lock new file mode 100644 index 0000000..8b7cb42 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..19379ee --- /dev/null +++ b/.gradle/buildOutputCleanup/cache.properties @@ -0,0 +1,2 @@ +#Sun Oct 29 16:47:41 CST 2023 +gradle.version=7.4 diff --git a/.gradle/buildOutputCleanup/outputFiles.bin b/.gradle/buildOutputCleanup/outputFiles.bin new file mode 100644 index 0000000..8d5e537 Binary files /dev/null and b/.gradle/buildOutputCleanup/outputFiles.bin differ diff --git a/.gradle/file-system.probe b/.gradle/file-system.probe new file mode 100644 index 0000000..875b892 Binary files /dev/null and b/.gradle/file-system.probe differ diff --git a/.gradle/vcs-1/gc.properties b/.gradle/vcs-1/gc.properties new file mode 100644 index 0000000..e69de29 diff --git a/.idea/gradle.xml b/.idea/gradle.xml new file mode 100644 index 0000000..3079eb2 --- /dev/null +++ b/.idea/gradle.xml @@ -0,0 +1,19 @@ + + + + + + + \ No newline at end of file diff --git a/.idea/misc.xml b/.idea/misc.xml new file mode 100644 index 0000000..85ab36e --- /dev/null +++ b/.idea/misc.xml @@ -0,0 +1,7 @@ + + + + + + + \ No newline at end of file diff --git a/doc/实践模板-开源软件泛读、标注和维护报告文档.docx b/doc/实践模板-开源软件泛读、标注和维护报告文档.docx new file mode 100644 index 0000000..754fbeb Binary files /dev/null and b/doc/实践模板-开源软件泛读、标注和维护报告文档.docx differ diff --git a/doc/实践模板-开源软件的质量分析报告文档.docx b/doc/实践模板-开源软件的质量分析报告文档.docx new file mode 100644 index 0000000..41668ce Binary files /dev/null and b/doc/实践模板-开源软件的质量分析报告文档.docx differ diff --git a/doc/小米便签愿景文档.doc b/doc/小米便签愿景文档.doc new file mode 100644 index 0000000..2d37bda Binary files /dev/null and b/doc/小米便签愿景文档.doc differ diff --git a/doc/设置闹铃提醒-周锦兴.doc b/doc/设置闹铃提醒-周锦兴.doc new file mode 100644 index 0000000..e4d8344 Binary files /dev/null and b/doc/设置闹铃提醒-周锦兴.doc differ diff --git a/gradle/wrapper/gradle-wrapper.jar b/gradle/wrapper/gradle-wrapper.jar new file mode 100644 index 0000000..41d9927 Binary files /dev/null and b/gradle/wrapper/gradle-wrapper.jar differ diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties new file mode 100644 index 0000000..41dfb87 --- /dev/null +++ b/gradle/wrapper/gradle-wrapper.properties @@ -0,0 +1,5 @@ +distributionBase=GRADLE_USER_HOME +distributionPath=wrapper/dists +distributionUrl=https\://services.gradle.org/distributions/gradle-7.4-bin.zip +zipStoreBase=GRADLE_USER_HOME +zipStorePath=wrapper/dists diff --git a/gradlew b/gradlew new file mode 100644 index 0000000..1b6c787 --- /dev/null +++ b/gradlew @@ -0,0 +1,234 @@ +#!/bin/sh + +# +# Copyright © 2015-2021 the original authors. +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# https://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. +# + +############################################################################## +# +# Gradle start up script for POSIX generated by Gradle. +# +# Important for running: +# +# (1) You need a POSIX-compliant shell to run this script. If your /bin/sh is +# noncompliant, but you have some other compliant shell such as ksh or +# bash, then to run this script, type that shell name before the whole +# command line, like: +# +# ksh Gradle +# +# Busybox and similar reduced shells will NOT work, because this script +# requires all of these POSIX shell features: +# * functions; +# * expansions «$var», «${var}», «${var:-default}», «${var+SET}», +# «${var#prefix}», «${var%suffix}», and «$( cmd )»; +# * compound commands having a testable exit status, especially «case»; +# * various built-in commands including «command», «set», and «ulimit». +# +# Important for patching: +# +# (2) This script targets any POSIX shell, so it avoids extensions provided +# by Bash, Ksh, etc; in particular arrays are avoided. +# +# The "traditional" practice of packing multiple parameters into a +# space-separated string is a well documented source of bugs and security +# problems, so this is (mostly) avoided, by progressively accumulating +# options in "$@", and eventually passing that to Java. +# +# Where the inherited environment variables (DEFAULT_JVM_OPTS, JAVA_OPTS, +# and GRADLE_OPTS) rely on word-splitting, this is performed explicitly; +# see the in-line comments for details. +# +# There are tweaks for specific operating systems such as AIX, CygWin, +# Darwin, MinGW, and NonStop. +# +# (3) This script is generated from the Groovy template +# https://github.com/gradle/gradle/blob/master/subprojects/plugins/src/main/resources/org/gradle/api/internal/plugins/unixStartScript.txt +# within the Gradle project. +# +# You can find Gradle at https://github.com/gradle/gradle/. +# +############################################################################## + +# Attempt to set APP_HOME + +# Resolve links: $0 may be a link +app_path=$0 + +# Need this for daisy-chained symlinks. +while + APP_HOME=${app_path%"${app_path##*/}"} # leaves a trailing /; empty if no leading path + [ -h "$app_path" ] +do + ls=$( ls -ld "$app_path" ) + link=${ls#*' -> '} + case $link in #( + /*) app_path=$link ;; #( + *) app_path=$APP_HOME$link ;; + esac +done + +APP_HOME=$( cd "${APP_HOME:-./}" && pwd -P ) || exit + +APP_NAME="Gradle" +APP_BASE_NAME=${0##*/} + +# Add default JVM options here. You can also use JAVA_OPTS and GRADLE_OPTS to pass JVM options to this script. +DEFAULT_JVM_OPTS='"-Xmx64m" "-Xms64m"' + +# Use the maximum available, or set MAX_FD != -1 to use that value. +MAX_FD=maximum + +warn () { + echo "$*" +} >&2 + +die () { + echo + echo "$*" + echo + exit 1 +} >&2 + +# OS specific support (must be 'true' or 'false'). +cygwin=false +msys=false +darwin=false +nonstop=false +case "$( uname )" in #( + CYGWIN* ) cygwin=true ;; #( + Darwin* ) darwin=true ;; #( + MSYS* | MINGW* ) msys=true ;; #( + NONSTOP* ) nonstop=true ;; +esac + +CLASSPATH=$APP_HOME/gradle/wrapper/gradle-wrapper.jar + + +# Determine the Java command to use to start the JVM. +if [ -n "$JAVA_HOME" ] ; then + if [ -x "$JAVA_HOME/jre/sh/java" ] ; then + # IBM's JDK on AIX uses strange locations for the executables + JAVACMD=$JAVA_HOME/jre/sh/java + else + JAVACMD=$JAVA_HOME/bin/java + fi + if [ ! -x "$JAVACMD" ] ; then + die "ERROR: JAVA_HOME is set to an invalid directory: $JAVA_HOME + +Please set the JAVA_HOME variable in your environment to match the +location of your Java installation." + fi +else + JAVACMD=java + which java >/dev/null 2>&1 || die "ERROR: JAVA_HOME is not set and no 'java' command could be found in your PATH. + +Please set the JAVA_HOME variable in your environment to match the +location of your Java installation." +fi + +# Increase the maximum file descriptors if we can. +if ! "$cygwin" && ! "$darwin" && ! "$nonstop" ; then + case $MAX_FD in #( + max*) + MAX_FD=$( ulimit -H -n ) || + warn "Could not query maximum file descriptor limit" + esac + case $MAX_FD in #( + '' | soft) :;; #( + *) + ulimit -n "$MAX_FD" || + warn "Could not set maximum file descriptor limit to $MAX_FD" + esac +fi + +# Collect all arguments for the java command, stacking in reverse order: +# * args from the command line +# * the main class name +# * -classpath +# * -D...appname settings +# * --module-path (only if needed) +# * DEFAULT_JVM_OPTS, JAVA_OPTS, and GRADLE_OPTS environment variables. + +# For Cygwin or MSYS, switch paths to Windows format before running java +if "$cygwin" || "$msys" ; then + APP_HOME=$( cygpath --path --mixed "$APP_HOME" ) + CLASSPATH=$( cygpath --path --mixed "$CLASSPATH" ) + + JAVACMD=$( cygpath --unix "$JAVACMD" ) + + # Now convert the arguments - kludge to limit ourselves to /bin/sh + for arg do + if + case $arg in #( + -*) false ;; # don't mess with options #( + /?*) t=${arg#/} t=/${t%%/*} # looks like a POSIX filepath + [ -e "$t" ] ;; #( + *) false ;; + esac + then + arg=$( cygpath --path --ignore --mixed "$arg" ) + fi + # Roll the args list around exactly as many times as the number of + # args, so each arg winds up back in the position where it started, but + # possibly modified. + # + # NB: a `for` loop captures its iteration list before it begins, so + # changing the positional parameters here affects neither the number of + # iterations, nor the values presented in `arg`. + shift # remove old arg + set -- "$@" "$arg" # push replacement arg + done +fi + +# Collect all arguments for the java command; +# * $DEFAULT_JVM_OPTS, $JAVA_OPTS, and $GRADLE_OPTS can contain fragments of +# shell script including quotes and variable substitutions, so put them in +# double quotes to make sure that they get re-expanded; and +# * put everything else in single quotes, so that it's not re-expanded. + +set -- \ + "-Dorg.gradle.appname=$APP_BASE_NAME" \ + -classpath "$CLASSPATH" \ + org.gradle.wrapper.GradleWrapperMain \ + "$@" + +# Use "xargs" to parse quoted args. +# +# With -n1 it outputs one arg per line, with the quotes and backslashes removed. +# +# In Bash we could simply go: +# +# readarray ARGS < <( xargs -n1 <<<"$var" ) && +# set -- "${ARGS[@]}" "$@" +# +# but POSIX shell has neither arrays nor command substitution, so instead we +# post-process each arg (as a line of input to sed) to backslash-escape any +# character that might be a shell metacharacter, then use eval to reverse +# that process (while maintaining the separation between arguments), and wrap +# the whole thing up as a single "set" statement. +# +# This will of course break if any of these variables contains a newline or +# an unmatched quote. +# + +eval "set -- $( + printf '%s\n' "$DEFAULT_JVM_OPTS $JAVA_OPTS $GRADLE_OPTS" | + xargs -n1 | + sed ' s~[^-[:alnum:]+,./:=@_]~\\&~g; ' | + tr '\n' ' ' + )" '"$@"' + +exec "$JAVACMD" "$@" diff --git a/gradlew.bat b/gradlew.bat new file mode 100644 index 0000000..107acd3 --- /dev/null +++ b/gradlew.bat @@ -0,0 +1,89 @@ +@rem +@rem Copyright 2015 the original author or authors. +@rem +@rem Licensed under the Apache License, Version 2.0 (the "License"); +@rem you may not use this file except in compliance with the License. +@rem You may obtain a copy of the License at +@rem +@rem https://www.apache.org/licenses/LICENSE-2.0 +@rem +@rem Unless required by applicable law or agreed to in writing, software +@rem distributed under the License is distributed on an "AS IS" BASIS, +@rem WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +@rem See the License for the specific language governing permissions and +@rem limitations under the License. +@rem + +@if "%DEBUG%" == "" @echo off +@rem ########################################################################## +@rem +@rem Gradle startup script for Windows +@rem +@rem ########################################################################## + +@rem Set local scope for the variables with windows NT shell +if "%OS%"=="Windows_NT" setlocal + +set DIRNAME=%~dp0 +if "%DIRNAME%" == "" set DIRNAME=. +set APP_BASE_NAME=%~n0 +set APP_HOME=%DIRNAME% + +@rem Resolve any "." and ".." in APP_HOME to make it shorter. +for %%i in ("%APP_HOME%") do set APP_HOME=%%~fi + +@rem Add default JVM options here. You can also use JAVA_OPTS and GRADLE_OPTS to pass JVM options to this script. +set DEFAULT_JVM_OPTS="-Xmx64m" "-Xms64m" + +@rem Find java.exe +if defined JAVA_HOME goto findJavaFromJavaHome + +set JAVA_EXE=java.exe +%JAVA_EXE% -version >NUL 2>&1 +if "%ERRORLEVEL%" == "0" goto execute + +echo. +echo ERROR: JAVA_HOME is not set and no 'java' command could be found in your PATH. +echo. +echo Please set the JAVA_HOME variable in your environment to match the +echo location of your Java installation. + +goto fail + +:findJavaFromJavaHome +set JAVA_HOME=%JAVA_HOME:"=% +set JAVA_EXE=%JAVA_HOME%/bin/java.exe + +if exist "%JAVA_EXE%" goto execute + +echo. +echo ERROR: JAVA_HOME is set to an invalid directory: %JAVA_HOME% +echo. +echo Please set the JAVA_HOME variable in your environment to match the +echo location of your Java installation. + +goto fail + +:execute +@rem Setup the command line + +set CLASSPATH=%APP_HOME%\gradle\wrapper\gradle-wrapper.jar + + +@rem Execute Gradle +"%JAVA_EXE%" %DEFAULT_JVM_OPTS% %JAVA_OPTS% %GRADLE_OPTS% "-Dorg.gradle.appname=%APP_BASE_NAME%" -classpath "%CLASSPATH%" org.gradle.wrapper.GradleWrapperMain %* + +:end +@rem End local scope for the variables with windows NT shell +if "%ERRORLEVEL%"=="0" goto mainEnd + +:fail +rem Set variable GRADLE_EXIT_CONSOLE if you need the _script_ return code instead of +rem the _cmd.exe /c_ return code! +if not "" == "%GRADLE_EXIT_CONSOLE%" exit 1 +exit /b 1 + +:mainEnd +if "%OS%"=="Windows_NT" endlocal + +:omega diff --git a/gtask.suml b/gtask.suml new file mode 100644 index 0000000..ec3836e --- /dev/null +++ b/gtask.suml @@ -0,0 +1,2 @@ + + diff --git a/local.properties b/local.properties new file mode 100644 index 0000000..2659089 --- /dev/null +++ b/local.properties @@ -0,0 +1,8 @@ +## This file must *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. +#Sun Oct 29 16:47:42 CST 2023 +sdk.dir=E\:\\sdk diff --git a/mode.suml b/mode.suml new file mode 100644 index 0000000..a399e04 --- /dev/null +++ b/mode.suml @@ -0,0 +1,2 @@ + + diff --git a/src/.gradle/7.5/checksums/checksums.lock b/src/.gradle/7.5/checksums/checksums.lock new file mode 100644 index 0000000..943574f Binary files /dev/null and b/src/.gradle/7.5/checksums/checksums.lock differ diff --git a/src/.gradle/7.5/checksums/md5-checksums.bin b/src/.gradle/7.5/checksums/md5-checksums.bin new file mode 100644 index 0000000..d424c5b Binary files /dev/null and b/src/.gradle/7.5/checksums/md5-checksums.bin differ diff --git a/src/.gradle/7.5/checksums/sha1-checksums.bin b/src/.gradle/7.5/checksums/sha1-checksums.bin new file mode 100644 index 0000000..5963b8e Binary files /dev/null and b/src/.gradle/7.5/checksums/sha1-checksums.bin differ diff --git a/src/.gradle/7.5/executionHistory/executionHistory.bin b/src/.gradle/7.5/executionHistory/executionHistory.bin new file mode 100644 index 0000000..618889f Binary files /dev/null and b/src/.gradle/7.5/executionHistory/executionHistory.bin differ diff --git a/src/.gradle/7.5/executionHistory/executionHistory.lock b/src/.gradle/7.5/executionHistory/executionHistory.lock new file mode 100644 index 0000000..95ed3a6 Binary files /dev/null and b/src/.gradle/7.5/executionHistory/executionHistory.lock differ diff --git a/src/.gradle/7.5/fileHashes/fileHashes.bin b/src/.gradle/7.5/fileHashes/fileHashes.bin new file mode 100644 index 0000000..f95ecd1 Binary files /dev/null and b/src/.gradle/7.5/fileHashes/fileHashes.bin differ diff --git a/src/.gradle/7.5/fileHashes/fileHashes.lock b/src/.gradle/7.5/fileHashes/fileHashes.lock new file mode 100644 index 0000000..8078d02 Binary files /dev/null and b/src/.gradle/7.5/fileHashes/fileHashes.lock differ diff --git a/src/.gradle/7.5/fileHashes/resourceHashesCache.bin b/src/.gradle/7.5/fileHashes/resourceHashesCache.bin new file mode 100644 index 0000000..414a183 Binary files /dev/null and b/src/.gradle/7.5/fileHashes/resourceHashesCache.bin differ diff --git a/src/.gradle/buildOutputCleanup/buildOutputCleanup.lock b/src/.gradle/buildOutputCleanup/buildOutputCleanup.lock new file mode 100644 index 0000000..e018796 Binary files /dev/null and b/src/.gradle/buildOutputCleanup/buildOutputCleanup.lock differ diff --git a/src/.gradle/buildOutputCleanup/outputFiles.bin b/src/.gradle/buildOutputCleanup/outputFiles.bin new file mode 100644 index 0000000..88c38af Binary files /dev/null and b/src/.gradle/buildOutputCleanup/outputFiles.bin differ diff --git a/src/.gradle/file-system.probe b/src/.gradle/file-system.probe new file mode 100644 index 0000000..25bf1ac Binary files /dev/null and b/src/.gradle/file-system.probe differ diff --git a/src/.idea/compiler.xml b/src/.idea/compiler.xml index 443b5d2..e392af7 100644 --- a/src/.idea/compiler.xml +++ b/src/.idea/compiler.xml @@ -1,6 +1,10 @@ +<<<<<<< HEAD +======= + +>>>>>>> develop \ No newline at end of file diff --git a/src/.idea/gradle.xml b/src/.idea/gradle.xml index 3e3960b..c7b43a0 100644 --- a/src/.idea/gradle.xml +++ b/src/.idea/gradle.xml @@ -1,4 +1,22 @@ +<<<<<<< HEAD +======= + + + +>>>>>>> develop \ No newline at end of file diff --git a/src/.idea/misc.xml b/src/.idea/misc.xml index 510f71c..dc77945 100644 --- a/src/.idea/misc.xml +++ b/src/.idea/misc.xml @@ -1,6 +1,10 @@ - +<<<<<<< HEAD +======= + + +>>>>>>> develop \ No newline at end of file diff --git a/src/.idea/modules/Notes2.src.iml b/src/.idea/modules/Notes2.src.iml new file mode 100644 index 0000000..6ac0412 --- /dev/null +++ b/src/.idea/modules/Notes2.src.iml @@ -0,0 +1,6 @@ + + + + + \ No newline at end of file diff --git a/src/.idea/modules/app/src.app.androidTest.iml b/src/.idea/modules/app/src.app.androidTest.iml new file mode 100644 index 0000000..252a99c --- /dev/null +++ b/src/.idea/modules/app/src.app.androidTest.iml @@ -0,0 +1,6 @@ + + + + + \ No newline at end of file diff --git a/src/.idea/modules/app/src.app.iml b/src/.idea/modules/app/src.app.iml new file mode 100644 index 0000000..bb8bb1f --- /dev/null +++ b/src/.idea/modules/app/src.app.iml @@ -0,0 +1,6 @@ + + + + + \ No newline at end of file diff --git a/src/.idea/modules/app/src.app.main.iml b/src/.idea/modules/app/src.app.main.iml new file mode 100644 index 0000000..c1c229e --- /dev/null +++ b/src/.idea/modules/app/src.app.main.iml @@ -0,0 +1,6 @@ + + + + + \ No newline at end of file diff --git a/src/.idea/modules/app/src.app.unitTest.iml b/src/.idea/modules/app/src.app.unitTest.iml new file mode 100644 index 0000000..b48e83c --- /dev/null +++ b/src/.idea/modules/app/src.app.unitTest.iml @@ -0,0 +1,6 @@ + + + + + \ No newline at end of file diff --git a/src/.idea/sonarlint.xml b/src/.idea/sonarlint.xml new file mode 100644 index 0000000..de2cc16 --- /dev/null +++ b/src/.idea/sonarlint.xml @@ -0,0 +1,8 @@ + + + + + \ No newline at end of file diff --git a/src/.idea/sonarlint/issuestore/0/2/0268ec648e2fc0139b30ed13396174b7392c1ae2 b/src/.idea/sonarlint/issuestore/0/2/0268ec648e2fc0139b30ed13396174b7392c1ae2 new file mode 100644 index 0000000..e69de29 diff --git a/src/.idea/sonarlint/issuestore/2/b/2bfc771e07e87c37d3a76a2c815bc8fb30649798 b/src/.idea/sonarlint/issuestore/2/b/2bfc771e07e87c37d3a76a2c815bc8fb30649798 new file mode 100644 index 0000000..da2c7bf --- /dev/null +++ b/src/.idea/sonarlint/issuestore/2/b/2bfc771e07e87c37d3a76a2c815bc8fb30649798 @@ -0,0 +1,7 @@ + +e squid:S16040"(Make this anonymous inner class a lambda(˽J$3333176d-9397-4514-929b-44d12eea6a9c +squid:UselessImportCheck"TRemove this unnecessary import: same package classes are always implicitly imported.(J$1a377f2b-36d3-48b8-9170-455837009e9e + squid:S00100)"NRename this method name to match the regular expression '^[a-z][a-zA-Z0-9]*$'.(J$e06b60d6-eabc-4d0e-b985-67c5c373301e + squid:S3923Q"]This conditional operation returns the same value whether the condition is "true" or "false".(J$2b7d8a7a-fe7d-4dd9-acba-a2cdd5180192 +squid:CallToDeprecatedMethodQ"5Remove this use of "FORMAT_24HOUR"; it is deprecated.(J$def6664b-3c42-4b69-8d52-0e5ed2c106fc +squid:CallToDeprecatedMethodQ"5Remove this use of "FORMAT_24HOUR"; it is deprecated.(J$8d4173c5-b302-4d48-bc8d-d78b49c77ba0 \ No newline at end of file diff --git a/src/.idea/sonarlint/issuestore/5/7/577f30d26378ec8a2bd2e4a43f3c79b3f04c402c b/src/.idea/sonarlint/issuestore/5/7/577f30d26378ec8a2bd2e4a43f3c79b3f04c402c new file mode 100644 index 0000000..d13f424 --- /dev/null +++ b/src/.idea/sonarlint/issuestore/5/7/577f30d26378ec8a2bd2e4a43f3c79b3f04c402c @@ -0,0 +1,33 @@ + +"squid:ClassVariableVisibilityCheckN"VMake tvModified a static final constant or non-public and provide accessors if needed.(ԣJ$5571756a-d1a1-4c93-b02b-2a4250673f83 +"squid:ClassVariableVisibilityCheckP"WMake ivAlertIcon a static final constant or non-public and provide accessors if needed.(නJ$24250d0d-69b5-4df3-b06a-9cec32cb806e +"squid:ClassVariableVisibilityCheckR"WMake tvAlertDate a static final constant or non-public and provide accessors if needed.(J$a1dd89ec-d781-4073-8bb3-b0904981ad9b +"squid:ClassVariableVisibilityCheckT"XMake ibSetBgColor a static final constant or non-public and provide accessors if needed.(J$5989bd8b-e1bf-4ca1-a653-b7322e0497a7 +m squid:S1604"(Make this anonymous inner class a lambda(ά8ڷ1J$4ae334f0-714c-4abe-aad1-23e7accc51d0 +m squid:S1604"(Make this anonymous inner class a lambda(8ڷ1J$28c4d774-72b7-4fd3-bf48-3b9d2b22403c +m squid:S1604"(Make this anonymous inner class a lambda(ߒ8ڷ1J$16181a5d-1813-472d-83ef-55329389d5f5 + squid:S1450"WRemove the "mPattern" field and declare it as a local variable in the relevant methods.(8ڷ1J$01e739ba-6ed7-4f6c-9fb7-4d6215dd2111 + squid:S2293X"YReplace the type specification in this constructor call with the diamond operator ("<>").(ӏ8ڷ1J$628f3b24-a62f-4f13-b6b5-0fea0c510ecf + squid:S2293b"YReplace the type specification in this constructor call with the diamond operator ("<>").(8ڷ1J$68dc1cdd-dc50-41a6-b0af-0519e4529645 + squid:S2293l"YReplace the type specification in this constructor call with the diamond operator ("<>").(8ڷ1J$c5dea0e3-b8b9-4c95-a136-b9571bcbdab1 + squid:S2293u"YReplace the type specification in this constructor call with the diamond operator ("<>").(8ڷ1J$8d6fc0aa-862a-458a-a91c-348beab5998f + squid:S3776"RRefactor this method to reduce its Cognitive Complexity from 26 to the 15 allowed.(ݨ8ڷ1J$1850a70d-09af-4288-a513-42edfc3fb111 +squid:CallToDeprecatedMethod"@Remove this use of "SOFT_INPUT_ADJUST_RESIZE"; it is deprecated.(ѯ8ڷ1J$2a96d3ae-4149-4fff-a699-e561078fa3a3 +squid:CallToDeprecatedMethod"@Remove this use of "SOFT_INPUT_ADJUST_RESIZE"; it is deprecated.(ң8ڷ1J$9e2cc06e-7ad8-488b-a9c3-75b6ece0471f +squid:CallToDeprecatedMethod"9Remove this use of "setTextAppearance"; it is deprecated.((8ڷ1J$1ca76152-0ba7-4a2c-a6f8-7e506ef8015c +y squid:S2864"4Iterate over the "entrySet" instead of the "keySet".(ԇ8ڷ1J$193ba476-99d8-4dad-89c6-8f6386edb96a +| squid:S1135"2Complete the task associated to this TODO comment.(8ڷ1J$793c7b27-0cec-45a1-bd96-365ea33d721a +ysquid:EmptyStatementUsageCheck"Remove this empty statement.(8ڷ1J$7a87f113-3570-4d7d-a933-7ab5663ba3c8 + squid:S1126"AReplace this if-then-else statement by a single return statement.(8ڷ1J$0f8d879a-6893-4181-b64a-93fe3773427f +v squid:S1905",Remove this unnecessary cast to "ImageView".(ʼ8ڷ1J$61f37d9b-2947-4416-80d4-de04c3f32b30 +ysquid:EmptyStatementUsageCheck"Remove this empty statement.(8ڷ1J$88266b74-d656-4a03-84ee-3bc619578899 +squid:CallToDeprecatedMethod"9Remove this use of "PreferenceManager"; it is deprecated.(8ڷ1J$4bee402b-cdc3-46c6-a700-658861e9a298 +squid:CallToDeprecatedMethod"CRemove this use of "getDefaultSharedPreferences"; it is deprecated.(8ڷ1J$2ccfe45e-8357-498b-bbd1-3cb72115f570 +squid:CallToDeprecatedMethod"9Remove this use of "setTextAppearance"; it is deprecated.(8ڷ1J$36679c6d-709b-4d4b-be3e-9b3cfbbac8ec +squid:CallToDeprecatedMethod"JDon't override a deprecated method or explicitly mark it as "@Deprecated".(8ڷ1J$8df1be6d-6145-4e3b-8147-6e363df3073e +squid:CallToDeprecatedMethod"5Remove this use of "onBackPressed"; it is deprecated.(8ڷ1J$465df287-9a7b-4545-9dd9-9d4f0e811820 + squid:S2293"YReplace the type specification in this constructor call with the diamond operator ("<>").(艥8ڷ1J$74481e88-bf91-469e-a70a-4ea93148683a +squid:CallToDeprecatedMethod"9Remove this use of "setTextAppearance"; it is deprecated.(8ڷ1J$0d9696c0-be1d-4e05-8828-c1377ab84e0c +squid:CallToDeprecatedMethod"=Remove this use of "EXTRA_SHORTCUT_INTENT"; it is deprecated.(ðJ$b424c40f-52c1-4063-8938-a84f624d16cc +squid:CallToDeprecatedMethod";Remove this use of "EXTRA_SHORTCUT_NAME"; it is deprecated.(J$026a4b70-78a3-4ba8-8f0a-09d8a58b90fa +squid:CallToDeprecatedMethod"DRemove this use of "EXTRA_SHORTCUT_ICON_RESOURCE"; it is deprecated.(ǾJ$9b487ca9-e589-40a6-81ca-39725cceec85 \ No newline at end of file diff --git a/src/.idea/sonarlint/issuestore/5/8/5836a695995df8fadacfa6409fe8d21d88946842 b/src/.idea/sonarlint/issuestore/5/8/5836a695995df8fadacfa6409fe8d21d88946842 new file mode 100644 index 0000000..e69de29 diff --git a/src/.idea/sonarlint/issuestore/6/c/6cbf8bd9aa98eff862b1dc067330ba66ba4493aa b/src/.idea/sonarlint/issuestore/6/c/6cbf8bd9aa98eff862b1dc067330ba66ba4493aa new file mode 100644 index 0000000..d832d30 --- /dev/null +++ b/src/.idea/sonarlint/issuestore/6/c/6cbf8bd9aa98eff862b1dc067330ba66ba4493aa @@ -0,0 +1,6 @@ + +e squid:S1604D"(Make this anonymous inner class a lambda(׮J$dd867bb0-0f1c-4bc6-965d-ed80dfe92edf +j squid:S1604M"(Make this anonymous inner class a lambda(ҴѝJ$879823d6-88a3-41f7-afe4-7cb6f99fb936 +j squid:S1604w"(Make this anonymous inner class a lambda(ёJ$f54655e9-c5db-4c01-86f6-c342aa15709e +f squid:S1604"(Make this anonymous inner class a lambda(J$c4d93461-b087-4017-95bf-26f83ec7ddf8 +} squid:S3398"?Move this method into the anonymous class declared at line 119.(J$2a43b02c-ca9e-4d20-ac0e-6f403df09fa5 \ No newline at end of file diff --git a/src/.idea/sonarlint/issuestore/8/7/876016634c6642b35109680ccac740dc8271b236 b/src/.idea/sonarlint/issuestore/8/7/876016634c6642b35109680ccac740dc8271b236 new file mode 100644 index 0000000..dd62df7 --- /dev/null +++ b/src/.idea/sonarlint/issuestore/8/7/876016634c6642b35109680ccac740dc8271b236 @@ -0,0 +1,6 @@ + +t squid:S1066"/Merge this if statement with the enclosing one.(8ٷ1J$3b2a7ed4-610c-43c6-ac3d-97a425bae781 +a squid:S2386A"Make this member "protected".(8ٷ1J$ac56dd63-7f69-4ed9-b402-9ceb87bced89 +f squid:S2386K"Make this member "protected".(㳎8ٷ1J$9693bc18-9829-40a9-86d8-0f80d2a03ffe + squid:S1126"AReplace this if-then-else statement by a single return statement.(8ٷ1J$bc5948a4-39d7-49fc-a35f-28832a9959dd +m squid:S1125"(Remove the literal "true" boolean value.(8ٷ1J$03d0fc34-6467-44fe-a6ef-99e7f61ada2c \ No newline at end of file diff --git a/src/.idea/sonarlint/issuestore/a/d/ad72331a1bed265bb9c0fe838faa74dbf69fce32 b/src/.idea/sonarlint/issuestore/a/d/ad72331a1bed265bb9c0fe838faa74dbf69fce32 new file mode 100644 index 0000000..eae5aec --- /dev/null +++ b/src/.idea/sonarlint/issuestore/a/d/ad72331a1bed265bb9c0fe838faa74dbf69fce32 @@ -0,0 +1,64 @@ + +w squid:S1199"-Extract this nested code block into a method.(8ֶڷ1J$6fc54cfb-7cc2-45f8-a9c0-108078abc55f +w squid:S1199"-Extract this nested code block into a method.(8ֶڷ1J$87d5d14c-f0d6-4997-a50e-721e3cb60e21 +w squid:S1199"-Extract this nested code block into a method.(Η8ֶڷ1J$e2730296-2354-4001-8095-c8422d7698c0 +r squid:S1199"-Extract this nested code block into a method.(ȓ8ֶڷ1J$8ce7ee53-f8b7-4499-a86a-1a3f7409ba79 +w squid:S1199"-Extract this nested code block into a method.(ڿ8ֶڷ1J$860cda0b-4516-43cc-b8b0-e71c1d7eaa3c +w squid:S1199"-Extract this nested code block into a method.(̀8ֶڷ1J$003032d9-378a-4870-9790-0e6961a00bf9 +r squid:S1199"-Extract this nested code block into a method.(8ֶڷ1J$a02d3b8d-fe8c-4bac-984e-5cdff904be3f +w squid:S1199"-Extract this nested code block into a method.(8ֶڷ1J$7eb102e0-9544-493e-bf88-f35469e64c30 + squid:S1301"KReplace this "switch" statement by "if" statements to increase readability.(ד8׶ڷ1J$eccd2e7e-cfe5-487f-9917-aaebaf193612 +l squid:S1604"(Make this anonymous inner class a lambda(̺V8ܶڷ1J$c3fa8e59-272a-468d-bb61-14406e1b645e +m squid:S1604"(Make this anonymous inner class a lambda(ά8ݶڷ1J$a911a547-5b3a-4da8-a252-8b54b48900e8 +m squid:S1604"(Make this anonymous inner class a lambda(ܴ8ݶڷ1J$16891e0c-7bb3-40f1-b171-f69b38e0fb46 +r squid:S1604"(Make this anonymous inner class a lambda(8ݶڷ1J$21e4e2fc-bcf3-4524-8d5b-0f5d6b327d1a +m squid:S1604"(Make this anonymous inner class a lambda(8ݶڷ1J$f936965a-5197-4bb4-a0e0-2bb0ff151b5e +m squid:S1604"(Make this anonymous inner class a lambda(۱8ݶڷ1J$927d9207-ea91-404d-b756-5110a4a9a9b8 +m squid:S1604"(Make this anonymous inner class a lambda(ά8ݶڷ1J$efb7b4c6-4ef2-4158-a138-7c5e05a9010e +m squid:S1148"#Use a logger to log this exception.(ԅ8඘ڷ1J$cfd52b9d-4e96-4453-a70c-9f55b8a4edd8 +m squid:S1148"#Use a logger to log this exception.(ԅ8඘ڷ1J$5838fdbf-060c-4759-972a-0845131735c2 +xsquid:EmptyStatementUsageCheckR"Remove this empty statement.(8嶘ڷ1J$bc33ace4-c02b-41e4-a9d2-7b88af8b68be +squid:ModifiersOrderChecky"EReorder the modifiers to comply with the Java Language Specification.(8涘ڷ1J$a07c51c4-1763-4c17-9fbc-7e4f544f2835 +squid:ModifiersOrderCheckz"EReorder the modifiers to comply with the Java Language Specification.(Ѿk8涘ڷ1J$003ef0d1-53f0-49a8-97b0-10fe16d1e2a8 +` squid:S3626"Remove this redundant jump.(݅8綘ڷ1J$4a64260c-035a-4186-865c-f3115425c2d6 +` squid:S3626"Remove this redundant jump.(݅8綘ڷ1J$ce7833ff-1385-49ed-a117-f92eafc21988 +` squid:S3626"Remove this redundant jump.(݅8綘ڷ1J$84cde9fb-7090-403d-8b6b-3c996cbed8d8 + squid:S3776"RRefactor this method to reduce its Cognitive Complexity from 17 to the 15 allowed.(8綘ڷ1J$42e1acdb-3c58-48dd-8869-efb5a6e26bbf +squid:CallToDeprecatedMethod"9Remove this use of "PreferenceManager"; it is deprecated.(­8綘ڷ1J$4b3a3463-a1b2-4e57-bb77-108478efbddb +squid:CallToDeprecatedMethod"CRemove this use of "getDefaultSharedPreferences"; it is deprecated.(­8綘ڷ1J$5b341cad-a452-4a09-8dc2-e300001d0d13 +| squid:S1135"2Complete the task associated to this TODO comment.(̐8趘ڷ1J$7297b30b-f5f4-4ca5-a171-6a7490967adb +t squid:S2093"*Change this "try" to a try-with-resources.(8趘ڷ1J$bf27ac83-61c5-4b75-9816-739aec34ea09 + squid:S1450"XRemove the "mMoveMenu" field and declare it as a local variable in the relevant methods.(ץ8궘ڷ1J$c12e8a02-f065-4434-bd2e-f8c1fbc634df +w squid:S1135"2Complete the task associated to this TODO comment.(8춘ڷ1J$de6ee9f7-070c-4b13-a8d2-bfac7224fb3e +w squid:S1135"2Complete the task associated to this TODO comment.(8ڷ1J$3c6aa7b6-15cb-43db-9bc4-70bf0ed1432d +| squid:S1135"2Complete the task associated to this TODO comment.(8ڷ1J$085a4177-767b-4772-a448-1adb9fbbc259 +| squid:S1135"2Complete the task associated to this TODO comment.(8ﶘڷ1J$73beab64-6b07-47fb-9ee5-54a867b28236 +squid:CallToDeprecatedMethod"9Remove this use of "getDefaultDisplay"; it is deprecated.(ĸ8ڷ1J$a78a6243-227a-4725-b217-c23de1e795af +squid:CallToDeprecatedMethod"1Remove this use of "getHeight"; it is deprecated.(8ڷ1J$e65639a9-5059-4eef-9246-c4289b48a378 +ysquid:EmptyStatementUsageCheck"Remove this empty statement.(8ڷ1J$2812a39e-67c9-4ce3-91f6-cb2b9074866c + squid:S3776"RRefactor this method to reduce its Cognitive Complexity from 20 to the 15 allowed.(8ڷ1J$4921dcff-5c8f-4925-8784-3f5a793960c3 +squid:CallToDeprecatedMethod"1Remove this use of "AsyncTask"; it is deprecated.(?8ڷ1J$9c5fca29-fad8-4ff4-abdd-d5de3ba9a1e3 + squid:S2177"^Rename this method or correct the type of the argument(s) to override the parent class method.(Ԃ8ڷ1J$dd96c06e-c37b-4ff2-a41c-2566ba6d85fc +w squid:S1172"-Remove this unused method parameter "unused".(Ԃ8ڷ1J$e78f8473-8d78-4a0e-bf96-f81033558387 +o squid:S00108")Either remove or fill this block of code.(ʥ8ڷ1J$b26f69e6-4677-49b8-824a-79a9b1d5eff8 +squid:CallToDeprecatedMethod"JDon't override a deprecated method or explicitly mark it as "@Deprecated".(Ϳ8ڷ1J$12b4efcd-e20d-4153-8f41-70dc1b739d2b +squid:CallToDeprecatedMethod"/Remove this use of "execute"; it is deprecated.(嫏8ڷ1J$bb7449af-5030-4924-8730-4af17cc73351 + squid:S2293"YReplace the type specification in this constructor call with the diamond operator ("<>").(艥8ڷ1J$27e01fdf-54f6-4b76-9cbd-c743a0b19db8 +squid:CallToDeprecatedMethod"7Remove this use of "toggleSoftInput"; it is deprecated.(8ڷ1J$cdeb615e-5d29-484e-9fe3-4cf089798c5f +squid:CallToDeprecatedMethod"3Remove this use of "SHOW_FORCED"; it is deprecated.(8ڷ1J$c3d91984-53b7-4ec3-914f-5cfb26dd6081 + squid:S3776"RRefactor this method to reduce its Cognitive Complexity from 17 to the 15 allowed.(#8ڷ1J$99dc25ee-eb47-4a6c-918c-15941d22f95f +n squid:S1905")Remove this unnecessary cast to "Button".(쨋8ڷ1J$eac93c42-f742-40a3-ad6e-7fd5cd9a8194 +| squid:S1135"2Complete the task associated to this TODO comment.(8ڷ1J$b6d84854-9d7a-4bbb-b2ef-71f887fcbec0 + squid:S1126"BReplace this if-then-else statement by a single method invocation.(玒8ڷ1J$7cfcd288-7770-45d4-9633-0e51e759940d +| squid:S1135"2Complete the task associated to this TODO comment.(8ڷ1J$e7cbb16a-340b-4296-8975-e7d5220074c4 +squid:CallToDeprecatedMethod"JDon't override a deprecated method or explicitly mark it as "@Deprecated".(8ڷ1J$f5528f9e-fca8-49fc-9d51-d838d288af12 +squid:CallToDeprecatedMethod"5Remove this use of "onBackPressed"; it is deprecated.(8ڷ1J$53ec4d01-d492-4c47-b4ec-e132928c076b +w squid:S1135"2Complete the task associated to this TODO comment.(ť8ڷ1J$b7b5e79e-a75e-401e-94a4-71985541bbad +squid:CallToDeprecatedMethod"1Remove this use of "AsyncTask"; it is deprecated.(Ч8ڷ1J$b3c1fe3e-98a8-4297-b87c-8ff49a2873a4 +squid:CallToDeprecatedMethod"JDon't override a deprecated method or explicitly mark it as "@Deprecated".(ች8ڷ1J$db65bd3f-3a04-4975-8ab8-970b00709ec0 +squid:CallToDeprecatedMethod"/Remove this use of "execute"; it is deprecated.(嫏8ڷ1J$28aa0613-ffda-40fd-9be2-b7b8203b5c5f + squid:S3776"RRefactor this method to reduce its Cognitive Complexity from 18 to the 15 allowed.(b8ڷ1J$e368ea2d-407d-45a0-8a71-bf5f905c9a2a +u squid:S3398"0Move this method into "OnListItemClickListener".(8ڷ1J$67cc3a3f-5041-480f-96a2-642364f7bb7f +y squid:S3398"/Move this method into "BackgroundQueryHandler".(8ڷ1J$242ea4e4-adae-4f7b-bda8-4c700833e6d3 +o squid:S3398"%Move this method into "ModeCallback".(8ڷ1J$11a1122b-da33-4645-a3b9-35ccd7e3f5ef +j squid:S3398"%Move this method into "ModeCallback".(8ڷ1J$10c27128-3adf-4bef-a974-1a3c3933e666 \ No newline at end of file diff --git a/src/.idea/sonarlint/issuestore/d/1/d1cc822fa9d783a8d4563bf6e139b7ae10de2fb1 b/src/.idea/sonarlint/issuestore/d/1/d1cc822fa9d783a8d4563bf6e139b7ae10de2fb1 new file mode 100644 index 0000000..4ce9099 --- /dev/null +++ b/src/.idea/sonarlint/issuestore/d/1/d1cc822fa9d783a8d4563bf6e139b7ae10de2fb1 @@ -0,0 +1,2 @@ + +e squid:S1604*"(Make this anonymous inner class a lambda(ʩJ$56fcf22c-6542-491e-9f0d-5f0d1ab4f27d \ No newline at end of file diff --git a/src/.idea/sonarlint/issuestore/d/d/dd970bd8ce083850fca1d4d159647ccd110e57cb b/src/.idea/sonarlint/issuestore/d/d/dd970bd8ce083850fca1d4d159647ccd110e57cb new file mode 100644 index 0000000..0861ff8 --- /dev/null +++ b/src/.idea/sonarlint/issuestore/d/d/dd970bd8ce083850fca1d4d159647ccd110e57cb @@ -0,0 +1,7 @@ + + squid:S1192?"ODefine a constant instead of duplicating this literal "Wrong note id:" 3 times.(J$8721d5af-dda1-4250-ac21-0d4b86130bdb +| squid:S1155">Use isEmpty() to check whether the collection is empty or not.(J$77e62401-450e-4d19-82ca-f8b4bc9280d7 + squid:S1126"AReplace this if-then-else statement by a single return statement.(ƷJ$ed2e6863-b34e-4f0f-a4c8-0cefea2096f3 + squid:S3776"RRefactor this method to reduce its Cognitive Complexity from 23 to the 15 allowed.(J$a47f837b-f326-4e30-b912-1f1de5808543 + squid:S2293"YReplace the type specification in this constructor call with the diamond operator ("<>").(лJ$24fe427d-07d3-4006-993b-64f3bc2e3890 + squid:S2147"ECombine this catch with the one at line 252, which has the same body.(暩J$154f73da-8a6e-4b6b-b634-bf73ebda4249 \ No newline at end of file diff --git a/src/.idea/sonarlint/issuestore/f/9/f9f49497f95afd327db7a7a512612aa1089003d4 b/src/.idea/sonarlint/issuestore/f/9/f9f49497f95afd327db7a7a512612aa1089003d4 new file mode 100644 index 0000000..7af7264 --- /dev/null +++ b/src/.idea/sonarlint/issuestore/f/9/f9f49497f95afd327db7a7a512612aa1089003d4 @@ -0,0 +1,5 @@ + +Z squid:S2386""Make this member "protected".(ꙖJ$a5f93213-28af-4354-9e24-23a1f99022d9 +squid:CallToDeprecatedMethod*"JDon't override a deprecated method or explicitly mark it as "@Deprecated".(J$713fb6c4-80b4-452d-a9d2-dc729b32d531 +squid:CallToDeprecatedMethod+"5Remove this use of "CursorAdapter"; it is deprecated.(жJ$f743d0b2-3802-40b0-a276-f7919df80ecf +t squid:S1135,"2Complete the task associated to this TODO comment.(J$0b494827-3e8a-4fe2-a2e7-7cb91517a7b0 \ No newline at end of file diff --git a/src/.idea/sonarlint/issuestore/index.pb b/src/.idea/sonarlint/issuestore/index.pb new file mode 100644 index 0000000..af79f52 --- /dev/null +++ b/src/.idea/sonarlint/issuestore/index.pb @@ -0,0 +1,21 @@ + +o +?app/src/main/java/net/micode/notes/ui/DateTimePickerDialog.java,2\b\2bfc771e07e87c37d3a76a2c815bc8fb30649798 +l + +<<<<<<< HEAD @@ -11,5 +12,14 @@ +<<<<<<< HEAD:src/app/.idea/workspace.xml +======= + + + + + + + + + + + + + + + + +>>>>>>> develop:.idea/workspace.xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +