diff --git a/src/Notes-master/gradle script/.gradle/9.2.0/checksums/checksums.lock b/src/Notes-master/gradle script/.gradle/9.2.0/checksums/checksums.lock new file mode 100644 index 0000000..fc4b763 Binary files /dev/null and b/src/Notes-master/gradle script/.gradle/9.2.0/checksums/checksums.lock differ diff --git a/src/Notes-master/gradle script/.gradle/9.2.0/fileChanges/last-build.bin b/src/Notes-master/gradle script/.gradle/9.2.0/fileChanges/last-build.bin new file mode 100644 index 0000000..f76dd23 Binary files /dev/null and b/src/Notes-master/gradle script/.gradle/9.2.0/fileChanges/last-build.bin differ diff --git a/src/Notes-master/gradle script/.gradle/9.2.0/fileHashes/fileHashes.bin b/src/Notes-master/gradle script/.gradle/9.2.0/fileHashes/fileHashes.bin new file mode 100644 index 0000000..42cfb00 Binary files /dev/null and b/src/Notes-master/gradle script/.gradle/9.2.0/fileHashes/fileHashes.bin differ diff --git a/src/Notes-master/gradle script/.gradle/9.2.0/fileHashes/fileHashes.lock b/src/Notes-master/gradle script/.gradle/9.2.0/fileHashes/fileHashes.lock new file mode 100644 index 0000000..11c0d81 Binary files /dev/null and b/src/Notes-master/gradle script/.gradle/9.2.0/fileHashes/fileHashes.lock differ diff --git a/src/Notes-master/gradle script/.gradle/9.2.0/gc.properties b/src/Notes-master/gradle script/.gradle/9.2.0/gc.properties new file mode 100644 index 0000000..e69de29 diff --git a/src/Notes-master/gradle script/.gradle/buildOutputCleanup/buildOutputCleanup.lock b/src/Notes-master/gradle script/.gradle/buildOutputCleanup/buildOutputCleanup.lock new file mode 100644 index 0000000..7bf1af9 Binary files /dev/null and b/src/Notes-master/gradle script/.gradle/buildOutputCleanup/buildOutputCleanup.lock differ diff --git a/src/Notes-master/gradle script/.gradle/buildOutputCleanup/cache.properties b/src/Notes-master/gradle script/.gradle/buildOutputCleanup/cache.properties new file mode 100644 index 0000000..5fc38ac --- /dev/null +++ b/src/Notes-master/gradle script/.gradle/buildOutputCleanup/cache.properties @@ -0,0 +1,2 @@ +#Wed Jan 28 16:05:26 CST 2026 +gradle.version=9.2.0 diff --git a/src/Notes-master/gradle script/.gradle/vcs-1/gc.properties b/src/Notes-master/gradle script/.gradle/vcs-1/gc.properties new file mode 100644 index 0000000..e69de29 diff --git a/src/Notes-master/gradle script/build/reports/problems/problems-report.html b/src/Notes-master/gradle script/build/reports/problems/problems-report.html new file mode 100644 index 0000000..134f639 --- /dev/null +++ b/src/Notes-master/gradle script/build/reports/problems/problems-report.html @@ -0,0 +1,659 @@ + + + + + + + + + + + + + Gradle Configuration Cache + + + +
+ +
+ Loading... +
+ + + + + + diff --git a/src/Notes-master/res/layout/note_edit.xml b/src/Notes-master/res/layout/note_edit.xml index 4af2c53..236ac74 100644 --- a/src/Notes-master/res/layout/note_edit.xml +++ b/src/Notes-master/res/layout/note_edit.xml @@ -290,7 +290,7 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/src/Notes-master/res/layout/note_item_minimal.xml b/src/Notes-master/res/layout/note_item_minimal.xml new file mode 100644 index 0000000..a371a85 --- /dev/null +++ b/src/Notes-master/res/layout/note_item_minimal.xml @@ -0,0 +1,144 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/src/Notes-master/res/menu/note_list.xml b/src/Notes-master/res/menu/note_list.xml index 3796e3d..407cbd9 100644 --- a/src/Notes-master/res/menu/note_list.xml +++ b/src/Notes-master/res/menu/note_list.xml @@ -17,6 +17,20 @@ + + + + + + @@ -29,9 +43,6 @@ android:id="@+id/menu_sync" android:title="@string/menu_sync"/> - diff --git a/src/Notes-master/res/values-night/colors.xml b/src/Notes-master/res/values-night/colors.xml new file mode 100644 index 0000000..370c093 --- /dev/null +++ b/src/Notes-master/res/values-night/colors.xml @@ -0,0 +1,36 @@ + + + + + + + #1E1E1E + #000000 + #FFFFFF + #B0B0B0 + #64B5F6 + + + #121212 + #333333 + #FFFFFF + #AAAAAA + + + #1E1E1E + #FFFFFF + #CCCCCC + diff --git a/src/Notes-master/res/values/arrays.xml b/src/Notes-master/res/values/arrays.xml index e00210b..1f20223 100644 --- a/src/Notes-master/res/values/arrays.xml +++ b/src/Notes-master/res/values/arrays.xml @@ -28,4 +28,16 @@ Messaging Email + + + Classic + Material + Minimal + + + + CLASSIC + MATERIAL + MINIMAL + \ No newline at end of file diff --git a/src/Notes-master/res/values/values/colors.xml b/src/Notes-master/res/values/attrs.xml similarity index 65% rename from src/Notes-master/res/values/values/colors.xml rename to src/Notes-master/res/values/attrs.xml index 123ffbf..78d8376 100644 --- a/src/Notes-master/res/values/values/colors.xml +++ b/src/Notes-master/res/values/attrs.xml @@ -16,5 +16,11 @@ --> - #335b5b5b + + + + + + + diff --git a/src/Notes-master/res/values/colors.xml b/src/Notes-master/res/values/colors.xml index 123ffbf..4f85f34 100644 --- a/src/Notes-master/res/values/colors.xml +++ b/src/Notes-master/res/values/colors.xml @@ -17,4 +17,22 @@ #335b5b5b + + + #FFFFFF + #000000 + #212121 + #757575 + #2196F3 + + + #FAFAFA + #E0E0E0 + #000000 + #9E9E9E + + + #FFFFFF + #000000 + #666666 diff --git a/src/Notes-master/res/values/strings.xml b/src/Notes-master/res/values/strings.xml index b61ea32..74f3a0a 100644 --- a/src/Notes-master/res/values/strings.xml +++ b/src/Notes-master/res/values/strings.xml @@ -45,6 +45,9 @@ Sync Cancel syncing Settings + UI Style + Night Mode + Day Mode Search Delete Move to folder @@ -124,6 +127,11 @@ Cannot change the account because sync is in progress %1$s has been set as the sync account New note background color random + UI Style + Choose the visual style of the app + Classic + Material + Minimal Delete Call notes diff --git a/src/Notes-master/res/values/styles.xml b/src/Notes-master/res/values/styles.xml index 2d0c495..9b79faf 100644 --- a/src/Notes-master/res/values/styles.xml +++ b/src/Notes-master/res/values/styles.xml @@ -71,4 +71,54 @@ gone + + + + + + + + + + + \ No newline at end of file diff --git a/src/Notes-master/res/values/values-night/themes.xml b/src/Notes-master/res/values/values-night/themes.xml deleted file mode 100644 index d2c68d1..0000000 --- a/src/Notes-master/res/values/values-night/themes.xml +++ /dev/null @@ -1,7 +0,0 @@ - - - - \ No newline at end of file diff --git a/src/Notes-master/res/values/values-v21/styles.xml b/src/Notes-master/res/values/values-v21/styles.xml deleted file mode 100644 index c790e27..0000000 --- a/src/Notes-master/res/values/values-v21/styles.xml +++ /dev/null @@ -1,30 +0,0 @@ - - - - - - - \ No newline at end of file diff --git a/src/Notes-master/res/values/values-zh-rCN/arrays.xml b/src/Notes-master/res/values/values-zh-rCN/arrays.xml deleted file mode 100644 index a092386..0000000 --- a/src/Notes-master/res/values/values-zh-rCN/arrays.xml +++ /dev/null @@ -1,23 +0,0 @@ - - - - - - - 短信 - 邮件 - - \ No newline at end of file diff --git a/src/Notes-master/res/values/values-zh-rCN/strings.xml b/src/Notes-master/res/values/values-zh-rCN/strings.xml deleted file mode 100644 index e23bcda..0000000 --- a/src/Notes-master/res/values/values-zh-rCN/strings.xml +++ /dev/null @@ -1,154 +0,0 @@ - - - - - - 小米便签 - 便签2x2 - 便签4x4 - 没有关联内容,点击新建便签。 - 访客模式下,便签内容不可见 - ... - 新建便签 - 成功删除提醒 - 创建提醒 - 已过期 - yyyyMMdd - MM月dd日 kk:mm - 知道了 - 查看 - 呼叫电话 - 发送邮件 - 浏览网页 - 打开地图 - - /MIUI/notes/ - notes_%s.txt - - (%d) - 新建文件夹 - 导出文本 - 同步 - 取消同步 - 设置 - 搜索 - 回收站 - 返回 - 删除 - 清空 - 恢复 - 成功 - 移动到文件夹 - 选中了 %d 项 - 没有选中项,操作无效 - 全选 - 取消全选 - 文字大小 - - 正常 - - 超大 - 进入清单模式 - 退出清单模式 - 查看文件夹 - 刪除文件夹 - 修改文件夹名称 - 文件夹 %1$s 已存在,请重新命名 - 分享 - 发送到桌面 - 提醒我 - 删除提醒 - 选择文件夹 - 上一级文件夹 - 已添加到桌面 - 图片插入成功 - 删除 - 确认要删除所选的 %d 条便签吗? - 确认要删除该条便签吗? - 确认删除文件夹及所包含的便签吗? - 确认清空回收站中的所有便签吗?此操作无法撤销。 - 已将所选 %1$d 条便签移到 %2$s 文件夹 - - SD卡被占用,不能操作 - 导出文本时发生错误,请检查SD卡 - 要查看的便签不存在 - 不能为空便签设置闹钟提醒 - 不能将空便签发送到桌面 - 权限被拒绝,无法访问图片 - 插入图片失败,请重试 - 导出成功 - 导出失败 - 已将文本文件(%1$s)输出至SD卡(%2$s)目录 - - 同步便签... - 同步成功 - 同步失败 - 同步已取消 - 与%1$s同步成功 - 同步失败,请检查网络和帐号设置 - 同步失败,发生内部错误 - 同步已取消 - 登录%1$s... - 正在获取服务器便签列表... - 正在同步本地便签... - - 设置 - 同步账号 - 与google task同步便签记录 - 上次同步于 %1$s - 添加账号 - 更换账号 - 删除账号 - 取消 - 立即同步 - 取消同步 - 当前帐号 %1$s - 如更换同步帐号,过去的帐号同步信息将被清空,再次切换的同时可能会造成数据重复 - 同步便签 - 请选择google帐号,便签将与该帐号的google task内容同步。 - 正在同步中,不能修改同步帐号 - 同步帐号已设置为%1$s - 新建便签背景颜色随机 - yyyy-MM-dd hh:mm:ss - 删除 - 粗体 - 斜体 - 下划线 - 通话便签 - 请输入名称 - 正在搜索便签 - 搜索便签 - 便签中的文字 - 便签 - 设置 - 取消 - - 请输入密码 - 密码 - 返回 - 确认 - 加密便签 - 是否将此便签设置为加密便签? - 设置密码 - 请输入密码 - 密码错误,请重试 - 密码不能为空 - - %1$s 条符合“%2$s”的搜索结果 - - - diff --git a/src/Notes-master/res/values/values-zh-rTW/arrays.xml b/src/Notes-master/res/values/values-zh-rTW/arrays.xml deleted file mode 100644 index 5297209..0000000 --- a/src/Notes-master/res/values/values-zh-rTW/arrays.xml +++ /dev/null @@ -1,23 +0,0 @@ - - - - - - - 短信 - 郵件 - - \ No newline at end of file diff --git a/src/Notes-master/res/values/values-zh-rTW/strings.xml b/src/Notes-master/res/values/values-zh-rTW/strings.xml deleted file mode 100644 index 3c41894..0000000 --- a/src/Notes-master/res/values/values-zh-rTW/strings.xml +++ /dev/null @@ -1,127 +0,0 @@ - - - - - - 便簽 - 便簽2x2 - 便簽4x4 - 沒有關聯內容,點擊新建便簽。 - 訪客模式下,便籤內容不可見 - ... - 新建便簽 - 成功刪除提醒 - 創建提醒 - 已過期 - yyyyMMdd - MM月dd日 kk:mm - 知道了 - 查看 - 呼叫電話 - 發送郵件 - 浏覽網頁 - 打開地圖 - 已將所選 %1$d 便籤移到 %2$s 文件夾 - - 新建文件夾 - 導出文本 - 同步 - 取消同步 - 設置 - 搜尋 - 刪除 - 移動到文件夾 - 選中了 %d 項 - 沒有選中項,操作無效 - 全選 - 取消全選 - 文字大小 - - 正常 - - 超大 - 進入清單模式 - 退出清單模式 - 查看文件夾 - 刪除文件夾 - 修改文件夾名稱 - 文件夾 %1$s 已存在,請重新命名 - 分享 - 發送到桌面 - 提醒我 - 刪除提醒 - 選擇文件夾 - 上一級文件夾 - 已添加到桌面 - 刪除 - 确认要刪除所選的 %d 條便籤嗎? - 确认要删除該條便籤嗎? - 確認刪除檔夾及所包含的便簽嗎? - SD卡被佔用,不能操作 - 導出TXT時發生錯誤,請檢查SD卡 - 要查看的便籤不存在 - 不能爲空便籤設置鬧鐘提醒 - 不能將空便籤發送到桌面 - 導出成功 - 導出失敗 - 已將文本文件(%1$s)導出至SD(%2$s)目錄 - - 同步便簽... - 同步成功 - 同步失敗 - 同步已取消 - 與%1$s同步成功 - 同步失敗,請檢查網絡和帳號設置 - 同步失敗,發生內部錯誤 - 同步已取消 - 登陸%1$s... - 正在獲取服務器便籤列表... - 正在同步本地便籤... - - 設置 - 同步賬號 - 与google task同步便簽記錄 - 上次同步于 %1$s - 添加賬號 - 更換賬號 - 刪除賬號 - 取消 - 立即同步 - 取消同步 - 當前帳號 %1$s - 如更換同步帳號,過去的帳號同步信息將被清空,再次切換的同時可能會造成數據重復 - 同步便簽 - 請選擇google帳號,便簽將與該帳號的google task內容同步。 - 正在同步中,不能修改同步帳號 - 同步帳號已設置為%1$s - 新建便籤背景顏色隨機 - - 刪除 - 通話便籤 - 請輸入名稱 - - 正在搜索便籤 - 搜索便籤 - 便籤中的文字 - 便籤 - 設置 - 取消 - - %1$s 條符合”%2$s“的搜尋結果 - - - diff --git a/src/Notes-master/res/values/values/arrays.xml b/src/Notes-master/res/values/values/arrays.xml deleted file mode 100644 index e00210b..0000000 --- a/src/Notes-master/res/values/values/arrays.xml +++ /dev/null @@ -1,31 +0,0 @@ - - - - - - - - -%s - --%s - --%s - --%s - - - - Messaging - Email - - \ No newline at end of file diff --git a/src/Notes-master/res/values/values/dimens.xml b/src/Notes-master/res/values/values/dimens.xml deleted file mode 100644 index 194e84f..0000000 --- a/src/Notes-master/res/values/values/dimens.xml +++ /dev/null @@ -1,24 +0,0 @@ - - - - - - 33sp - 26sp - 20sp - 17sp - 14sp - \ No newline at end of file diff --git a/src/Notes-master/res/values/values/ids.xml b/src/Notes-master/res/values/values/ids.xml deleted file mode 100644 index a6de46e..0000000 --- a/src/Notes-master/res/values/values/ids.xml +++ /dev/null @@ -1,5 +0,0 @@ - - - - - \ No newline at end of file diff --git a/src/Notes-master/res/values/values/strings.xml b/src/Notes-master/res/values/values/strings.xml deleted file mode 100644 index 2208ac5..0000000 --- a/src/Notes-master/res/values/values/strings.xml +++ /dev/null @@ -1,173 +0,0 @@ - - - - - - Notes - Notes 2x2 - Notes 4x4 - No associated note found, click to create associated note. - Privacy mode,can not see note content - ... - Add note - Delete reminder successfully - Set reminder - Expired - yyyyMMdd - MMMd kk:mm - Got it - Take a look - Call - Send email - Browse web - Open map - - /MIUI/notes/ - notes_%s.txt - - (%d) - New Folder - Export text - Sync - Cancel syncing - Settings - Search - Delete - Move to folder - Trash - Return - Clean All - Recovery - Success - %d selected - Nothing selected, the operation is invalid - Select all - Deselect all - Font size - Small - Medium - Large - Super - Enter check list - Leave check list - View folder - Delete folder - Change folder name - The folder %1$s exist, please rename - Share - Send to home - Remind me - Delete reminder - Select folder - Parent folder - Note added to home - Image inserted successfully - Confirm to delete folder and its notes? - Delete selected notes - Confirm to clear all notes from trash? This action cannot be undone. - Confirm to delete the selected %d notes? - Confirm to delete this note? - Have moved selected %1$d notes to %2$s folder - - SD card busy, not available now - Export failed, please check SD card - The note is not exist - Sorry, can not set clock on empty note - Sorry, can not send and empty note to home - Permission denied, cannot access images - Failed to insert image, please try again - Export successful - Export fail - Export text file (%1$s) to SD (%2$s) directory - - Syncing notes... - Sync is successful - Sync is failed - Sync is canceled - Sync is successful with account %1$s - Sync failed, please check network and account settings - Sync failed, internal error occurs - Sync is canceled - Logging into %1$s... - Getting remote note list... - Synchronize local notes with Google Task... - - Settings - Sync account - Sync notes with google task - Last sync time %1$s - yyyy-MM-dd hh:mm:ss - Add account - Change sync account - Remove sync account - Cancel - Sync immediately - Cancel syncing - Current account %1$s - All sync related information will be deleted, which may result in duplicated items sometime - Sync notes - Please 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 account - New note background color random - - Delete - Call notes - Input name - - Searching Notes - Search notes - Text in your notes - Notes - set - cancel - - Enter your password please - password - Return - Confirm - Encrypted note - Would you like to set the note as an encrypted note? - Set password - Enter password please - Error, try again - The password can not be empty - Bold - Italic - Underline - - %1$s result for "%2$s" - - %1$s results for "%2$s" - - - - 请开始说话... - 语音识别不可用 - 请说出您要输入的内容 - 音频错误 - 客户端错误 - 权限不足 - 网络错误 - 网络超时 - 未识别到语音 - 识别器忙 - 服务器错误 - 语音超时 - 未知错误 - - diff --git a/src/Notes-master/res/values/values/styles.xml b/src/Notes-master/res/values/values/styles.xml deleted file mode 100644 index 26c5880..0000000 --- a/src/Notes-master/res/values/values/styles.xml +++ /dev/null @@ -1,74 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/src/Notes-master/res/values/values/themes.xml b/src/Notes-master/res/values/values/themes.xml deleted file mode 100644 index 7c616ff..0000000 --- a/src/Notes-master/res/values/values/themes.xml +++ /dev/null @@ -1,9 +0,0 @@ - - - - -