Compare commits

...

No commits in common. 'master' and 'master' have entirely different histories.

106
.gitignore vendored

@ -1,53 +1,53 @@
# ---> Eagle # ---> Eagle
# Ignore list for Eagle, a PCB layout tool # Ignore list for Eagle, a PCB layout tool
# Backup files # Backup files
*.s#? *.s#?
*.b#? *.b#?
*.l#? *.l#?
*.b$? *.b$?
*.s$? *.s$?
*.l$? *.l$?
# Eagle project file # Eagle project file
# It contains a serial number and references to the file structure # It contains a serial number and references to the file structure
# on your computer. # on your computer.
# comment the following line if you want to have your project file included. # comment the following line if you want to have your project file included.
eagle.epf eagle.epf
# Autorouter files # Autorouter files
*.pro *.pro
*.job *.job
# CAM files # CAM files
*.$$$ *.$$$
*.cmp *.cmp
*.ly2 *.ly2
*.l15 *.l15
*.sol *.sol
*.plc *.plc
*.stc *.stc
*.sts *.sts
*.crc *.crc
*.crs *.crs
*.dri *.dri
*.drl *.drl
*.gpi *.gpi
*.pls *.pls
*.ger *.ger
*.xln *.xln
*.drd *.drd
*.drd.* *.drd.*
*.s#* *.s#*
*.b#* *.b#*
*.info *.info
*.eps *.eps
# file locks introduced since 7.x # file locks introduced since 7.x
*.lck *.lck

@ -1,19 +1,19 @@
MIT License Copyright (c) <year> <copyright holders> MIT License Copyright (c) <year> <copyright holders>
Permission is hereby granted, free of charge, to any person obtaining a copy Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is furnished copies of the Software, and to permit persons to whom the Software is furnished
to do so, subject to the following conditions: to do so, subject to the following conditions:
The above copyright notice and this permission notice (including the next The above copyright notice and this permission notice (including the next
paragraph) shall be included in all copies or substantial portions of the paragraph) shall be included in all copies or substantial portions of the
Software. Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS
OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF
OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

@ -1,2 +1,2 @@
# xcr_weihu # xcr_weihu

@ -1,2 +1,2 @@
#Wed Nov 03 08:19:11 CST 2021 #Wed Nov 03 08:19:11 CST 2021
gradle.version=7.2 gradle.version=7.2

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<project version="4"> <project version="4">
<component name="CompilerConfiguration"> <component name="CompilerConfiguration">
<bytecodeTargetLevel target="11" /> <bytecodeTargetLevel target="11" />
</component> </component>
</project> </project>

File diff suppressed because it is too large Load Diff

@ -1,17 +1,17 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<project version="4"> <project version="4">
<component name="deploymentTargetDropDown"> <component name="deploymentTargetDropDown">
<targetSelectedWithDropDown> <targetSelectedWithDropDown>
<Target> <Target>
<type value="QUICK_BOOT_TARGET" /> <type value="QUICK_BOOT_TARGET" />
<deviceKey> <deviceKey>
<Key> <Key>
<type value="VIRTUAL_DEVICE_PATH" /> <type value="VIRTUAL_DEVICE_PATH" />
<value value="C:\Users\fanyi\.android\avd\Pixel_XL_API_23_1.avd" /> <value value="E:\SDK\avd\.android\avd\Pixel_2_XL_API_23.avd" />
</Key> </Key>
</deviceKey> </deviceKey>
</Target> </Target>
</targetSelectedWithDropDown> </targetSelectedWithDropDown>
<timeTargetWasSelectedWithDropDown value="2021-11-08T12:34:39.351298200Z" /> <timeTargetWasSelectedWithDropDown value="2021-11-18T13:59:02.094524100Z" />
</component> </component>
</project> </project>

@ -1,21 +1,21 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<project version="4"> <project version="4">
<component name="GradleMigrationSettings" migrationVersion="1" /> <component name="GradleMigrationSettings" migrationVersion="1" />
<component name="GradleSettings"> <component name="GradleSettings">
<option name="linkedExternalProjectsSettings"> <option name="linkedExternalProjectsSettings">
<GradleProjectSettings> <GradleProjectSettings>
<option name="testRunner" value="GRADLE" /> <option name="testRunner" value="GRADLE" />
<option name="distributionType" value="DEFAULT_WRAPPED" /> <option name="distributionType" value="DEFAULT_WRAPPED" />
<option name="externalProjectPath" value="$PROJECT_DIR$" /> <option name="externalProjectPath" value="$PROJECT_DIR$" />
<option name="gradleJvm" value="11" /> <option name="gradleJvm" value="11" />
<option name="modules"> <option name="modules">
<set> <set>
<option value="$PROJECT_DIR$" /> <option value="$PROJECT_DIR$" />
<option value="$PROJECT_DIR$/app" /> <option value="$PROJECT_DIR$/app" />
</set> </set>
</option> </option>
<option name="resolveModulePerSourceSet" value="false" /> <option name="resolveModulePerSourceSet" value="false" />
</GradleProjectSettings> </GradleProjectSettings>
</option> </option>
</component> </component>
</project> </project>

@ -1,40 +1,40 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<project version="4"> <project version="4">
<component name="RemoteRepositoriesConfiguration"> <component name="RemoteRepositoriesConfiguration">
<remote-repository> <remote-repository>
<option name="id" value="central" /> <option name="id" value="central" />
<option name="name" value="Maven Central repository" /> <option name="name" value="Maven Central repository" />
<option name="url" value="https://repo1.maven.org/maven2" /> <option name="url" value="https://repo1.maven.org/maven2" />
</remote-repository> </remote-repository>
<remote-repository> <remote-repository>
<option name="id" value="jboss.community" /> <option name="id" value="jboss.community" />
<option name="name" value="JBoss Community repository" /> <option name="name" value="JBoss Community repository" />
<option name="url" value="https://repository.jboss.org/nexus/content/repositories/public/" /> <option name="url" value="https://repository.jboss.org/nexus/content/repositories/public/" />
</remote-repository> </remote-repository>
<remote-repository> <remote-repository>
<option name="id" value="maven" /> <option name="id" value="maven" />
<option name="name" value="maven" /> <option name="name" value="maven" />
<option name="url" value="https://dl.bintray.com/jetbrains/anko" /> <option name="url" value="https://dl.bintray.com/jetbrains/anko" />
</remote-repository> </remote-repository>
<remote-repository> <remote-repository>
<option name="id" value="maven2" /> <option name="id" value="maven2" />
<option name="name" value="maven2" /> <option name="name" value="maven2" />
<option name="url" value="https://maven.google.com" /> <option name="url" value="https://maven.google.com" />
</remote-repository> </remote-repository>
<remote-repository> <remote-repository>
<option name="id" value="MavenRepo" /> <option name="id" value="MavenRepo" />
<option name="name" value="MavenRepo" /> <option name="name" value="MavenRepo" />
<option name="url" value="https://repo.maven.apache.org/maven2/" /> <option name="url" value="https://repo.maven.apache.org/maven2/" />
</remote-repository> </remote-repository>
<remote-repository> <remote-repository>
<option name="id" value="BintrayJCenter" /> <option name="id" value="BintrayJCenter" />
<option name="name" value="BintrayJCenter" /> <option name="name" value="BintrayJCenter" />
<option name="url" value="https://jcenter.bintray.com/" /> <option name="url" value="https://jcenter.bintray.com/" />
</remote-repository> </remote-repository>
<remote-repository> <remote-repository>
<option name="id" value="Google" /> <option name="id" value="Google" />
<option name="name" value="Google" /> <option name="name" value="Google" />
<option name="url" value="https://dl.google.com/dl/android/maven2/" /> <option name="url" value="https://dl.google.com/dl/android/maven2/" />
</remote-repository> </remote-repository>
</component> </component>
</project> </project>

@ -1,43 +1,56 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<project version="4"> <project version="4">
<component name="DesignSurface"> <component name="DesignSurface">
<option name="filePathToZoomLevelMap"> <option name="filePathToZoomLevelMap">
<map> <map>
<entry key="..\:/Notes-master1/app/src/main/res/layout/account_dialog_title.xml" value="0.1693840579710145" /> <entry key="..\:/Notes-master1/app/src/main/res/layout/account_dialog_title.xml" value="0.1693840579710145" />
<entry key="..\:/Notes-master1/app/src/main/res/layout/activity_splash.xml" value="0.18206521739130435" /> <entry key="..\:/Notes-master1/app/src/main/res/layout/activity_splash.xml" value="0.18206521739130435" />
<entry key="..\:/Notes-master1/app/src/main/res/layout/add_account_text.xml" value="0.1693840579710145" /> <entry key="..\:/Notes-master1/app/src/main/res/layout/add_account_text.xml" value="0.1693840579710145" />
<entry key="..\:/Notes-master1/app/src/main/res/layout/datetime_picker.xml" value="0.1693840579710145" /> <entry key="..\:/Notes-master1/app/src/main/res/layout/app_bar_main.xml" value="0.165" />
<entry key="..\:/Notes-master1/app/src/main/res/layout/dialog_edit_text.xml" value="0.19895833333333332" /> <entry key="..\:/Notes-master1/app/src/main/res/layout/datetime_picker.xml" value="0.1693840579710145" />
<entry key="..\:/Notes-master1/app/src/main/res/layout/note_edit.xml" value="0.17755825734549138" /> <entry key="..\:/Notes-master1/app/src/main/res/layout/dialog_edit_text.xml" value="0.19895833333333332" />
<entry key="..\:/Notes-master1/app/src/main/res/layout/note_edit_list_item.xml" value="0.1757852077001013" /> <entry key="..\:/Notes-master1/app/src/main/res/layout/nav_header_main.xml" value="0.1337386018237082" />
<entry key="..\:/Notes-master1/app/src/main/res/layout/note_item.xml" value="0.1693840579710145" /> <entry key="..\:/Notes-master1/app/src/main/res/layout/note_edit.xml" value="0.17755825734549138" />
<entry key="..\:/Notes-master1/app/src/main/res/layout/note_list.xml" value="0.14351851851851852" /> <entry key="..\:/Notes-master1/app/src/main/res/layout/note_edit_list_item.xml" value="0.1757852077001013" />
<entry key="..\:/Notes-master1/app/src/main/res/layout/note_list_dropdown_menu.xml" value="0.1693840579710145" /> <entry key="..\:/Notes-master1/app/src/main/res/layout/note_item.xml" value="0.1693840579710145" />
<entry key="..\:/Notes-master1/app/src/main/res/layout/note_list_footer.xml" value="0.1693840579710145" /> <entry key="..\:/Notes-master1/app/src/main/res/layout/note_list.xml" value="0.165" />
<entry key="..\:/Notes-master1/app/src/main/res/layout/settings_header.xml" value="0.1693840579710145" /> <entry key="..\:/Notes-master1/app/src/main/res/layout/note_list_dropdown_menu.xml" value="0.1693840579710145" />
<entry key="..\:/Notes-master1/app/src/main/res/menu/call_record_folder.xml" value="0.19895833333333332" /> <entry key="..\:/Notes-master1/app/src/main/res/layout/note_list_footer.xml" value="0.1693840579710145" />
<entry key="..\:/Notes-master1/app/src/main/res/menu/note_list.xml" value="0.19895833333333332" /> <entry key="..\:/Notes-master1/app/src/main/res/layout/settings_header.xml" value="0.1693840579710145" />
<entry key="..\:/Notes-master1/app/src/main/res/menu/note_list_options.xml" value="0.14351851851851852" /> <entry key="..\:/Notes-master1/app/src/main/res/menu/activity_main_drawer.xml" value="0.275" />
<entry key="..\:/Notes-master1/app/src/main/res/menu/sub_folder.xml" value="0.19895833333333332" /> <entry key="..\:/Notes-master1/app/src/main/res/menu/background.xml" value="0.275" />
<entry key="..\:/SDK/platforms/android-30/data/res/layout-xlarge/activity_list.xml" value="0.16" /> <entry key="..\:/Notes-master1/app/src/main/res/menu/call_record_folder.xml" value="0.19895833333333332" />
<entry key="..\:/SDK/platforms/android-30/data/res/layout/alert_dialog.xml" value="0.15729166666666666" /> <entry key="..\:/Notes-master1/app/src/main/res/menu/note_list.xml" value="0.19895833333333332" />
<entry key="..\:/git/xcr_weihu/src/Notes-master1/app/src/main/res/drawable/new_note.xml" value="0.1734375" /> <entry key="..\:/Notes-master1/app/src/main/res/menu/note_list_options.xml" value="0.14351851851851852" />
<entry key="..\:/git/xcr_weihu/src/Notes-master1/app/src/main/res/layout/dialog_add_secret.xml" value="0.1" /> <entry key="..\:/Notes-master1/app/src/main/res/menu/sub_folder.xml" value="0.19895833333333332" />
<entry key="..\:/git/xcr_weihu/src/Notes-master1/app/src/main/res/layout/dialog_delete_senote.xml" value="0.20520833333333333" /> <entry key="..\:/SDK/platforms/android-30/data/res/layout-xlarge/activity_list.xml" value="0.16" />
<entry key="..\:/git/xcr_weihu/src/Notes-master1/app/src/main/res/layout/dialog_edit_text.xml" value="0.14356884057971014" /> <entry key="..\:/SDK/platforms/android-30/data/res/layout/alert_dialog.xml" value="0.15729166666666666" />
<entry key="..\:/git/xcr_weihu/src/Notes-master1/app/src/main/res/layout/dialog_input_passwd.xml" value="0.15729166666666666" /> <entry key="..\:/git/xcr_weihu/src/Notes-master1/app/src/main/res/drawable/new_note.xml" value="0.1734375" />
<entry key="..\:/git/xcr_weihu/src/Notes-master1/app/src/main/res/layout/note_edit.xml" value="0.33" /> <entry key="..\:/git/xcr_weihu/src/Notes-master1/app/src/main/res/layout/account_dialog_title.xml" value="0.10914855072463768" />
<entry key="..\:/git/xcr_weihu/src/Notes-master1/app/src/main/res/layout/note_edit_list_item.xml" value="0.125" /> <entry key="..\:/git/xcr_weihu/src/Notes-master1/app/src/main/res/layout/add_account_text.xml" value="0.20885416666666667" />
<entry key="..\:/git/xcr_weihu/src/Notes-master1/app/src/main/res/layout/note_item.xml" value="0.20520833333333333" /> <entry key="..\:/git/xcr_weihu/src/Notes-master1/app/src/main/res/layout/app_bar_main.xml" value="0.20885416666666667" />
<entry key="..\:/git/xcr_weihu/src/Notes-master1/app/src/main/res/layout/note_list.xml" value="0.15729166666666666" /> <entry key="..\:/git/xcr_weihu/src/Notes-master1/app/src/main/res/layout/datetime_picker.xml" value="0.20885416666666667" />
<entry key="..\:/git/xcr_weihu/src/Notes-master1/app/src/main/res/menu/note_list.xml" value="0.20520833333333333" /> <entry key="..\:/git/xcr_weihu/src/Notes-master1/app/src/main/res/layout/dialog_add_secret.xml" value="0.1" />
<entry key="..\:/git/xcr_weihu/src/Notes-master1/app/src/main/res/menu/sub_folder.xml" value="0.20520833333333333" /> <entry key="..\:/git/xcr_weihu/src/Notes-master1/app/src/main/res/layout/dialog_delete_senote.xml" value="0.20520833333333333" />
<entry key="..\:/git/xcr_weihu/src/Notes-master1/app/src/main/res/xml/file_paths.xml" value="0.17755825734549138" /> <entry key="..\:/git/xcr_weihu/src/Notes-master1/app/src/main/res/layout/dialog_edit_text.xml" value="0.14356884057971014" />
<entry key="..\:/git/xcr_weihu_dev/src/Notes-master1/app/src/main/res/layout/note_list.xml" value="0.17755825734549138" /> <entry key="..\:/git/xcr_weihu/src/Notes-master1/app/src/main/res/layout/dialog_input_passwd.xml" value="0.15729166666666666" />
<entry key="..\:/git/xcr_weihu_dev/src/Notes-master1/app/src/main/res/menu/note_list.xml" value="0.2518518518518518" /> <entry key="..\:/git/xcr_weihu/src/Notes-master1/app/src/main/res/layout/dialog_login.xml" value="0.36614583333333334" />
</map> <entry key="..\:/git/xcr_weihu/src/Notes-master1/app/src/main/res/layout/dialog_register.xml" value="0.36614583333333334" />
</option> <entry key="..\:/git/xcr_weihu/src/Notes-master1/app/src/main/res/layout/nav_header_main.xml" value="0.20520833333333333" />
</component> <entry key="..\:/git/xcr_weihu/src/Notes-master1/app/src/main/res/layout/note_edit.xml" value="0.33" />
<component name="ExternalStorageConfigurationManager" enabled="true" /> <entry key="..\:/git/xcr_weihu/src/Notes-master1/app/src/main/res/layout/note_edit_list_item.xml" value="0.125" />
<component name="ProjectRootManager" version="2" languageLevel="JDK_11" default="true" project-jdk-name="11" project-jdk-type="JavaSDK" /> <entry key="..\:/git/xcr_weihu/src/Notes-master1/app/src/main/res/layout/note_item.xml" value="0.20520833333333333" />
<entry key="..\:/git/xcr_weihu/src/Notes-master1/app/src/main/res/layout/note_list.xml" value="0.15729166666666666" />
<entry key="..\:/git/xcr_weihu/src/Notes-master1/app/src/main/res/menu/activity_main_drawer.xml" value="0.20520833333333333" />
<entry key="..\:/git/xcr_weihu/src/Notes-master1/app/src/main/res/menu/call_note_edit.xml" value="0.1640625" />
<entry key="..\:/git/xcr_weihu/src/Notes-master1/app/src/main/res/menu/note_list.xml" value="0.20520833333333333" />
<entry key="..\:/git/xcr_weihu/src/Notes-master1/app/src/main/res/menu/sub_folder.xml" value="0.20520833333333333" />
<entry key="..\:/git/xcr_weihu/src/Notes-master1/app/src/main/res/xml/file_paths.xml" value="0.17755825734549138" />
<entry key="..\:/git/xcr_weihu_dev/src/Notes-master1/app/src/main/res/layout/note_list.xml" value="0.17755825734549138" />
<entry key="..\:/git/xcr_weihu_dev/src/Notes-master1/app/src/main/res/menu/note_list.xml" value="0.2518518518518518" />
</map>
</option>
</component>
<component name="ExternalStorageConfigurationManager" enabled="true" />
<component name="ProjectRootManager" version="2" languageLevel="JDK_11" default="true" project-jdk-name="11" project-jdk-type="JavaSDK" />
</project> </project>

@ -0,0 +1,3 @@
>
java:S1604)"(Make this anonymous inner class a lambda(€ÖÊ©

@ -0,0 +1,13 @@
U
java:S11182":Add a private constructor to hide the implicit public one.(ž’Í“úÿÿÿÿ
^
java:S1214I"CMove constants defined in this interfaces to another class or enum.(É⸫úÿÿÿÿ
Z
java:S1214Ë"CMove constants defined in this interfaces to another class or enum.(ŠÉôŸ
V
java:S1118":Add a private constructor to hide the implicit public one.(<28>ˆþÿÿÿÿ
Q
java:S1118¥":Add a private constructor to hide the implicit public one.(߀°•
g
java:S1192:"LDefine a constant instead of duplicating this literal "content://" 11 times.(š¨ú¯üÿÿÿÿ

@ -0,0 +1,41 @@
7
java:S1116-"Remove this empty statement.(ôŸŽìúÿÿÿÿ
K
java:S18740"5Remove this use of "CursorAdapter"; it is deprecated.(ÌÖçü
J
java:S2864_"4Iterate over the "entrySet" instead of the "keySet".(਷â
B
java:S1125`"'Remove the unnecessary boolean literal.(ɯÀÐüÿÿÿÿ
J
java:S2864o"4Iterate over the "entrySet" instead of the "keySet".(਷â
B
java:S1125p"'Remove the unnecessary boolean literal.(ɯÀÐüÿÿÿÿ
A
java:S1168~"+Return an empty collection instead of null.(¥¹ï<C2B9>
C
java:S1125<18>"'Remove the unnecessary boolean literal.( „Œ¢ùÿÿÿÿ
t
java:S22931"YReplace the type specification in this constructor call with the diamond operator ("<>").(àÉ™âùÿÿÿÿ
o
java:S2293^"YReplace the type specification in this constructor call with the diamond operator ("<>").(œ€ÄÑ
o
java:S2293n"YReplace the type specification in this constructor call with the diamond operator ("<>").(¾<>Ȫ
J
java:S1066V"/Merge this if statement with the enclosing one.(ßÚ§µúÿÿÿÿ
ˆ
java:S1319]"mThe return type of this method should be an interface such as "Set" rather than the implementation "HashSet".(“Ÿóßûÿÿÿÿ
ˆ
java:S1319m"mThe return type of this method should be an interface such as "Set" rather than the implementation "HashSet".(•Ñòóýÿÿÿÿ
j
java:S1104*"TMake widgetId a static final constant or non-public and provide accessors if needed.(åÇŽ<C387>
q
java:S1104+"VMake widgetType a static final constant or non-public and provide accessors if needed.(ö漬þÿÿÿÿ
r
java:S1104,"\Make widgetHavePasswd a static final constant or non-public and provide accessors if needed.(››õÃ
E
java:S5411`"*Use the primitive boolean expression here.(ɯÀÐüÿÿÿÿ
E
java:S5411p"*Use the primitive boolean expression here.(ɯÀÐüÿÿÿÿ
F
java:S5411<18>"*Use the primitive boolean expression here.( „Œ¢ùÿÿÿÿ

@ -0,0 +1,115 @@
<EFBFBD>
java:S1186¯"€Add a nested comment explaining why this method is empty, throw an UnsupportedOperationException or complete the implementation.(Û›ë´øÿÿÿÿ
n
java:S1450²"WRemove the "editText" field and declare it as a local variable in the relevant methods.(²è‚Æ
n
java:S1450°"WRemove the "mPattern" field and declare it as a local variable in the relevant methods.(©´ÖÛ
{
java:S1149¸"_Replace the synchronized class "StringBuffer" by an unsynchronized one such as "StringBuilder".(ºá¯²ùÿÿÿÿ
{
java:S1149Ò"_Replace the synchronized class "StringBuffer" by an unsynchronized one such as "StringBuilder".(ÄÈŒíþÿÿÿÿ
i java:S100·"NRename this method name to match the regular expression '^[a-z][a-zA-Z0-9]*$'.(‹‹—ªüÿÿÿÿ
n
java:S3776Œ"RRefactor this method to reduce its Cognitive Complexity from 26 to the 15 allowed.(ݨÁ±øÿÿÿÿ
W
java:S1874®"@Remove this use of "SOFT_INPUT_ADJUST_RESIZE"; it is deprecated.(ѯ”<C2AF>
\
java:S1874Ô"@Remove this use of "SOFT_INPUT_ADJUST_RESIZE"; it is deprecated.(Ò£ú¿ÿÿÿÿÿ
O
java:S1874æ"9Remove this use of "setTextAppearance"; it is deprecated.(½õË(
K
java:S2864î"4Iterate over the "entrySet" instead of the "keySet".(­Ô‡ï
N
java:S1135ú"2Complete the task associated to this TODO comment.(Ùü§“ýÿÿÿÿ
8
java:S1116Ž"Remove this empty statement.(ôŸŽìúÿÿÿÿ
X
java:S1126Â"AReplace this if-then-else statement by a single return statement.(®ÎÚÉ
8
java:S1116â"Remove this empty statement.(ôŸŽìúÿÿÿÿ
P
java:S1874ã"9Remove this use of "PreferenceManager"; it is deprecated.(ª¦úÅ
Z
java:S1874ã"CRemove this use of "getDefaultSharedPreferences"; it is deprecated.(ª¦úÅ
U
java:S1874¢"9Remove this use of "setTextAppearance"; it is deprecated.(ÑëÊäüÿÿÿÿ
G
java:S1874¼"0Remove this use of "getColor"; it is deprecated.(è¤ÔÃ
d
java:S3252¾"MUse static access with "android.text.Spanned" for "SPAN_INCLUSIVE_EXCLUSIVE".(ŸÍÃó
U
java:S1874È"9Remove this use of "setTextAppearance"; it is deprecated.(Ùú˜Êøÿÿÿÿ
T
java:S1874´"=Remove this use of "EXTRA_SHORTCUT_INTENT"; it is deprecated.(·Ã°Ÿ
R
java:S1874µ";Remove this use of "EXTRA_SHORTCUT_NAME"; it is deprecated.(ÒÀ‘ç
[
java:S1874·"DRemove this use of "EXTRA_SHORTCUT_ICON_RESOURCE"; it is deprecated.(§éǾ
i java:S100×"NRename this method name to match the regular expression '^[a-z][a-zA-Z0-9]*$'.(êúÎêúÿÿÿÿ
i java:S100ò"NRename this method name to match the regular expression '^[a-z][a-zA-Z0-9]*$'.(‚—Ö°ýÿÿÿÿ
F
java:S1197"*Move the array designators [] to the type.(¨ÅŠÂûÿÿÿÿ
A
java:S1197¦"*Move the array designators [] to the type.(Ô„¡å

java:S1186Ü"€Add a nested comment explaining why this method is empty, throw an UnsupportedOperationException or complete the implementation.(¢êÄ\
{
java:S1149Ò"_Replace the synchronized class "StringBuffer" by an unsynchronized one such as "StringBuilder".(ÄÈŒíþÿÿÿÿ
O
java:S1854Ï"8Remove this useless assignment to local variable "edit".(îß›¸
O java:S106Ã"9Replace this use of System.out or System.err by a logger.(¹ô•ƒ
O java:S106Æ"9Replace this use of System.out or System.err by a logger.(<28>õì—
@
java:S1481Ï")Remove this unused "edit" local variable.(îß›¸
P
java:S2864Ó"4Iterate over the "entrySet" instead of the "keySet".(<28>†—ýøÿÿÿÿ

java:S1186„ "€Add a nested comment explaining why this method is empty, throw an UnsupportedOperationException or complete the implementation.(Ô¿Ñ4
O java:S106ï"9Replace this use of System.out or System.err by a logger.(×äÚà
C
java:S1068²",Remove this unused "editText" private field.(²è‚Æ
H
java:S1068ì"1Remove this unused "mRecoListener" private field.(×ýÚ•
t
java:S2293q"YReplace the type specification in this constructor call with the diamond operator ("<>").(ÑÓ<C391>¥üÿÿÿÿ
t
java:S2293z"YReplace the type specification in this constructor call with the diamond operator ("<>").(®ú÷õþÿÿÿÿ
u
java:S2293ƒ"YReplace the type specification in this constructor call with the diamond operator ("<>").(êÝýÂþÿÿÿÿ
p
java:S2293"YReplace the type specification in this constructor call with the diamond operator ("<>").(À—’¢
p
java:S2293µ"YReplace the type specification in this constructor call with the diamond operator ("<>").(…·ú¿
p
java:S2293¼"YReplace the type specification in this constructor call with the diamond operator ("<>").(艥ð
p
java:S2293Ÿ"YReplace the type specification in this constructor call with the diamond operator ("<>").(ãÞõ•
l java:S117¹"QRename this local variable to match the regular expression '^[a-z][a-zA-Z0-9]*$'.(õç¢üøÿÿÿÿ
l java:S117º"QRename this local variable to match the regular expression '^[a-z][a-zA-Z0-9]*$'.(“Ó<E2809C><C393>øÿÿÿÿ
?
java:S1604ï"(Make this anonymous inner class a lambda(ά¯”
?
java:S1604"(Make this anonymous inner class a lambda(¨›Ì÷
?
java:S1604Ê"(Make this anonymous inner class a lambda(××ß’
?
java:S1604Þ"(Make this anonymous inner class a lambda(„ñ×æ
D
java:S1604ê"(Make this anonymous inner class a lambda(ˆÐï<C390>øÿÿÿÿ
?
java:S1604÷"(Make this anonymous inner class a lambda(ά¯”
q
java:S1104d"VMake tvModified a static final constant or non-public and provide accessors if needed.(ƒëÔ£ÿÿÿÿÿ
r
java:S1104f"WMake ivAlertIcon a static final constant or non-public and provide accessors if needed.(ªà¶±ûÿÿÿÿ
r
java:S1104h"WMake tvAlertDate a static final constant or non-public and provide accessors if needed.(“²<E2809C>Öúÿÿÿÿ
s
java:S1104j"XMake ibSetBgColor a static final constant or non-public and provide accessors if needed.(ýãä¬üÿÿÿÿ
h
java:S1104l"RMake ivLock a static final constant or non-public and provide accessors if needed.(›ÍØ•
n
java:S1104n"SMake ivRadio a static final constant or non-public and provide accessors if needed.(¿ž”®ùÿÿÿÿ
O
java:S3516Æ"9Refactor this method to not always return the same value.(™Æl

@ -0,0 +1,9 @@
z
java:S1149 "_Replace the synchronized class "StringBuffer" by an unsynchronized one such as "StringBuilder".(¦ªÙÎþÿÿÿÿ
z
java:S1149"_Replace the synchronized class "StringBuffer" by an unsynchronized one such as "StringBuilder".(¦ªÙÎþÿÿÿÿ
z
java:S11498"_Replace the synchronized class "StringBuffer" by an unsynchronized one such as "StringBuilder".(¦ªÙÎþÿÿÿÿ
U
java:S1118":Add a private constructor to hide the implicit public one.(¸ôôÅùÿÿÿÿ

@ -1,121 +1,177 @@
i java:S116e"TRename this field "time_mode" to match the regular expression '^[a-z][a-zA-Z0-9]*$'.(šÛÜõ i java:S116o"TRename this field "time_mode" to match the regular expression '^[a-z][a-zA-Z0-9]*$'.(šÛÜõ
i o java:S116q"URename this field "succ_login" to match the regular expression '^[a-z][a-zA-Z0-9]*$'.(<28>ÿ§Åüÿÿÿÿ
java:S3008q"SRename this field "VIEW_WAY" to match the regular expression '^[a-z][a-zA-Z0-9]*$'.(´÷èÏ j
c java:S119d"IRename this generic name to match the regular expression '^[A-Z][0-9]?$'.(Ù礪üÿÿÿÿ java:S3008"SRename this field "VIEW_WAY" to match the regular expression '^[a-z][a-zA-Z0-9]*$'.(´÷èÏ
7 ^ java:S119m"IRename this generic name to match the regular expression '^[A-Z][0-9]?$'.(Ӈį
java:S1116{"Remove this empty statement.(ôŸŽìúÿÿÿÿ 8
java:S1116<18>"Remove this empty statement.(ôŸŽìúÿÿÿÿ
a a
java:S1124©"EReorder the modifiers to comply with the Java Language Specification.(¹úæµûÿÿÿÿ java:S1124½"EReorder the modifiers to comply with the Java Language Specification.(¹úæµûÿÿÿÿ
[ [
java:S1124ª"EReorder the modifiers to comply with the Java Language Specification.(ìѾk java:S1124¾"EReorder the modifiers to comply with the Java Language Specification.(ìѾk
p F
java:S3776¿"RRefactor this method to reduce its Cognitive Complexity from 17 to the 15 allowed.(ŸŒ¹Ñ8ÁÚŒÎÐ/ java:S1874ä"/Remove this use of "Handler"; it is deprecated.(ŸÇŸÇ
T i
java:S1874Æ"6Remove this use of "BitmapDrawable"; it is deprecated.(<28>ÖÙ•8ðÿ…ÎÐ/ java:S3776"RRefactor this method to reduce its Cognitive Complexity from 17 to the 15 allowed.(ŸŒ¹Ñ
M
java:S1874"6Remove this use of "BitmapDrawable"; it is deprecated.(<28>ÖÙ•
R java:S125"<This block of commented-out lines of code should be removed.(²þú¿
2 2
java:S3626ñ"Remove this redundant jump.(ûÁÝ… java:S3626½"Remove this redundant jump.(ûÁÝ…
2 2
java:S3626"Remove this redundant jump.(ûÁÝ… java:S3626Ñ"Remove this redundant jump.(ûÁÝ…
P P
java:S1874ã"9Remove this use of "PreferenceManager"; it is deprecated.(­©Ð java:S1874¯"9Remove this use of "PreferenceManager"; it is deprecated.(­©Ð
Z Z
java:S1874ã"CRemove this use of "getDefaultSharedPreferences"; it is deprecated.(­©Ð java:S1874¯"CRemove this use of "getDefaultSharedPreferences"; it is deprecated.(­©Ð
N N
java:S1135÷"2Complete the task associated to this TODO comment.(ÕÌ<C395>®þÿÿÿÿ java:S1135Ã"2Complete the task associated to this TODO comment.(ÕÌ<C395>®þÿÿÿÿ
o o
java:S1450©"XRemove the "mMoveMenu" field and declare it as a local variable in the relevant methods.(ž¢—ò java:S1450õ"XRemove the "mMoveMenu" field and declare it as a local variable in the relevant methods.(ž¢—ò
n n
java:S3252¦"RUse static access with "android.widget.AbsListView" for "MultiChoiceModeListener".(¦Ûî„úÿÿÿÿ java:S3252ò"RUse static access with "android.widget.AbsListView" for "MultiChoiceModeListener".(¦Ûî„úÿÿÿÿ
N N
java:S1135Þ"2Complete the task associated to this TODO comment.(» æžÿÿÿÿÿ java:S1135ª"2Complete the task associated to this TODO comment.(» æžÿÿÿÿÿ
N N
java:S1135ã"2Complete the task associated to this TODO comment.(» æžÿÿÿÿÿ java:S1135¯"2Complete the task associated to this TODO comment.(» æžÿÿÿÿÿ
\ U
java:S1874ž"9Remove this use of "getDefaultDisplay"; it is deprecated.(ĸ¬Ìýÿÿÿÿ8ׄÎÐ/ java:S1874ê"9Remove this use of "getDefaultDisplay"; it is deprecated.(ĸ¬Ìýÿÿÿÿ
M M
java:S1874Ÿ"1Remove this use of "getHeight"; it is deprecated.(·¡ªÃýÿÿÿÿ java:S1874ë"1Remove this use of "getHeight"; it is deprecated.(·¡ªÃýÿÿÿÿ
8 8
java:S1116Õ"Remove this empty statement.(ôŸŽìúÿÿÿÿ java:S1116¡"Remove this empty statement.(ôŸŽìúÿÿÿÿ
i i
java:S3776ª"RRefactor this method to reduce its Cognitive Complexity from 32 to the 15 allowed.(ãìîí java:S3776ù"RRefactor this method to reduce its Cognitive Complexity from 32 to the 15 allowed.(ãìîí
H H
java:S1874±"1Remove this use of "AsyncTask"; it is deprecated.(””ú± java:S1874"1Remove this use of "AsyncTask"; it is deprecated.(””ú±
? java:S108¸")Either remove or fill this block of code.(žûÊ¥ ? java:S108")Either remove or fill this block of code.(žûÊ¥
a a
java:S1874Ñ"JDon't override a deprecated method or explicitly mark it as "@Deprecated".(§Í¿Â java:S1874 "JDon't override a deprecated method or explicitly mark it as "@Deprecated".(§Í¿Â
K K
java:S1874Ü"/Remove this use of "execute"; it is deprecated.( å«<C3A5>ûÿÿÿÿ java:S1874«"/Remove this use of "execute"; it is deprecated.( å«<C3A5>ûÿÿÿÿ
h h
java:S3776Ê"RRefactor this method to reduce its Cognitive Complexity from 20 to the 15 allowed.(ÅôÉ# java:S3776"RRefactor this method to reduce its Cognitive Complexity from 20 to the 15 allowed.(ÅôÉ#
N N
java:S1135Ÿ"2Complete the task associated to this TODO comment.(» æžÿÿÿÿÿ java:S1135î"2Complete the task associated to this TODO comment.(» æžÿÿÿÿÿ
^ ^
java:S1126¤"BReplace this if-then-else statement by a single method invocation.(玒¦ýÿÿÿÿ java:S1126ó"BReplace this if-then-else statement by a single method invocation.(玒¦ýÿÿÿÿ
N N
java:S1135¬"2Complete the task associated to this TODO comment.(» æžÿÿÿÿÿ java:S1135û"2Complete the task associated to this TODO comment.(» æžÿÿÿÿÿ
R java:S125<18>"<This block of commented-out lines of code should be removed.(¡Î•Ò
M M
java:S2696×"6Make the enclosing method "static" or remove this set.(œõ½€ java:S2696«"6Make the enclosing method "static" or remove this set.(œõ½€
M M
java:S2696Û"6Make the enclosing method "static" or remove this set.(ºãÑÐ java:S2696¯"6Make the enclosing method "static" or remove this set.(ºãÑÐ
M M
java:S1874"1Remove this use of "AsyncTask"; it is deprecated.(ЧðÛýÿÿÿÿ java:S1874À"1Remove this use of "AsyncTask"; it is deprecated.(ЧðÛýÿÿÿÿ
f f
java:S1874ˆ"JDon't override a deprecated method or explicitly mark it as "@Deprecated".(÷ችûÿÿÿÿ java:S1874È"JDon't override a deprecated method or explicitly mark it as "@Deprecated".(÷ችûÿÿÿÿ
K K
java:S1874¥"/Remove this use of "execute"; it is deprecated.( å«<C3A5>ûÿÿÿÿ java:S1874å"/Remove this use of "execute"; it is deprecated.( å«<C3A5>ûÿÿÿÿ
h h
java:S3776´"RRefactor this method to reduce its Cognitive Complexity from 18 to the 15 allowed.(ôŒùb java:S3776ô"RRefactor this method to reduce its Cognitive Complexity from 18 to the 15 allowed.(ôŒùb
g java:S128Ë"LEnd this switch case with an unconditional break, return or throw statement.(δ¡Ûøÿÿÿÿ g java:S128 "LEnd this switch case with an unconditional break, return or throw statement.(δ¡Ûøÿÿÿÿ
k java:S100<18> "NRename this method name to match the regular expression '^[a-z][a-zA-Z0-9]*$'.(ÆóÈù8»ÿ…ÎÐ/ d java:S100Ð "NRename this method name to match the regular expression '^[a-z][a-zA-Z0-9]*$'.(ÆóÈù
] java:S899• ";Do something with the "boolean" value returned by "delete".(²Œ­<C592>ûÿÿÿÿ8Áÿ…ÎÐ/ V java:S899Õ ";Do something with the "boolean" value returned by "delete".(²Œ­<C592>ûÿÿÿÿ
q j
java:S4042• "NUse "java.nio.file.Files#delete" here for better messages on error conditions.(²Œ­<C592>ûÿÿÿÿ8Âÿ…ÎÐ/ java:S4042Õ "NUse "java.nio.file.Files#delete" here for better messages on error conditions.(²Œ­<C592>ûÿÿÿÿ
d java:S899— "BDo something with the "boolean" value returned by "createNewFile".(Ð<>Íùÿÿÿÿ8Âÿ…ÎÐ/ ] java:S899× "BDo something with the "boolean" value returned by "createNewFile".(Ð<>Íùÿÿÿÿ
p java:S100¥ "NRename this method name to match the regular expression '^[a-z][a-zA-Z0-9]*$'.(ÁìÁ¹ÿÿÿÿÿ8Ãÿ…ÎÐ/ i java:S100å "NRename this method name to match the regular expression '^[a-z][a-zA-Z0-9]*$'.(ÁìÁ¹ÿÿÿÿÿ
c \
java:S3252½ "@Use static access with "android.provider.BaseColumns" for "_ID".(»¨–öýÿÿÿÿ8çÿ…ÎÐ/ java:S3252ý "@Use static access with "android.provider.BaseColumns" for "_ID".(»¨–öýÿÿÿÿ
[
java:S1117Ì "8Rename "uri" which hides the field declared at line 115.(Ÿ®ù“ûÿÿÿÿ8Ú²ˆÎÐ/
k
java:S3252Ö "MUse static access with "android.provider.MediaStore$MediaColumns" for "DATA".(äµõŒ8ìÿ…ÎÐ/
J
java:S1874Ö ",Remove this use of "DATA"; it is deprecated.(äµõŒ8ìÿ…ÎÐ/
^ java:S125à "<This block of commented-out lines of code should be removed.(š•å°þÿÿÿÿ8íÿ…ÎÐ/
T T
java:S1874á "6Remove this use of "BitmapDrawable"; it is deprecated.(<28>ÖÙ•8ÄÛŒÎÐ/ java:S1117Œ
G "8Rename "uri" which hides the field declared at line 135.(Ÿ®ù“ûÿÿÿÿ
java:S3398ú"0Move this method into "OnListItemClickListener".(‘ðð¡ d
java:S3252
"MUse static access with "android.provider.MediaStore$MediaColumns" for "DATA".(äµõŒ
C
java:S1874
",Remove this use of "DATA"; it is deprecated.(äµõŒ
W java:S125 
"<This block of commented-out lines of code should be removed.(š•å°þÿÿÿÿ
M
java:S1874¡
"6Remove this use of "BitmapDrawable"; it is deprecated.(<28>ÖÙ•
J
java:S1172þ
".Remove this unused method parameter "context".(ãÕÚ€ýÿÿÿÿ
i java:S100 "NRename this method name to match the regular expression '^[a-z][a-zA-Z0-9]*$'.(ÉðçËÿÿÿÿÿ
J
java:S1172 ".Remove this unused method parameter "context".(Žà®þýÿÿÿÿ
i java:S100¨ "NRename this method name to match the regular expression '^[a-z][a-zA-Z0-9]*$'.(ù²þíþÿÿÿÿ
J
java:S1172¨ ".Remove this unused method parameter "context".(ù²þíþÿÿÿÿ
K K
java:S3398Ž"/Move this method into "BackgroundQueryHandler".(—÷õŽüÿÿÿÿ java:S3398Ý"/Move this method into "BackgroundQueryHandler".(—÷õŽüÿÿÿÿ
< <
java:S3398ª"%Move this method into "ModeCallback".(ãìîí java:S3398ù"%Move this method into "ModeCallback".(ãìîí
A A
java:S3398Ü"%Move this method into "ModeCallback".(“ðÉçýÿÿÿÿ java:S3398œ "%Move this method into "ModeCallback".(“ðÉçýÿÿÿÿ
G
java:S3398É"0Move this method into "OnListItemClickListener".(‘ðð¡
I
java:S1068q".Remove this unused "succ_login" private field.(<28>ÿ§Åüÿÿÿÿ
p p
java:S2293å"YReplace the type specification in this constructor call with the diamond operator ("<>").(艥ð java:S2293´"YReplace the type specification in this constructor call with the diamond operator ("<>").(艥ð
b b
java:S1192 "FDefine a constant instead of duplicating this literal " AND " 5 times.(’²—òøÿÿÿÿ java:S1192´"FDefine a constant instead of duplicating this literal " AND " 5 times.(’²—òøÿÿÿÿ
]
java:S1192­"FDefine a constant instead of duplicating this literal " DESC" 4 times.(¼üäÍ
] ]
java:S1192á"FDefine a constant instead of duplicating this literal " DESC" 4 times.(¼üäÍ java:S1192Ê"FDefine a constant instead of duplicating this literal "first" 3 times.(ø¿¶€
g java:S117"QRename this local variable to match the regular expression '^[a-z][a-zA-Z0-9]*$'.( ú<C2A0>ª g java:S117Ö"QRename this local variable to match the regular expression '^[a-z][a-zA-Z0-9]*$'.( ú<C2A0>ª
> >
java:S1604Á"(Make this anonymous inner class a lambda(—̺V java:S1604<EFBFBD>"(Make this anonymous inner class a lambda(—̺V
? ?
java:S1604"(Make this anonymous inner class a lambda(ά¯” java:S1604Ò"(Make this anonymous inner class a lambda(ά¯”
? ?
java:S1604"(Make this anonymous inner class a lambda(¿Ü´ã java:S1604á"(Make this anonymous inner class a lambda(¿Ü´ã
? ?
java:S1604"(Make this anonymous inner class a lambda(„ñ×æ java:S1604Ñ"(Make this anonymous inner class a lambda(„ñ×æ
D D
java:S1604"(Make this anonymous inner class a lambda(ˆÐï<C390>øÿÿÿÿ java:S1604â"(Make this anonymous inner class a lambda(ˆÐï<C390>øÿÿÿÿ
D D
java:S1604Ý"(Make this anonymous inner class a lambda(ˆÐï<C390>øÿÿÿÿ java:S1604¬"(Make this anonymous inner class a lambda(ˆÐï<C390>øÿÿÿÿ
?
java:S1604´"(Make this anonymous inner class a lambda(øÄì‡
?
java:S1604¬"(Make this anonymous inner class a lambda(Û±¼ 
? ?
java:S1604å"(Make this anonymous inner class a lambda(øÄì‡ java:S1604Ï"(Make this anonymous inner class a lambda(ά¯”
>
java:S1604À
"(Make this anonymous inner class a lambda(£·®
?
java:S1604¼
"(Make this anonymous inner class a lambda(„ñ×æ
D
java:S1604Ù
"(Make this anonymous inner class a lambda(ˆÐï<C390>øÿÿÿÿ
? ?
java:S1604Ý"(Make this anonymous inner class a lambda(Û±¼  java:S1604î
"(Make this anonymous inner class a lambda(Éãî
? ?
java:S1604"(Make this anonymous inner class a lambda(ά¯” java:S1604ê
"(Make this anonymous inner class a lambda(„ñ×æ
D
java:S1604ö
"(Make this anonymous inner class a lambda(ˆÐï<C390>øÿÿÿÿ
?
java:S1604ÿ
"(Make this anonymous inner class a lambda(Éãî
?
java:S1604 "(Make this anonymous inner class a lambda(Éãî
?
java:S1604³ "(Make this anonymous inner class a lambda(Éãî
?
java:S1604¯ "(Make this anonymous inner class a lambda(„ñ×æ
D
java:S1604Ä "(Make this anonymous inner class a lambda(ˆÐï<C390>øÿÿÿÿ
?
java:S1604Ð "(Make this anonymous inner class a lambda(ŒÎ–µ
g
java:S1301ç"KReplace this "switch" statement by "if" statements to increase readability.(ýÞ³‹ùÿÿÿÿ
g g
java:S1301µ"KReplace this "switch" statement by "if" statements to increase readability.(ד¾ñùÿÿÿÿ java:S1301"KReplace this "switch" statement by "if" statements to increase readability.(ד¾ñùÿÿÿÿ

@ -0,0 +1,106 @@
P
java:S1118":Add a private constructor to hide the implicit public one.(® ©þ
h java:S100}"NRename this method name to match the regular expression '^[a-z][a-zA-Z0-9]*$'.(ÄÞÆ•ýÿÿÿÿ
m
java:S3776}"RRefactor this method to reduce its Cognitive Complexity from 19 to the 15 allowed.(ÄÞÆ•ýÿÿÿÿ
D
java:S4925Š"-Remove this "Class.forName()", it is useless.(Æ…ÈŸ
N java:S106"9Replace this use of System.out or System.err by a logger.(í„Ì&
N java:S106"9Replace this use of System.out or System.err by a logger.(°²×$
i java:S100Ê"NRename this method name to match the regular expression '^[a-z][a-zA-Z0-9]*$'.(Õåôµýÿÿÿÿ
J
java:S1172Ê".Remove this unused method parameter "context".(Õåôµýÿÿÿÿ
D
java:S4925Ñ"-Remove this "Class.forName()", it is useless.(Æ…ÈŸ
W java:S125Ø"<This block of commented-out lines of code should be removed.(çµ®îúÿÿÿÿ
d java:S100ø"NRename this method name to match the regular expression '^[a-z][a-zA-Z0-9]*$'.(õÊ×ñ
i
java:S3776ø"RRefactor this method to reduce its Cognitive Complexity from 20 to the 15 allowed.(õÊ×ñ
D
java:S1172ø"-Remove this unused method parameter "Passwd".(õÊ×ñ
D
java:S4925þ"-Remove this "Class.forName()", it is useless.(Æ…ÈŸ
d java:S100ñ"NRename this method name to match the regular expression '^[a-z][a-zA-Z0-9]*$'.(òôî¿
D
java:S1172ñ"-Remove this unused method parameter "Passwd".(òôî¿
D
java:S4925ø"-Remove this "Class.forName()", it is useless.(Æ…ÈŸ
O
java:S1068U"9Remove this unused "INSERT_NOTE_TABLE_SQL" private field.(Š¤Œµ
c
java:S11921"HDefine a constant instead of duplicating this literal " TEXT ," 4 times.(ÛÅÑ÷ýÿÿÿÿ
`
java:S1192<18>"JDefine a constant instead of duplicating this literal "XIExie123" 4 times.(ʃÃ
]
java:S1192»"FDefine a constant instead of duplicating this literal "close" 7 times.(ˆ<>½
{
java:S1192"fDefine a constant instead of duplicating this literal "jdbc:mysql://1.15.97.223:3306/xm_data" 3 times.(ƒöž,
_
java:S1192)"JDefine a constant instead of duplicating this literal "describe1" 3 times.(¬¢ô
d
java:S1192"IDefine a constant instead of duplicating this literal " BIGINT," 3 times.(Ò¦éèþÿÿÿÿ
b
java:S1192"GDefine a constant instead of duplicating this literal " TEXT," 3 times.(éØ<C3A9><C398>ùÿÿÿÿ
^
java:S1192¬"GDefine a constant instead of duplicating this literal "upSync" 3 times.(®çòñ
m
java:S1192Š"VDefine a constant instead of duplicating this literal "com.mysql.jdbc.Driver" 4 times.(Æ…ÈŸ
^
java:S1192Ý"GDefine a constant instead of duplicating this literal "passwd" 3 times.(—šäº
s
java:S1192"]Define a constant instead of duplicating this literal " BIGINT NOT NULL DEFAULT 0," 16 times.(®¶ÞÔ
Q
java:S1141œ"5Extract this nested try block into a separate method.(¡»¢üùÿÿÿÿ
Q
java:S1141«"5Extract this nested try block into a separate method.(¡»¢üùÿÿÿÿ
Q
java:S1141º"5Extract this nested try block into a separate method.(¡»¢üùÿÿÿÿ
Q
java:S1141ä"5Extract this nested try block into a separate method.(¡»¢üùÿÿÿÿ
Q
java:S1141Ñ"5Extract this nested try block into a separate method.(¡»¢üùÿÿÿÿ
g java:S117ø"QRename this local variable to match the regular expression '^[a-z][a-zA-Z0-9]*$'.(õÊ×ñ
g java:S117ø"QRename this local variable to match the regular expression '^[a-z][a-zA-Z0-9]*$'.(õÊ×ñ
g java:S117ñ"QRename this local variable to match the regular expression '^[a-z][a-zA-Z0-9]*$'.(òôî¿
g java:S117ñ"QRename this local variable to match the regular expression '^[a-z][a-zA-Z0-9]*$'.(òôî¿
_
java:S2095Ö"HUse try-with-resources or close this "Connection" in a "finally" clause.(ëŽÂº
k
java:S2095¦"OUse try-with-resources or close this "PreparedStatement" in a "finally" clause.(´âîæùÿÿÿÿ
k
java:S2095´"OUse try-with-resources or close this "PreparedStatement" in a "finally" clause.(·ë¡ãøÿÿÿÿ
k
java:S2095·"OUse try-with-resources or close this "PreparedStatement" in a "finally" clause.(·ë¡ãøÿÿÿÿ
d
java:S2095²"HUse try-with-resources or close this "Connection" in a "finally" clause.(á¾µÆùÿÿÿÿ
f
java:S2095»"OUse try-with-resources or close this "PreparedStatement" in a "finally" clause.(ÒÖ˜ª
k
java:S2095¬"OUse try-with-resources or close this "PreparedStatement" in a "finally" clause.(´âîæùÿÿÿÿ
k
java:S2095"OUse try-with-resources or close this "PreparedStatement" in a "finally" clause.(ø’ÁÇûÿÿÿÿ
_
java:S2095<18>"HUse try-with-resources or close this "Connection" in a "finally" clause.(ëŽÂº
k
java:S2095°"OUse try-with-resources or close this "PreparedStatement" in a "finally" clause.(»ÆÃ<C386>þÿÿÿÿ
_
java:S2095"HUse try-with-resources or close this "Connection" in a "finally" clause.(ëŽÂº
f
java:S2095<18>"OUse try-with-resources or close this "PreparedStatement" in a "finally" clause.(ÒÖ˜ª
f
java:S2095Ž"OUse try-with-resources or close this "PreparedStatement" in a "finally" clause.(ÒÖ˜ª
f
java:S2095Ù"OUse try-with-resources or close this "PreparedStatement" in a "finally" clause.(ÒÖ˜ª
_
java:S2095ƒ"HUse try-with-resources or close this "Connection" in a "finally" clause.(ëŽÂº
f
java:S2095"OUse try-with-resources or close this "PreparedStatement" in a "finally" clause.(ÒÖ˜ª
N
java:S2589"7Remove this expression which always evaluates to "true"(¤òª£
N
java:S2589ª"7Remove this expression which always evaluates to "true"(¤òª£
N
java:S2589ã"7Remove this expression which always evaluates to "true"(¤òª£
N
java:S2589¹"7Remove this expression which always evaluates to "true"(¡ææú

@ -0,0 +1,24 @@

java:S3008Z"eRename this field "NOTES_SNIPPET_SEARCH_QUERY" to match the regular expression '^[a-z][a-zA-Z0-9]*$'.(Èò<C388>ƒùÿÿÿÿ
i
java:S3776¥"RRefactor this method to reduce its Cognitive Complexity from 18 to the 15 allowed.(ëÒ<C3AB>Ä
_
java:S1659§"CDeclare "noteId" and all following declarations on a separate line.(Ÿàؘøÿÿÿÿ
T
java:S2130ÿ"8Use "Long.parseLong" for this string-to-long conversion.(•ãÿ¬ÿÿÿÿÿ
W java:S125œ"<This block of commented-out lines of code should be removed.(ÓðáÖÿÿÿÿÿ
N
java:S1135ö"2Complete the task associated to this TODO comment.(» æžÿÿÿÿÿ
i java:S100"NRename this method name to match the regular expression '^[a-z][a-zA-Z0-9]*$'.(¢ã›íüÿÿÿÿ
i java:S100¤"NRename this method name to match the regular expression '^[a-z][a-zA-Z0-9]*$'.(÷¾€©üÿÿÿÿ
i
java:S1192œ"MDefine a constant instead of duplicating this literal "Unknown URI " 4 times.(¶ª¦þüÿÿÿÿ
g java:S117µ"QRename this local variable to match the regular expression '^[a-z][a-zA-Z0-9]*$'.(‰©‰<C2A9>
l java:S117"QRename this local variable to match the regular expression '^[a-z][a-zA-Z0-9]*$'.(˜ˆ<CB9C>Þÿÿÿÿÿ
X
java:S4973¸"<Strings and Boxed types should be compared using "equals()".(áÿÿ¾úÿÿÿÿ
X
java:S4973¸"<Strings and Boxed types should be compared using "equals()".(áÿÿ¾úÿÿÿÿ
M
java:S1153ç"1Directly append the argument of String.valueOf().(œËߦýÿÿÿÿ

@ -0,0 +1,63 @@
Y
java:S1214#"CMove constants defined in this interfaces to another class or enum.(áÅÔö
Z
java:S1854ð">Remove this useless assignment to local variable "oldVersion".(Úã—Üþÿÿÿÿ
d java:S100»"NRename this method name to match the regular expression '^[a-z][a-zA-Z0-9]*$'.(ŒåÌÑ
d java:S100Í"NRename this method name to match the regular expression '^[a-z][a-zA-Z0-9]*$'.(¢ï„ô
X
java:S1144»"ARemove this unused private "LO_reCreateNoteTableTriggers" method.(ŒåÌÑ
X
java:S1144Í"ARemove this unused private "LO_reCreateDataTableTriggers" method.(¢ï„ô
w
java:S1192<"\Define a constant instead of duplicating this literal " TEXT NOT NULL DEFAULT ''," 10 times.(ƒþÞ¿ùÿÿÿÿ
c
java:S1192d"HDefine a constant instead of duplicating this literal " BEGIN " 8 times.(ÕêïŠþÿÿÿÿ
g
java:S1192£"KDefine a constant instead of duplicating this literal " WHEN old." 4 times.(šì÷öþÿÿÿÿ
i
java:S11923"NDefine a constant instead of duplicating this literal "CREATE TABLE " 4 times.(ÜΧ­þÿÿÿÿ
b
java:S1192s"GDefine a constant instead of duplicating this literal "=old." 12 times.(”»ÎÔüÿÿÿÿ
d
java:S1192"HDefine a constant instead of duplicating this literal " BEGIN" 12 times.(ÕêïŠþÿÿÿÿ
b
java:S1192t"GDefine a constant instead of duplicating this literal " AND " 4 times.(â¿Å†øÿÿÿÿ
t
java:S11925"^Define a constant instead of duplicating this literal " INTEGER NOT NULL DEFAULT 0," 28 times.(çÀœª
e
java:S1192¾"ODefine a constant instead of duplicating this literal " DELETE FROM " 4 times.(”Ѿg
`
java:S1192g"JDefine a constant instead of duplicating this literal " WHERE " 16 times.(Øëž°
e
java:S1192S"JDefine a constant instead of duplicating this literal " INTEGER," 4 times.(ଉ†þÿÿÿÿ
s
java:S1192<18>"\Define a constant instead of duplicating this literal " INTEGER NOT NULL DEFAULT 0" 3 times.(”€æ†
m
java:S1192c"RDefine a constant instead of duplicating this literal " AFTER UPDATE OF " 4 times.(™†±¸ýÿÿÿÿ
]
java:S1192g"GDefine a constant instead of duplicating this literal "=new." 12 times.(Øëž°
i
java:S1192"MDefine a constant instead of duplicating this literal " ADD COLUMN " 6 times.(ÔäúÊýÿÿÿÿ
h
java:S1192ˆ"RDefine a constant instead of duplicating this literal " AFTER DELETE ON " 6 times.(“áâB
n
java:S1192¢"RDefine a constant instead of duplicating this literal " AFTER UPDATE ON " 4 times.(ÏïÜŸùÿÿÿÿ
f
java:S1192¿"JDefine a constant instead of duplicating this literal " WHERE " 4 times.( –¢Ïøÿÿÿÿ
i
java:S1192"MDefine a constant instead of duplicating this literal "ALTER TABLE " 6 times.(ÔäúÊýÿÿÿÿ
m
java:S1192|"RDefine a constant instead of duplicating this literal " AFTER INSERT ON " 4 times.(ÈœÐÐûÿÿÿÿ
d
java:S1192f"IDefine a constant instead of duplicating this literal " SET " 16 times.(Õ÷Ë“üÿÿÿÿ
a
java:S1192e"KDefine a constant instead of duplicating this literal " UPDATE " 16 times.(ìó¥Ä
o
java:S1192H"ZDefine a constant instead of duplicating this literal " TEXT NOT NULL DEFAULT ''" 6 times.(«ÛÆ]
b
java:S1192"KDefine a constant instead of duplicating this literal " WHEN new." 4 times.(õÄô¬
l
java:S11924"VDefine a constant instead of duplicating this literal " INTEGER PRIMARY KEY," 4 times.(ܺóà
<EFBFBD>
java:S11928"yDefine a constant instead of duplicating this literal " INTEGER NOT NULL DEFAULT (strftime('%s','now') * 1000)," 8 times.(˜›£·

@ -0,0 +1,12 @@
s
java:S4144Ó"\Update this method so that its implementation is not identical to "getParentId" on line 203.(ø¦¯ÿ
>
java:S1125^"(Remove the unnecessary boolean literals.(ú«€É
m
java:S3776}"RRefactor this method to reduce its Cognitive Complexity from 22 to the 15 allowed.(Ñý¨úýÿÿÿÿ
C
java:S1125~"(Remove the unnecessary boolean literals.(¢´—Öÿÿÿÿÿ
>
java:S1125"(Remove the unnecessary boolean literals.(ãêÛì
l java:S117"QRename this local variable to match the regular expression '^[a-z][a-zA-Z0-9]*$'.(áçÙ®øÿÿÿÿ

@ -87,9 +87,31 @@ h
8app/src/main/java/net/micode/notes/ui/NotesListItem.java,5\d\5dfe6902d8ec740690f88d644e74362c3be08fad 8app/src/main/java/net/micode/notes/ui/NotesListItem.java,5\d\5dfe6902d8ec740690f88d644e74362c3be08fad
< <
build.gradle,f\0\f07866736216be0ee2aba49e392191aeae700a35 build.gradle,f\0\f07866736216be0ee2aba49e392191aeae700a35
h A
8src/main/java/net/micode/notes/ui/NotesListActivity.java,7\b\7bccae5ecd745bba36ddfd464ec07b66de678477 gradle.properties,2\a\2afbb999f001938c88fa43fc2ef52abf0f8213e4
^
.src/main/java/net/micode/notes/data/Notes.java,3\2\322f2bcce3dd21425ff2a882b59142fb9d0cef8b
l
<src/main/java/net/micode/notes/data/NotesDatabaseHelper.java,d\8\d8a02a8652b122905e3406dbc06e48f48ca280f7
@
local.properties,0\7\0712df971a99ac4d2fccb8e0fb19f377f3374cca
L L
src/main/AndroidManifest.xml,0\6\066a3db98a4a279fde40d6ddf92c417b5c93198b src/main/AndroidManifest.xml,0\6\066a3db98a4a279fde40d6ddf92c417b5c93198b
A c
gradle.properties,2\a\2afbb999f001938c88fa43fc2ef52abf0f8213e4 3src/main/java/net/micode/notes/ui/NoteItemData.java,d\9\d92e16000f49ca8e38a8b0a8ef8d26ecfa0c30ff
c
3src/main/java/net/micode/notes/ui/DropdownMenu.java,1\e\1e8670b74afc171cd1cff4b54f19c5c5e2b275e2
X
(src/main/java/net/micode/notes/ui/a.puml,d\1\d17d5bb6acc7bdc3d72673ddc02442f83d1b2206
g
7src/main/java/net/micode/notes/ui/NoteEditActivity.java,6\c\6c40630893054a28c13c2eb04ceb5fa51173b0b6
f
6src/main/java/net/micode/notes/data/NotesProvider.java,9\e\9e6a9e3dc79d0c3c0054eabc0e10309b0f133645
h
8src/main/java/net/micode/notes/ui/NotesListActivity.java,7\b\7bccae5ecd745bba36ddfd464ec07b66de678477
g
7src/main/java/net/micode/notes/ui/NotesListAdapter.java,5\3\53b98e6d0ece8f8c43934ef63db400be3bbe507c
c
3src/main/java/net/micode/notes/ui/DBConnection.java,9\a\9a3090deb50adc3dab06c8adbacdac2adbb5fdad
a
1src/main/java/net/micode/notes/ui/JsonParser.java,7\2\72971ba5cd5eebd08ece719bc9283211cd06a429

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<project version="4"> <project version="4">
<component name="VcsDirectoryMappings"> <component name="VcsDirectoryMappings">
<mapping directory="$PROJECT_DIR$/../.." vcs="Git" /> <mapping directory="$PROJECT_DIR$/../.." vcs="Git" />
</component> </component>
</project> </project>

File diff suppressed because it is too large Load Diff

@ -1,45 +1,57 @@
apply plugin: 'com.android.application' apply plugin: 'com.android.application'
android { android {
compileSdkVersion 30 compileSdkVersion 30
buildToolsVersion "31.0.0" buildToolsVersion "31.0.0"
defaultConfig { defaultConfig {
applicationId "net.micode.notes" applicationId "net.micode.notes"
minSdkVersion 19 minSdkVersion 16
//noinspection ExpiredTargetSdkVersion //noinspection ExpiredTargetSdkVersion
targetSdkVersion 23 targetSdkVersion 23
} }
buildTypes { buildTypes {
release { release {
minifyEnabled false minifyEnabled false
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.txt' proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.txt'
} }
} }
sourceSets { sourceSets {
main { main {
jniLibs.srcDirs = ['libs'] jniLibs.srcDirs = ['libs']
} }
} }
useLibrary 'org.apache.http.legacy' useLibrary 'org.apache.http.legacy'
buildFeatures { buildFeatures {
viewBinding true viewBinding true
} }
} }
dependencies { dependencies {
implementation 'androidx.appcompat:appcompat:1.0.0' implementation 'com.android.support:appcompat-v7:28.0.0'
implementation 'androidx.constraintlayout:constraintlayout:1.1.3' implementation 'com.android.support.constraint:constraint-layout:2.0.4'
implementation files('libs\\Msc.jar') implementation files('libs\\Msc.jar')
} implementation "androidx.drawerlayout:drawerlayout:1.1.1"
sonarqube { implementation 'com.android.support:design:29.1.1'
properties { implementation 'com.zhihu.android:matisse:0.5.2-beta4'
property "sonar.sourceEncoding", "GBK" implementation 'com.github.bumptech.glide:glide:4.8.0'
property "sonar.projectKey", "projectkey" //projectkey implementation files('libs\\mysql-connector-java-5.1.46-bin.jar')
property "sonar.projectName", project.name //projectname annotationProcessor 'com.github.bumptech.glide:compiler:4.8.0'
property "sonar.sources", "src/main/java" //
property "sonar.projectVersion", project.version // implementation 'com.simple:spiderman:1.0.2'
property "sonar.binaries", "build/intermediates/classes" implementation 'com.android.support.constraint:constraint-layout:1.1.3'
} testImplementation 'junit:junit:4.12'
} androidTestImplementation 'com.android.support.test:runner:1.0.2'
androidTestImplementation 'com.android.support.test.espresso:espresso-core:3.0.2'
}
sonarqube {
properties {
property "sonar.sourceEncoding", "GBK"
property "sonar.projectKey", "projectkey" //projectkey
property "sonar.projectName", project.name //projectname
property "sonar.sources", "src/main/java" //
property "sonar.projectVersion", project.version //
property "sonar.binaries", "build/intermediates/classes"
}
}

@ -0,0 +1,103 @@
// Generated by view binder compiler. Do not edit!
package net.micode.notes.databinding;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.Button;
import android.widget.ListView;
import android.widget.TextView;
import androidx.annotation.NonNull;
import androidx.annotation.Nullable;
import androidx.appcompat.widget.SearchView;
import androidx.coordinatorlayout.widget.CoordinatorLayout;
import androidx.viewbinding.ViewBinding;
import androidx.viewbinding.ViewBindings;
import java.lang.NullPointerException;
import java.lang.Override;
import java.lang.String;
import net.micode.notes.R;
public final class AppBarMainBinding implements ViewBinding {
@NonNull
private final CoordinatorLayout rootView;
@NonNull
public final Button btnNewNote;
@NonNull
public final ListView notesList;
@NonNull
public final SearchView searchView;
@NonNull
public final TextView tvTitleBar;
private AppBarMainBinding(@NonNull CoordinatorLayout rootView, @NonNull Button btnNewNote,
@NonNull ListView notesList, @NonNull SearchView searchView, @NonNull TextView tvTitleBar) {
this.rootView = rootView;
this.btnNewNote = btnNewNote;
this.notesList = notesList;
this.searchView = searchView;
this.tvTitleBar = tvTitleBar;
}
@Override
@NonNull
public CoordinatorLayout getRoot() {
return rootView;
}
@NonNull
public static AppBarMainBinding inflate(@NonNull LayoutInflater inflater) {
return inflate(inflater, null, false);
}
@NonNull
public static AppBarMainBinding inflate(@NonNull LayoutInflater inflater,
@Nullable ViewGroup parent, boolean attachToParent) {
View root = inflater.inflate(R.layout.app_bar_main, parent, false);
if (attachToParent) {
parent.addView(root);
}
return bind(root);
}
@NonNull
public static AppBarMainBinding bind(@NonNull View rootView) {
// The body of this method is generated in a way you would not otherwise write.
// This is done to optimize the compiled bytecode for size and performance.
int id;
missingId: {
id = R.id.btn_new_note;
Button btnNewNote = ViewBindings.findChildViewById(rootView, id);
if (btnNewNote == null) {
break missingId;
}
id = R.id.notes_list;
ListView notesList = ViewBindings.findChildViewById(rootView, id);
if (notesList == null) {
break missingId;
}
id = R.id.search_view;
SearchView searchView = ViewBindings.findChildViewById(rootView, id);
if (searchView == null) {
break missingId;
}
id = R.id.tv_title_bar;
TextView tvTitleBar = ViewBindings.findChildViewById(rootView, id);
if (tvTitleBar == null) {
break missingId;
}
return new AppBarMainBinding((CoordinatorLayout) rootView, btnNewNote, notesList, searchView,
tvTitleBar);
}
String missingId = rootView.getResources().getResourceName(id);
throw new NullPointerException("Missing required view with ID: ".concat(missingId));
}
}

@ -0,0 +1,79 @@
// Generated by view binder compiler. Do not edit!
package net.micode.notes.databinding;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.EditText;
import android.widget.LinearLayout;
import androidx.annotation.NonNull;
import androidx.annotation.Nullable;
import androidx.viewbinding.ViewBinding;
import androidx.viewbinding.ViewBindings;
import java.lang.NullPointerException;
import java.lang.Override;
import java.lang.String;
import net.micode.notes.R;
public final class DialogLoginBinding implements ViewBinding {
@NonNull
private final LinearLayout rootView;
@NonNull
public final EditText editTextPasswd;
@NonNull
public final EditText editTextUser;
private DialogLoginBinding(@NonNull LinearLayout rootView, @NonNull EditText editTextPasswd,
@NonNull EditText editTextUser) {
this.rootView = rootView;
this.editTextPasswd = editTextPasswd;
this.editTextUser = editTextUser;
}
@Override
@NonNull
public LinearLayout getRoot() {
return rootView;
}
@NonNull
public static DialogLoginBinding inflate(@NonNull LayoutInflater inflater) {
return inflate(inflater, null, false);
}
@NonNull
public static DialogLoginBinding inflate(@NonNull LayoutInflater inflater,
@Nullable ViewGroup parent, boolean attachToParent) {
View root = inflater.inflate(R.layout.dialog_login, parent, false);
if (attachToParent) {
parent.addView(root);
}
return bind(root);
}
@NonNull
public static DialogLoginBinding bind(@NonNull View rootView) {
// The body of this method is generated in a way you would not otherwise write.
// This is done to optimize the compiled bytecode for size and performance.
int id;
missingId: {
id = R.id.editText_passwd;
EditText editTextPasswd = ViewBindings.findChildViewById(rootView, id);
if (editTextPasswd == null) {
break missingId;
}
id = R.id.editText_user;
EditText editTextUser = ViewBindings.findChildViewById(rootView, id);
if (editTextUser == null) {
break missingId;
}
return new DialogLoginBinding((LinearLayout) rootView, editTextPasswd, editTextUser);
}
String missingId = rootView.getResources().getResourceName(id);
throw new NullPointerException("Missing required view with ID: ".concat(missingId));
}
}

@ -0,0 +1,90 @@
// Generated by view binder compiler. Do not edit!
package net.micode.notes.databinding;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.EditText;
import android.widget.LinearLayout;
import androidx.annotation.NonNull;
import androidx.annotation.Nullable;
import androidx.viewbinding.ViewBinding;
import androidx.viewbinding.ViewBindings;
import java.lang.NullPointerException;
import java.lang.Override;
import java.lang.String;
import net.micode.notes.R;
public final class DialogRegisterBinding implements ViewBinding {
@NonNull
private final LinearLayout rootView;
@NonNull
public final EditText editTextRegPasswd;
@NonNull
public final EditText editTextRegUser;
@NonNull
public final EditText editTextRepasswd;
private DialogRegisterBinding(@NonNull LinearLayout rootView, @NonNull EditText editTextRegPasswd,
@NonNull EditText editTextRegUser, @NonNull EditText editTextRepasswd) {
this.rootView = rootView;
this.editTextRegPasswd = editTextRegPasswd;
this.editTextRegUser = editTextRegUser;
this.editTextRepasswd = editTextRepasswd;
}
@Override
@NonNull
public LinearLayout getRoot() {
return rootView;
}
@NonNull
public static DialogRegisterBinding inflate(@NonNull LayoutInflater inflater) {
return inflate(inflater, null, false);
}
@NonNull
public static DialogRegisterBinding inflate(@NonNull LayoutInflater inflater,
@Nullable ViewGroup parent, boolean attachToParent) {
View root = inflater.inflate(R.layout.dialog_register, parent, false);
if (attachToParent) {
parent.addView(root);
}
return bind(root);
}
@NonNull
public static DialogRegisterBinding bind(@NonNull View rootView) {
// The body of this method is generated in a way you would not otherwise write.
// This is done to optimize the compiled bytecode for size and performance.
int id;
missingId: {
id = R.id.editText_reg_passwd;
EditText editTextRegPasswd = ViewBindings.findChildViewById(rootView, id);
if (editTextRegPasswd == null) {
break missingId;
}
id = R.id.editText_reg_user;
EditText editTextRegUser = ViewBindings.findChildViewById(rootView, id);
if (editTextRegUser == null) {
break missingId;
}
id = R.id.editText_repasswd;
EditText editTextRepasswd = ViewBindings.findChildViewById(rootView, id);
if (editTextRepasswd == null) {
break missingId;
}
return new DialogRegisterBinding((LinearLayout) rootView, editTextRegPasswd, editTextRegUser,
editTextRepasswd);
}
String missingId = rootView.getResources().getResourceName(id);
throw new NullPointerException("Missing required view with ID: ".concat(missingId));
}
}

@ -0,0 +1,80 @@
// Generated by view binder compiler. Do not edit!
package net.micode.notes.databinding;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.ImageView;
import android.widget.LinearLayout;
import android.widget.TextView;
import androidx.annotation.NonNull;
import androidx.annotation.Nullable;
import androidx.viewbinding.ViewBinding;
import androidx.viewbinding.ViewBindings;
import java.lang.NullPointerException;
import java.lang.Override;
import java.lang.String;
import net.micode.notes.R;
public final class NavHeaderMainBinding implements ViewBinding {
@NonNull
private final LinearLayout rootView;
@NonNull
public final ImageView imageView;
@NonNull
public final TextView navTvUser;
private NavHeaderMainBinding(@NonNull LinearLayout rootView, @NonNull ImageView imageView,
@NonNull TextView navTvUser) {
this.rootView = rootView;
this.imageView = imageView;
this.navTvUser = navTvUser;
}
@Override
@NonNull
public LinearLayout getRoot() {
return rootView;
}
@NonNull
public static NavHeaderMainBinding inflate(@NonNull LayoutInflater inflater) {
return inflate(inflater, null, false);
}
@NonNull
public static NavHeaderMainBinding inflate(@NonNull LayoutInflater inflater,
@Nullable ViewGroup parent, boolean attachToParent) {
View root = inflater.inflate(R.layout.nav_header_main, parent, false);
if (attachToParent) {
parent.addView(root);
}
return bind(root);
}
@NonNull
public static NavHeaderMainBinding bind(@NonNull View rootView) {
// The body of this method is generated in a way you would not otherwise write.
// This is done to optimize the compiled bytecode for size and performance.
int id;
missingId: {
id = R.id.imageView;
ImageView imageView = ViewBindings.findChildViewById(rootView, id);
if (imageView == null) {
break missingId;
}
id = R.id.nav_tv_user;
TextView navTvUser = ViewBindings.findChildViewById(rootView, id);
if (navTvUser == null) {
break missingId;
}
return new NavHeaderMainBinding((LinearLayout) rootView, imageView, navTvUser);
}
String missingId = rootView.getResources().getResourceName(id);
throw new NullPointerException("Missing required view with ID: ".concat(missingId));
}
}

@ -4,14 +4,12 @@ package net.micode.notes.databinding;
import android.view.LayoutInflater; import android.view.LayoutInflater;
import android.view.View; import android.view.View;
import android.view.ViewGroup; import android.view.ViewGroup;
import android.widget.Button;
import android.widget.FrameLayout;
import android.widget.ListView;
import android.widget.TextView;
import androidx.annotation.NonNull; import androidx.annotation.NonNull;
import androidx.annotation.Nullable; import androidx.annotation.Nullable;
import androidx.drawerlayout.widget.DrawerLayout;
import androidx.viewbinding.ViewBinding; import androidx.viewbinding.ViewBinding;
import androidx.viewbinding.ViewBindings; import androidx.viewbinding.ViewBindings;
import com.google.android.material.navigation.NavigationView;
import java.lang.NullPointerException; import java.lang.NullPointerException;
import java.lang.Override; import java.lang.Override;
import java.lang.String; import java.lang.String;
@ -19,28 +17,24 @@ import net.micode.notes.R;
public final class NoteListBinding implements ViewBinding { public final class NoteListBinding implements ViewBinding {
@NonNull @NonNull
private final FrameLayout rootView; private final DrawerLayout rootView;
@NonNull @NonNull
public final Button btnNewNote; public final DrawerLayout drawerLayout;
@NonNull @NonNull
public final ListView notesList; public final NavigationView navView;
@NonNull private NoteListBinding(@NonNull DrawerLayout rootView, @NonNull DrawerLayout drawerLayout,
public final TextView tvTitleBar; @NonNull NavigationView navView) {
private NoteListBinding(@NonNull FrameLayout rootView, @NonNull Button btnNewNote,
@NonNull ListView notesList, @NonNull TextView tvTitleBar) {
this.rootView = rootView; this.rootView = rootView;
this.btnNewNote = btnNewNote; this.drawerLayout = drawerLayout;
this.notesList = notesList; this.navView = navView;
this.tvTitleBar = tvTitleBar;
} }
@Override @Override
@NonNull @NonNull
public FrameLayout getRoot() { public DrawerLayout getRoot() {
return rootView; return rootView;
} }
@ -65,25 +59,15 @@ public final class NoteListBinding implements ViewBinding {
// This is done to optimize the compiled bytecode for size and performance. // This is done to optimize the compiled bytecode for size and performance.
int id; int id;
missingId: { missingId: {
id = R.id.btn_new_note; DrawerLayout drawerLayout = (DrawerLayout) rootView;
Button btnNewNote = ViewBindings.findChildViewById(rootView, id);
if (btnNewNote == null) {
break missingId;
}
id = R.id.notes_list;
ListView notesList = ViewBindings.findChildViewById(rootView, id);
if (notesList == null) {
break missingId;
}
id = R.id.tv_title_bar; id = R.id.nav_view;
TextView tvTitleBar = ViewBindings.findChildViewById(rootView, id); NavigationView navView = ViewBindings.findChildViewById(rootView, id);
if (tvTitleBar == null) { if (navView == null) {
break missingId; break missingId;
} }
return new NoteListBinding((FrameLayout) rootView, btnNewNote, notesList, tvTitleBar); return new NoteListBinding((DrawerLayout) rootView, drawerLayout, navView);
} }
String missingId = rootView.getResources().getResourceName(id); String missingId = rootView.getResources().getResourceName(id);
throw new NullPointerException("Missing required view with ID: ".concat(missingId)); throw new NullPointerException("Missing required view with ID: ".concat(missingId));

@ -1 +1 @@
{} {"compiler-4.8.0.jar (com.github.bumptech.glide:compiler:4.8.0)":false}

@ -0,0 +1 @@
<?xml version="1.0" encoding="utf-8" standalone="yes"?><Layout layout="app_bar_main" modulePackage="net.micode.notes" filePath="app\src\main\res\layout\app_bar_main.xml" directory="layout" isMerge="false" isBindingData="false" rootNodeType="androidx.coordinatorlayout.widget.CoordinatorLayout"><Targets><Target tag="layout/app_bar_main_0" view="androidx.coordinatorlayout.widget.CoordinatorLayout"><Expressions/><location startLine="1" startOffset="0" endLine="74" endOffset="53"/></Target><Target id="@+id/search_view" view="androidx.appcompat.widget.SearchView"><Expressions/><location startLine="28" startOffset="12" endLine="34" endOffset="50"/></Target><Target id="@+id/tv_title_bar" view="TextView"><Expressions/><location startLine="40" startOffset="8" endLine="49" endOffset="61"/></Target><Target id="@+id/notes_list" view="ListView"><Expressions/><location startLine="51" startOffset="8" endLine="59" endOffset="63"/></Target><Target id="@+id/btn_new_note" view="Button"><Expressions/><location startLine="64" startOffset="4" endLine="70" endOffset="41"/></Target></Targets></Layout>

@ -0,0 +1 @@
<?xml version="1.0" encoding="utf-8" standalone="yes"?><Layout layout="dialog_login" modulePackage="net.micode.notes" filePath="app\src\main\res\layout\dialog_login.xml" directory="layout" isMerge="false" isBindingData="false" rootNodeType="android.widget.LinearLayout"><Targets><Target tag="layout/dialog_login_0" view="LinearLayout"><Expressions/><location startLine="1" startOffset="0" endLine="31" endOffset="14"/></Target><Target id="@+id/editText_user" view="EditText"><Expressions/><location startLine="6" startOffset="4" endLine="16" endOffset="14"/></Target><Target id="@+id/editText_passwd" view="EditText"><Expressions/><location startLine="19" startOffset="4" endLine="28" endOffset="5"/></Target></Targets></Layout>

@ -0,0 +1 @@
<?xml version="1.0" encoding="utf-8" standalone="yes"?><Layout layout="dialog_register" modulePackage="net.micode.notes" filePath="app\src\main\res\layout\dialog_register.xml" directory="layout" isMerge="false" isBindingData="false" rootNodeType="android.widget.LinearLayout"><Targets><Target tag="layout/dialog_register_0" view="LinearLayout"><Expressions/><location startLine="1" startOffset="0" endLine="42" endOffset="14"/></Target><Target id="@+id/editText_reg_user" view="EditText"><Expressions/><location startLine="6" startOffset="4" endLine="16" endOffset="14"/></Target><Target id="@+id/editText_reg_passwd" view="EditText"><Expressions/><location startLine="18" startOffset="4" endLine="27" endOffset="9"/></Target><Target id="@+id/editText_repasswd" view="EditText"><Expressions/><location startLine="30" startOffset="4" endLine="39" endOffset="9"/></Target></Targets></Layout>

@ -0,0 +1 @@
<?xml version="1.0" encoding="utf-8" standalone="yes"?><Layout layout="nav_header_main" modulePackage="net.micode.notes" filePath="app\src\main\res\layout\nav_header_main.xml" directory="layout" isMerge="false" isBindingData="false" rootNodeType="android.widget.LinearLayout"><Targets><Target tag="layout/nav_header_main_0" view="LinearLayout"><Expressions/><location startLine="1" startOffset="0" endLine="31" endOffset="14"/></Target><Target id="@+id/imageView" view="ImageView"><Expressions/><location startLine="14" startOffset="4" endLine="20" endOffset="44"/></Target><Target id="@+id/nav_tv_user" view="TextView"><Expressions/><location startLine="22" startOffset="4" endLine="28" endOffset="72"/></Target></Targets></Layout>

@ -1 +1 @@
<?xml version="1.0" encoding="utf-8" standalone="yes"?><Layout layout="note_list" modulePackage="net.micode.notes" filePath="app\src\main\res\layout\note_list.xml" directory="layout" isMerge="false" isBindingData="false" rootNodeType="android.widget.FrameLayout"><Targets><Target tag="layout/note_list_0" view="FrameLayout"><Expressions/><location startLine="17" startOffset="0" endLine="56" endOffset="13"/></Target><Target id="@+id/tv_title_bar" view="TextView"><Expressions/><location startLine="27" startOffset="8" endLine="36" endOffset="61"/></Target><Target id="@+id/notes_list" view="ListView"><Expressions/><location startLine="38" startOffset="8" endLine="46" endOffset="63"/></Target><Target id="@+id/btn_new_note" view="Button"><Expressions/><location startLine="49" startOffset="4" endLine="55" endOffset="41"/></Target></Targets></Layout> <?xml version="1.0" encoding="utf-8" standalone="yes"?><Layout layout="note_list" modulePackage="net.micode.notes" filePath="app\src\main\res\layout\note_list.xml" directory="layout" isMerge="false" isBindingData="false" rootNodeType="androidx.drawerlayout.widget.DrawerLayout" rootNodeViewId="@+id/drawer_layout"><Targets><Target id="@+id/drawer_layout" tag="layout/note_list_0" view="androidx.drawerlayout.widget.DrawerLayout"><Expressions/><location startLine="1" startOffset="0" endLine="26" endOffset="43"/></Target><Target tag="layout/note_list_0" include="app_bar_main"><Expressions/><location startLine="11" startOffset="4" endLine="14" endOffset="46"/></Target><Target id="@+id/nav_view" view="com.google.android.material.navigation.NavigationView"><Expressions/><location startLine="16" startOffset="4" endLine="23" endOffset="46"/></Target></Targets></Layout>

Some files were not shown because too many files have changed in this diff Show More

Loading…
Cancel
Save