diff --git a/.gradle/7.0.2/executionHistory/executionHistory.bin b/.gradle/7.0.2/executionHistory/executionHistory.bin index c7239a0..681eb16 100644 Binary files a/.gradle/7.0.2/executionHistory/executionHistory.bin and b/.gradle/7.0.2/executionHistory/executionHistory.bin differ diff --git a/.gradle/7.0.2/executionHistory/executionHistory.lock b/.gradle/7.0.2/executionHistory/executionHistory.lock index 31fd22c..581233e 100644 Binary files a/.gradle/7.0.2/executionHistory/executionHistory.lock and b/.gradle/7.0.2/executionHistory/executionHistory.lock differ diff --git a/.gradle/7.0.2/fileHashes/fileHashes.bin b/.gradle/7.0.2/fileHashes/fileHashes.bin index b4f2385..098af33 100644 Binary files a/.gradle/7.0.2/fileHashes/fileHashes.bin and b/.gradle/7.0.2/fileHashes/fileHashes.bin differ diff --git a/.gradle/7.0.2/fileHashes/fileHashes.lock b/.gradle/7.0.2/fileHashes/fileHashes.lock index bed5142..ef7f821 100644 Binary files a/.gradle/7.0.2/fileHashes/fileHashes.lock and b/.gradle/7.0.2/fileHashes/fileHashes.lock differ diff --git a/.gradle/7.0.2/fileHashes/resourceHashesCache.bin b/.gradle/7.0.2/fileHashes/resourceHashesCache.bin index f96c23a..ab49113 100644 Binary files a/.gradle/7.0.2/fileHashes/resourceHashesCache.bin and b/.gradle/7.0.2/fileHashes/resourceHashesCache.bin differ diff --git a/.gradle/7.0.2/javaCompile/classAnalysis.bin b/.gradle/7.0.2/javaCompile/classAnalysis.bin index 1901306..e95fb16 100644 Binary files a/.gradle/7.0.2/javaCompile/classAnalysis.bin and b/.gradle/7.0.2/javaCompile/classAnalysis.bin differ diff --git a/.gradle/7.0.2/javaCompile/jarAnalysis.bin b/.gradle/7.0.2/javaCompile/jarAnalysis.bin index ca34e2a..a119350 100644 Binary files a/.gradle/7.0.2/javaCompile/jarAnalysis.bin and b/.gradle/7.0.2/javaCompile/jarAnalysis.bin differ diff --git a/.gradle/7.0.2/javaCompile/javaCompile.lock b/.gradle/7.0.2/javaCompile/javaCompile.lock index 98a77d0..4c85fdc 100644 Binary files a/.gradle/7.0.2/javaCompile/javaCompile.lock and b/.gradle/7.0.2/javaCompile/javaCompile.lock differ diff --git a/.gradle/7.0.2/javaCompile/taskHistory.bin b/.gradle/7.0.2/javaCompile/taskHistory.bin index f7ca0a1..b3e3073 100644 Binary files a/.gradle/7.0.2/javaCompile/taskHistory.bin and b/.gradle/7.0.2/javaCompile/taskHistory.bin differ diff --git a/.gradle/buildOutputCleanup/buildOutputCleanup.lock b/.gradle/buildOutputCleanup/buildOutputCleanup.lock index 69fe449..e926a7c 100644 Binary files a/.gradle/buildOutputCleanup/buildOutputCleanup.lock and b/.gradle/buildOutputCleanup/buildOutputCleanup.lock differ diff --git a/.gradle/buildOutputCleanup/outputFiles.bin b/.gradle/buildOutputCleanup/outputFiles.bin index e477897..6bed2b5 100644 Binary files a/.gradle/buildOutputCleanup/outputFiles.bin and b/.gradle/buildOutputCleanup/outputFiles.bin differ diff --git a/.idea/deploymentTargetDropDown.xml b/.idea/deploymentTargetDropDown.xml deleted file mode 100644 index 8c46324..0000000 --- a/.idea/deploymentTargetDropDown.xml +++ /dev/null @@ -1,17 +0,0 @@ - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/app/build/generated/data_binding_base_class_source_out/debug/out/net/micode/notes/databinding/NoteEditBinding.java b/app/build/generated/data_binding_base_class_source_out/debug/out/net/micode/notes/databinding/NoteEditBinding.java index a671450..f98a1bc 100644 --- a/app/build/generated/data_binding_base_class_source_out/debug/out/net/micode/notes/databinding/NoteEditBinding.java +++ b/app/build/generated/data_binding_base_class_source_out/debug/out/net/micode/notes/databinding/NoteEditBinding.java @@ -9,7 +9,6 @@ import android.view.ViewGroup; import android.viewbinding.ViewBinding; import android.viewbinding.ViewBindings; import android.widget.FrameLayout; -import android.widget.ImageButton; import android.widget.ImageView; import android.widget.LinearLayout; import android.widget.TextView; @@ -23,9 +22,6 @@ public final class NoteEditBinding implements ViewBinding { @NonNull private final FrameLayout rootView; - @NonNull - public final ImageButton addImgBtn; - @NonNull public final ImageView btnSetBgColor; @@ -113,10 +109,9 @@ public final class NoteEditBinding implements ViewBinding { @NonNull public final TextView tvModifiedDate; - private NoteEditBinding(@NonNull FrameLayout rootView, @NonNull ImageButton addImgBtn, - @NonNull ImageView btnSetBgColor, @NonNull LinearLayout fontSizeSelector, - @NonNull ImageView ivAlertIcon, @NonNull ImageView ivBgBlue, - @NonNull ImageView ivBgBlueSelect, @NonNull ImageView ivBgGreen, + private NoteEditBinding(@NonNull FrameLayout rootView, @NonNull ImageView btnSetBgColor, + @NonNull LinearLayout fontSizeSelector, @NonNull ImageView ivAlertIcon, + @NonNull ImageView ivBgBlue, @NonNull ImageView ivBgBlueSelect, @NonNull ImageView ivBgGreen, @NonNull ImageView ivBgGreenSelect, @NonNull ImageView ivBgRed, @NonNull ImageView ivBgRedSelect, @NonNull ImageView ivBgWhite, @NonNull ImageView ivBgWhiteSelect, @NonNull ImageView ivBgYellow, @@ -129,7 +124,6 @@ public final class NoteEditBinding implements ViewBinding { @NonNull LinearLayout noteTitle, @NonNull LinearLayout svNoteEdit, @NonNull TextView textNum, @NonNull TextView tvAlertDate, @NonNull TextView tvModifiedDate) { this.rootView = rootView; - this.addImgBtn = addImgBtn; this.btnSetBgColor = btnSetBgColor; this.fontSizeSelector = fontSizeSelector; this.ivAlertIcon = ivAlertIcon; @@ -188,12 +182,6 @@ public final class NoteEditBinding implements ViewBinding { // This is done to optimize the compiled bytecode for size and performance. int id; missingId: { - id = R.id.add_img_btn; - ImageButton addImgBtn = ViewBindings.findChildViewById(rootView, id); - if (addImgBtn == null) { - break missingId; - } - id = R.id.btn_set_bg_color; ImageView btnSetBgColor = ViewBindings.findChildViewById(rootView, id); if (btnSetBgColor == null) { @@ -368,7 +356,7 @@ public final class NoteEditBinding implements ViewBinding { break missingId; } - return new NoteEditBinding((FrameLayout) rootView, addImgBtn, btnSetBgColor, fontSizeSelector, + return new NoteEditBinding((FrameLayout) rootView, btnSetBgColor, fontSizeSelector, ivAlertIcon, ivBgBlue, ivBgBlueSelect, ivBgGreen, ivBgGreenSelect, ivBgRed, ivBgRedSelect, ivBgWhite, ivBgWhiteSelect, ivBgYellow, ivBgYellowSelect, ivLargeSelect, ivMediumSelect, ivSmallSelect, ivSuperSelect, llFontLarge, llFontNormal, llFontSmall, llFontSuper, diff --git a/app/build/intermediates/compile_and_runtime_not_namespaced_r_class_jar/debug/R.jar b/app/build/intermediates/compile_and_runtime_not_namespaced_r_class_jar/debug/R.jar index d4408de..459e039 100644 Binary files a/app/build/intermediates/compile_and_runtime_not_namespaced_r_class_jar/debug/R.jar and b/app/build/intermediates/compile_and_runtime_not_namespaced_r_class_jar/debug/R.jar differ diff --git a/app/build/intermediates/data_binding_base_class_log_artifact/debug/out/net.micode.notes-binding_classes.json b/app/build/intermediates/data_binding_base_class_log_artifact/debug/out/net.micode.notes-binding_classes.json index a4b8063..3c8d8f4 100644 Binary files a/app/build/intermediates/data_binding_base_class_log_artifact/debug/out/net.micode.notes-binding_classes.json and b/app/build/intermediates/data_binding_base_class_log_artifact/debug/out/net.micode.notes-binding_classes.json differ diff --git a/app/build/intermediates/data_binding_layout_info_type_merge/debug/out/activity_splash-layout.xml b/app/build/intermediates/data_binding_layout_info_type_merge/debug/out/activity_splash-layout.xml index 3ea2de8..9ffff51 100644 --- a/app/build/intermediates/data_binding_layout_info_type_merge/debug/out/activity_splash-layout.xml +++ b/app/build/intermediates/data_binding_layout_info_type_merge/debug/out/activity_splash-layout.xml @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/app/build/intermediates/data_binding_layout_info_type_merge/debug/out/note_edit-layout.xml b/app/build/intermediates/data_binding_layout_info_type_merge/debug/out/note_edit-layout.xml index 24f5154..4b5c03d 100644 --- a/app/build/intermediates/data_binding_layout_info_type_merge/debug/out/note_edit-layout.xml +++ b/app/build/intermediates/data_binding_layout_info_type_merge/debug/out/note_edit-layout.xml @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/app/build/intermediates/data_binding_layout_info_type_merge/debug/out/note_list-layout.xml b/app/build/intermediates/data_binding_layout_info_type_merge/debug/out/note_list-layout.xml index dc2b540..91fdf3a 100644 --- a/app/build/intermediates/data_binding_layout_info_type_merge/debug/out/note_list-layout.xml +++ b/app/build/intermediates/data_binding_layout_info_type_merge/debug/out/note_list-layout.xml @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/app/build/intermediates/desugar_graph/debug/out/currentProject/dirs_bucket_1/graph.bin b/app/build/intermediates/desugar_graph/debug/out/currentProject/dirs_bucket_1/graph.bin index 350852a..c52fcfe 100644 Binary files a/app/build/intermediates/desugar_graph/debug/out/currentProject/dirs_bucket_1/graph.bin and b/app/build/intermediates/desugar_graph/debug/out/currentProject/dirs_bucket_1/graph.bin differ diff --git a/app/build/intermediates/desugar_graph/debug/out/currentProject/dirs_bucket_4/graph.bin b/app/build/intermediates/desugar_graph/debug/out/currentProject/dirs_bucket_4/graph.bin index 03c0372..995e00a 100644 Binary files a/app/build/intermediates/desugar_graph/debug/out/currentProject/dirs_bucket_4/graph.bin and b/app/build/intermediates/desugar_graph/debug/out/currentProject/dirs_bucket_4/graph.bin differ diff --git a/app/build/intermediates/desugar_graph/debug/out/currentProject/dirs_bucket_5/graph.bin b/app/build/intermediates/desugar_graph/debug/out/currentProject/dirs_bucket_5/graph.bin index 185e68d..ef9c8db 100644 Binary files a/app/build/intermediates/desugar_graph/debug/out/currentProject/dirs_bucket_5/graph.bin and b/app/build/intermediates/desugar_graph/debug/out/currentProject/dirs_bucket_5/graph.bin differ diff --git a/app/build/intermediates/desugar_graph/debug/out/currentProject/dirs_bucket_6/graph.bin b/app/build/intermediates/desugar_graph/debug/out/currentProject/dirs_bucket_6/graph.bin index b037f46..56927be 100644 Binary files a/app/build/intermediates/desugar_graph/debug/out/currentProject/dirs_bucket_6/graph.bin and b/app/build/intermediates/desugar_graph/debug/out/currentProject/dirs_bucket_6/graph.bin differ diff --git a/app/build/intermediates/desugar_graph/debug/out/currentProject/dirs_bucket_7/graph.bin b/app/build/intermediates/desugar_graph/debug/out/currentProject/dirs_bucket_7/graph.bin index 39141bf..271077b 100644 Binary files a/app/build/intermediates/desugar_graph/debug/out/currentProject/dirs_bucket_7/graph.bin and b/app/build/intermediates/desugar_graph/debug/out/currentProject/dirs_bucket_7/graph.bin differ diff --git a/app/build/intermediates/dex/debug/mergeDexDebug/classes.dex b/app/build/intermediates/dex/debug/mergeDexDebug/classes.dex index 9acd352..6ede428 100644 Binary files a/app/build/intermediates/dex/debug/mergeDexDebug/classes.dex and b/app/build/intermediates/dex/debug/mergeDexDebug/classes.dex differ diff --git a/app/build/intermediates/dex_archive_input_jar_hashes/debug/out b/app/build/intermediates/dex_archive_input_jar_hashes/debug/out index b40465c..cd6a3c5 100644 Binary files a/app/build/intermediates/dex_archive_input_jar_hashes/debug/out and b/app/build/intermediates/dex_archive_input_jar_hashes/debug/out differ diff --git a/app/build/intermediates/incremental/dataBindingGenBaseClassesDebug/base_builder_log.json b/app/build/intermediates/incremental/dataBindingGenBaseClassesDebug/base_builder_log.json index a633334..7d2279f 100644 Binary files a/app/build/intermediates/incremental/dataBindingGenBaseClassesDebug/base_builder_log.json and b/app/build/intermediates/incremental/dataBindingGenBaseClassesDebug/base_builder_log.json differ diff --git a/app/build/intermediates/incremental/mergeDebugResources/compile-file-map.properties b/app/build/intermediates/incremental/mergeDebugResources/compile-file-map.properties index 9b4803a..582ec88 100644 --- a/app/build/intermediates/incremental/mergeDebugResources/compile-file-map.properties +++ b/app/build/intermediates/incremental/mergeDebugResources/compile-file-map.properties @@ -1,4 +1,4 @@ -#Thu Dec 07 23:22:31 CST 2023 +#Fri Dec 08 17:53:32 CST 2023 D\:\\Android\\Projects\\Notes1\\app\\src\\main\\res\\drawable-hdpi\\list_white_up.9.png=D\:\\Android\\Projects\\Notes1\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_list_white_up.9.png.flat D\:\\Android\\Projects\\Notes1\\app\\src\\main\\res\\drawable-hdpi\\edit_title_white.9.png=D\:\\Android\\Projects\\Notes1\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_edit_title_white.9.png.flat D\:\\Android\\Projects\\Notes1\\app\\build\\intermediates\\incremental\\mergeDebugResources\\stripped.dir\\layout\\note_list_footer.xml=D\:\\Android\\Projects\\Notes1\\app\\build\\intermediates\\merged_res\\debug\\layout_note_list_footer.xml.flat diff --git a/app/build/intermediates/incremental/mergeDebugResources/merger.xml b/app/build/intermediates/incremental/mergeDebugResources/merger.xml index 1dba641..6598f7a 100644 --- a/app/build/intermediates/incremental/mergeDebugResources/merger.xml +++ b/app/build/intermediates/incremental/mergeDebugResources/merger.xml @@ -2611,11 +2611,11 @@ - #335b5b5b#FF039BE5#FF01579B#FF40C4FF#FF00B0FF#6600000033sp26sp20sp17sp14sp16dp16dpNotesNotes 2x2Notes 4x4No associated note found, click to create associated note.Privacy mode,can not see note content...添加笔记删除时间提醒成功设置时间提醒ExpiredyyyyMMddMMMd kk:mmGot itTake a lookCallSend emailBrowse webOpen map/MIUI/notes/notes_%s.txt(%d)背景切换:胡桃背景切换:可莉新建文件夹导出文本同步取消同步设置搜索删除移动到文件夹%d 选中未选择任何内容,操作无效全部选中取消全部选中字体大小超级大进入选择列表离开选择列表查看文件夹删除文件夹改变文件夹名称文件夹%1$s 已存在, 请重命名分享发送桌面定时提醒我删除定时提醒选择文件夹根目录笔记添加到桌面确认删除文件夹及其笔记?删除选中的笔记确定删除选中的 %d 笔记?确认删除笔记?已经移动选中的 %1$d 笔记到 %2$s 文件夹SD card busy, not available nowExport failed, please check SD cardThe note is not existSorry, can not set clock on empty noteSorry, can not send and empty note to homeExport successfulExport failExport text file (%1$s) to SD (%2$s) directorySyncing notes...Sync is successfulSync is failedSync is canceledSync is successful with account %1$sSync failed, please check network and account settingsSync failed, internal error occursSync is canceledLogging into %1$s...Getting remote note list...Synchronize local notes with Google Task...SettingsSync accountSync notes with google taskLast sync time %1$syyyy-MM-dd hh:mm:ssAdd accountChange sync accountRemove sync accountCancelSync immediatelyCancel syncingCurrent account %1$sAll sync related information will be deleted, which may result in duplicated items sometimeSync notesPlease select a google account. Local notes will be synced with google task.Cannot change the account because sync is in progress%1$s has been set as the sync accountNew note background color random删除Call notesInput nameSearching NotesSearch notesText in your notesNotes设置取消 + #335b5b5b#FF039BE5#FF01579B#FF40C4FF#FF00B0FF#6600000033sp26sp20sp17sp14sp16dp16dpNotesNotes 2x2Notes 4x4No associated note found, click to create associated note.Privacy mode,can not see note content...添加笔记删除时间提醒成功设置时间提醒ExpiredyyyyMMddMMMd kk:mm知道了看一下CallSend emailBrowse webOpen map/MIUI/notes/notes_%s.txt(%d)背景切换:胡桃背景切换:可莉新建文件夹导出文本同步取消同步设置搜索删除移动到文件夹%d 选中未选择任何内容,操作无效全部选中取消全部选中字体大小超级大进入选择列表离开选择列表查看文件夹删除文件夹改变文件夹名称文件夹%1$s 已存在, 请重命名分享发送桌面定时提醒我删除定时提醒选择文件夹根目录笔记添加到桌面确认删除文件夹及其笔记?删除选中的笔记确定删除选中的 %d 笔记?确认删除笔记?已经移动选中的 %1$d 笔记到 %2$s 文件夹SD card busy, not available nowExport failed, please check SD cardThe note is not existSorry, can not set clock on empty noteSorry, can not send and empty note to homeExport successfulExport failExport text file (%1$s) to SD (%2$s) directorySyncing notes...Sync is successfulSync is failedSync is canceledSync is successful with account %1$sSync failed, please check network and account settingsSync failed, internal error occursSync is canceledLogging into %1$s...Getting remote note list...Synchronize local notes with Google Task...SettingsSync accountSync notes with google taskLast sync time %1$syyyy-MM-dd hh:mm:ssAdd accountChange sync accountRemove sync accountCancelSync immediatelyCancel syncingCurrent account %1$sAll sync related information will be deleted, which may result in duplicated items sometimeSync notesPlease select a google account. Local notes will be synced with google task.Cannot change the account because sync is in progress%1$s has been set as the sync accountNew note background color random删除Call notesInput nameSearching NotesSearch notesText in your notesNotes设置取消 %1$s result for \"%2$s\" %1$s results for \"%2$s\" - FullscreenActivityDummy Button小米便签!启动!LoginActivityEmailPasswordSign in or registerSign in"Welcome !"Not a valid usernamePassword must be >5 characters"Login failed"取消欢迎进入登陆界面注册默认背景退出私密模式私密模式48dp \ No newline at end of file