Compare commits

...

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

@ -0,0 +1,8 @@
1111main
黄军元喜欢陆崇
如果你可以在自己的git库里看到这些说明你配置成功了在群里发“软工万岁”.
我喜欢陆冲!!!
7574
我喜欢Horse Dirty
我喜欢黄狗
111222

@ -1,48 +1,7 @@
# 小米便签_Note1
#### 任务介绍
2023软件工程大作业——小米便签实现功能分析
1. 实现源码的分析构建,了解基础的架构设计;
2. 对部分初始功能实现完善;
3. 内容加密:对用户在便签上写的内容进行加密,综合运用信息安全技术;
4. 内容查询:对写的便签内容实现模糊搜索功能;
#### 添加功能:
1. 首页界面:背景切换和欢迎过渡界面、首页新建文件夹和文件勾选移动、首页隐私模式切换;
2. 文章界面:字数过滤统计、插入图片、文字复制粘贴等基础操作、字体大小切换、规划列表、定时提醒等;
3. 正常模式与隐私模式切换(设置密钥 + 哈希处理);
4. 笔记锁(单个笔记的锁 + 哈希处理);
5. 字体和组件样式优化展示;
6. 文字保存为图片、文档、文本文件;
7. 录音为音频便签文件保存到本地;
8. 便签内容模糊搜索和文本过滤
9. 便签内容一键清除与重写
#### 未完成功能:
1. 登陆注册以及密码验证;
2. 账户数据同步备份;
3. 文本导出以及账户设置;
#### 软件架构
后续补充~
#### 使用说明
1. 配置安装Android Studio后运行即可。参考文章https://blog.csdn.net/qq_38436214/article/details/105073213
2. 小米便签初步分析以及架构流程。参考文章https://www.cnblogs.com/appletree24/p/17180883.html#noteslistitemjava
#### 参与贡献
1. Fork 本仓库
2. 新建 Feat_xxx 分支
3. 提交代码
4. 新建 Pull Request
#### 特技
1. 使用 Readme\_XXX.md 来支持不同的语言,例如 Readme\_en.md, Readme\_zh.md
2. Gitee 官方博客 [blog.gitee.com](https://blog.gitee.com)
3. 你可以 [https://gitee.com/explore](https://gitee.com/explore) 这个地址来了解 Gitee 上的优秀开源项目
4. [GVP](https://gitee.com/gvp) 全称是 Gitee 最有价值开源项目,是综合评定出的优秀开源项目
5. Gitee 官方提供的使用手册 [https://gitee.com/help](https://gitee.com/help)
6. Gitee 封面人物是一档用来展示 Gitee 会员风采的栏目 [https://gitee.com/gitee-stars/](https://gitee.com/gitee-stars/)
# gitProject
小米便签软件工程项目
doc存放文档文件
model为部分UML图和模型
src为代码
other为心得、ppt和视频。

@ -1 +0,0 @@
<?xml version="1.0" encoding="utf-8" standalone="yes"?><Layout layout="note_edit" modulePackage="net.micode.notes" filePath="app\src\main\res\layout\note_edit.xml" directory="layout" isMerge="false" isBindingData="false" rootNodeType="android.widget.FrameLayout"><Targets><Target tag="layout/note_edit_0" view="FrameLayout"><Expressions/><location startLine="17" startOffset="0" endLine="465" endOffset="13"/></Target><Target id="@+id/note_title" view="LinearLayout"><Expressions/><location startLine="28" startOffset="8" endLine="64" endOffset="22"/></Target><Target id="@+id/tv_modified_date" view="TextView"><Expressions/><location startLine="33" startOffset="12" endLine="40" endOffset="77"/></Target><Target id="@+id/iv_alert_icon" view="ImageView"><Expressions/><location startLine="42" startOffset="12" endLine="47" endOffset="60"/></Target><Target id="@+id/tv_alert_date" view="TextView"><Expressions/><location startLine="49" startOffset="12" endLine="56" endOffset="77"/></Target><Target id="@+id/sv_note_edit" view="LinearLayout"><Expressions/><location startLine="69" startOffset="8" endLine="149" endOffset="22"/></Target><Target id="@+id/button_play_audio" view="Button"><Expressions/><location startLine="80" startOffset="12" endLine="84" endOffset="37"/></Target><Target id="@+id/clearButton" view="Button"><Expressions/><location startLine="86" startOffset="12" endLine="93" endOffset="17"/></Target><Target id="@+id/note_edit_view" view="net.micode.notes.ui.NoteEditText"><Expressions/><location startLine="118" startOffset="20" endLine="129" endOffset="53"/></Target><Target id="@+id/note_edit_list" view="LinearLayout"><Expressions/><location startLine="131" startOffset="20" endLine="137" endOffset="51"/></Target><Target id="@+id/btn_set_bg_color" view="ImageView"><Expressions/><location startLine="152" startOffset="4" endLine="157" endOffset="44"/></Target><Target id="@+id/note_bg_color_selector" view="LinearLayout"><Expressions/><location startLine="159" startOffset="4" endLine="271" endOffset="18"/></Target><Target id="@+id/iv_bg_yellow" view="ImageView"><Expressions/><location startLine="174" startOffset="12" endLine="177" endOffset="54"/></Target><Target id="@+id/iv_bg_yellow_select" view="ImageView"><Expressions/><location startLine="179" startOffset="12" endLine="187" endOffset="50"/></Target><Target id="@+id/iv_bg_blue" view="ImageView"><Expressions/><location startLine="195" startOffset="12" endLine="198" endOffset="54"/></Target><Target id="@+id/iv_bg_blue_select" view="ImageView"><Expressions/><location startLine="200" startOffset="12" endLine="208" endOffset="50"/></Target><Target id="@+id/iv_bg_white" view="ImageView"><Expressions/><location startLine="216" startOffset="12" endLine="219" endOffset="54"/></Target><Target id="@+id/iv_bg_white_select" view="ImageView"><Expressions/><location startLine="221" startOffset="12" endLine="229" endOffset="50"/></Target><Target id="@+id/iv_bg_green" view="ImageView"><Expressions/><location startLine="237" startOffset="12" endLine="240" endOffset="54"/></Target><Target id="@+id/iv_bg_green_select" view="ImageView"><Expressions/><location startLine="242" startOffset="12" endLine="249" endOffset="50"/></Target><Target id="@+id/iv_bg_red" view="ImageView"><Expressions/><location startLine="257" startOffset="12" endLine="260" endOffset="54"/></Target><Target id="@+id/iv_bg_red_select" view="ImageView"><Expressions/><location startLine="262" startOffset="12" endLine="269" endOffset="50"/></Target><Target id="@+id/font_size_selector" view="LinearLayout"><Expressions/><location startLine="274" startOffset="4" endLine="437" endOffset="18"/></Target><Target id="@+id/ll_font_small" view="FrameLayout"><Expressions/><location startLine="283" startOffset="8" endLine="319" endOffset="21"/></Target><Target id="@+id/iv_small_select" view="ImageView"><Expressions/><location startLine="309" startOffset="12" endLine="318" endOffset="50"/></Target><Target id="@+id/ll_font_normal" view="FrameLayout"><Expressions/><location startLine="322" startOffset="8" endLine="358" endOffset="21"/></Target><Target id="@+id/iv_medium_select" view="ImageView"><Expressions/><location startLine="348" startOffset="12" endLine="357" endOffset="50"/></Target><Target id="@+id/ll_font_large" view="FrameLayout"><Expressions/><location startLine="361" startOffset="8" endLine="397" endOffset="21"/></Target><Target id="@+id/iv_large_select" view="ImageView"><Expressions/><location startLine="387" startOffset="12" endLine="396" endOffset="50"/></Target><Target id="@+id/ll_font_super" view="FrameLayout"><Expressions/><location startLine="400" startOffset="8" endLine="436" endOffset="21"/></Target><Target id="@+id/iv_super_select" view="ImageView"><Expressions/><location startLine="426" startOffset="12" endLine="435" endOffset="50"/></Target><Target id="@+id/text_num" view="TextView"><Expressions/><location startLine="449" startOffset="4" endLine="459" endOffset="29"/></Target></Targets></Layout>

@ -1,105 +0,0 @@
#Fri May 16 22:57:16 CST 2025
D\:\\CAUC\\xiaomi-notes--note1.1.1\\app\\src\\main\\res\\drawable-hdpi\\list_green_middle.9.png=D\:\\CAUC\\xiaomi-notes--note1.1.1\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_list_green_middle.9.png.flat
D\:\\CAUC\\xiaomi-notes--note1.1.1\\app\\src\\main\\res\\drawable-hdpi\\widget_4x_yellow.png=D\:\\CAUC\\xiaomi-notes--note1.1.1\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_widget_4x_yellow.png.flat
D\:\\CAUC\\xiaomi-notes--note1.1.1\\app\\build\\intermediates\\incremental\\mergeDebugResources\\stripped.dir\\layout\\acticity_word.xml=D\:\\CAUC\\xiaomi-notes--note1.1.1\\app\\build\\intermediates\\merged_res\\debug\\layout_acticity_word.xml.flat
D\:\\CAUC\\xiaomi-notes--note1.1.1\\app\\build\\intermediates\\incremental\\mergeDebugResources\\stripped.dir\\layout\\note_list.xml=D\:\\CAUC\\xiaomi-notes--note1.1.1\\app\\build\\intermediates\\merged_res\\debug\\layout_note_list.xml.flat
D\:\\CAUC\\xiaomi-notes--note1.1.1\\app\\src\\main\\res\\menu\\call_record_folder.xml=D\:\\CAUC\\xiaomi-notes--note1.1.1\\app\\build\\intermediates\\merged_res\\debug\\menu_call_record_folder.xml.flat
D\:\\CAUC\\xiaomi-notes--note1.1.1\\app\\src\\main\\res\\drawable-hdpi\\font_large.png=D\:\\CAUC\\xiaomi-notes--note1.1.1\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_font_large.png.flat
D\:\\CAUC\\xiaomi-notes--note1.1.1\\app\\src\\main\\res\\drawable-hdpi\\op_start.png=D\:\\CAUC\\xiaomi-notes--note1.1.1\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_op_start.png.flat
D\:\\CAUC\\xiaomi-notes--note1.1.1\\app\\build\\intermediates\\incremental\\mergeDebugResources\\stripped.dir\\layout\\account_dialog_title.xml=D\:\\CAUC\\xiaomi-notes--note1.1.1\\app\\build\\intermediates\\merged_res\\debug\\layout_account_dialog_title.xml.flat
D\:\\CAUC\\xiaomi-notes--note1.1.1\\app\\src\\main\\res\\drawable-hdpi\\edit_title_white.9.png=D\:\\CAUC\\xiaomi-notes--note1.1.1\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_edit_title_white.9.png.flat
D\:\\CAUC\\xiaomi-notes--note1.1.1\\app\\build\\intermediates\\incremental\\mergeDebugResources\\stripped.dir\\layout\\settings_header.xml=D\:\\CAUC\\xiaomi-notes--note1.1.1\\app\\build\\intermediates\\merged_res\\debug\\layout_settings_header.xml.flat
D\:\\CAUC\\xiaomi-notes--note1.1.1\\app\\src\\main\\res\\drawable-hdpi\\edit_title_green.9.png=D\:\\CAUC\\xiaomi-notes--note1.1.1\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_edit_title_green.9.png.flat
D\:\\CAUC\\xiaomi-notes--note1.1.1\\app\\src\\main\\res\\drawable-hdpi\\call_record.png=D\:\\CAUC\\xiaomi-notes--note1.1.1\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_call_record.png.flat
D\:\\CAUC\\xiaomi-notes--note1.1.1\\app\\build\\intermediates\\incremental\\mergeDebugResources\\stripped.dir\\layout\\note_item.xml=D\:\\CAUC\\xiaomi-notes--note1.1.1\\app\\build\\intermediates\\merged_res\\debug\\layout_note_item.xml.flat
D\:\\CAUC\\xiaomi-notes--note1.1.1\\app\\src\\main\\res\\drawable-hdpi\\icon_app.png=D\:\\CAUC\\xiaomi-notes--note1.1.1\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_icon_app.png.flat
D\:\\CAUC\\xiaomi-notes--note1.1.1\\app\\src\\main\\res\\drawable-hdpi\\clock.png=D\:\\CAUC\\xiaomi-notes--note1.1.1\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_clock.png.flat
D\:\\CAUC\\xiaomi-notes--note1.1.1\\app\\src\\main\\res\\drawable-hdpi\\list_blue_middle.9.png=D\:\\CAUC\\xiaomi-notes--note1.1.1\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_list_blue_middle.9.png.flat
D\:\\CAUC\\xiaomi-notes--note1.1.1\\app\\build\\intermediates\\incremental\\mergeDebugResources\\stripped.dir\\layout\\folder_list_item.xml=D\:\\CAUC\\xiaomi-notes--note1.1.1\\app\\build\\intermediates\\merged_res\\debug\\layout_folder_list_item.xml.flat
D\:\\CAUC\\xiaomi-notes--note1.1.1\\app\\src\\main\\res\\raw\\testmusic.wav=D\:\\CAUC\\xiaomi-notes--note1.1.1\\app\\build\\intermediates\\merged_res\\debug\\raw_testmusic.wav.flat
D\:\\CAUC\\xiaomi-notes--note1.1.1\\app\\src\\main\\res\\drawable-hdpi\\menu_delete.png=D\:\\CAUC\\xiaomi-notes--note1.1.1\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_menu_delete.png.flat
D\:\\CAUC\\xiaomi-notes--note1.1.1\\app\\src\\main\\res\\drawable-hdpi\\list_blue_up.9.png=D\:\\CAUC\\xiaomi-notes--note1.1.1\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_list_blue_up.9.png.flat
D\:\\CAUC\\xiaomi-notes--note1.1.1\\app\\src\\main\\res\\drawable-hdpi\\list_footer_bg.9.png=D\:\\CAUC\\xiaomi-notes--note1.1.1\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_list_footer_bg.9.png.flat
D\:\\CAUC\\xiaomi-notes--note1.1.1\\app\\src\\main\\res\\drawable-hdpi\\list_red_down.9.png=D\:\\CAUC\\xiaomi-notes--note1.1.1\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_list_red_down.9.png.flat
D\:\\CAUC\\xiaomi-notes--note1.1.1\\app\\src\\main\\res\\color\\primary_text_dark.xml=D\:\\CAUC\\xiaomi-notes--note1.1.1\\app\\build\\intermediates\\merged_res\\debug\\color_primary_text_dark.xml.flat
D\:\\CAUC\\xiaomi-notes--note1.1.1\\app\\src\\main\\res\\drawable-hdpi\\widget_2x_yellow.png=D\:\\CAUC\\xiaomi-notes--note1.1.1\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_widget_2x_yellow.png.flat
D\:\\CAUC\\xiaomi-notes--note1.1.1\\app\\src\\main\\res\\drawable-hdpi\\mi.png=D\:\\CAUC\\xiaomi-notes--note1.1.1\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_mi.png.flat
D\:\\CAUC\\xiaomi-notes--note1.1.1\\app\\src\\main\\res\\drawable-hdpi\\edit_title_yellow.9.png=D\:\\CAUC\\xiaomi-notes--note1.1.1\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_edit_title_yellow.9.png.flat
D\:\\CAUC\\xiaomi-notes--note1.1.1\\app\\src\\main\\res\\drawable\\new_note.xml=D\:\\CAUC\\xiaomi-notes--note1.1.1\\app\\build\\intermediates\\merged_res\\debug\\drawable_new_note.xml.flat
D\:\\CAUC\\xiaomi-notes--note1.1.1\\app\\src\\main\\res\\drawable-hdpi\\list_red_up.9.png=D\:\\CAUC\\xiaomi-notes--note1.1.1\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_list_red_up.9.png.flat
D\:\\CAUC\\xiaomi-notes--note1.1.1\\app\\src\\main\\res\\drawable-hdpi\\widget_4x_red.png=D\:\\CAUC\\xiaomi-notes--note1.1.1\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_widget_4x_red.png.flat
D\:\\CAUC\\xiaomi-notes--note1.1.1\\app\\src\\main\\res\\drawable-hdpi\\bg_btn_set_color.png=D\:\\CAUC\\xiaomi-notes--note1.1.1\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_bg_btn_set_color.png.flat
D\:\\CAUC\\xiaomi-notes--note1.1.1\\app\\src\\main\\res\\drawable-hdpi\\widget_2x_white.png=D\:\\CAUC\\xiaomi-notes--note1.1.1\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_widget_2x_white.png.flat
D\:\\CAUC\\xiaomi-notes--note1.1.1\\app\\src\\main\\res\\drawable-hdpi\\font_super.png=D\:\\CAUC\\xiaomi-notes--note1.1.1\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_font_super.png.flat
D\:\\CAUC\\xiaomi-notes--note1.1.1\\app\\src\\main\\res\\menu\\call_note_edit.xml=D\:\\CAUC\\xiaomi-notes--note1.1.1\\app\\build\\intermediates\\merged_res\\debug\\menu_call_note_edit.xml.flat
D\:\\CAUC\\xiaomi-notes--note1.1.1\\app\\src\\main\\res\\drawable-hdpi\\list_yellow_down.9.png=D\:\\CAUC\\xiaomi-notes--note1.1.1\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_list_yellow_down.9.png.flat
D\:\\CAUC\\xiaomi-notes--note1.1.1\\app\\build\\intermediates\\incremental\\mergeDebugResources\\stripped.dir\\layout\\datetime_picker.xml=D\:\\CAUC\\xiaomi-notes--note1.1.1\\app\\build\\intermediates\\merged_res\\debug\\layout_datetime_picker.xml.flat
D\:\\CAUC\\xiaomi-notes--note1.1.1\\app\\src\\main\\res\\menu\\note_list_options.xml=D\:\\CAUC\\xiaomi-notes--note1.1.1\\app\\build\\intermediates\\merged_res\\debug\\menu_note_list_options.xml.flat
D\:\\CAUC\\xiaomi-notes--note1.1.1\\app\\src\\main\\res\\drawable-hdpi\\widget_4x_blue.png=D\:\\CAUC\\xiaomi-notes--note1.1.1\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_widget_4x_blue.png.flat
D\:\\CAUC\\xiaomi-notes--note1.1.1\\app\\src\\main\\res\\drawable-hdpi\\widget_2x_green.png=D\:\\CAUC\\xiaomi-notes--note1.1.1\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_widget_2x_green.png.flat
D\:\\CAUC\\xiaomi-notes--note1.1.1\\app\\build\\intermediates\\incremental\\mergeDebugResources\\stripped.dir\\layout\\add_account_text.xml=D\:\\CAUC\\xiaomi-notes--note1.1.1\\app\\build\\intermediates\\merged_res\\debug\\layout_add_account_text.xml.flat
D\:\\CAUC\\xiaomi-notes--note1.1.1\\app\\src\\main\\res\\drawable-hdpi\\list_red_middle.9.png=D\:\\CAUC\\xiaomi-notes--note1.1.1\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_list_red_middle.9.png.flat
D\:\\CAUC\\xiaomi-notes--note1.1.1\\app\\build\\intermediates\\incremental\\mergeDebugResources\\stripped.dir\\layout\\note_edit_list_item.xml=D\:\\CAUC\\xiaomi-notes--note1.1.1\\app\\build\\intermediates\\merged_res\\debug\\layout_note_edit_list_item.xml.flat
D\:\\CAUC\\xiaomi-notes--note1.1.1\\app\\build\\intermediates\\incremental\\mergeDebugResources\\stripped.dir\\layout\\widget_2x.xml=D\:\\CAUC\\xiaomi-notes--note1.1.1\\app\\build\\intermediates\\merged_res\\debug\\layout_widget_2x.xml.flat
D\:\\CAUC\\xiaomi-notes--note1.1.1\\app\\src\\main\\res\\drawable-hdpi\\list_white_down.9.png=D\:\\CAUC\\xiaomi-notes--note1.1.1\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_list_white_down.9.png.flat
D\:\\CAUC\\xiaomi-notes--note1.1.1\\app\\src\\main\\res\\drawable-hdpi\\widget_2x_red.png=D\:\\CAUC\\xiaomi-notes--note1.1.1\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_widget_2x_red.png.flat
D\:\\CAUC\\xiaomi-notes--note1.1.1\\app\\build\\intermediates\\incremental\\mergeDebugResources\\stripped.dir\\layout\\activity_splash.xml=D\:\\CAUC\\xiaomi-notes--note1.1.1\\app\\build\\intermediates\\merged_res\\debug\\layout_activity_splash.xml.flat
D\:\\CAUC\\xiaomi-notes--note1.1.1\\app\\src\\main\\res\\drawable-hdpi\\list_yellow_single.9.png=D\:\\CAUC\\xiaomi-notes--note1.1.1\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_list_yellow_single.9.png.flat
D\:\\CAUC\\xiaomi-notes--note1.1.1\\app\\src\\main\\res\\drawable-hdpi\\edit_yellow.9.png=D\:\\CAUC\\xiaomi-notes--note1.1.1\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_edit_yellow.9.png.flat
D\:\\CAUC\\xiaomi-notes--note1.1.1\\app\\src\\main\\res\\drawable-hdpi\\font_normal.png=D\:\\CAUC\\xiaomi-notes--note1.1.1\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_font_normal.png.flat
D\:\\CAUC\\xiaomi-notes--note1.1.1\\app\\src\\main\\res\\drawable-hdpi\\widget_4x_green.png=D\:\\CAUC\\xiaomi-notes--note1.1.1\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_widget_4x_green.png.flat
D\:\\CAUC\\xiaomi-notes--note1.1.1\\app\\src\\main\\res\\drawable-hdpi\\edit_red.9.png=D\:\\CAUC\\xiaomi-notes--note1.1.1\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_edit_red.9.png.flat
D\:\\CAUC\\xiaomi-notes--note1.1.1\\app\\src\\main\\res\\drawable-hdpi\\list_red_single.9.png=D\:\\CAUC\\xiaomi-notes--note1.1.1\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_list_red_single.9.png.flat
D\:\\CAUC\\xiaomi-notes--note1.1.1\\app\\src\\main\\res\\color\\secondary_text_dark.xml=D\:\\CAUC\\xiaomi-notes--note1.1.1\\app\\build\\intermediates\\merged_res\\debug\\color_secondary_text_dark.xml.flat
D\:\\CAUC\\xiaomi-notes--note1.1.1\\app\\src\\main\\res\\drawable-hdpi\\font_size_selector_bg.9.png=D\:\\CAUC\\xiaomi-notes--note1.1.1\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_font_size_selector_bg.9.png.flat
D\:\\CAUC\\xiaomi-notes--note1.1.1\\app\\src\\main\\res\\drawable-hdpi\\list_background.png=D\:\\CAUC\\xiaomi-notes--note1.1.1\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_list_background.png.flat
D\:\\CAUC\\xiaomi-notes--note1.1.1\\app\\build\\intermediates\\incremental\\mergeDebugResources\\stripped.dir\\layout\\note_list_dropdown_menu.xml=D\:\\CAUC\\xiaomi-notes--note1.1.1\\app\\build\\intermediates\\merged_res\\debug\\layout_note_list_dropdown_menu.xml.flat
D\:\\CAUC\\xiaomi-notes--note1.1.1\\app\\src\\main\\res\\drawable-hdpi\\edit_title_red.9.png=D\:\\CAUC\\xiaomi-notes--note1.1.1\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_edit_title_red.9.png.flat
D\:\\CAUC\\xiaomi-notes--note1.1.1\\app\\src\\main\\res\\drawable-hdpi\\list_folder.9.png=D\:\\CAUC\\xiaomi-notes--note1.1.1\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_list_folder.9.png.flat
D\:\\CAUC\\xiaomi-notes--note1.1.1\\app\\src\\main\\res\\drawable-hdpi\\widget_2x_blue.png=D\:\\CAUC\\xiaomi-notes--note1.1.1\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_widget_2x_blue.png.flat
D\:\\CAUC\\xiaomi-notes--note1.1.1\\app\\src\\main\\res\\drawable-hdpi\\list_green_up.9.png=D\:\\CAUC\\xiaomi-notes--note1.1.1\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_list_green_up.9.png.flat
D\:\\CAUC\\xiaomi-notes--note1.1.1\\app\\src\\main\\res\\drawable-hdpi\\widget_4x_white.png=D\:\\CAUC\\xiaomi-notes--note1.1.1\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_widget_4x_white.png.flat
D\:\\CAUC\\xiaomi-notes--note1.1.1\\app\\src\\main\\res\\xml\\preferences.xml=D\:\\CAUC\\xiaomi-notes--note1.1.1\\app\\build\\intermediates\\merged_res\\debug\\xml_preferences.xml.flat
D\:\\CAUC\\xiaomi-notes--note1.1.1\\app\\build\\intermediates\\incremental\\mergeDebugResources\\stripped.dir\\layout\\note_list_footer.xml=D\:\\CAUC\\xiaomi-notes--note1.1.1\\app\\build\\intermediates\\merged_res\\debug\\layout_note_list_footer.xml.flat
D\:\\CAUC\\xiaomi-notes--note1.1.1\\app\\src\\main\\res\\raw\\introduction=D\:\\CAUC\\xiaomi-notes--note1.1.1\\app\\build\\intermediates\\merged_res\\debug\\raw_introduction.flat
D\:\\CAUC\\xiaomi-notes--note1.1.1\\app\\src\\main\\res\\drawable-hdpi\\hutao.png=D\:\\CAUC\\xiaomi-notes--note1.1.1\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_hutao.png.flat
D\:\\CAUC\\xiaomi-notes--note1.1.1\\app\\src\\main\\res\\drawable-hdpi\\list_green_single.9.png=D\:\\CAUC\\xiaomi-notes--note1.1.1\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_list_green_single.9.png.flat
D\:\\CAUC\\xiaomi-notes--note1.1.1\\app\\src\\main\\res\\menu\\note_edit.xml=D\:\\CAUC\\xiaomi-notes--note1.1.1\\app\\build\\intermediates\\merged_res\\debug\\menu_note_edit.xml.flat
D\:\\CAUC\\xiaomi-notes--note1.1.1\\app\\src\\main\\res\\drawable-hdpi\\selected.png=D\:\\CAUC\\xiaomi-notes--note1.1.1\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_selected.png.flat
D\:\\CAUC\\xiaomi-notes--note1.1.1\\app\\src\\main\\res\\drawable-hdpi\\edit_green.9.png=D\:\\CAUC\\xiaomi-notes--note1.1.1\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_edit_green.9.png.flat
D\:\\CAUC\\xiaomi-notes--note1.1.1\\app\\src\\main\\res\\drawable-hdpi\\new_note_pressed.png=D\:\\CAUC\\xiaomi-notes--note1.1.1\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_new_note_pressed.png.flat
D\:\\CAUC\\xiaomi-notes--note1.1.1\\app\\build\\intermediates\\incremental\\mergeDebugResources\\stripped.dir\\layout\\dialog_edit_text.xml=D\:\\CAUC\\xiaomi-notes--note1.1.1\\app\\build\\intermediates\\merged_res\\debug\\layout_dialog_edit_text.xml.flat
D\:\\CAUC\\xiaomi-notes--note1.1.1\\app\\src\\main\\res\\drawable-hdpi\\list_white_single.9.png=D\:\\CAUC\\xiaomi-notes--note1.1.1\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_list_white_single.9.png.flat
D\:\\CAUC\\xiaomi-notes--note1.1.1\\app\\src\\main\\res\\xml\\widget_4x_info.xml=D\:\\CAUC\\xiaomi-notes--note1.1.1\\app\\build\\intermediates\\merged_res\\debug\\xml_widget_4x_info.xml.flat
D\:\\CAUC\\xiaomi-notes--note1.1.1\\app\\src\\main\\res\\drawable-hdpi\\dropdown_icon.9.png=D\:\\CAUC\\xiaomi-notes--note1.1.1\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_dropdown_icon.9.png.flat
D\:\\CAUC\\xiaomi-notes--note1.1.1\\app\\src\\main\\res\\drawable-hdpi\\edit_title_blue.9.png=D\:\\CAUC\\xiaomi-notes--note1.1.1\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_edit_title_blue.9.png.flat
D\:\\CAUC\\xiaomi-notes--note1.1.1\\app\\src\\main\\res\\drawable-hdpi\\list_blue_down.9.png=D\:\\CAUC\\xiaomi-notes--note1.1.1\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_list_blue_down.9.png.flat
D\:\\CAUC\\xiaomi-notes--note1.1.1\\app\\src\\main\\res\\drawable-hdpi\\font_small.png=D\:\\CAUC\\xiaomi-notes--note1.1.1\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_font_small.png.flat
D\:\\CAUC\\xiaomi-notes--note1.1.1\\app\\src\\main\\res\\drawable-hdpi\\menu_move.png=D\:\\CAUC\\xiaomi-notes--note1.1.1\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_menu_move.png.flat
D\:\\CAUC\\xiaomi-notes--note1.1.1\\app\\src\\main\\res\\drawable-hdpi\\list_white_middle.9.png=D\:\\CAUC\\xiaomi-notes--note1.1.1\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_list_white_middle.9.png.flat
D\:\\CAUC\\xiaomi-notes--note1.1.1\\app\\src\\main\\res\\xml\\widget_2x_info.xml=D\:\\CAUC\\xiaomi-notes--note1.1.1\\app\\build\\intermediates\\merged_res\\debug\\xml_widget_2x_info.xml.flat
D\:\\CAUC\\xiaomi-notes--note1.1.1\\app\\src\\main\\res\\drawable-hdpi\\list_green_down.9.png=D\:\\CAUC\\xiaomi-notes--note1.1.1\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_list_green_down.9.png.flat
D\:\\CAUC\\xiaomi-notes--note1.1.1\\app\\src\\main\\res\\drawable-hdpi\\title_bar_bg.9.png=D\:\\CAUC\\xiaomi-notes--note1.1.1\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_title_bar_bg.9.png.flat
D\:\\CAUC\\xiaomi-notes--note1.1.1\\app\\src\\main\\res\\drawable-hdpi\\bg_color_btn_mask.png=D\:\\CAUC\\xiaomi-notes--note1.1.1\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_bg_color_btn_mask.png.flat
D\:\\CAUC\\xiaomi-notes--note1.1.1\\app\\src\\main\\res\\menu\\sub_folder.xml=D\:\\CAUC\\xiaomi-notes--note1.1.1\\app\\build\\intermediates\\merged_res\\debug\\menu_sub_folder.xml.flat
D\:\\CAUC\\xiaomi-notes--note1.1.1\\app\\src\\main\\res\\menu\\note_list_dropdown.xml=D\:\\CAUC\\xiaomi-notes--note1.1.1\\app\\build\\intermediates\\merged_res\\debug\\menu_note_list_dropdown.xml.flat
D\:\\CAUC\\xiaomi-notes--note1.1.1\\app\\src\\main\\res\\drawable-hdpi\\edit_blue.9.png=D\:\\CAUC\\xiaomi-notes--note1.1.1\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_edit_blue.9.png.flat
D\:\\CAUC\\xiaomi-notes--note1.1.1\\app\\src\\main\\res\\drawable-hdpi\\list_yellow_middle.9.png=D\:\\CAUC\\xiaomi-notes--note1.1.1\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_list_yellow_middle.9.png.flat
D\:\\CAUC\\xiaomi-notes--note1.1.1\\app\\build\\intermediates\\incremental\\mergeDebugResources\\stripped.dir\\layout\\widget_4x.xml=D\:\\CAUC\\xiaomi-notes--note1.1.1\\app\\build\\intermediates\\merged_res\\debug\\layout_widget_4x.xml.flat
D\:\\CAUC\\xiaomi-notes--note1.1.1\\app\\src\\main\\res\\xml\\searchable.xml=D\:\\CAUC\\xiaomi-notes--note1.1.1\\app\\build\\intermediates\\merged_res\\debug\\xml_searchable.xml.flat
D\:\\CAUC\\xiaomi-notes--note1.1.1\\app\\src\\main\\res\\drawable-hdpi\\keli.png=D\:\\CAUC\\xiaomi-notes--note1.1.1\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_keli.png.flat
D\:\\CAUC\\xiaomi-notes--note1.1.1\\app\\src\\main\\res\\menu\\note_list.xml=D\:\\CAUC\\xiaomi-notes--note1.1.1\\app\\build\\intermediates\\merged_res\\debug\\menu_note_list.xml.flat
D\:\\CAUC\\xiaomi-notes--note1.1.1\\app\\src\\main\\res\\drawable-hdpi\\note_edit_color_selector_panel.png=D\:\\CAUC\\xiaomi-notes--note1.1.1\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_note_edit_color_selector_panel.png.flat
D\:\\CAUC\\xiaomi-notes--note1.1.1\\app\\src\\main\\res\\drawable-hdpi\\mi1.png=D\:\\CAUC\\xiaomi-notes--note1.1.1\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_mi1.png.flat
D\:\\CAUC\\xiaomi-notes--note1.1.1\\app\\src\\main\\res\\drawable-hdpi\\new_note_normal.png=D\:\\CAUC\\xiaomi-notes--note1.1.1\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_new_note_normal.png.flat
D\:\\CAUC\\xiaomi-notes--note1.1.1\\app\\src\\main\\res\\drawable-hdpi\\notification.png=D\:\\CAUC\\xiaomi-notes--note1.1.1\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_notification.png.flat
D\:\\CAUC\\xiaomi-notes--note1.1.1\\app\\build\\intermediates\\incremental\\mergeDebugResources\\stripped.dir\\layout\\note_edit.xml=D\:\\CAUC\\xiaomi-notes--note1.1.1\\app\\build\\intermediates\\merged_res\\debug\\layout_note_edit.xml.flat
D\:\\CAUC\\xiaomi-notes--note1.1.1\\app\\src\\main\\res\\drawable-hdpi\\list_blue_single.9.png=D\:\\CAUC\\xiaomi-notes--note1.1.1\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_list_blue_single.9.png.flat
D\:\\CAUC\\xiaomi-notes--note1.1.1\\app\\src\\main\\res\\drawable-hdpi\\delete.png=D\:\\CAUC\\xiaomi-notes--note1.1.1\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_delete.png.flat
D\:\\CAUC\\xiaomi-notes--note1.1.1\\app\\build\\intermediates\\incremental\\mergeDebugResources\\stripped.dir\\layout\\dialog_edit.xml=D\:\\CAUC\\xiaomi-notes--note1.1.1\\app\\build\\intermediates\\merged_res\\debug\\layout_dialog_edit.xml.flat
D\:\\CAUC\\xiaomi-notes--note1.1.1\\app\\src\\main\\res\\drawable-hdpi\\search_result.png=D\:\\CAUC\\xiaomi-notes--note1.1.1\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_search_result.png.flat
D\:\\CAUC\\xiaomi-notes--note1.1.1\\app\\src\\main\\res\\drawable-hdpi\\list_yellow_up.9.png=D\:\\CAUC\\xiaomi-notes--note1.1.1\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_list_yellow_up.9.png.flat
D\:\\CAUC\\xiaomi-notes--note1.1.1\\app\\src\\main\\res\\drawable-hdpi\\title_alert.png=D\:\\CAUC\\xiaomi-notes--note1.1.1\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_title_alert.png.flat
D\:\\CAUC\\xiaomi-notes--note1.1.1\\app\\build\\intermediates\\incremental\\mergeDebugResources\\stripped.dir\\layout\\search_list.xml=D\:\\CAUC\\xiaomi-notes--note1.1.1\\app\\build\\intermediates\\merged_res\\debug\\layout_search_list.xml.flat
D\:\\CAUC\\xiaomi-notes--note1.1.1\\app\\src\\main\\res\\drawable-hdpi\\list_white_up.9.png=D\:\\CAUC\\xiaomi-notes--note1.1.1\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_list_white_up.9.png.flat
D\:\\CAUC\\xiaomi-notes--note1.1.1\\app\\src\\main\\res\\drawable-hdpi\\edit_white.9.png=D\:\\CAUC\\xiaomi-notes--note1.1.1\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_edit_white.9.png.flat

@ -1,4 +0,0 @@
#Sat May 17 18:23:33 CST 2025
base.0=D\:\\CAUC\\xiaomi-notes--note1.1.1\\app\\build\\intermediates\\dex\\debug\\mergeDexDebug\\classes.dex
renamed.0=classes.dex
path.0=classes.dex

@ -1,281 +0,0 @@
1<?xml version="1.0" encoding="utf-8"?>
2<manifest xmlns:android="http://schemas.android.com/apk/res/android"
3 package="net.micode.notes"
4 android:versionCode="1"
5 android:versionName="1.0" >
6
7 <uses-sdk
7-->D:\CAUC\xiaomi-notes--note1.1.1\app\src\main\AndroidManifest.xml:8:5-44
8 android:minSdkVersion="16"
8-->D:\CAUC\xiaomi-notes--note1.1.1\app\src\main\AndroidManifest.xml:8:15-41
9 android:targetSdkVersion="20" />
9-->D:\CAUC\xiaomi-notes--note1.1.1\app\src\main\AndroidManifest.xml:8:5-44
10
11 <uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />
11-->D:\CAUC\xiaomi-notes--note1.1.1\app\src\main\AndroidManifest.xml:10:5-81
11-->D:\CAUC\xiaomi-notes--note1.1.1\app\src\main\AndroidManifest.xml:10:22-78
12 <uses-permission android:name="com.android.launcher.permission.INSTALL_SHORTCUT" />
12-->D:\CAUC\xiaomi-notes--note1.1.1\app\src\main\AndroidManifest.xml:11:5-88
12-->D:\CAUC\xiaomi-notes--note1.1.1\app\src\main\AndroidManifest.xml:11:22-85
13 <uses-permission android:name="android.permission.INTERNET" />
13-->D:\CAUC\xiaomi-notes--note1.1.1\app\src\main\AndroidManifest.xml:12:5-67
13-->D:\CAUC\xiaomi-notes--note1.1.1\app\src\main\AndroidManifest.xml:12:22-64
14 <uses-permission android:name="android.permission.READ_CONTACTS" />
14-->D:\CAUC\xiaomi-notes--note1.1.1\app\src\main\AndroidManifest.xml:13:5-72
14-->D:\CAUC\xiaomi-notes--note1.1.1\app\src\main\AndroidManifest.xml:13:22-69
15 <uses-permission android:name="android.permission.MANAGE_ACCOUNTS" />
15-->D:\CAUC\xiaomi-notes--note1.1.1\app\src\main\AndroidManifest.xml:14:5-74
15-->D:\CAUC\xiaomi-notes--note1.1.1\app\src\main\AndroidManifest.xml:14:22-71
16 <uses-permission android:name="android.permission.AUTHENTICATE_ACCOUNTS" />
16-->D:\CAUC\xiaomi-notes--note1.1.1\app\src\main\AndroidManifest.xml:15:5-80
16-->D:\CAUC\xiaomi-notes--note1.1.1\app\src\main\AndroidManifest.xml:15:22-77
17 <uses-permission android:name="android.permission.GET_ACCOUNTS" />
17-->D:\CAUC\xiaomi-notes--note1.1.1\app\src\main\AndroidManifest.xml:16:5-71
17-->D:\CAUC\xiaomi-notes--note1.1.1\app\src\main\AndroidManifest.xml:16:22-68
18 <uses-permission android:name="android.permission.USE_CREDENTIALS" />
18-->D:\CAUC\xiaomi-notes--note1.1.1\app\src\main\AndroidManifest.xml:17:5-74
18-->D:\CAUC\xiaomi-notes--note1.1.1\app\src\main\AndroidManifest.xml:17:22-71
19 <uses-permission android:name="android.permission.RECEIVE_BOOT_COMPLETED" />
19-->D:\CAUC\xiaomi-notes--note1.1.1\app\src\main\AndroidManifest.xml:18:5-81
19-->D:\CAUC\xiaomi-notes--note1.1.1\app\src\main\AndroidManifest.xml:18:22-78
20
21 <application
21-->D:\CAUC\xiaomi-notes--note1.1.1\app\src\main\AndroidManifest.xml:20:5-145:19
22 android:appComponentFactory="android.support.v4.app.CoreComponentFactory"
22-->[com.android.support:support-compat:28.0.0] C:\Users\92911\.gradle\caches\transforms-3\94227f35fc2f952f978199b0daa11809\transformed\support-compat-28.0.0\AndroidManifest.xml:22:18-91
23 android:debuggable="true"
24 android:icon="@drawable/icon_app"
24-->D:\CAUC\xiaomi-notes--note1.1.1\app\src\main\AndroidManifest.xml:21:9-42
25 android:label="@string/app_name"
25-->D:\CAUC\xiaomi-notes--note1.1.1\app\src\main\AndroidManifest.xml:22:9-41
26 android:testOnly="true" >
27
28 <!-- 其他声明 -->
29 <activity
29-->D:\CAUC\xiaomi-notes--note1.1.1\app\src\main\AndroidManifest.xml:26:9-30:47
30 android:name="net.micode.notes.ui.ShowResultActivity"
30-->D:\CAUC\xiaomi-notes--note1.1.1\app\src\main\AndroidManifest.xml:27:17-54
31 android:configChanges="orientation|keyboardHidden|screenSize"
31-->D:\CAUC\xiaomi-notes--note1.1.1\app\src\main\AndroidManifest.xml:28:17-78
32 android:label="Show Result"
32-->D:\CAUC\xiaomi-notes--note1.1.1\app\src\main\AndroidManifest.xml:30:17-44
33 android:theme="@style/Theme.AppCompat.Light.DarkActionBar" />
33-->D:\CAUC\xiaomi-notes--note1.1.1\app\src\main\AndroidManifest.xml:29:17-75
34 <!-- 其他声明 -->
35
36 <activity
36-->D:\CAUC\xiaomi-notes--note1.1.1\app\src\main\AndroidManifest.xml:34:9-43:20
37 android:name="net.micode.notes.ui.SplashActivity"
37-->D:\CAUC\xiaomi-notes--note1.1.1\app\src\main\AndroidManifest.xml:35:13-46
38 android:configChanges="orientation|keyboardHidden|screenSize"
38-->D:\CAUC\xiaomi-notes--note1.1.1\app\src\main\AndroidManifest.xml:36:13-74
39 android:theme="@style/Theme.Notes1.Fullscreen" >
39-->D:\CAUC\xiaomi-notes--note1.1.1\app\src\main\AndroidManifest.xml:37:13-59
40 <intent-filter>
40-->D:\CAUC\xiaomi-notes--note1.1.1\app\src\main\AndroidManifest.xml:38:13-42:29
41 <action android:name="android.intent.action.MAIN" />
41-->D:\CAUC\xiaomi-notes--note1.1.1\app\src\main\AndroidManifest.xml:39:17-69
41-->D:\CAUC\xiaomi-notes--note1.1.1\app\src\main\AndroidManifest.xml:39:25-66
42
43 <category android:name="android.intent.category.LAUNCHER" />
43-->D:\CAUC\xiaomi-notes--note1.1.1\app\src\main\AndroidManifest.xml:41:17-77
43-->D:\CAUC\xiaomi-notes--note1.1.1\app\src\main\AndroidManifest.xml:41:27-74
44 </intent-filter>
45 </activity>
46 <activity
46-->D:\CAUC\xiaomi-notes--note1.1.1\app\src\main\AndroidManifest.xml:44:9-51:64
47 android:name="net.micode.notes.ui.NotesListActivity"
47-->D:\CAUC\xiaomi-notes--note1.1.1\app\src\main\AndroidManifest.xml:45:13-49
48 android:configChanges="keyboardHidden|orientation|screenSize"
48-->D:\CAUC\xiaomi-notes--note1.1.1\app\src\main\AndroidManifest.xml:46:13-74
49 android:label="@string/app_name"
49-->D:\CAUC\xiaomi-notes--note1.1.1\app\src\main\AndroidManifest.xml:47:13-45
50 android:launchMode="singleTop"
50-->D:\CAUC\xiaomi-notes--note1.1.1\app\src\main\AndroidManifest.xml:48:13-43
51 android:theme="@style/Theme.AppCompat.Light.DarkActionBar"
51-->D:\CAUC\xiaomi-notes--note1.1.1\app\src\main\AndroidManifest.xml:49:13-71
52 android:uiOptions="splitActionBarWhenNarrow"
52-->D:\CAUC\xiaomi-notes--note1.1.1\app\src\main\AndroidManifest.xml:50:13-57
53 android:windowSoftInputMode="adjustPan" />
53-->D:\CAUC\xiaomi-notes--note1.1.1\app\src\main\AndroidManifest.xml:51:13-52
54 <activity
54-->D:\CAUC\xiaomi-notes--note1.1.1\app\src\main\AndroidManifest.xml:52:9-85:20
55 android:name="net.micode.notes.ui.NoteEditActivity"
55-->D:\CAUC\xiaomi-notes--note1.1.1\app\src\main\AndroidManifest.xml:53:13-48
56 android:configChanges="keyboardHidden|orientation|screenSize"
56-->D:\CAUC\xiaomi-notes--note1.1.1\app\src\main\AndroidManifest.xml:54:13-74
57 android:launchMode="singleTop"
57-->D:\CAUC\xiaomi-notes--note1.1.1\app\src\main\AndroidManifest.xml:55:13-43
58 android:theme="@style/Theme.AppCompat.Light.DarkActionBar" >
58-->D:\CAUC\xiaomi-notes--note1.1.1\app\src\main\AndroidManifest.xml:56:13-71
59
60 <!-- android:theme="@style/NoteTheme" -->
61
62 <intent-filter>
62-->D:\CAUC\xiaomi-notes--note1.1.1\app\src\main\AndroidManifest.xml:60:13-67:29
63 <action android:name="android.intent.action.VIEW" />
63-->D:\CAUC\xiaomi-notes--note1.1.1\app\src\main\AndroidManifest.xml:61:17-69
63-->D:\CAUC\xiaomi-notes--note1.1.1\app\src\main\AndroidManifest.xml:61:25-66
64
65 <category android:name="android.intent.category.DEFAULT" />
65-->D:\CAUC\xiaomi-notes--note1.1.1\app\src\main\AndroidManifest.xml:63:17-76
65-->D:\CAUC\xiaomi-notes--note1.1.1\app\src\main\AndroidManifest.xml:63:27-73
66
67 <data android:mimeType="vnd.android.cursor.item/text_note" />
67-->D:\CAUC\xiaomi-notes--note1.1.1\app\src\main\AndroidManifest.xml:65:17-78
67-->D:\CAUC\xiaomi-notes--note1.1.1\app\src\main\AndroidManifest.xml:65:23-75
68 <data android:mimeType="vnd.android.cursor.item/call_note" />
68-->D:\CAUC\xiaomi-notes--note1.1.1\app\src\main\AndroidManifest.xml:65:17-78
68-->D:\CAUC\xiaomi-notes--note1.1.1\app\src\main\AndroidManifest.xml:65:23-75
69 </intent-filter>
70 <intent-filter>
70-->D:\CAUC\xiaomi-notes--note1.1.1\app\src\main\AndroidManifest.xml:68:13-75:29
71 <action android:name="android.intent.action.INSERT_OR_EDIT" />
71-->D:\CAUC\xiaomi-notes--note1.1.1\app\src\main\AndroidManifest.xml:69:17-79
71-->D:\CAUC\xiaomi-notes--note1.1.1\app\src\main\AndroidManifest.xml:69:25-76
72
73 <category android:name="android.intent.category.DEFAULT" />
73-->D:\CAUC\xiaomi-notes--note1.1.1\app\src\main\AndroidManifest.xml:63:17-76
73-->D:\CAUC\xiaomi-notes--note1.1.1\app\src\main\AndroidManifest.xml:63:27-73
74
75 <data android:mimeType="vnd.android.cursor.item/text_note" />
75-->D:\CAUC\xiaomi-notes--note1.1.1\app\src\main\AndroidManifest.xml:65:17-78
75-->D:\CAUC\xiaomi-notes--note1.1.1\app\src\main\AndroidManifest.xml:65:23-75
76 <data android:mimeType="vnd.android.cursor.item/call_note" />
76-->D:\CAUC\xiaomi-notes--note1.1.1\app\src\main\AndroidManifest.xml:65:17-78
76-->D:\CAUC\xiaomi-notes--note1.1.1\app\src\main\AndroidManifest.xml:65:23-75
77 </intent-filter>
78 <intent-filter>
78-->D:\CAUC\xiaomi-notes--note1.1.1\app\src\main\AndroidManifest.xml:76:13-80:29
79 <action android:name="android.intent.action.SEARCH" />
79-->D:\CAUC\xiaomi-notes--note1.1.1\app\src\main\AndroidManifest.xml:77:17-71
79-->D:\CAUC\xiaomi-notes--note1.1.1\app\src\main\AndroidManifest.xml:77:25-68
80
81 <category android:name="android.intent.category.DEFAULT" />
81-->D:\CAUC\xiaomi-notes--note1.1.1\app\src\main\AndroidManifest.xml:63:17-76
81-->D:\CAUC\xiaomi-notes--note1.1.1\app\src\main\AndroidManifest.xml:63:27-73
82 </intent-filter>
83
84 <meta-data
84-->D:\CAUC\xiaomi-notes--note1.1.1\app\src\main\AndroidManifest.xml:82:13-84:54
85 android:name="android.app.searchable"
85-->D:\CAUC\xiaomi-notes--note1.1.1\app\src\main\AndroidManifest.xml:83:17-54
86 android:resource="@xml/searchable" />
86-->D:\CAUC\xiaomi-notes--note1.1.1\app\src\main\AndroidManifest.xml:84:17-51
87 </activity>
88
89 <provider
89-->D:\CAUC\xiaomi-notes--note1.1.1\app\src\main\AndroidManifest.xml:87:9-90:43
90 android:name="net.micode.notes.data.NotesProvider"
90-->D:\CAUC\xiaomi-notes--note1.1.1\app\src\main\AndroidManifest.xml:88:13-47
91 android:authorities="micode_notes"
91-->D:\CAUC\xiaomi-notes--note1.1.1\app\src\main\AndroidManifest.xml:89:13-47
92 android:multiprocess="true" />
92-->D:\CAUC\xiaomi-notes--note1.1.1\app\src\main\AndroidManifest.xml:90:13-40
93
94 <receiver
94-->D:\CAUC\xiaomi-notes--note1.1.1\app\src\main\AndroidManifest.xml:92:9-104:20
95 android:name="net.micode.notes.widget.NoteWidgetProvider_2x"
95-->D:\CAUC\xiaomi-notes--note1.1.1\app\src\main\AndroidManifest.xml:93:13-57
96 android:label="@string/app_widget2x2" >
96-->D:\CAUC\xiaomi-notes--note1.1.1\app\src\main\AndroidManifest.xml:94:13-50
97 <intent-filter>
97-->D:\CAUC\xiaomi-notes--note1.1.1\app\src\main\AndroidManifest.xml:95:13-99:29
98 <action android:name="android.appwidget.action.APPWIDGET_UPDATE" />
98-->D:\CAUC\xiaomi-notes--note1.1.1\app\src\main\AndroidManifest.xml:96:17-84
98-->D:\CAUC\xiaomi-notes--note1.1.1\app\src\main\AndroidManifest.xml:96:25-81
99 <action android:name="android.appwidget.action.APPWIDGET_DELETED" />
99-->D:\CAUC\xiaomi-notes--note1.1.1\app\src\main\AndroidManifest.xml:97:17-85
99-->D:\CAUC\xiaomi-notes--note1.1.1\app\src\main\AndroidManifest.xml:97:25-82
100 <action android:name="android.intent.action.PRIVACY_MODE_CHANGED" />
100-->D:\CAUC\xiaomi-notes--note1.1.1\app\src\main\AndroidManifest.xml:98:17-85
100-->D:\CAUC\xiaomi-notes--note1.1.1\app\src\main\AndroidManifest.xml:98:25-82
101 </intent-filter>
102
103 <meta-data
103-->D:\CAUC\xiaomi-notes--note1.1.1\app\src\main\AndroidManifest.xml:101:13-103:58
104 android:name="android.appwidget.provider"
104-->D:\CAUC\xiaomi-notes--note1.1.1\app\src\main\AndroidManifest.xml:102:17-58
105 android:resource="@xml/widget_2x_info" />
105-->D:\CAUC\xiaomi-notes--note1.1.1\app\src\main\AndroidManifest.xml:103:17-55
106 </receiver>
107 <receiver
107-->D:\CAUC\xiaomi-notes--note1.1.1\app\src\main\AndroidManifest.xml:105:9-117:20
108 android:name="net.micode.notes.widget.NoteWidgetProvider_4x"
108-->D:\CAUC\xiaomi-notes--note1.1.1\app\src\main\AndroidManifest.xml:106:13-57
109 android:label="@string/app_widget4x4" >
109-->D:\CAUC\xiaomi-notes--note1.1.1\app\src\main\AndroidManifest.xml:107:13-50
110 <intent-filter>
110-->D:\CAUC\xiaomi-notes--note1.1.1\app\src\main\AndroidManifest.xml:95:13-99:29
111 <action android:name="android.appwidget.action.APPWIDGET_UPDATE" />
111-->D:\CAUC\xiaomi-notes--note1.1.1\app\src\main\AndroidManifest.xml:96:17-84
111-->D:\CAUC\xiaomi-notes--note1.1.1\app\src\main\AndroidManifest.xml:96:25-81
112 <action android:name="android.appwidget.action.APPWIDGET_DELETED" />
112-->D:\CAUC\xiaomi-notes--note1.1.1\app\src\main\AndroidManifest.xml:97:17-85
112-->D:\CAUC\xiaomi-notes--note1.1.1\app\src\main\AndroidManifest.xml:97:25-82
113 <action android:name="android.intent.action.PRIVACY_MODE_CHANGED" />
113-->D:\CAUC\xiaomi-notes--note1.1.1\app\src\main\AndroidManifest.xml:98:17-85
113-->D:\CAUC\xiaomi-notes--note1.1.1\app\src\main\AndroidManifest.xml:98:25-82
114 </intent-filter>
115
116 <meta-data
116-->D:\CAUC\xiaomi-notes--note1.1.1\app\src\main\AndroidManifest.xml:101:13-103:58
117 android:name="android.appwidget.provider"
117-->D:\CAUC\xiaomi-notes--note1.1.1\app\src\main\AndroidManifest.xml:102:17-58
118 android:resource="@xml/widget_4x_info" />
118-->D:\CAUC\xiaomi-notes--note1.1.1\app\src\main\AndroidManifest.xml:103:17-55
119 </receiver>
120 <receiver android:name="net.micode.notes.ui.AlarmInitReceiver" >
120-->D:\CAUC\xiaomi-notes--note1.1.1\app\src\main\AndroidManifest.xml:118:9-122:20
120-->D:\CAUC\xiaomi-notes--note1.1.1\app\src\main\AndroidManifest.xml:118:19-55
121 <intent-filter>
121-->D:\CAUC\xiaomi-notes--note1.1.1\app\src\main\AndroidManifest.xml:119:13-121:29
122 <action android:name="android.intent.action.BOOT_COMPLETED" />
122-->D:\CAUC\xiaomi-notes--note1.1.1\app\src\main\AndroidManifest.xml:120:17-79
122-->D:\CAUC\xiaomi-notes--note1.1.1\app\src\main\AndroidManifest.xml:120:25-76
123 </intent-filter>
124 </receiver>
125 <receiver
125-->D:\CAUC\xiaomi-notes--note1.1.1\app\src\main\AndroidManifest.xml:123:9-125:50
126 android:name="net.micode.notes.ui.AlarmReceiver"
126-->D:\CAUC\xiaomi-notes--note1.1.1\app\src\main\AndroidManifest.xml:124:13-45
127 android:process=":remote" />
127-->D:\CAUC\xiaomi-notes--note1.1.1\app\src\main\AndroidManifest.xml:125:13-38
128
129 <activity
129-->D:\CAUC\xiaomi-notes--note1.1.1\app\src\main\AndroidManifest.xml:127:9-131:87
130 android:name="net.micode.notes.ui.AlarmAlertActivity"
130-->D:\CAUC\xiaomi-notes--note1.1.1\app\src\main\AndroidManifest.xml:128:13-50
131 android:label="@string/app_name"
131-->D:\CAUC\xiaomi-notes--note1.1.1\app\src\main\AndroidManifest.xml:129:13-45
132 android:launchMode="singleInstance"
132-->D:\CAUC\xiaomi-notes--note1.1.1\app\src\main\AndroidManifest.xml:130:13-48
133 android:theme="@android:style/Theme.Holo.Wallpaper.NoTitleBar" />
133-->D:\CAUC\xiaomi-notes--note1.1.1\app\src\main\AndroidManifest.xml:131:13-75
134 <activity
134-->D:\CAUC\xiaomi-notes--note1.1.1\app\src\main\AndroidManifest.xml:132:9-136:72
135 android:name="net.micode.notes.ui.NotesPreferenceActivity"
135-->D:\CAUC\xiaomi-notes--note1.1.1\app\src\main\AndroidManifest.xml:133:13-55
136 android:label="@string/preferences_title"
136-->D:\CAUC\xiaomi-notes--note1.1.1\app\src\main\AndroidManifest.xml:134:13-54
137 android:launchMode="singleTop"
137-->D:\CAUC\xiaomi-notes--note1.1.1\app\src\main\AndroidManifest.xml:135:13-43
138 android:theme="@android:style/Theme.Holo.Light" />
138-->D:\CAUC\xiaomi-notes--note1.1.1\app\src\main\AndroidManifest.xml:136:13-60
139
140 <service
140-->D:\CAUC\xiaomi-notes--note1.1.1\app\src\main\AndroidManifest.xml:138:9-140:48
141 android:name="net.micode.notes.gtask.remote.GTaskSyncService"
141-->D:\CAUC\xiaomi-notes--note1.1.1\app\src\main\AndroidManifest.xml:139:13-58
142 android:exported="false" />
142-->D:\CAUC\xiaomi-notes--note1.1.1\app\src\main\AndroidManifest.xml:140:13-37
143
144 <meta-data
144-->D:\CAUC\xiaomi-notes--note1.1.1\app\src\main\AndroidManifest.xml:142:9-144:52
145 android:name="android.app.default_searchable"
145-->D:\CAUC\xiaomi-notes--note1.1.1\app\src\main\AndroidManifest.xml:143:13-58
146 android:value=".ui.NoteEditActivity" />
146-->D:\CAUC\xiaomi-notes--note1.1.1\app\src\main\AndroidManifest.xml:144:13-49
147 </application>
148
149</manifest>

@ -1,149 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="net.micode.notes"
android:versionCode="1"
android:versionName="1.0" >
<uses-sdk
android:minSdkVersion="16"
android:targetSdkVersion="20" />
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />
<uses-permission android:name="com.android.launcher.permission.INSTALL_SHORTCUT" />
<uses-permission android:name="android.permission.INTERNET" />
<uses-permission android:name="android.permission.READ_CONTACTS" />
<uses-permission android:name="android.permission.MANAGE_ACCOUNTS" />
<uses-permission android:name="android.permission.AUTHENTICATE_ACCOUNTS" />
<uses-permission android:name="android.permission.GET_ACCOUNTS" />
<uses-permission android:name="android.permission.USE_CREDENTIALS" />
<uses-permission android:name="android.permission.RECEIVE_BOOT_COMPLETED" />
<application
android:appComponentFactory="android.support.v4.app.CoreComponentFactory"
android:debuggable="true"
android:icon="@drawable/icon_app"
android:label="@string/app_name"
android:testOnly="true" >
<!-- 其他声明 -->
<activity
android:name="net.micode.notes.ui.ShowResultActivity"
android:configChanges="orientation|keyboardHidden|screenSize"
android:label="Show Result"
android:theme="@style/Theme.AppCompat.Light.DarkActionBar" />
<!-- 其他声明 -->
<activity
android:name="net.micode.notes.ui.SplashActivity"
android:configChanges="orientation|keyboardHidden|screenSize"
android:theme="@style/Theme.Notes1.Fullscreen" >
<intent-filter>
<action android:name="android.intent.action.MAIN" />
<category android:name="android.intent.category.LAUNCHER" />
</intent-filter>
</activity>
<activity
android:name="net.micode.notes.ui.NotesListActivity"
android:configChanges="keyboardHidden|orientation|screenSize"
android:label="@string/app_name"
android:launchMode="singleTop"
android:theme="@style/Theme.AppCompat.Light.DarkActionBar"
android:uiOptions="splitActionBarWhenNarrow"
android:windowSoftInputMode="adjustPan" />
<activity
android:name="net.micode.notes.ui.NoteEditActivity"
android:configChanges="keyboardHidden|orientation|screenSize"
android:launchMode="singleTop"
android:theme="@style/Theme.AppCompat.Light.DarkActionBar" >
<!-- android:theme="@style/NoteTheme" -->
<intent-filter>
<action android:name="android.intent.action.VIEW" />
<category android:name="android.intent.category.DEFAULT" />
<data android:mimeType="vnd.android.cursor.item/text_note" />
<data android:mimeType="vnd.android.cursor.item/call_note" />
</intent-filter>
<intent-filter>
<action android:name="android.intent.action.INSERT_OR_EDIT" />
<category android:name="android.intent.category.DEFAULT" />
<data android:mimeType="vnd.android.cursor.item/text_note" />
<data android:mimeType="vnd.android.cursor.item/call_note" />
</intent-filter>
<intent-filter>
<action android:name="android.intent.action.SEARCH" />
<category android:name="android.intent.category.DEFAULT" />
</intent-filter>
<meta-data
android:name="android.app.searchable"
android:resource="@xml/searchable" />
</activity>
<provider
android:name="net.micode.notes.data.NotesProvider"
android:authorities="micode_notes"
android:multiprocess="true" />
<receiver
android:name="net.micode.notes.widget.NoteWidgetProvider_2x"
android:label="@string/app_widget2x2" >
<intent-filter>
<action android:name="android.appwidget.action.APPWIDGET_UPDATE" />
<action android:name="android.appwidget.action.APPWIDGET_DELETED" />
<action android:name="android.intent.action.PRIVACY_MODE_CHANGED" />
</intent-filter>
<meta-data
android:name="android.appwidget.provider"
android:resource="@xml/widget_2x_info" />
</receiver>
<receiver
android:name="net.micode.notes.widget.NoteWidgetProvider_4x"
android:label="@string/app_widget4x4" >
<intent-filter>
<action android:name="android.appwidget.action.APPWIDGET_UPDATE" />
<action android:name="android.appwidget.action.APPWIDGET_DELETED" />
<action android:name="android.intent.action.PRIVACY_MODE_CHANGED" />
</intent-filter>
<meta-data
android:name="android.appwidget.provider"
android:resource="@xml/widget_4x_info" />
</receiver>
<receiver android:name="net.micode.notes.ui.AlarmInitReceiver" >
<intent-filter>
<action android:name="android.intent.action.BOOT_COMPLETED" />
</intent-filter>
</receiver>
<receiver
android:name="net.micode.notes.ui.AlarmReceiver"
android:process=":remote" />
<activity
android:name="net.micode.notes.ui.AlarmAlertActivity"
android:label="@string/app_name"
android:launchMode="singleInstance"
android:theme="@android:style/Theme.Holo.Wallpaper.NoTitleBar" />
<activity
android:name="net.micode.notes.ui.NotesPreferenceActivity"
android:label="@string/preferences_title"
android:launchMode="singleTop"
android:theme="@android:style/Theme.Holo.Light" />
<service
android:name="net.micode.notes.gtask.remote.GTaskSyncService"
android:exported="false" />
<meta-data
android:name="android.app.default_searchable"
android:value=".ui.NoteEditActivity" />
</application>
</manifest>

@ -1,149 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="net.micode.notes"
android:versionCode="1"
android:versionName="1.0" >
<uses-sdk
android:minSdkVersion="16"
android:targetSdkVersion="20" />
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />
<uses-permission android:name="com.android.launcher.permission.INSTALL_SHORTCUT" />
<uses-permission android:name="android.permission.INTERNET" />
<uses-permission android:name="android.permission.READ_CONTACTS" />
<uses-permission android:name="android.permission.MANAGE_ACCOUNTS" />
<uses-permission android:name="android.permission.AUTHENTICATE_ACCOUNTS" />
<uses-permission android:name="android.permission.GET_ACCOUNTS" />
<uses-permission android:name="android.permission.USE_CREDENTIALS" />
<uses-permission android:name="android.permission.RECEIVE_BOOT_COMPLETED" />
<application
android:appComponentFactory="android.support.v4.app.CoreComponentFactory"
android:debuggable="true"
android:icon="@drawable/icon_app"
android:label="@string/app_name"
android:testOnly="true" >
<!-- 其他声明 -->
<activity
android:name="net.micode.notes.ui.ShowResultActivity"
android:configChanges="orientation|keyboardHidden|screenSize"
android:label="Show Result"
android:theme="@style/Theme.AppCompat.Light.DarkActionBar" />
<!-- 其他声明 -->
<activity
android:name="net.micode.notes.ui.SplashActivity"
android:configChanges="orientation|keyboardHidden|screenSize"
android:theme="@style/Theme.Notes1.Fullscreen" >
<intent-filter>
<action android:name="android.intent.action.MAIN" />
<category android:name="android.intent.category.LAUNCHER" />
</intent-filter>
</activity>
<activity
android:name="net.micode.notes.ui.NotesListActivity"
android:configChanges="keyboardHidden|orientation|screenSize"
android:label="@string/app_name"
android:launchMode="singleTop"
android:theme="@style/Theme.AppCompat.Light.DarkActionBar"
android:uiOptions="splitActionBarWhenNarrow"
android:windowSoftInputMode="adjustPan" />
<activity
android:name="net.micode.notes.ui.NoteEditActivity"
android:configChanges="keyboardHidden|orientation|screenSize"
android:launchMode="singleTop"
android:theme="@style/Theme.AppCompat.Light.DarkActionBar" >
<!-- android:theme="@style/NoteTheme" -->
<intent-filter>
<action android:name="android.intent.action.VIEW" />
<category android:name="android.intent.category.DEFAULT" />
<data android:mimeType="vnd.android.cursor.item/text_note" />
<data android:mimeType="vnd.android.cursor.item/call_note" />
</intent-filter>
<intent-filter>
<action android:name="android.intent.action.INSERT_OR_EDIT" />
<category android:name="android.intent.category.DEFAULT" />
<data android:mimeType="vnd.android.cursor.item/text_note" />
<data android:mimeType="vnd.android.cursor.item/call_note" />
</intent-filter>
<intent-filter>
<action android:name="android.intent.action.SEARCH" />
<category android:name="android.intent.category.DEFAULT" />
</intent-filter>
<meta-data
android:name="android.app.searchable"
android:resource="@xml/searchable" />
</activity>
<provider
android:name="net.micode.notes.data.NotesProvider"
android:authorities="micode_notes"
android:multiprocess="true" />
<receiver
android:name="net.micode.notes.widget.NoteWidgetProvider_2x"
android:label="@string/app_widget2x2" >
<intent-filter>
<action android:name="android.appwidget.action.APPWIDGET_UPDATE" />
<action android:name="android.appwidget.action.APPWIDGET_DELETED" />
<action android:name="android.intent.action.PRIVACY_MODE_CHANGED" />
</intent-filter>
<meta-data
android:name="android.appwidget.provider"
android:resource="@xml/widget_2x_info" />
</receiver>
<receiver
android:name="net.micode.notes.widget.NoteWidgetProvider_4x"
android:label="@string/app_widget4x4" >
<intent-filter>
<action android:name="android.appwidget.action.APPWIDGET_UPDATE" />
<action android:name="android.appwidget.action.APPWIDGET_DELETED" />
<action android:name="android.intent.action.PRIVACY_MODE_CHANGED" />
</intent-filter>
<meta-data
android:name="android.appwidget.provider"
android:resource="@xml/widget_4x_info" />
</receiver>
<receiver android:name="net.micode.notes.ui.AlarmInitReceiver" >
<intent-filter>
<action android:name="android.intent.action.BOOT_COMPLETED" />
</intent-filter>
</receiver>
<receiver
android:name="net.micode.notes.ui.AlarmReceiver"
android:process=":remote" />
<activity
android:name="net.micode.notes.ui.AlarmAlertActivity"
android:label="@string/app_name"
android:launchMode="singleInstance"
android:theme="@android:style/Theme.Holo.Wallpaper.NoTitleBar" />
<activity
android:name="net.micode.notes.ui.NotesPreferenceActivity"
android:label="@string/preferences_title"
android:launchMode="singleTop"
android:theme="@android:style/Theme.Holo.Light" />
<service
android:name="net.micode.notes.gtask.remote.GTaskSyncService"
android:exported="false" />
<meta-data
android:name="android.app.default_searchable"
android:value=".ui.NoteEditActivity" />
</application>
</manifest>

@ -1,418 +0,0 @@
[
{
"merged": "D:\\CAUC\\xiaomi-notes--note1.1.1\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_edit_green.9.png.flat",
"source": "D:\\CAUC\\xiaomi-notes--note1.1.1\\app\\src\\main\\res\\drawable-hdpi\\edit_green.9.png"
},
{
"merged": "D:\\CAUC\\xiaomi-notes--note1.1.1\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_widget_2x_green.png.flat",
"source": "D:\\CAUC\\xiaomi-notes--note1.1.1\\app\\src\\main\\res\\drawable-hdpi\\widget_2x_green.png"
},
{
"merged": "D:\\CAUC\\xiaomi-notes--note1.1.1\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_list_red_middle.9.png.flat",
"source": "D:\\CAUC\\xiaomi-notes--note1.1.1\\app\\src\\main\\res\\drawable-hdpi\\list_red_middle.9.png"
},
{
"merged": "D:\\CAUC\\xiaomi-notes--note1.1.1\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_mi1.png.flat",
"source": "D:\\CAUC\\xiaomi-notes--note1.1.1\\app\\src\\main\\res\\drawable-hdpi\\mi1.png"
},
{
"merged": "D:\\CAUC\\xiaomi-notes--note1.1.1\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_list_yellow_middle.9.png.flat",
"source": "D:\\CAUC\\xiaomi-notes--note1.1.1\\app\\src\\main\\res\\drawable-hdpi\\list_yellow_middle.9.png"
},
{
"merged": "D:\\CAUC\\xiaomi-notes--note1.1.1\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_title_alert.png.flat",
"source": "D:\\CAUC\\xiaomi-notes--note1.1.1\\app\\src\\main\\res\\drawable-hdpi\\title_alert.png"
},
{
"merged": "D:\\CAUC\\xiaomi-notes--note1.1.1\\app\\build\\intermediates\\merged_res\\debug\\menu_sub_folder.xml.flat",
"source": "D:\\CAUC\\xiaomi-notes--note1.1.1\\app\\src\\main\\res\\menu\\sub_folder.xml"
},
{
"merged": "D:\\CAUC\\xiaomi-notes--note1.1.1\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_op_start.png.flat",
"source": "D:\\CAUC\\xiaomi-notes--note1.1.1\\app\\src\\main\\res\\drawable-hdpi\\op_start.png"
},
{
"merged": "D:\\CAUC\\xiaomi-notes--note1.1.1\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_widget_2x_yellow.png.flat",
"source": "D:\\CAUC\\xiaomi-notes--note1.1.1\\app\\src\\main\\res\\drawable-hdpi\\widget_2x_yellow.png"
},
{
"merged": "D:\\CAUC\\xiaomi-notes--note1.1.1\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_dropdown_icon.9.png.flat",
"source": "D:\\CAUC\\xiaomi-notes--note1.1.1\\app\\src\\main\\res\\drawable-hdpi\\dropdown_icon.9.png"
},
{
"merged": "D:\\CAUC\\xiaomi-notes--note1.1.1\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_title_bar_bg.9.png.flat",
"source": "D:\\CAUC\\xiaomi-notes--note1.1.1\\app\\src\\main\\res\\drawable-hdpi\\title_bar_bg.9.png"
},
{
"merged": "D:\\CAUC\\xiaomi-notes--note1.1.1\\app\\build\\intermediates\\merged_res\\debug\\layout_datetime_picker.xml.flat",
"source": "D:\\CAUC\\xiaomi-notes--note1.1.1\\app\\src\\main\\res\\layout\\datetime_picker.xml"
},
{
"merged": "D:\\CAUC\\xiaomi-notes--note1.1.1\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_widget_4x_green.png.flat",
"source": "D:\\CAUC\\xiaomi-notes--note1.1.1\\app\\src\\main\\res\\drawable-hdpi\\widget_4x_green.png"
},
{
"merged": "D:\\CAUC\\xiaomi-notes--note1.1.1\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_widget_2x_red.png.flat",
"source": "D:\\CAUC\\xiaomi-notes--note1.1.1\\app\\src\\main\\res\\drawable-hdpi\\widget_2x_red.png"
},
{
"merged": "D:\\CAUC\\xiaomi-notes--note1.1.1\\app\\build\\intermediates\\merged_res\\debug\\xml_widget_4x_info.xml.flat",
"source": "D:\\CAUC\\xiaomi-notes--note1.1.1\\app\\src\\main\\res\\xml\\widget_4x_info.xml"
},
{
"merged": "D:\\CAUC\\xiaomi-notes--note1.1.1\\app\\build\\intermediates\\merged_res\\debug\\xml_preferences.xml.flat",
"source": "D:\\CAUC\\xiaomi-notes--note1.1.1\\app\\src\\main\\res\\xml\\preferences.xml"
},
{
"merged": "D:\\CAUC\\xiaomi-notes--note1.1.1\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_edit_title_red.9.png.flat",
"source": "D:\\CAUC\\xiaomi-notes--note1.1.1\\app\\src\\main\\res\\drawable-hdpi\\edit_title_red.9.png"
},
{
"merged": "D:\\CAUC\\xiaomi-notes--note1.1.1\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_bg_btn_set_color.png.flat",
"source": "D:\\CAUC\\xiaomi-notes--note1.1.1\\app\\src\\main\\res\\drawable-hdpi\\bg_btn_set_color.png"
},
{
"merged": "D:\\CAUC\\xiaomi-notes--note1.1.1\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_list_background.png.flat",
"source": "D:\\CAUC\\xiaomi-notes--note1.1.1\\app\\src\\main\\res\\drawable-hdpi\\list_background.png"
},
{
"merged": "D:\\CAUC\\xiaomi-notes--note1.1.1\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_list_blue_single.9.png.flat",
"source": "D:\\CAUC\\xiaomi-notes--note1.1.1\\app\\src\\main\\res\\drawable-hdpi\\list_blue_single.9.png"
},
{
"merged": "D:\\CAUC\\xiaomi-notes--note1.1.1\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_new_note_pressed.png.flat",
"source": "D:\\CAUC\\xiaomi-notes--note1.1.1\\app\\src\\main\\res\\drawable-hdpi\\new_note_pressed.png"
},
{
"merged": "D:\\CAUC\\xiaomi-notes--note1.1.1\\app\\build\\intermediates\\merged_res\\debug\\color_secondary_text_dark.xml.flat",
"source": "D:\\CAUC\\xiaomi-notes--note1.1.1\\app\\src\\main\\res\\color\\secondary_text_dark.xml"
},
{
"merged": "D:\\CAUC\\xiaomi-notes--note1.1.1\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_list_green_single.9.png.flat",
"source": "D:\\CAUC\\xiaomi-notes--note1.1.1\\app\\src\\main\\res\\drawable-hdpi\\list_green_single.9.png"
},
{
"merged": "D:\\CAUC\\xiaomi-notes--note1.1.1\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_list_green_middle.9.png.flat",
"source": "D:\\CAUC\\xiaomi-notes--note1.1.1\\app\\src\\main\\res\\drawable-hdpi\\list_green_middle.9.png"
},
{
"merged": "D:\\CAUC\\xiaomi-notes--note1.1.1\\app\\build\\intermediates\\merged_res\\debug\\layout_note_item.xml.flat",
"source": "D:\\CAUC\\xiaomi-notes--note1.1.1\\app\\src\\main\\res\\layout\\note_item.xml"
},
{
"merged": "D:\\CAUC\\xiaomi-notes--note1.1.1\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_menu_delete.png.flat",
"source": "D:\\CAUC\\xiaomi-notes--note1.1.1\\app\\src\\main\\res\\drawable-hdpi\\menu_delete.png"
},
{
"merged": "D:\\CAUC\\xiaomi-notes--note1.1.1\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_list_blue_up.9.png.flat",
"source": "D:\\CAUC\\xiaomi-notes--note1.1.1\\app\\src\\main\\res\\drawable-hdpi\\list_blue_up.9.png"
},
{
"merged": "D:\\CAUC\\xiaomi-notes--note1.1.1\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_widget_2x_white.png.flat",
"source": "D:\\CAUC\\xiaomi-notes--note1.1.1\\app\\src\\main\\res\\drawable-hdpi\\widget_2x_white.png"
},
{
"merged": "D:\\CAUC\\xiaomi-notes--note1.1.1\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_note_edit_color_selector_panel.png.flat",
"source": "D:\\CAUC\\xiaomi-notes--note1.1.1\\app\\src\\main\\res\\drawable-hdpi\\note_edit_color_selector_panel.png"
},
{
"merged": "D:\\CAUC\\xiaomi-notes--note1.1.1\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_menu_move.png.flat",
"source": "D:\\CAUC\\xiaomi-notes--note1.1.1\\app\\src\\main\\res\\drawable-hdpi\\menu_move.png"
},
{
"merged": "D:\\CAUC\\xiaomi-notes--note1.1.1\\app\\build\\intermediates\\merged_res\\debug\\layout_note_list_footer.xml.flat",
"source": "D:\\CAUC\\xiaomi-notes--note1.1.1\\app\\src\\main\\res\\layout\\note_list_footer.xml"
},
{
"merged": "D:\\CAUC\\xiaomi-notes--note1.1.1\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_list_yellow_up.9.png.flat",
"source": "D:\\CAUC\\xiaomi-notes--note1.1.1\\app\\src\\main\\res\\drawable-hdpi\\list_yellow_up.9.png"
},
{
"merged": "D:\\CAUC\\xiaomi-notes--note1.1.1\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_font_large.png.flat",
"source": "D:\\CAUC\\xiaomi-notes--note1.1.1\\app\\src\\main\\res\\drawable-hdpi\\font_large.png"
},
{
"merged": "D:\\CAUC\\xiaomi-notes--note1.1.1\\app\\build\\intermediates\\merged_res\\debug\\layout_add_account_text.xml.flat",
"source": "D:\\CAUC\\xiaomi-notes--note1.1.1\\app\\src\\main\\res\\layout\\add_account_text.xml"
},
{
"merged": "D:\\CAUC\\xiaomi-notes--note1.1.1\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_edit_title_white.9.png.flat",
"source": "D:\\CAUC\\xiaomi-notes--note1.1.1\\app\\src\\main\\res\\drawable-hdpi\\edit_title_white.9.png"
},
{
"merged": "D:\\CAUC\\xiaomi-notes--note1.1.1\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_call_record.png.flat",
"source": "D:\\CAUC\\xiaomi-notes--note1.1.1\\app\\src\\main\\res\\drawable-hdpi\\call_record.png"
},
{
"merged": "D:\\CAUC\\xiaomi-notes--note1.1.1\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_mi.png.flat",
"source": "D:\\CAUC\\xiaomi-notes--note1.1.1\\app\\src\\main\\res\\drawable-hdpi\\mi.png"
},
{
"merged": "D:\\CAUC\\xiaomi-notes--note1.1.1\\app\\build\\intermediates\\merged_res\\debug\\raw_introduction.flat",
"source": "D:\\CAUC\\xiaomi-notes--note1.1.1\\app\\src\\main\\res\\raw\\introduction"
},
{
"merged": "D:\\CAUC\\xiaomi-notes--note1.1.1\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_list_white_down.9.png.flat",
"source": "D:\\CAUC\\xiaomi-notes--note1.1.1\\app\\src\\main\\res\\drawable-hdpi\\list_white_down.9.png"
},
{
"merged": "D:\\CAUC\\xiaomi-notes--note1.1.1\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_edit_white.9.png.flat",
"source": "D:\\CAUC\\xiaomi-notes--note1.1.1\\app\\src\\main\\res\\drawable-hdpi\\edit_white.9.png"
},
{
"merged": "D:\\CAUC\\xiaomi-notes--note1.1.1\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_edit_title_green.9.png.flat",
"source": "D:\\CAUC\\xiaomi-notes--note1.1.1\\app\\src\\main\\res\\drawable-hdpi\\edit_title_green.9.png"
},
{
"merged": "D:\\CAUC\\xiaomi-notes--note1.1.1\\app\\build\\intermediates\\merged_res\\debug\\layout_search_list.xml.flat",
"source": "D:\\CAUC\\xiaomi-notes--note1.1.1\\app\\src\\main\\res\\layout\\search_list.xml"
},
{
"merged": "D:\\CAUC\\xiaomi-notes--note1.1.1\\app\\build\\intermediates\\merged_res\\debug\\menu_call_note_edit.xml.flat",
"source": "D:\\CAUC\\xiaomi-notes--note1.1.1\\app\\src\\main\\res\\menu\\call_note_edit.xml"
},
{
"merged": "D:\\CAUC\\xiaomi-notes--note1.1.1\\app\\build\\intermediates\\merged_res\\debug\\xml_searchable.xml.flat",
"source": "D:\\CAUC\\xiaomi-notes--note1.1.1\\app\\src\\main\\res\\xml\\searchable.xml"
},
{
"merged": "D:\\CAUC\\xiaomi-notes--note1.1.1\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_widget_2x_blue.png.flat",
"source": "D:\\CAUC\\xiaomi-notes--note1.1.1\\app\\src\\main\\res\\drawable-hdpi\\widget_2x_blue.png"
},
{
"merged": "D:\\CAUC\\xiaomi-notes--note1.1.1\\app\\build\\intermediates\\merged_res\\debug\\layout_folder_list_item.xml.flat",
"source": "D:\\CAUC\\xiaomi-notes--note1.1.1\\app\\src\\main\\res\\layout\\folder_list_item.xml"
},
{
"merged": "D:\\CAUC\\xiaomi-notes--note1.1.1\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_list_yellow_single.9.png.flat",
"source": "D:\\CAUC\\xiaomi-notes--note1.1.1\\app\\src\\main\\res\\drawable-hdpi\\list_yellow_single.9.png"
},
{
"merged": "D:\\CAUC\\xiaomi-notes--note1.1.1\\app\\build\\intermediates\\merged_res\\debug\\xml_widget_2x_info.xml.flat",
"source": "D:\\CAUC\\xiaomi-notes--note1.1.1\\app\\src\\main\\res\\xml\\widget_2x_info.xml"
},
{
"merged": "D:\\CAUC\\xiaomi-notes--note1.1.1\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_list_red_single.9.png.flat",
"source": "D:\\CAUC\\xiaomi-notes--note1.1.1\\app\\src\\main\\res\\drawable-hdpi\\list_red_single.9.png"
},
{
"merged": "D:\\CAUC\\xiaomi-notes--note1.1.1\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_hutao.png.flat",
"source": "D:\\CAUC\\xiaomi-notes--note1.1.1\\app\\src\\main\\res\\drawable-hdpi\\hutao.png"
},
{
"merged": "D:\\CAUC\\xiaomi-notes--note1.1.1\\app\\build\\intermediates\\merged_res\\debug\\layout_acticity_word.xml.flat",
"source": "D:\\CAUC\\xiaomi-notes--note1.1.1\\app\\src\\main\\res\\layout\\acticity_word.xml"
},
{
"merged": "D:\\CAUC\\xiaomi-notes--note1.1.1\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_list_blue_middle.9.png.flat",
"source": "D:\\CAUC\\xiaomi-notes--note1.1.1\\app\\src\\main\\res\\drawable-hdpi\\list_blue_middle.9.png"
},
{
"merged": "D:\\CAUC\\xiaomi-notes--note1.1.1\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_list_red_up.9.png.flat",
"source": "D:\\CAUC\\xiaomi-notes--note1.1.1\\app\\src\\main\\res\\drawable-hdpi\\list_red_up.9.png"
},
{
"merged": "D:\\CAUC\\xiaomi-notes--note1.1.1\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_icon_app.png.flat",
"source": "D:\\CAUC\\xiaomi-notes--note1.1.1\\app\\src\\main\\res\\drawable-hdpi\\icon_app.png"
},
{
"merged": "D:\\CAUC\\xiaomi-notes--note1.1.1\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_keli.png.flat",
"source": "D:\\CAUC\\xiaomi-notes--note1.1.1\\app\\src\\main\\res\\drawable-hdpi\\keli.png"
},
{
"merged": "D:\\CAUC\\xiaomi-notes--note1.1.1\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_list_blue_down.9.png.flat",
"source": "D:\\CAUC\\xiaomi-notes--note1.1.1\\app\\src\\main\\res\\drawable-hdpi\\list_blue_down.9.png"
},
{
"merged": "D:\\CAUC\\xiaomi-notes--note1.1.1\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_font_super.png.flat",
"source": "D:\\CAUC\\xiaomi-notes--note1.1.1\\app\\src\\main\\res\\drawable-hdpi\\font_super.png"
},
{
"merged": "D:\\CAUC\\xiaomi-notes--note1.1.1\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_list_folder.9.png.flat",
"source": "D:\\CAUC\\xiaomi-notes--note1.1.1\\app\\src\\main\\res\\drawable-hdpi\\list_folder.9.png"
},
{
"merged": "D:\\CAUC\\xiaomi-notes--note1.1.1\\app\\build\\intermediates\\merged_res\\debug\\layout_note_list.xml.flat",
"source": "D:\\CAUC\\xiaomi-notes--note1.1.1\\app\\src\\main\\res\\layout\\note_list.xml"
},
{
"merged": "D:\\CAUC\\xiaomi-notes--note1.1.1\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_search_result.png.flat",
"source": "D:\\CAUC\\xiaomi-notes--note1.1.1\\app\\src\\main\\res\\drawable-hdpi\\search_result.png"
},
{
"merged": "D:\\CAUC\\xiaomi-notes--note1.1.1\\app\\build\\intermediates\\merged_res\\debug\\layout_note_edit.xml.flat",
"source": "D:\\CAUC\\xiaomi-notes--note1.1.1\\app\\src\\main\\res\\layout\\note_edit.xml"
},
{
"merged": "D:\\CAUC\\xiaomi-notes--note1.1.1\\app\\build\\intermediates\\merged_res\\debug\\layout_dialog_edit.xml.flat",
"source": "D:\\CAUC\\xiaomi-notes--note1.1.1\\app\\src\\main\\res\\layout\\dialog_edit.xml"
},
{
"merged": "D:\\CAUC\\xiaomi-notes--note1.1.1\\app\\build\\intermediates\\merged_res\\debug\\menu_note_list_options.xml.flat",
"source": "D:\\CAUC\\xiaomi-notes--note1.1.1\\app\\src\\main\\res\\menu\\note_list_options.xml"
},
{
"merged": "D:\\CAUC\\xiaomi-notes--note1.1.1\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_list_red_down.9.png.flat",
"source": "D:\\CAUC\\xiaomi-notes--note1.1.1\\app\\src\\main\\res\\drawable-hdpi\\list_red_down.9.png"
},
{
"merged": "D:\\CAUC\\xiaomi-notes--note1.1.1\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_widget_4x_red.png.flat",
"source": "D:\\CAUC\\xiaomi-notes--note1.1.1\\app\\src\\main\\res\\drawable-hdpi\\widget_4x_red.png"
},
{
"merged": "D:\\CAUC\\xiaomi-notes--note1.1.1\\app\\build\\intermediates\\merged_res\\debug\\menu_call_record_folder.xml.flat",
"source": "D:\\CAUC\\xiaomi-notes--note1.1.1\\app\\src\\main\\res\\menu\\call_record_folder.xml"
},
{
"merged": "D:\\CAUC\\xiaomi-notes--note1.1.1\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_list_white_up.9.png.flat",
"source": "D:\\CAUC\\xiaomi-notes--note1.1.1\\app\\src\\main\\res\\drawable-hdpi\\list_white_up.9.png"
},
{
"merged": "D:\\CAUC\\xiaomi-notes--note1.1.1\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_notification.png.flat",
"source": "D:\\CAUC\\xiaomi-notes--note1.1.1\\app\\src\\main\\res\\drawable-hdpi\\notification.png"
},
{
"merged": "D:\\CAUC\\xiaomi-notes--note1.1.1\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_edit_red.9.png.flat",
"source": "D:\\CAUC\\xiaomi-notes--note1.1.1\\app\\src\\main\\res\\drawable-hdpi\\edit_red.9.png"
},
{
"merged": "D:\\CAUC\\xiaomi-notes--note1.1.1\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_widget_4x_yellow.png.flat",
"source": "D:\\CAUC\\xiaomi-notes--note1.1.1\\app\\src\\main\\res\\drawable-hdpi\\widget_4x_yellow.png"
},
{
"merged": "D:\\CAUC\\xiaomi-notes--note1.1.1\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_list_footer_bg.9.png.flat",
"source": "D:\\CAUC\\xiaomi-notes--note1.1.1\\app\\src\\main\\res\\drawable-hdpi\\list_footer_bg.9.png"
},
{
"merged": "D:\\CAUC\\xiaomi-notes--note1.1.1\\app\\build\\intermediates\\merged_res\\debug\\layout_dialog_edit_text.xml.flat",
"source": "D:\\CAUC\\xiaomi-notes--note1.1.1\\app\\src\\main\\res\\layout\\dialog_edit_text.xml"
},
{
"merged": "D:\\CAUC\\xiaomi-notes--note1.1.1\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_edit_yellow.9.png.flat",
"source": "D:\\CAUC\\xiaomi-notes--note1.1.1\\app\\src\\main\\res\\drawable-hdpi\\edit_yellow.9.png"
},
{
"merged": "D:\\CAUC\\xiaomi-notes--note1.1.1\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_new_note_normal.png.flat",
"source": "D:\\CAUC\\xiaomi-notes--note1.1.1\\app\\src\\main\\res\\drawable-hdpi\\new_note_normal.png"
},
{
"merged": "D:\\CAUC\\xiaomi-notes--note1.1.1\\app\\build\\intermediates\\merged_res\\debug\\raw_testmusic.wav.flat",
"source": "D:\\CAUC\\xiaomi-notes--note1.1.1\\app\\src\\main\\res\\raw\\testmusic.wav"
},
{
"merged": "D:\\CAUC\\xiaomi-notes--note1.1.1\\app\\build\\intermediates\\merged_res\\debug\\menu_note_list_dropdown.xml.flat",
"source": "D:\\CAUC\\xiaomi-notes--note1.1.1\\app\\src\\main\\res\\menu\\note_list_dropdown.xml"
},
{
"merged": "D:\\CAUC\\xiaomi-notes--note1.1.1\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_widget_4x_white.png.flat",
"source": "D:\\CAUC\\xiaomi-notes--note1.1.1\\app\\src\\main\\res\\drawable-hdpi\\widget_4x_white.png"
},
{
"merged": "D:\\CAUC\\xiaomi-notes--note1.1.1\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_clock.png.flat",
"source": "D:\\CAUC\\xiaomi-notes--note1.1.1\\app\\src\\main\\res\\drawable-hdpi\\clock.png"
},
{
"merged": "D:\\CAUC\\xiaomi-notes--note1.1.1\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_selected.png.flat",
"source": "D:\\CAUC\\xiaomi-notes--note1.1.1\\app\\src\\main\\res\\drawable-hdpi\\selected.png"
},
{
"merged": "D:\\CAUC\\xiaomi-notes--note1.1.1\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_delete.png.flat",
"source": "D:\\CAUC\\xiaomi-notes--note1.1.1\\app\\src\\main\\res\\drawable-hdpi\\delete.png"
},
{
"merged": "D:\\CAUC\\xiaomi-notes--note1.1.1\\app\\build\\intermediates\\merged_res\\debug\\layout_activity_splash.xml.flat",
"source": "D:\\CAUC\\xiaomi-notes--note1.1.1\\app\\src\\main\\res\\layout\\activity_splash.xml"
},
{
"merged": "D:\\CAUC\\xiaomi-notes--note1.1.1\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_font_size_selector_bg.9.png.flat",
"source": "D:\\CAUC\\xiaomi-notes--note1.1.1\\app\\src\\main\\res\\drawable-hdpi\\font_size_selector_bg.9.png"
},
{
"merged": "D:\\CAUC\\xiaomi-notes--note1.1.1\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_edit_title_blue.9.png.flat",
"source": "D:\\CAUC\\xiaomi-notes--note1.1.1\\app\\src\\main\\res\\drawable-hdpi\\edit_title_blue.9.png"
},
{
"merged": "D:\\CAUC\\xiaomi-notes--note1.1.1\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_list_green_down.9.png.flat",
"source": "D:\\CAUC\\xiaomi-notes--note1.1.1\\app\\src\\main\\res\\drawable-hdpi\\list_green_down.9.png"
},
{
"merged": "D:\\CAUC\\xiaomi-notes--note1.1.1\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_font_small.png.flat",
"source": "D:\\CAUC\\xiaomi-notes--note1.1.1\\app\\src\\main\\res\\drawable-hdpi\\font_small.png"
},
{
"merged": "D:\\CAUC\\xiaomi-notes--note1.1.1\\app\\build\\intermediates\\merged_res\\debug\\layout_account_dialog_title.xml.flat",
"source": "D:\\CAUC\\xiaomi-notes--note1.1.1\\app\\src\\main\\res\\layout\\account_dialog_title.xml"
},
{
"merged": "D:\\CAUC\\xiaomi-notes--note1.1.1\\app\\build\\intermediates\\merged_res\\debug\\layout_note_list_dropdown_menu.xml.flat",
"source": "D:\\CAUC\\xiaomi-notes--note1.1.1\\app\\src\\main\\res\\layout\\note_list_dropdown_menu.xml"
},
{
"merged": "D:\\CAUC\\xiaomi-notes--note1.1.1\\app\\build\\intermediates\\merged_res\\debug\\layout_widget_2x.xml.flat",
"source": "D:\\CAUC\\xiaomi-notes--note1.1.1\\app\\src\\main\\res\\layout\\widget_2x.xml"
},
{
"merged": "D:\\CAUC\\xiaomi-notes--note1.1.1\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_list_green_up.9.png.flat",
"source": "D:\\CAUC\\xiaomi-notes--note1.1.1\\app\\src\\main\\res\\drawable-hdpi\\list_green_up.9.png"
},
{
"merged": "D:\\CAUC\\xiaomi-notes--note1.1.1\\app\\build\\intermediates\\merged_res\\debug\\drawable_new_note.xml.flat",
"source": "D:\\CAUC\\xiaomi-notes--note1.1.1\\app\\src\\main\\res\\drawable\\new_note.xml"
},
{
"merged": "D:\\CAUC\\xiaomi-notes--note1.1.1\\app\\build\\intermediates\\merged_res\\debug\\menu_note_edit.xml.flat",
"source": "D:\\CAUC\\xiaomi-notes--note1.1.1\\app\\src\\main\\res\\menu\\note_edit.xml"
},
{
"merged": "D:\\CAUC\\xiaomi-notes--note1.1.1\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_widget_4x_blue.png.flat",
"source": "D:\\CAUC\\xiaomi-notes--note1.1.1\\app\\src\\main\\res\\drawable-hdpi\\widget_4x_blue.png"
},
{
"merged": "D:\\CAUC\\xiaomi-notes--note1.1.1\\app\\build\\intermediates\\merged_res\\debug\\layout_settings_header.xml.flat",
"source": "D:\\CAUC\\xiaomi-notes--note1.1.1\\app\\src\\main\\res\\layout\\settings_header.xml"
},
{
"merged": "D:\\CAUC\\xiaomi-notes--note1.1.1\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_font_normal.png.flat",
"source": "D:\\CAUC\\xiaomi-notes--note1.1.1\\app\\src\\main\\res\\drawable-hdpi\\font_normal.png"
},
{
"merged": "D:\\CAUC\\xiaomi-notes--note1.1.1\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_edit_title_yellow.9.png.flat",
"source": "D:\\CAUC\\xiaomi-notes--note1.1.1\\app\\src\\main\\res\\drawable-hdpi\\edit_title_yellow.9.png"
},
{
"merged": "D:\\CAUC\\xiaomi-notes--note1.1.1\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_bg_color_btn_mask.png.flat",
"source": "D:\\CAUC\\xiaomi-notes--note1.1.1\\app\\src\\main\\res\\drawable-hdpi\\bg_color_btn_mask.png"
},
{
"merged": "D:\\CAUC\\xiaomi-notes--note1.1.1\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_list_white_middle.9.png.flat",
"source": "D:\\CAUC\\xiaomi-notes--note1.1.1\\app\\src\\main\\res\\drawable-hdpi\\list_white_middle.9.png"
},
{
"merged": "D:\\CAUC\\xiaomi-notes--note1.1.1\\app\\build\\intermediates\\merged_res\\debug\\layout_note_edit_list_item.xml.flat",
"source": "D:\\CAUC\\xiaomi-notes--note1.1.1\\app\\src\\main\\res\\layout\\note_edit_list_item.xml"
},
{
"merged": "D:\\CAUC\\xiaomi-notes--note1.1.1\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_list_white_single.9.png.flat",
"source": "D:\\CAUC\\xiaomi-notes--note1.1.1\\app\\src\\main\\res\\drawable-hdpi\\list_white_single.9.png"
},
{
"merged": "D:\\CAUC\\xiaomi-notes--note1.1.1\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_list_yellow_down.9.png.flat",
"source": "D:\\CAUC\\xiaomi-notes--note1.1.1\\app\\src\\main\\res\\drawable-hdpi\\list_yellow_down.9.png"
},
{
"merged": "D:\\CAUC\\xiaomi-notes--note1.1.1\\app\\build\\intermediates\\merged_res\\debug\\color_primary_text_dark.xml.flat",
"source": "D:\\CAUC\\xiaomi-notes--note1.1.1\\app\\src\\main\\res\\color\\primary_text_dark.xml"
},
{
"merged": "D:\\CAUC\\xiaomi-notes--note1.1.1\\app\\build\\intermediates\\merged_res\\debug\\menu_note_list.xml.flat",
"source": "D:\\CAUC\\xiaomi-notes--note1.1.1\\app\\src\\main\\res\\menu\\note_list.xml"
},
{
"merged": "D:\\CAUC\\xiaomi-notes--note1.1.1\\app\\build\\intermediates\\merged_res\\debug\\layout_widget_4x.xml.flat",
"source": "D:\\CAUC\\xiaomi-notes--note1.1.1\\app\\src\\main\\res\\layout\\widget_4x.xml"
},
{
"merged": "D:\\CAUC\\xiaomi-notes--note1.1.1\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_edit_blue.9.png.flat",
"source": "D:\\CAUC\\xiaomi-notes--note1.1.1\\app\\src\\main\\res\\drawable-hdpi\\edit_blue.9.png"
}
]

@ -1,149 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="net.micode.notes"
android:versionCode="1"
android:versionName="1.0" >
<uses-sdk
android:minSdkVersion="16"
android:targetSdkVersion="20" />
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />
<uses-permission android:name="com.android.launcher.permission.INSTALL_SHORTCUT" />
<uses-permission android:name="android.permission.INTERNET" />
<uses-permission android:name="android.permission.READ_CONTACTS" />
<uses-permission android:name="android.permission.MANAGE_ACCOUNTS" />
<uses-permission android:name="android.permission.AUTHENTICATE_ACCOUNTS" />
<uses-permission android:name="android.permission.GET_ACCOUNTS" />
<uses-permission android:name="android.permission.USE_CREDENTIALS" />
<uses-permission android:name="android.permission.RECEIVE_BOOT_COMPLETED" />
<application
android:appComponentFactory="android.support.v4.app.CoreComponentFactory"
android:debuggable="true"
android:icon="@drawable/icon_app"
android:label="@string/app_name"
android:testOnly="true" >
<!-- 其他声明 -->
<activity
android:name="net.micode.notes.ui.ShowResultActivity"
android:configChanges="orientation|keyboardHidden|screenSize"
android:label="Show Result"
android:theme="@style/Theme.AppCompat.Light.DarkActionBar" />
<!-- 其他声明 -->
<activity
android:name="net.micode.notes.ui.SplashActivity"
android:configChanges="orientation|keyboardHidden|screenSize"
android:theme="@style/Theme.Notes1.Fullscreen" >
<intent-filter>
<action android:name="android.intent.action.MAIN" />
<category android:name="android.intent.category.LAUNCHER" />
</intent-filter>
</activity>
<activity
android:name="net.micode.notes.ui.NotesListActivity"
android:configChanges="keyboardHidden|orientation|screenSize"
android:label="@string/app_name"
android:launchMode="singleTop"
android:theme="@style/Theme.AppCompat.Light.DarkActionBar"
android:uiOptions="splitActionBarWhenNarrow"
android:windowSoftInputMode="adjustPan" />
<activity
android:name="net.micode.notes.ui.NoteEditActivity"
android:configChanges="keyboardHidden|orientation|screenSize"
android:launchMode="singleTop"
android:theme="@style/Theme.AppCompat.Light.DarkActionBar" >
<!-- android:theme="@style/NoteTheme" -->
<intent-filter>
<action android:name="android.intent.action.VIEW" />
<category android:name="android.intent.category.DEFAULT" />
<data android:mimeType="vnd.android.cursor.item/text_note" />
<data android:mimeType="vnd.android.cursor.item/call_note" />
</intent-filter>
<intent-filter>
<action android:name="android.intent.action.INSERT_OR_EDIT" />
<category android:name="android.intent.category.DEFAULT" />
<data android:mimeType="vnd.android.cursor.item/text_note" />
<data android:mimeType="vnd.android.cursor.item/call_note" />
</intent-filter>
<intent-filter>
<action android:name="android.intent.action.SEARCH" />
<category android:name="android.intent.category.DEFAULT" />
</intent-filter>
<meta-data
android:name="android.app.searchable"
android:resource="@xml/searchable" />
</activity>
<provider
android:name="net.micode.notes.data.NotesProvider"
android:authorities="micode_notes"
android:multiprocess="true" />
<receiver
android:name="net.micode.notes.widget.NoteWidgetProvider_2x"
android:label="@string/app_widget2x2" >
<intent-filter>
<action android:name="android.appwidget.action.APPWIDGET_UPDATE" />
<action android:name="android.appwidget.action.APPWIDGET_DELETED" />
<action android:name="android.intent.action.PRIVACY_MODE_CHANGED" />
</intent-filter>
<meta-data
android:name="android.appwidget.provider"
android:resource="@xml/widget_2x_info" />
</receiver>
<receiver
android:name="net.micode.notes.widget.NoteWidgetProvider_4x"
android:label="@string/app_widget4x4" >
<intent-filter>
<action android:name="android.appwidget.action.APPWIDGET_UPDATE" />
<action android:name="android.appwidget.action.APPWIDGET_DELETED" />
<action android:name="android.intent.action.PRIVACY_MODE_CHANGED" />
</intent-filter>
<meta-data
android:name="android.appwidget.provider"
android:resource="@xml/widget_4x_info" />
</receiver>
<receiver android:name="net.micode.notes.ui.AlarmInitReceiver" >
<intent-filter>
<action android:name="android.intent.action.BOOT_COMPLETED" />
</intent-filter>
</receiver>
<receiver
android:name="net.micode.notes.ui.AlarmReceiver"
android:process=":remote" />
<activity
android:name="net.micode.notes.ui.AlarmAlertActivity"
android:label="@string/app_name"
android:launchMode="singleInstance"
android:theme="@android:style/Theme.Holo.Wallpaper.NoTitleBar" />
<activity
android:name="net.micode.notes.ui.NotesPreferenceActivity"
android:label="@string/preferences_title"
android:launchMode="singleTop"
android:theme="@android:style/Theme.Holo.Light" />
<service
android:name="net.micode.notes.gtask.remote.GTaskSyncService"
android:exported="false" />
<meta-data
android:name="android.app.default_searchable"
android:value=".ui.NoteEditActivity" />
</application>
</manifest>

@ -1,147 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
package="net.micode.notes"
android:versionCode="1"
android:versionName="1.0">
<uses-sdk android:minSdkVersion="16" />
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />
<uses-permission android:name="com.android.launcher.permission.INSTALL_SHORTCUT" />
<uses-permission android:name="android.permission.INTERNET" />
<uses-permission android:name="android.permission.READ_CONTACTS" />
<uses-permission android:name="android.permission.MANAGE_ACCOUNTS" />
<uses-permission android:name="android.permission.AUTHENTICATE_ACCOUNTS" />
<uses-permission android:name="android.permission.GET_ACCOUNTS" />
<uses-permission android:name="android.permission.USE_CREDENTIALS" />
<uses-permission android:name="android.permission.RECEIVE_BOOT_COMPLETED" />
<application
android:icon="@drawable/icon_app"
android:label="@string/app_name"
tools:ignore="ExtraText">
<!-- 其他声明 -->
<activity
android:name=".ui.ShowResultActivity"
android:configChanges="orientation|keyboardHidden|screenSize"
android:theme="@style/Theme.AppCompat.Light.DarkActionBar"
android:label="Show Result" />
<!-- 其他声明 -->
<activity
android:name=".ui.SplashActivity"
android:configChanges="orientation|keyboardHidden|screenSize"
android:theme="@style/Theme.Notes1.Fullscreen">
<intent-filter>
<action android:name="android.intent.action.MAIN" />
<category android:name="android.intent.category.LAUNCHER" />
</intent-filter>
</activity>
<activity
android:name=".ui.NotesListActivity"
android:configChanges="keyboardHidden|orientation|screenSize"
android:label="@string/app_name"
android:launchMode="singleTop"
android:theme="@style/Theme.AppCompat.Light.DarkActionBar"
android:uiOptions="splitActionBarWhenNarrow"
android:windowSoftInputMode="adjustPan"></activity>
<activity
android:name=".ui.NoteEditActivity"
android:configChanges="keyboardHidden|orientation|screenSize"
android:launchMode="singleTop"
android:theme="@style/Theme.AppCompat.Light.DarkActionBar">
<!-- android:theme="@style/NoteTheme" -->
<intent-filter tools:ignore="AppLinkUrlError">
<action android:name="android.intent.action.VIEW" />
<category android:name="android.intent.category.DEFAULT" />
<data android:mimeType="vnd.android.cursor.item/text_note" />
<data android:mimeType="vnd.android.cursor.item/call_note" />
</intent-filter>
<intent-filter>
<action android:name="android.intent.action.INSERT_OR_EDIT" />
<category android:name="android.intent.category.DEFAULT" />
<data android:mimeType="vnd.android.cursor.item/text_note" />
<data android:mimeType="vnd.android.cursor.item/call_note" />
</intent-filter>
<intent-filter>
<action android:name="android.intent.action.SEARCH" />
<category android:name="android.intent.category.DEFAULT" />
</intent-filter>
<meta-data
android:name="android.app.searchable"
android:resource="@xml/searchable" />
</activity>
<provider
android:name=".data.NotesProvider"
android:authorities="micode_notes"
android:multiprocess="true" />
<receiver
android:name=".widget.NoteWidgetProvider_2x"
android:label="@string/app_widget2x2">
<intent-filter>
<action android:name="android.appwidget.action.APPWIDGET_UPDATE" />
<action android:name="android.appwidget.action.APPWIDGET_DELETED" />
<action android:name="android.intent.action.PRIVACY_MODE_CHANGED" />
</intent-filter>
<meta-data
android:name="android.appwidget.provider"
android:resource="@xml/widget_2x_info" />
</receiver>
<receiver
android:name=".widget.NoteWidgetProvider_4x"
android:label="@string/app_widget4x4">
<intent-filter>
<action android:name="android.appwidget.action.APPWIDGET_UPDATE" />
<action android:name="android.appwidget.action.APPWIDGET_DELETED" />
<action android:name="android.intent.action.PRIVACY_MODE_CHANGED" />
</intent-filter>
<meta-data
android:name="android.appwidget.provider"
android:resource="@xml/widget_4x_info" />
</receiver>
<receiver android:name=".ui.AlarmInitReceiver">
<intent-filter>
<action android:name="android.intent.action.BOOT_COMPLETED" />
</intent-filter>
</receiver>
<receiver
android:name=".ui.AlarmReceiver"
android:process=":remote"></receiver>
<activity
android:name=".ui.AlarmAlertActivity"
android:label="@string/app_name"
android:launchMode="singleInstance"
android:theme="@android:style/Theme.Holo.Wallpaper.NoTitleBar"></activity>
<activity
android:name=".ui.NotesPreferenceActivity"
android:label="@string/preferences_title"
android:launchMode="singleTop"
android:theme="@android:style/Theme.Holo.Light"></activity>
<service
android:name=".gtask.remote.GTaskSyncService"
android:exported="false"></service>
<meta-data
android:name="android.app.default_searchable"
android:value=".ui.NoteEditActivity" />
</application>
</manifest>

@ -0,0 +1,6 @@
马子昂负责写小米便签中类及各类的主要作用。
剩下的由不同的人认领。
石兴霖 类间关系图 基本功能 power
黄俊源 功能与类的对应关系
马明义 收获
陆冲 代码质量分析

@ -0,0 +1,15 @@
<mxfile host="app.diagrams.net" agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36 Edg/135.0.0.0" version="26.2.9">
<diagram name="第 1 页" id="7Rbx2kOBm--Bb2pzPm7S">
<mxGraphModel dx="1262" dy="709" grid="1" gridSize="10" guides="1" tooltips="1" connect="1" arrows="1" fold="1" page="1" pageScale="1" pageWidth="827" pageHeight="1169" math="0" shadow="0">
<root>
<mxCell id="0" />
<mxCell id="1" parent="0" />
<UserObject label="" plantUmlData="{&#xa; &quot;data&quot;: &quot;@startuml\nleft to right direction\nactor 用户 as User\n\nrectangle \&quot;小米便签\&quot; {\n (一键删除当前内容) as Delete\n (插入并调整图片) as InsertImage\n}\n\nUser --&gt; Delete : 触发\nUser --&gt; InsertImage : 触发\n@enduml\n&quot;,&#xa; &quot;format&quot;: &quot;svg&quot;&#xa;}" id="snNDLMjfKHPp2QuFnc1l-1">
<mxCell style="shape=image;noLabel=1;verticalAlign=top;aspect=fixed;imageAspect=0;image=data:image/svg+xml,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiBjb250ZW50U3R5bGVUeXBlPSJ0ZXh0L2NzcyIgZGF0YS1kaWFncmFtLXR5cGU9IkRFU0NSSVBUSU9OIiBoZWlnaHQ9IjE2NnB4IiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIiBzdHlsZT0id2lkdGg6Mjk3cHg7aGVpZ2h0OjE2NnB4O2JhY2tncm91bmQ6I0ZGRkZGRjsiIHZlcnNpb249IjEuMSIgdmlld0JveD0iMCAwIDI5NyAxNjYiIHdpZHRoPSIyOTdweCIgem9vbUFuZFBhbj0ibWFnbmlmeSI+PGRlZnMvPjxnPjwhLS1jbHVzdGVyID8/Pz8tLT48ZyBjbGFzcz0iY2x1c3RlciIgZGF0YS1lbnRpdHk9IiYjMjM1Njc7JiMzMTg1OTsmIzIwNDE1OyYjMzE2MTQ7IiBkYXRhLXNvdXJjZS1saW5lPSI0IiBkYXRhLXVpZD0iZW50MDAwMyIgaWQ9ImNsdXN0ZXJfJiMyMzU2NzsmIzMxODU5OyYjMjA0MTU7JiMzMTYxNDsiPjxyZWN0IGZpbGw9Im5vbmUiIGhlaWdodD0iMTUzIiByeD0iMi41IiByeT0iMi41IiBzdHlsZT0ic3Ryb2tlOiMxODE4MTg7c3Ryb2tlLXdpZHRoOjE7IiB3aWR0aD0iMTgzIiB4PSIxMDgiIHk9IjciLz48dGV4dCBmaWxsPSIjMDAwMDAwIiBmb250LWZhbWlseT0ic2Fucy1zZXJpZiIgZm9udC1zaXplPSIxNCIgZm9udC13ZWlnaHQ9ImJvbGQiIGxlbmd0aEFkanVzdD0ic3BhY2luZyIgdGV4dExlbmd0aD0iNTYiIHg9IjE3MS41IiB5PSIyMi4yMzQ0Ij4mIzIzNTY3OyYjMzE4NTk7JiMyMDQxNTsmIzMxNjE0OzwvdGV4dD48L2c+PGcgY2xhc3M9ImVudGl0eSIgZGF0YS1lbnRpdHk9IkRlbGV0ZSIgZGF0YS1zb3VyY2UtbGluZT0iNSIgZGF0YS11aWQ9ImVudDAwMDQiIGlkPSJlbnRpdHlfRGVsZXRlIj48ZWxsaXBzZSBjeD0iMTk5LjQzODQiIGN5PSI1Ny45ODc3IiBmaWxsPSIjRjFGMUYxIiByeD0iNzUuNDM4NCIgcnk9IjE3LjQ4NzciIHN0eWxlPSJzdHJva2U6IzE4MTgxODtzdHJva2Utd2lkdGg6MC41OyIvPjx0ZXh0IGZpbGw9IiMwMDAwMDAiIGZvbnQtZmFtaWx5PSJzYW5zLXNlcmlmIiBmb250LXNpemU9IjE0IiBsZW5ndGhBZGp1c3Q9InNwYWNpbmciIHRleHRMZW5ndGg9IjExMiIgeD0iMTQzLjQzODQiIHk9IjYxLjcyOTkiPiYjMTk5Njg7JiMzODE5MDsmIzIxMDI0OyYjMzg1MDA7JiMyNDQwMzsmIzIxMDY5OyYjMjA4Njk7JiMyMzQ4MTs8L3RleHQ+PC9nPjxnIGNsYXNzPSJlbnRpdHkiIGRhdGEtZW50aXR5PSJJbnNlcnRJbWFnZSIgZGF0YS1zb3VyY2UtbGluZT0iNiIgZGF0YS11aWQ9ImVudDAwMDUiIGlkPSJlbnRpdHlfSW5zZXJ0SW1hZ2UiPjxlbGxpcHNlIGN4PSIxOTkuNTQ1NiIgY3k9IjEyNi44MDkxIiBmaWxsPSIjRjFGMUYxIiByeD0iNjkuNTQ1NiIgcnk9IjE2LjMwOTEiIHN0eWxlPSJzdHJva2U6IzE4MTgxODtzdHJva2Utd2lkdGg6MC41OyIvPjx0ZXh0IGZpbGw9IiMwMDAwMDAiIGZvbnQtZmFtaWx5PSJzYW5zLXNlcmlmIiBmb250LXNpemU9IjE0IiBsZW5ndGhBZGp1c3Q9InNwYWNpbmciIHRleHRMZW5ndGg9Ijk4IiB4PSIxNTAuNTQ1NiIgeT0iMTMwLjU1MTMiPiYjMjU1NTQ7JiMyMDgzNzsmIzI0MTgyOyYjMzU4NDM7JiMyNTk3MjsmIzIyMjcwOyYjMjkyNTU7PC90ZXh0PjwvZz48IS0tZW50aXR5IFVzZXItLT48ZyBjbGFzcz0iZW50aXR5IiBkYXRhLWVudGl0eT0iVXNlciIgZGF0YS1zb3VyY2UtbGluZT0iMiIgZGF0YS11aWQ9ImVudDAwMDIiIGlkPSJlbnRpdHlfVXNlciI+PGVsbGlwc2UgY3g9IjIwIiBjeT0iNjQiIGZpbGw9IiNGMUYxRjEiIHJ4PSI4IiByeT0iOCIgc3R5bGU9InN0cm9rZTojMTgxODE4O3N0cm9rZS13aWR0aDowLjU7Ii8+PHBhdGggZD0iTTIwLDcyIEwyMCw5OSBNNyw4MCBMMzMsODAgTTIwLDk5IEw3LDExNCBNMjAsOTkgTDMzLDExNCIgZmlsbD0ibm9uZSIgc3R5bGU9InN0cm9rZTojMTgxODE4O3N0cm9rZS13aWR0aDowLjU7Ii8+PHRleHQgZmlsbD0iIzAwMDAwMCIgZm9udC1mYW1pbHk9InNhbnMtc2VyaWYiIGZvbnQtc2l6ZT0iMTQiIGxlbmd0aEFkanVzdD0ic3BhY2luZyIgdGV4dExlbmd0aD0iMjgiIHg9IjYiIHk9IjEyOC43MzQ0Ij4mIzI5OTkyOyYjMjUxNDM7PC90ZXh0PjwvZz48IS0tbGluayBVc2VyIHRvIERlbGV0ZS0tPjxnIGNsYXNzPSJsaW5rIiBkYXRhLWVudGl0eS0xPSJVc2VyIiBkYXRhLWVudGl0eS0yPSJEZWxldGUiIGRhdGEtc291cmNlLWxpbmU9IjkiIGRhdGEtdWlkPSJsbms2IiBpZD0ibGlua19Vc2VyX0RlbGV0ZSI+PHBhdGggZD0iTTM0LjA1LDkwLjQzIEM1Ni4zOSw4Ni4wMiA5Ny4zMjMzLDc3Ljk1MDYgMTM1LjMxMzMsNzAuNDYwNiIgZmlsbD0ibm9uZSIgaWQ9IlVzZXItdG8tRGVsZXRlIiBzdHlsZT0ic3Ryb2tlOiMxODE4MTg7c3Ryb2tlLXdpZHRoOjE7Ii8+PHBvbHlnb24gZmlsbD0iIzE4MTgxOCIgcG9pbnRzPSIxNDEuMiw2OS4zLDEzMS41OTYyLDY3LjExNjQsMTM2LjI5NDQsNzAuMjY3MiwxMzMuMTQzNyw3NC45NjU0LDE0MS4yLDY5LjMiIHN0eWxlPSJzdHJva2U6IzE4MTgxODtzdHJva2Utd2lkdGg6MTsiLz48dGV4dCBmaWxsPSIjMDAwMDAwIiBmb250LWZhbWlseT0ic2Fucy1zZXJpZiIgZm9udC1zaXplPSIxMyIgbGVuZ3RoQWRqdXN0PSJzcGFjaW5nIiB0ZXh0TGVuZ3RoPSIyNiIgeD0iNjUiIHk9Ijc4LjI4OTEiPiYjMzUzMDI7JiMyMTQ1Nzs8L3RleHQ+PC9nPjwhLS1saW5rIFVzZXIgdG8gSW5zZXJ0SW1hZ2UtLT48ZyBjbGFzcz0ibGluayIgZGF0YS1lbnRpdHktMT0iVXNlciIgZGF0YS1lbnRpdHktMj0iSW5zZXJ0SW1hZ2UiIGRhdGEtc291cmNlLWxpbmU9IjEwIiBkYXRhLXVpZD0ibG5rNyIgaWQ9ImxpbmtfVXNlcl9JbnNlcnRJbWFnZSI+PHBhdGggZD0iTTM0LjA2LDEwMy42NyBDNDIuMTYsMTA5LjY0IDUzLjA3LDExNi41NCA2NCwxMjAgQzg1LjE4LDEyNi43IDEwMy4xNjM1LDEyOS4xODY0IDEyNC45NTM1LDEyOS45MjY0IiBmaWxsPSJub25lIiBpZD0iVXNlci10by1JbnNlcnRJbWFnZSIgc3R5bGU9InN0cm9rZTojMTgxODE4O3N0cm9rZS13aWR0aDoxOyIvPjxwb2x5Z29uIGZpbGw9IiMxODE4MTgiIHBvaW50cz0iMTMwLjk1LDEzMC4xMywxMjIuMDkwOSwxMjUuODI2OCwxMjUuOTUyOSwxMjkuOTYwMywxMjEuODE5NCwxMzMuODIyMiwxMzAuOTUsMTMwLjEzIiBzdHlsZT0ic3Ryb2tlOiMxODE4MTg7c3Ryb2tlLXdpZHRoOjE7Ii8+PHRleHQgZmlsbD0iIzAwMDAwMCIgZm9udC1mYW1pbHk9InNhbnMtc2VyaWYiIGZvbnQtc2l6ZT0iMTMiIGxlbmd0aEFkanVzdD0ic3BhY2luZyIgdGV4dExlbmd0aD0iMjYiIHg9IjY1IiB5PSIxMTguMjg5MSI+JiMzNTMwMjsmIzIxNDU3OzwvdGV4dD48L2c+PCEtLVNSQz1bb3FiREFyNGVvTFNlb2FwRkE1NThvSW5BSkl4OXBDX1pJYW1rb0l6SVUzdmJuUkVFeEdnOW5HZ1huUWI1TjVtV3NTSXl6OW5LMVFNZDZfZ1ZSenB5UERfLXZzbHRBSWJLU29hZVEzcFBxVjFvb2hnZDdHalVwYnBvVEVfYWZ2c3pKempRZHd4UmdHYW9tMktyOXhLYTVRSmlNVi1hZndyQmQteFN6YzkzeXhFZk12eEV0bFV5aW5zaW5aQ0ZRNGs5UHN2WVVZZk5CSFNObzR1NU5McXhnNXU1QXVLTm92U3p4UC04YTQzSTA5UzUwMDAwXS0tPjwvZz48L3N2Zz4=;" vertex="1" parent="1">
<mxGeometry x="270" y="280" width="297" height="166" as="geometry" />
</mxCell>
</UserObject>
</root>
</mxGraphModel>
</diagram>
</mxfile>

@ -0,0 +1 @@
<mxGraphModel><root><mxCell id="0"/><mxCell id="1" parent="0"/></root></mxGraphModel>

@ -0,0 +1 @@
<mxGraphModel><root><mxCell id="0"/><mxCell id="1" parent="0"/></root></mxGraphModel>

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

@ -0,0 +1 @@
<mxGraphModel><root><mxCell id="0"/><mxCell id="1" parent="0"/></root></mxGraphModel>

@ -0,0 +1 @@
<mxGraphModel><root><mxCell id="0"/><mxCell id="1" parent="0"/></root></mxGraphModel>

@ -0,0 +1 @@
<mxGraphModel><root><mxCell id="0"/><mxCell id="1" parent="0"/></root></mxGraphModel>

@ -0,0 +1 @@
<mxGraphModel><root><mxCell id="0"/><mxCell id="1" parent="0"/></root></mxGraphModel>

@ -0,0 +1 @@
<mxGraphModel><root><mxCell id="0"/><mxCell id="1" parent="0"/></root></mxGraphModel>

@ -0,0 +1 @@
<mxGraphModel><root><mxCell id="0"/><mxCell id="1" parent="0"/></root></mxGraphModel>

Binary file not shown.

@ -0,0 +1 @@
Subproject commit 193584e7638e8a9002125df9aaa84d59a9809934

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

Loading…
Cancel
Save