Compare commits

...

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

@ -0,0 +1,2 @@
#Fri Oct 14 23:32:09 CST 2022
gradle.version=5.4.1

Binary file not shown.

@ -0,0 +1,116 @@
<component name="ProjectCodeStyleConfiguration">
<code_scheme name="Project" version="173">
<codeStyleSettings language="XML">
<indentOptions>
<option name="CONTINUATION_INDENT_SIZE" value="4" />
</indentOptions>
<arrangement>
<rules>
<section>
<rule>
<match>
<AND>
<NAME>xmlns:android</NAME>
<XML_ATTRIBUTE />
<XML_NAMESPACE>^$</XML_NAMESPACE>
</AND>
</match>
</rule>
</section>
<section>
<rule>
<match>
<AND>
<NAME>xmlns:.*</NAME>
<XML_ATTRIBUTE />
<XML_NAMESPACE>^$</XML_NAMESPACE>
</AND>
</match>
<order>BY_NAME</order>
</rule>
</section>
<section>
<rule>
<match>
<AND>
<NAME>.*:id</NAME>
<XML_ATTRIBUTE />
<XML_NAMESPACE>http://schemas.android.com/apk/res/android</XML_NAMESPACE>
</AND>
</match>
</rule>
</section>
<section>
<rule>
<match>
<AND>
<NAME>.*:name</NAME>
<XML_ATTRIBUTE />
<XML_NAMESPACE>http://schemas.android.com/apk/res/android</XML_NAMESPACE>
</AND>
</match>
</rule>
</section>
<section>
<rule>
<match>
<AND>
<NAME>name</NAME>
<XML_ATTRIBUTE />
<XML_NAMESPACE>^$</XML_NAMESPACE>
</AND>
</match>
</rule>
</section>
<section>
<rule>
<match>
<AND>
<NAME>style</NAME>
<XML_ATTRIBUTE />
<XML_NAMESPACE>^$</XML_NAMESPACE>
</AND>
</match>
</rule>
</section>
<section>
<rule>
<match>
<AND>
<NAME>.*</NAME>
<XML_ATTRIBUTE />
<XML_NAMESPACE>^$</XML_NAMESPACE>
</AND>
</match>
<order>BY_NAME</order>
</rule>
</section>
<section>
<rule>
<match>
<AND>
<NAME>.*</NAME>
<XML_ATTRIBUTE />
<XML_NAMESPACE>http://schemas.android.com/apk/res/android</XML_NAMESPACE>
</AND>
</match>
<order>ANDROID_ATTRIBUTE_ORDER</order>
</rule>
</section>
<section>
<rule>
<match>
<AND>
<NAME>.*</NAME>
<XML_ATTRIBUTE />
<XML_NAMESPACE>.*</XML_NAMESPACE>
</AND>
</match>
<order>BY_NAME</order>
</rule>
</section>
</rules>
</arrangement>
</codeStyleSettings>
</code_scheme>
</component>

@ -0,0 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="Encoding">
<file url="file://$PROJECT_DIR$/app/build.gradle" charset="GBK" />
</component>
</project>

@ -0,0 +1,16 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="GradleSettings">
<option name="linkedExternalProjectsSettings">
<GradleProjectSettings>
<compositeConfiguration>
<compositeBuild compositeDefinitionSource="SCRIPT" />
</compositeConfiguration>
<option name="distributionType" value="DEFAULT_WRAPPED" />
<option name="externalProjectPath" value="$PROJECT_DIR$" />
<option name="resolveModulePerSourceSet" value="false" />
<option name="testRunner" value="PLATFORM" />
</GradleProjectSettings>
</option>
</component>
</project>

@ -0,0 +1,9 @@
<component name="libraryTable">
<library name="Gradle: org.apache.http.legacy-android-32">
<CLASSES>
<root url="jar://D:/Android/AndroidSDK/platforms/android-32/optional/org.apache.http.legacy.jar!/" />
</CLASSES>
<JAVADOC />
<SOURCES />
</library>
</component>

@ -0,0 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="ProjectRootManager" version="2" languageLevel="JDK_1_7" default="false" project-jdk-name="1.8" project-jdk-type="JavaSDK">
<output url="file://$PROJECT_DIR$/build/classes" />
</component>
<component name="ProjectType">
<option name="id" value="Android" />
</component>
</project>

@ -0,0 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="ProjectModuleManager">
<modules>
<module fileurl="file://$PROJECT_DIR$/Notes-master1.iml" filepath="$PROJECT_DIR$/Notes-master1.iml" />
<module fileurl="file://$PROJECT_DIR$/app/app.iml" filepath="$PROJECT_DIR$/app/app.iml" />
</modules>
</component>
</project>

@ -0,0 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="RunConfigurationProducerService">
<option name="ignoredProducers">
<set>
<option value="org.jetbrains.plugins.gradle.execution.test.runner.AllInPackageGradleConfigurationProducer" />
<option value="org.jetbrains.plugins.gradle.execution.test.runner.TestClassGradleConfigurationProducer" />
<option value="org.jetbrains.plugins.gradle.execution.test.runner.TestMethodGradleConfigurationProducer" />
</set>
</option>
</component>
</project>

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

@ -0,0 +1,19 @@
<?xml version="1.0" encoding="UTF-8"?>
<module external.linked.project.id="Notes-master1" external.linked.project.path="$MODULE_DIR$" external.root.project.path="$MODULE_DIR$" external.system.id="GRADLE" type="JAVA_MODULE" version="4">
<component name="FacetManager">
<facet type="java-gradle" name="Java-Gradle">
<configuration>
<option name="BUILD_FOLDER_PATH" value="$MODULE_DIR$/build" />
<option name="BUILDABLE" value="false" />
</configuration>
</facet>
</component>
<component name="NewModuleRootManager" LANGUAGE_LEVEL="JDK_1_7" inherit-compiler-output="true">
<exclude-output />
<content url="file://$MODULE_DIR$">
<excludeFolder url="file://$MODULE_DIR$/.gradle" />
</content>
<orderEntry type="inheritedJdk" />
<orderEntry type="sourceFolder" forTests="false" />
</component>
</module>

@ -1,6 +0,0 @@
# gitpractice
6666
6
555
85444

@ -0,0 +1,94 @@
<?xml version="1.0" encoding="UTF-8"?>
<module external.linked.project.id=":app" external.linked.project.path="$MODULE_DIR$" external.root.project.path="$MODULE_DIR$/.." external.system.id="GRADLE" type="JAVA_MODULE" version="4">
<component name="FacetManager">
<facet type="android-gradle" name="Android-Gradle">
<configuration>
<option name="GRADLE_PROJECT_PATH" value=":app" />
<option name="LAST_SUCCESSFUL_SYNC_AGP_VERSION" value="3.5.2" />
<option name="LAST_KNOWN_AGP_VERSION" value="3.5.2" />
</configuration>
</facet>
<facet type="android" name="Android">
<configuration>
<option name="SELECTED_BUILD_VARIANT" value="debug" />
<option name="ASSEMBLE_TASK_NAME" value="assembleDebug" />
<option name="COMPILE_JAVA_TASK_NAME" value="compileDebugSources" />
<afterSyncTasks>
<task>generateDebugSources</task>
</afterSyncTasks>
<option name="ALLOW_USER_CONFIGURATION" value="false" />
<option name="MANIFEST_FILE_RELATIVE_PATH" value="/src/main/AndroidManifest.xml" />
<option name="RES_FOLDER_RELATIVE_PATH" value="/src/main/res" />
<option name="RES_FOLDERS_RELATIVE_PATH" value="file://$MODULE_DIR$/src/main/res;file://$MODULE_DIR$/build/generated/res/resValues/debug" />
<option name="TEST_RES_FOLDERS_RELATIVE_PATH" value="" />
<option name="ASSETS_FOLDER_RELATIVE_PATH" value="/src/main/assets" />
</configuration>
</facet>
</component>
<component name="NewModuleRootManager" LANGUAGE_LEVEL="JDK_1_7">
<output url="file://$MODULE_DIR$/build/intermediates/javac/debug/classes" />
<output-test url="file://$MODULE_DIR$/build/intermediates/javac/debugUnitTest/classes" />
<exclude-output />
<content url="file://$MODULE_DIR$">
<sourceFolder url="file://$MODULE_DIR$/build/generated/ap_generated_sources/debug/out" isTestSource="false" generated="true" />
<sourceFolder url="file://$MODULE_DIR$/build/generated/aidl_source_output_dir/debug/compileDebugAidl/out" isTestSource="false" generated="true" />
<sourceFolder url="file://$MODULE_DIR$/build/generated/source/buildConfig/debug" isTestSource="false" generated="true" />
<sourceFolder url="file://$MODULE_DIR$/build/generated/renderscript_source_output_dir/debug/compileDebugRenderscript/out" isTestSource="false" generated="true" />
<sourceFolder url="file://$MODULE_DIR$/build/generated/res/rs/debug" type="java-resource" generated="true" />
<sourceFolder url="file://$MODULE_DIR$/build/generated/res/resValues/debug" type="java-resource" generated="true" />
<sourceFolder url="file://$MODULE_DIR$/build/generated/ap_generated_sources/debugAndroidTest/out" isTestSource="true" generated="true" />
<sourceFolder url="file://$MODULE_DIR$/build/generated/aidl_source_output_dir/debugAndroidTest/compileDebugAndroidTestAidl/out" isTestSource="true" generated="true" />
<sourceFolder url="file://$MODULE_DIR$/build/generated/source/buildConfig/androidTest/debug" isTestSource="true" generated="true" />
<sourceFolder url="file://$MODULE_DIR$/build/generated/renderscript_source_output_dir/debugAndroidTest/compileDebugAndroidTestRenderscript/out" isTestSource="true" generated="true" />
<sourceFolder url="file://$MODULE_DIR$/build/generated/res/rs/androidTest/debug" type="java-test-resource" generated="true" />
<sourceFolder url="file://$MODULE_DIR$/build/generated/res/resValues/androidTest/debug" type="java-test-resource" generated="true" />
<sourceFolder url="file://$MODULE_DIR$/build/generated/ap_generated_sources/debugUnitTest/out" isTestSource="true" generated="true" />
<sourceFolder url="file://$MODULE_DIR$/src/debug/res" type="java-resource" />
<sourceFolder url="file://$MODULE_DIR$/src/debug/resources" type="java-resource" />
<sourceFolder url="file://$MODULE_DIR$/src/debug/assets" type="java-resource" />
<sourceFolder url="file://$MODULE_DIR$/src/debug/aidl" isTestSource="false" />
<sourceFolder url="file://$MODULE_DIR$/src/debug/java" isTestSource="false" />
<sourceFolder url="file://$MODULE_DIR$/src/debug/rs" isTestSource="false" />
<sourceFolder url="file://$MODULE_DIR$/src/debug/shaders" isTestSource="false" />
<sourceFolder url="file://$MODULE_DIR$/src/androidTestDebug/res" type="java-test-resource" />
<sourceFolder url="file://$MODULE_DIR$/src/androidTestDebug/resources" type="java-test-resource" />
<sourceFolder url="file://$MODULE_DIR$/src/androidTestDebug/assets" type="java-test-resource" />
<sourceFolder url="file://$MODULE_DIR$/src/androidTestDebug/aidl" isTestSource="true" />
<sourceFolder url="file://$MODULE_DIR$/src/androidTestDebug/java" isTestSource="true" />
<sourceFolder url="file://$MODULE_DIR$/src/androidTestDebug/rs" isTestSource="true" />
<sourceFolder url="file://$MODULE_DIR$/src/androidTestDebug/shaders" isTestSource="true" />
<sourceFolder url="file://$MODULE_DIR$/src/testDebug/res" type="java-test-resource" />
<sourceFolder url="file://$MODULE_DIR$/src/testDebug/resources" type="java-test-resource" />
<sourceFolder url="file://$MODULE_DIR$/src/testDebug/assets" type="java-test-resource" />
<sourceFolder url="file://$MODULE_DIR$/src/testDebug/aidl" isTestSource="true" />
<sourceFolder url="file://$MODULE_DIR$/src/testDebug/java" isTestSource="true" />
<sourceFolder url="file://$MODULE_DIR$/src/testDebug/rs" isTestSource="true" />
<sourceFolder url="file://$MODULE_DIR$/src/testDebug/shaders" isTestSource="true" />
<sourceFolder url="file://$MODULE_DIR$/src/main/res" type="java-resource" />
<sourceFolder url="file://$MODULE_DIR$/src/main/resources" type="java-resource" />
<sourceFolder url="file://$MODULE_DIR$/src/main/assets" type="java-resource" />
<sourceFolder url="file://$MODULE_DIR$/src/main/aidl" isTestSource="false" />
<sourceFolder url="file://$MODULE_DIR$/src/main/java" isTestSource="false" />
<sourceFolder url="file://$MODULE_DIR$/src/main/rs" isTestSource="false" />
<sourceFolder url="file://$MODULE_DIR$/src/main/shaders" isTestSource="false" />
<sourceFolder url="file://$MODULE_DIR$/src/androidTest/res" type="java-test-resource" />
<sourceFolder url="file://$MODULE_DIR$/src/androidTest/resources" type="java-test-resource" />
<sourceFolder url="file://$MODULE_DIR$/src/androidTest/assets" type="java-test-resource" />
<sourceFolder url="file://$MODULE_DIR$/src/androidTest/aidl" isTestSource="true" />
<sourceFolder url="file://$MODULE_DIR$/src/androidTest/java" isTestSource="true" />
<sourceFolder url="file://$MODULE_DIR$/src/androidTest/rs" isTestSource="true" />
<sourceFolder url="file://$MODULE_DIR$/src/androidTest/shaders" isTestSource="true" />
<sourceFolder url="file://$MODULE_DIR$/src/test/res" type="java-test-resource" />
<sourceFolder url="file://$MODULE_DIR$/src/test/resources" type="java-test-resource" />
<sourceFolder url="file://$MODULE_DIR$/src/test/assets" type="java-test-resource" />
<sourceFolder url="file://$MODULE_DIR$/src/test/aidl" isTestSource="true" />
<sourceFolder url="file://$MODULE_DIR$/src/test/java" isTestSource="true" />
<sourceFolder url="file://$MODULE_DIR$/src/test/rs" isTestSource="true" />
<sourceFolder url="file://$MODULE_DIR$/src/test/shaders" isTestSource="true" />
<excludeFolder url="file://$MODULE_DIR$/build" />
</content>
<orderEntry type="jdk" jdkName="Android API 32 Platform" jdkType="Android SDK" />
<orderEntry type="sourceFolder" forTests="false" />
<orderEntry type="library" name="Gradle: org.apache.http.legacy-android-32" level="project" />
</component>
</module>

@ -0,0 +1,24 @@
apply plugin: 'com.android.application'
android {
compileSdkVersion 32
buildToolsVersion "33.0.0"
useLibrary 'org.apache.http.legacy'
defaultConfig {
applicationId "net.micode.notes"
minSdkVersion 14
targetSdkVersion 30
}
buildTypes {
release {
minifyEnabled false
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.txt'
}
}
tasks.withType(JavaCompile){
options.encoding = "UTF-8"
}
}

@ -0,0 +1,324 @@
/* AUTO-GENERATED FILE. DO NOT MODIFY.
*
* This class was automatically generated by the
* aapt tool from the resource data it found. It
* should not be modified by hand.
*/
package net.micode.notes;
public final class R {
public static final class array {
public static final int format_for_exported_note=0x7f010000;
public static final int menu_share_ways=0x7f010001;
}
public static final class color {
public static final int primary_text_dark=0x7f020000;
public static final int secondary_text_dark=0x7f020001;
public static final int user_query_highlight=0x7f020002;
}
public static final class dimen {
public static final int text_font_size_large=0x7f030000;
public static final int text_font_size_medium=0x7f030001;
public static final int text_font_size_normal=0x7f030002;
public static final int text_font_size_small=0x7f030003;
public static final int text_font_size_super=0x7f030004;
}
public static final class drawable {
public static final int bg_btn_set_color=0x7f040000;
public static final int bg_color_btn_mask=0x7f040001;
public static final int call_record=0x7f040002;
public static final int clock=0x7f040003;
public static final int delete=0x7f040004;
public static final int dropdown_icon=0x7f040005;
public static final int edit_blue=0x7f040006;
public static final int edit_green=0x7f040007;
public static final int edit_red=0x7f040008;
public static final int edit_title_blue=0x7f040009;
public static final int edit_title_green=0x7f04000a;
public static final int edit_title_red=0x7f04000b;
public static final int edit_title_white=0x7f04000c;
public static final int edit_title_yellow=0x7f04000d;
public static final int edit_white=0x7f04000e;
public static final int edit_yellow=0x7f04000f;
public static final int font_large=0x7f040010;
public static final int font_normal=0x7f040011;
public static final int font_size_selector_bg=0x7f040012;
public static final int font_small=0x7f040013;
public static final int font_super=0x7f040014;
public static final int icon_app=0x7f040015;
public static final int list_background=0x7f040016;
public static final int list_blue_down=0x7f040017;
public static final int list_blue_middle=0x7f040018;
public static final int list_blue_single=0x7f040019;
public static final int list_blue_up=0x7f04001a;
public static final int list_folder=0x7f04001b;
public static final int list_footer_bg=0x7f04001c;
public static final int list_green_down=0x7f04001d;
public static final int list_green_middle=0x7f04001e;
public static final int list_green_single=0x7f04001f;
public static final int list_green_up=0x7f040020;
public static final int list_red_down=0x7f040021;
public static final int list_red_middle=0x7f040022;
public static final int list_red_single=0x7f040023;
public static final int list_red_up=0x7f040024;
public static final int list_white_down=0x7f040025;
public static final int list_white_middle=0x7f040026;
public static final int list_white_single=0x7f040027;
public static final int list_white_up=0x7f040028;
public static final int list_yellow_down=0x7f040029;
public static final int list_yellow_middle=0x7f04002a;
public static final int list_yellow_single=0x7f04002b;
public static final int list_yellow_up=0x7f04002c;
public static final int menu_delete=0x7f04002d;
public static final int menu_move=0x7f04002e;
public static final int new_note=0x7f04002f;
public static final int new_note_normal=0x7f040030;
public static final int new_note_pressed=0x7f040031;
public static final int note_edit_color_selector_panel=0x7f040032;
public static final int notification=0x7f040033;
public static final int search_result=0x7f040034;
public static final int selected=0x7f040035;
public static final int title_alert=0x7f040036;
public static final int title_bar_bg=0x7f040037;
public static final int widget_2x_blue=0x7f040038;
public static final int widget_2x_green=0x7f040039;
public static final int widget_2x_red=0x7f04003a;
public static final int widget_2x_white=0x7f04003b;
public static final int widget_2x_yellow=0x7f04003c;
public static final int widget_4x_blue=0x7f04003d;
public static final int widget_4x_green=0x7f04003e;
public static final int widget_4x_red=0x7f04003f;
public static final int widget_4x_white=0x7f040040;
public static final int widget_4x_yellow=0x7f040041;
public static final int xiaomi1=0x7f040042;
public static final int xiaomi2=0x7f040043;
}
public static final class id {
public static final int account_dialog_subtitle=0x7f050000;
public static final int account_dialog_title=0x7f050001;
public static final int action_select_all=0x7f050002;
public static final int amPm=0x7f050003;
public static final int btn_new_note=0x7f050004;
public static final int btn_set_bg_color=0x7f050005;
public static final int cb_edit_item=0x7f050006;
public static final int date=0x7f050007;
public static final int delete=0x7f050008;
public static final int et_edit_text=0x7f050009;
public static final int et_foler_name=0x7f05000a;
public static final int font_size_selector=0x7f05000b;
public static final int hour=0x7f05000c;
public static final int iv_alert_icon=0x7f05000d;
public static final int iv_bg_blue=0x7f05000e;
public static final int iv_bg_blue_select=0x7f05000f;
public static final int iv_bg_green=0x7f050010;
public static final int iv_bg_green_select=0x7f050011;
public static final int iv_bg_red=0x7f050012;
public static final int iv_bg_red_select=0x7f050013;
public static final int iv_bg_white=0x7f050014;
public static final int iv_bg_white_select=0x7f050015;
public static final int iv_bg_yellow=0x7f050016;
public static final int iv_bg_yellow_select=0x7f050017;
public static final int iv_large_select=0x7f050018;
public static final int iv_medium_select=0x7f050019;
public static final int iv_small_select=0x7f05001a;
public static final int iv_super_select=0x7f05001b;
public static final int ll_font_large=0x7f05001c;
public static final int ll_font_normal=0x7f05001d;
public static final int ll_font_small=0x7f05001e;
public static final int ll_font_super=0x7f05001f;
public static final int menu_alert=0x7f050020;
public static final int menu_day=0x7f050021;
public static final int menu_delete=0x7f050022;
public static final int menu_delete_remind=0x7f050023;
public static final int menu_export_text=0x7f050024;
public static final int menu_font_size=0x7f050025;
public static final int menu_list_mode=0x7f050026;
public static final int menu_new_folder=0x7f050027;
public static final int menu_new_note=0x7f050028;
public static final int menu_night=0x7f050029;
public static final int menu_search=0x7f05002a;
public static final int menu_send_to_desktop=0x7f05002b;
public static final int menu_setting=0x7f05002c;
public static final int menu_share=0x7f05002d;
public static final int menu_sync=0x7f05002e;
public static final int minute=0x7f05002f;
public static final int move=0x7f050030;
public static final int navigation_bar=0x7f050031;
public static final int note_bg_color_selector=0x7f050032;
public static final int note_edit_list=0x7f050033;
public static final int note_edit_view=0x7f050034;
public static final int note_item=0x7f050035;
public static final int note_title=0x7f050036;
public static final int notes_list=0x7f050037;
public static final int prefenerece_sync_status_textview=0x7f050038;
public static final int preference_sync_button=0x7f050039;
public static final int selection_menu=0x7f05003a;
public static final int sv_note_edit=0x7f05003b;
public static final int tv_alert_date=0x7f05003c;
public static final int tv_folder_name=0x7f05003d;
public static final int tv_modified_date=0x7f05003e;
public static final int tv_name=0x7f05003f;
public static final int tv_time=0x7f050040;
public static final int tv_title=0x7f050041;
public static final int tv_title_bar=0x7f050042;
public static final int widget_bg_image=0x7f050043;
public static final int widget_text=0x7f050044;
}
public static final class layout {
public static final int account_dialog_title=0x7f060000;
public static final int add_account_text=0x7f060001;
public static final int datetime_picker=0x7f060002;
public static final int dialog_edit_text=0x7f060003;
public static final int folder_list_item=0x7f060004;
public static final int note_edit=0x7f060005;
public static final int note_edit_list_item=0x7f060006;
public static final int note_item=0x7f060007;
public static final int note_list=0x7f060008;
public static final int note_list_dropdown_menu=0x7f060009;
public static final int note_list_footer=0x7f06000a;
public static final int settings_header=0x7f06000b;
public static final int widget_2x=0x7f06000c;
public static final int widget_4x=0x7f06000d;
}
public static final class menu {
public static final int call_note_edit=0x7f070000;
public static final int call_record_folder=0x7f070001;
public static final int note_edit=0x7f070002;
public static final int note_list=0x7f070003;
public static final int note_list_dropdown=0x7f070004;
public static final int note_list_options=0x7f070005;
public static final int sub_folder=0x7f070006;
}
public static final class plurals {
public static final int search_results_title=0x7f080000;
}
public static final class raw {
public static final int introduction=0x7f090000;
}
public static final class string {
public static final int alert_message_delete_folder=0x7f0a0000;
public static final int alert_message_delete_note=0x7f0a0001;
public static final int alert_message_delete_notes=0x7f0a0002;
public static final int alert_title_delete=0x7f0a0003;
public static final int app_name=0x7f0a0004;
public static final int app_widget2x2=0x7f0a0005;
public static final int app_widget4x4=0x7f0a0006;
public static final int button_delete=0x7f0a0007;
public static final int call_record_folder_name=0x7f0a0008;
public static final int datetime_dialog_cancel=0x7f0a0009;
public static final int datetime_dialog_ok=0x7f0a000a;
public static final int delete_remind_time_message=0x7f0a000b;
public static final int error_note_empty_for_clock=0x7f0a000c;
public static final int error_note_empty_for_send_to_desktop=0x7f0a000d;
public static final int error_note_not_exist=0x7f0a000e;
public static final int error_sdcard_export=0x7f0a000f;
public static final int error_sdcard_unmounted=0x7f0a0010;
public static final int error_sync_cancelled=0x7f0a0011;
public static final int error_sync_internal=0x7f0a0012;
public static final int error_sync_network=0x7f0a0013;
public static final int failed_sdcard_export=0x7f0a0014;
public static final int file_name_txt_format=0x7f0a0015;
public static final int file_path=0x7f0a0016;
public static final int folder_exist=0x7f0a0017;
public static final int format_date_ymd=0x7f0a0018;
public static final int format_datetime_mdhm=0x7f0a0019;
public static final int format_exported_file_location=0x7f0a001a;
public static final int format_folder_files_count=0x7f0a001b;
public static final int format_move_notes_to_folder=0x7f0a001c;
public static final int hint_foler_name=0x7f0a001d;
public static final int info_note_enter_desktop=0x7f0a001e;
public static final int menu_alert=0x7f0a001f;
public static final int menu_create_folder=0x7f0a0020;
public static final int menu_day=0x7f0a0021;
public static final int menu_delete=0x7f0a0022;
public static final int menu_deselect_all=0x7f0a0023;
public static final int menu_export_text=0x7f0a0024;
public static final int menu_folder_change_name=0x7f0a0025;
public static final int menu_folder_delete=0x7f0a0026;
public static final int menu_folder_view=0x7f0a0027;
public static final int menu_font_large=0x7f0a0028;
public static final int menu_font_normal=0x7f0a0029;
public static final int menu_font_size=0x7f0a002a;
public static final int menu_font_small=0x7f0a002b;
public static final int menu_font_super=0x7f0a002c;
public static final int menu_list_mode=0x7f0a002d;
public static final int menu_move=0x7f0a002e;
public static final int menu_move_parent_folder=0x7f0a002f;
public static final int menu_night=0x7f0a0030;
public static final int menu_normal_mode=0x7f0a0031;
public static final int menu_remove_remind=0x7f0a0032;
public static final int menu_search=0x7f0a0033;
public static final int menu_select_all=0x7f0a0034;
public static final int menu_select_none=0x7f0a0035;
public static final int menu_select_title=0x7f0a0036;
public static final int menu_send_to_desktop=0x7f0a0037;
public static final int menu_setting=0x7f0a0038;
public static final int menu_share=0x7f0a0039;
public static final int menu_sync=0x7f0a003a;
public static final int menu_sync_cancel=0x7f0a003b;
public static final int menu_title_select_folder=0x7f0a003c;
public static final int note_alert_expired=0x7f0a003d;
public static final int note_link_email=0x7f0a003e;
public static final int note_link_other=0x7f0a003f;
public static final int note_link_tel=0x7f0a0040;
public static final int note_link_web=0x7f0a0041;
public static final int notealert_enter=0x7f0a0042;
public static final int notealert_ok=0x7f0a0043;
public static final int notelist_menu_new=0x7f0a0044;
public static final int notelist_string_info=0x7f0a0045;
public static final int preferences_account_summary=0x7f0a0046;
public static final int preferences_account_title=0x7f0a0047;
public static final int preferences_add_account=0x7f0a0048;
public static final int preferences_bg_random_appear_title=0x7f0a0049;
public static final int preferences_button_sync_cancel=0x7f0a004a;
public static final int preferences_button_sync_immediately=0x7f0a004b;
public static final int preferences_dialog_change_account_title=0x7f0a004c;
public static final int preferences_dialog_change_account_warn_msg=0x7f0a004d;
public static final int preferences_dialog_select_account_tips=0x7f0a004e;
public static final int preferences_dialog_select_account_title=0x7f0a004f;
public static final int preferences_last_sync_time=0x7f0a0050;
public static final int preferences_last_sync_time_format=0x7f0a0051;
public static final int preferences_menu_cancel=0x7f0a0052;
public static final int preferences_menu_change_account=0x7f0a0053;
public static final int preferences_menu_remove_account=0x7f0a0054;
public static final int preferences_title=0x7f0a0055;
public static final int preferences_toast_cannot_change_account=0x7f0a0056;
public static final int preferences_toast_success_set_accout=0x7f0a0057;
public static final int search=0x7f0a0058;
public static final int search_hint=0x7f0a0059;
public static final int search_label=0x7f0a005a;
public static final int search_setting_description=0x7f0a005b;
public static final int set_remind_time_message=0x7f0a005c;
public static final int success_sdcard_export=0x7f0a005d;
public static final int success_sync_account=0x7f0a005e;
public static final int sync_progress_init_list=0x7f0a005f;
public static final int sync_progress_login=0x7f0a0060;
public static final int sync_progress_syncing=0x7f0a0061;
public static final int ticker_cancel=0x7f0a0062;
public static final int ticker_fail=0x7f0a0063;
public static final int ticker_success=0x7f0a0064;
public static final int ticker_syncing=0x7f0a0065;
public static final int widget_havenot_content=0x7f0a0066;
public static final int widget_under_visit_mode=0x7f0a0067;
}
public static final class style {
public static final int HighlightTextAppearancePrimary=0x7f0b0000;
public static final int HighlightTextAppearanceSecondary=0x7f0b0001;
public static final int NoteActionBarStyle=0x7f0b0002;
public static final int NoteTheme=0x7f0b0003;
public static final int TextAppearanceLarge=0x7f0b0004;
public static final int TextAppearanceMedium=0x7f0b0005;
public static final int TextAppearanceNormal=0x7f0b0006;
public static final int TextAppearancePrimaryItem=0x7f0b0007;
public static final int TextAppearanceSecondaryItem=0x7f0b0008;
public static final int TextAppearanceSuper=0x7f0b0009;
public static final int TextAppearanceUnderMenuIcon=0x7f0b000a;
}
public static final class xml {
public static final int preferences=0x7f0c0000;
public static final int searchable=0x7f0c0001;
public static final int widget_2x_info=0x7f0c0002;
public static final int widget_4x_info=0x7f0c0003;
}
}

@ -0,0 +1,13 @@
/**
* Automatically generated file. DO NOT MODIFY
*/
package net.micode.notes.test;
public final class BuildConfig {
public static final boolean DEBUG = Boolean.parseBoolean("true");
public static final String APPLICATION_ID = "net.micode.notes.test";
public static final String BUILD_TYPE = "debug";
public static final String FLAVOR = "";
public static final int VERSION_CODE = -1;
public static final String VERSION_NAME = "";
}

@ -0,0 +1,13 @@
/**
* Automatically generated file. DO NOT MODIFY
*/
package net.micode.notes;
public final class BuildConfig {
public static final boolean DEBUG = Boolean.parseBoolean("true");
public static final String APPLICATION_ID = "net.micode.notes";
public static final String BUILD_TYPE = "debug";
public static final String FLAVOR = "";
public static final int VERSION_CODE = 1;
public static final String VERSION_NAME = "0.1";
}

@ -0,0 +1 @@
[{"type":"MAIN","splits":[],"versionCode":1,"versionName":"0.1","enabled":true,"outputFile":"app-debug.apk","fullName":"debug","baseName":"debug"}]

@ -0,0 +1,176 @@
{
"logs": [
{
"outputFile": "D:\\AndroidStudioProjects\\Notes-master1\\app\\build\\intermediates\\res\\merged\\debug\\values_values.arsc.flat",
"map": [
{
"source": "D:\\AndroidStudioProjects\\Notes-master1\\app\\src\\main\\res\\values\\colors.xml",
"from": {
"startLines": "-1",
"startColumns": "-1",
"startOffsets": "-1"
},
"to": {
"startLines": "12",
"startColumns": "4",
"startOffsets": "420",
"endColumns": "56",
"endOffsets": "472"
}
},
{
"source": "D:\\AndroidStudioProjects\\Notes-master1\\app\\src\\main\\res\\values\\styles.xml",
"from": {
"startLines": "-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1",
"startColumns": "-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1",
"startOffsets": "-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1"
},
"to": {
"startLines": "127,131,135,139,142,146,150,154,158,162,166",
"startColumns": "4,4,4,4,4,4,4,4,4,4,4",
"startOffsets": "8356,8560,8771,8978,9138,9321,9506,9691,9894,10100,10283",
"endLines": "130,134,138,141,145,149,153,157,161,165,169",
"endColumns": "12,12,12,12,12,12,12,12,12,12,12",
"endOffsets": "8555,8766,8973,9133,9316,9501,9686,9889,10095,10278,10479"
}
},
{
"source": "D:\\AndroidStudioProjects\\Notes-master1\\app\\src\\main\\res\\values\\arrays.xml",
"from": {
"startLines": "-1,-1",
"startColumns": "-1,-1",
"startOffsets": "-1,-1"
},
"to": {
"startLines": "2,8",
"startColumns": "4,4",
"startOffsets": "105,300",
"endLines": "7,11",
"endColumns": "19,19",
"endOffsets": "295,415"
}
},
{
"source": "D:\\AndroidStudioProjects\\Notes-master1\\app\\src\\main\\res\\values\\dimens.xml",
"from": {
"startLines": "-1,-1,-1,-1,-1",
"startColumns": "-1,-1,-1,-1,-1",
"startOffsets": "-1,-1,-1,-1,-1"
},
"to": {
"startLines": "13,14,15,16,17",
"startColumns": "4,4,4,4,4",
"startOffsets": "477,529,582,635,687",
"endColumns": "51,52,52,51,51",
"endOffsets": "524,577,630,682,734"
}
},
{
"source": "D:\\AndroidStudioProjects\\Notes-master1\\app\\src\\main\\res\\values\\strings.xml",
"from": {
"startLines": "132,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,39,38,-1,-1,-1,-1,45,-1,-1,-1,-1,-1,41,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,42,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,107,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1",
"startColumns": "4,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,4,4,-1,-1,-1,-1,4,-1,-1,-1,-1,-1,4,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,4,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,4,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1",
"startOffsets": "8202,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,2025,1953,-1,-1,-1,-1,2249,-1,-1,-1,-1,-1,2139,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,2191,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,6362,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1",
"endLines": "136,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,39,38,-1,-1,-1,-1,45,-1,-1,-1,-1,-1,41,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,42,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,107,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1",
"endColumns": "14,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,82,71,-1,-1,-1,-1,79,-1,-1,-1,-1,-1,51,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,55,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,102,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1",
"endOffsets": "8606,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,2103,2020,-1,-1,-1,-1,2324,-1,-1,-1,-1,-1,2186,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,2242,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,6460,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1"
},
"to": {
"startLines": "18,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126",
"startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
"startOffsets": "739,1132,1228,1311,1407,1476,1519,1571,1623,1672,1735,1793,1844,1928,2022,2130,2201,2285,2368,2434,2517,2619,2680,2763,2835,2913,2966,3026,3131,3211,3313,3368,3439,3488,3546,3598,3645,3704,3761,3832,3893,3950,4000,4052,4105,4155,4205,4265,4318,4384,4440,4502,4565,4612,4667,4755,4813,4875,4925,4970,5013,5073,5140,5195,5250,5303,5350,5403,5459,5507,5562,5615,5699,5766,5830,5926,6000,6081,6170,6333,6477,6556,6631,6734,6793,6873,6953,7008,7130,7233,7274,7327,7384,7458,7523,7591,7677,7757,7826,7920,7979,8034,8096,8156,8266",
"endLines": "22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126",
"endColumns": "14,95,82,95,68,42,51,51,48,62,57,50,83,93,107,70,83,82,65,82,101,60,82,71,77,52,59,104,79,101,54,70,48,57,51,46,58,56,70,60,56,49,51,52,49,49,59,52,65,55,61,62,46,54,87,57,61,49,44,42,59,66,54,54,52,46,52,55,47,54,52,83,66,63,95,73,80,88,162,143,78,74,102,58,79,79,54,121,102,40,52,56,73,64,67,85,79,68,93,58,54,61,59,109,89",
"endOffsets": "1127,1223,1306,1402,1471,1514,1566,1618,1667,1730,1788,1839,1923,2017,2125,2196,2280,2363,2429,2512,2614,2675,2758,2830,2908,2961,3021,3126,3206,3308,3363,3434,3483,3541,3593,3640,3699,3756,3827,3888,3945,3995,4047,4100,4150,4200,4260,4313,4379,4435,4497,4560,4607,4662,4750,4808,4870,4920,4965,5008,5068,5135,5190,5245,5298,5345,5398,5454,5502,5557,5610,5694,5761,5825,5921,5995,6076,6165,6328,6472,6551,6626,6729,6788,6868,6948,7003,7125,7228,7269,7322,7379,7453,7518,7586,7672,7752,7821,7915,7974,8029,8091,8151,8261,8351"
}
}
]
},
{
"outputFile": "D:\\AndroidStudioProjects\\Notes-master1\\app\\build\\intermediates\\res\\merged\\debug\\values-zh-rTW_values-zh-rTW.arsc.flat",
"map": [
{
"source": "D:\\AndroidStudioProjects\\Notes-master1\\app\\src\\main\\res\\values-zh-rTW\\strings.xml",
"from": {
"startLines": "122,72,71,70,69,19,20,21,112,113,121,120,26,76,77,75,74,73,89,88,87,79,61,29,30,80,37,114,68,64,39,45,50,40,60,59,58,54,53,51,52,55,56,46,67,57,65,44,49,48,47,63,43,62,41,42,66,28,34,36,33,35,32,31,25,24,96,95,98,110,103,102,104,105,107,106,97,101,99,100,94,108,109,119,117,116,118,27,78,86,91,90,92,85,84,83,82,22,23",
"startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
"startOffsets": "6507,3575,3509,3436,3386,827,867,915,6057,6102,6453,6403,1199,3835,3903,3776,3710,3647,4565,4505,4442,4035,2957,1369,1422,4089,1768,6159,3327,3114,1878,2159,2405,1931,2897,2844,2793,2598,2550,2456,2504,2644,2691,2202,3268,2741,3157,2116,2358,2302,2247,3059,2072,3017,1981,2022,3209,1318,1623,1719,1576,1672,1529,1484,1148,1095,4940,4881,5081,5982,5392,5323,5456,5534,5717,5644,5015,5268,5138,5203,4832,5821,5904,6365,6258,6210,6303,1261,3980,4383,4678,4620,4745,4335,4290,4242,4191,963,1029",
"endLines": "124,72,71,70,69,19,20,21,112,113,121,120,26,76,77,75,74,73,89,88,87,79,61,29,30,80,37,114,68,64,39,45,50,40,60,59,58,54,53,51,52,55,56,46,67,57,65,44,49,48,47,63,43,62,41,42,66,28,34,36,33,35,32,31,25,24,96,95,98,110,103,102,104,105,107,106,97,101,99,100,94,108,109,119,117,116,118,27,78,86,91,90,92,85,84,83,82,22,23",
"endColumns": "14,71,65,72,49,39,47,47,44,56,53,49,61,67,76,58,65,62,54,59,62,53,59,52,61,83,79,49,58,42,52,42,50,49,59,52,50,45,47,47,45,46,49,44,58,51,51,42,46,55,54,54,43,41,40,49,58,50,48,48,46,46,46,44,50,52,74,58,56,73,63,68,77,109,103,72,65,54,64,64,48,82,77,37,44,47,61,56,54,58,66,57,61,47,44,47,50,65,65",
"endOffsets": "6679,3642,3570,3504,3431,862,910,958,6097,6154,6502,6448,1256,3898,3975,3830,3771,3705,4615,4560,4500,4084,3012,1417,1479,4168,1843,6204,3381,3152,1926,2197,2451,1976,2952,2892,2839,2639,2593,2499,2545,2686,2736,2242,3322,2788,3204,2154,2400,2353,2297,3109,2111,3054,2017,2067,3263,1364,1667,1763,1618,1714,1571,1524,1194,1143,5010,4935,5133,6051,5451,5387,5529,5639,5816,5712,5076,5318,5198,5263,4876,5899,5977,6398,6298,6253,6360,1313,4030,4437,4740,4673,4802,4378,4330,4285,4237,1024,1090"
},
"to": {
"startLines": "6,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106",
"startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
"startOffsets": "215,384,456,522,595,645,685,733,781,826,883,937,987,1049,1117,1194,1253,1319,1382,1437,1497,1560,1614,1674,1727,1789,1873,1953,2003,2062,2105,2158,2201,2252,2302,2362,2415,2466,2512,2560,2608,2654,2701,2751,2796,2855,2907,2959,3002,3049,3105,3160,3215,3259,3301,3342,3392,3451,3502,3551,3600,3647,3694,3741,3786,3837,3890,3965,4024,4081,4155,4219,4288,4366,4476,4580,4653,4719,4774,4839,4904,4953,5036,5114,5152,5197,5245,5307,5364,5419,5478,5545,5603,5665,5713,5758,5806,5857,5923",
"endLines": "8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106",
"endColumns": "14,71,65,72,49,39,47,47,44,56,53,49,61,67,76,58,65,62,54,59,62,53,59,52,61,83,79,49,58,42,52,42,50,49,59,52,50,45,47,47,45,46,49,44,58,51,51,42,46,55,54,54,43,41,40,49,58,50,48,48,46,46,46,44,50,52,74,58,56,73,63,68,77,109,103,72,65,54,64,64,48,82,77,37,44,47,61,56,54,58,66,57,61,47,44,47,50,65,65",
"endOffsets": "379,451,517,590,640,680,728,776,821,878,932,982,1044,1112,1189,1248,1314,1377,1432,1492,1555,1609,1669,1722,1784,1868,1948,1998,2057,2100,2153,2196,2247,2297,2357,2410,2461,2507,2555,2603,2649,2696,2746,2791,2850,2902,2954,2997,3044,3100,3155,3210,3254,3296,3337,3387,3446,3497,3546,3595,3642,3689,3736,3781,3832,3885,3960,4019,4076,4150,4214,4283,4361,4471,4575,4648,4714,4769,4834,4899,4948,5031,5109,5147,5192,5240,5302,5359,5414,5473,5540,5598,5660,5708,5753,5801,5852,5918,5984"
}
},
{
"source": "D:\\AndroidStudioProjects\\Notes-master1\\app\\src\\main\\res\\values-zh-rTW\\arrays.xml",
"from": {
"startLines": "18",
"startColumns": "4",
"startOffsets": "712",
"endLines": "21",
"endColumns": "19",
"endOffsets": "817"
},
"to": {
"startLines": "2",
"startColumns": "4",
"startOffsets": "105",
"endLines": "5",
"endColumns": "19",
"endOffsets": "210"
}
}
]
},
{
"outputFile": "D:\\AndroidStudioProjects\\Notes-master1\\app\\build\\intermediates\\res\\merged\\debug\\values-zh-rCN_values-zh-rCN.arsc.flat",
"map": [
{
"source": "D:\\AndroidStudioProjects\\Notes-master1\\app\\src\\main\\res\\values-zh-rCN\\arrays.xml",
"from": {
"startLines": "18",
"startColumns": "4",
"startOffsets": "712",
"endLines": "21",
"endColumns": "19",
"endOffsets": "817"
},
"to": {
"startLines": "2",
"startColumns": "4",
"startOffsets": "105",
"endLines": "5",
"endColumns": "19",
"endOffsets": "210"
}
},
{
"source": "D:\\AndroidStudioProjects\\Notes-master1\\app\\src\\main\\res\\values-zh-rCN\\strings.xml",
"from": {
"startLines": "121,71,70,69,68,19,20,21,112,113,120,119,26,77,78,76,75,74,90,89,88,80,60,29,30,81,72,114,67,63,38,44,49,39,59,58,57,53,52,50,51,54,55,45,66,56,64,43,48,47,46,62,42,61,40,41,65,28,34,36,33,35,32,31,25,24,97,96,99,111,104,103,105,106,108,107,98,102,100,101,95,109,110,118,116,115,117,27,79,87,92,91,93,86,85,84,83,22,23",
"startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
"startOffsets": "6532,3495,3429,3356,3306,827,867,915,6083,6128,6478,6428,1199,3861,3929,3802,3737,3674,4592,4532,4469,4061,2877,1369,1422,4115,3568,6185,3247,3034,1798,2079,2325,1851,2817,2764,2713,2518,2470,2376,2424,2564,2611,2122,3188,2661,3077,2036,2278,2222,2167,2979,1992,2937,1901,1942,3129,1318,1623,1719,1576,1672,1529,1484,1148,1095,4967,4908,5108,6009,5419,5350,5483,5561,5744,5671,5042,5295,5165,5230,4859,5848,5931,6390,6283,6235,6328,1261,4006,4410,4705,4647,4772,4362,4317,4269,4218,963,1029",
"endLines": "123,71,70,69,68,19,20,21,112,113,120,119,26,77,78,76,75,74,90,89,88,80,60,29,30,81,72,114,67,63,38,44,49,39,59,58,57,53,52,50,51,54,55,45,66,56,64,43,48,47,46,62,42,61,40,41,65,28,34,36,33,35,32,31,25,24,97,96,99,111,104,103,105,106,108,107,98,102,100,101,95,109,110,118,116,115,117,27,79,87,92,91,93,86,85,84,83,22,23",
"endColumns": "14,72,65,72,49,39,47,47,44,56,53,49,61,67,76,58,64,62,54,59,62,53,59,52,61,84,80,49,58,42,52,42,50,49,59,52,50,45,47,47,45,46,49,44,58,51,51,42,46,55,54,54,43,41,40,49,58,50,48,48,46,46,46,44,50,52,74,58,56,73,63,68,77,109,103,72,65,54,64,64,48,82,77,37,44,47,61,56,54,58,66,57,61,47,44,47,50,65,65",
"endOffsets": "6704,3563,3490,3424,3351,862,910,958,6123,6180,6527,6473,1256,3924,4001,3856,3797,3732,4642,4587,4527,4110,2932,1417,1479,4195,3644,6230,3301,3072,1846,2117,2371,1896,2872,2812,2759,2559,2513,2419,2465,2606,2656,2162,3242,2708,3124,2074,2320,2273,2217,3029,2031,2974,1937,1987,3183,1364,1667,1763,1618,1714,1571,1524,1194,1143,5037,4962,5160,6078,5478,5414,5556,5666,5843,5739,5103,5345,5225,5290,4903,5926,6004,6423,6323,6278,6385,1313,4056,4464,4767,4700,4829,4405,4357,4312,4264,1024,1090"
},
"to": {
"startLines": "6,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106",
"startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
"startOffsets": "215,384,457,523,596,646,686,734,782,827,884,938,988,1050,1118,1195,1254,1319,1382,1437,1497,1560,1614,1674,1727,1789,1874,1955,2005,2064,2107,2160,2203,2254,2304,2364,2417,2468,2514,2562,2610,2656,2703,2753,2798,2857,2909,2961,3004,3051,3107,3162,3217,3261,3303,3344,3394,3453,3504,3553,3602,3649,3696,3743,3788,3839,3892,3967,4026,4083,4157,4221,4290,4368,4478,4582,4655,4721,4776,4841,4906,4955,5038,5116,5154,5199,5247,5309,5366,5421,5480,5547,5605,5667,5715,5760,5808,5859,5925",
"endLines": "8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106",
"endColumns": "14,72,65,72,49,39,47,47,44,56,53,49,61,67,76,58,64,62,54,59,62,53,59,52,61,84,80,49,58,42,52,42,50,49,59,52,50,45,47,47,45,46,49,44,58,51,51,42,46,55,54,54,43,41,40,49,58,50,48,48,46,46,46,44,50,52,74,58,56,73,63,68,77,109,103,72,65,54,64,64,48,82,77,37,44,47,61,56,54,58,66,57,61,47,44,47,50,65,65",
"endOffsets": "379,452,518,591,641,681,729,777,822,879,933,983,1045,1113,1190,1249,1314,1377,1432,1492,1555,1609,1669,1722,1784,1869,1950,2000,2059,2102,2155,2198,2249,2299,2359,2412,2463,2509,2557,2605,2651,2698,2748,2793,2852,2904,2956,2999,3046,3102,3157,3212,3256,3298,3339,3389,3448,3499,3548,3597,3644,3691,3738,3783,3834,3887,3962,4021,4078,4152,4216,4285,4363,4473,4577,4650,4716,4771,4836,4901,4950,5033,5111,5149,5194,5242,5304,5361,5416,5475,5542,5600,5662,5710,5755,5803,5854,5920,5986"
}
}
]
}
]
}

@ -0,0 +1,47 @@
{
"logs": [
{
"outputFile": "D:\\AndroidStudioProjects\\Notes-master1\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-zh-rCN\\values-zh-rCN.xml",
"map": [
{
"source": "D:\\AndroidStudioProjects\\Notes-master1\\app\\src\\main\\res\\values-zh-rCN\\arrays.xml",
"from": {
"startLines": "18",
"startColumns": "4",
"startOffsets": "712",
"endLines": "21",
"endColumns": "19",
"endOffsets": "817"
},
"to": {
"startLines": "2",
"startColumns": "4",
"startOffsets": "105",
"endLines": "5",
"endColumns": "19",
"endOffsets": "210"
}
},
{
"source": "D:\\AndroidStudioProjects\\Notes-master1\\app\\src\\main\\res\\values-zh-rCN\\strings.xml",
"from": {
"startLines": "121,71,70,69,68,19,20,21,112,113,120,119,26,77,78,76,75,74,90,89,88,80,60,29,30,81,72,114,67,63,38,44,49,39,59,58,57,53,52,50,51,54,55,45,66,56,64,43,48,47,46,62,42,61,40,41,65,28,34,36,33,35,32,31,25,24,97,96,99,111,104,103,105,106,108,107,98,102,100,101,95,109,110,118,116,115,117,27,79,87,92,91,93,86,85,84,83,22,23",
"startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
"startOffsets": "6532,3495,3429,3356,3306,827,867,915,6083,6128,6478,6428,1199,3861,3929,3802,3737,3674,4592,4532,4469,4061,2877,1369,1422,4115,3568,6185,3247,3034,1798,2079,2325,1851,2817,2764,2713,2518,2470,2376,2424,2564,2611,2122,3188,2661,3077,2036,2278,2222,2167,2979,1992,2937,1901,1942,3129,1318,1623,1719,1576,1672,1529,1484,1148,1095,4967,4908,5108,6009,5419,5350,5483,5561,5744,5671,5042,5295,5165,5230,4859,5848,5931,6390,6283,6235,6328,1261,4006,4410,4705,4647,4772,4362,4317,4269,4218,963,1029",
"endLines": "123,71,70,69,68,19,20,21,112,113,120,119,26,77,78,76,75,74,90,89,88,80,60,29,30,81,72,114,67,63,38,44,49,39,59,58,57,53,52,50,51,54,55,45,66,56,64,43,48,47,46,62,42,61,40,41,65,28,34,36,33,35,32,31,25,24,97,96,99,111,104,103,105,106,108,107,98,102,100,101,95,109,110,118,116,115,117,27,79,87,92,91,93,86,85,84,83,22,23",
"endColumns": "14,72,65,72,49,39,47,47,44,56,53,49,61,67,76,58,64,62,54,59,62,53,59,52,61,84,80,49,58,42,52,42,50,49,59,52,50,45,47,47,45,46,49,44,58,51,51,42,46,55,54,54,43,41,40,49,58,50,48,48,46,46,46,44,50,52,74,58,56,73,63,68,77,109,103,72,65,54,64,64,48,82,77,37,44,47,61,56,54,58,66,57,61,47,44,47,50,65,65",
"endOffsets": "6704,3563,3490,3424,3351,862,910,958,6123,6180,6527,6473,1256,3924,4001,3856,3797,3732,4642,4587,4527,4110,2932,1417,1479,4195,3644,6230,3301,3072,1846,2117,2371,1896,2872,2812,2759,2559,2513,2419,2465,2606,2656,2162,3242,2708,3124,2074,2320,2273,2217,3029,2031,2974,1937,1987,3183,1364,1667,1763,1618,1714,1571,1524,1194,1143,5037,4962,5160,6078,5478,5414,5556,5666,5843,5739,5103,5345,5225,5290,4903,5926,6004,6423,6323,6278,6385,1313,4056,4464,4767,4700,4829,4405,4357,4312,4264,1024,1090"
},
"to": {
"startLines": "6,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106",
"startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
"startOffsets": "215,384,457,523,596,646,686,734,782,827,884,938,988,1050,1118,1195,1254,1319,1382,1437,1497,1560,1614,1674,1727,1789,1874,1955,2005,2064,2107,2160,2203,2254,2304,2364,2417,2468,2514,2562,2610,2656,2703,2753,2798,2857,2909,2961,3004,3051,3107,3162,3217,3261,3303,3344,3394,3453,3504,3553,3602,3649,3696,3743,3788,3839,3892,3967,4026,4083,4157,4221,4290,4368,4478,4582,4655,4721,4776,4841,4906,4955,5038,5116,5154,5199,5247,5309,5366,5421,5480,5547,5605,5667,5715,5760,5808,5859,5925",
"endLines": "8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106",
"endColumns": "14,72,65,72,49,39,47,47,44,56,53,49,61,67,76,58,64,62,54,59,62,53,59,52,61,84,80,49,58,42,52,42,50,49,59,52,50,45,47,47,45,46,49,44,58,51,51,42,46,55,54,54,43,41,40,49,58,50,48,48,46,46,46,44,50,52,74,58,56,73,63,68,77,109,103,72,65,54,64,64,48,82,77,37,44,47,61,56,54,58,66,57,61,47,44,47,50,65,65",
"endOffsets": "379,452,518,591,641,681,729,777,822,879,933,983,1045,1113,1190,1249,1314,1377,1432,1492,1555,1609,1669,1722,1784,1869,1950,2000,2059,2102,2155,2198,2249,2299,2359,2412,2463,2509,2557,2605,2651,2698,2748,2793,2852,2904,2956,2999,3046,3102,3157,3212,3256,3298,3339,3389,3448,3499,3548,3597,3644,3691,3738,3783,3834,3887,3962,4021,4078,4152,4216,4285,4363,4473,4577,4650,4716,4771,4836,4901,4950,5033,5111,5149,5194,5242,5304,5361,5416,5475,5542,5600,5662,5710,5755,5803,5854,5920,5986"
}
}
]
}
]
}

@ -0,0 +1,47 @@
{
"logs": [
{
"outputFile": "D:\\AndroidStudioProjects\\Notes-master1\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-zh-rTW\\values-zh-rTW.xml",
"map": [
{
"source": "D:\\AndroidStudioProjects\\Notes-master1\\app\\src\\main\\res\\values-zh-rTW\\strings.xml",
"from": {
"startLines": "122,72,71,70,69,19,20,21,112,113,121,120,26,76,77,75,74,73,89,88,87,79,61,29,30,80,37,114,68,64,39,45,50,40,60,59,58,54,53,51,52,55,56,46,67,57,65,44,49,48,47,63,43,62,41,42,66,28,34,36,33,35,32,31,25,24,96,95,98,110,103,102,104,105,107,106,97,101,99,100,94,108,109,119,117,116,118,27,78,86,91,90,92,85,84,83,82,22,23",
"startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
"startOffsets": "6507,3575,3509,3436,3386,827,867,915,6057,6102,6453,6403,1199,3835,3903,3776,3710,3647,4565,4505,4442,4035,2957,1369,1422,4089,1768,6159,3327,3114,1878,2159,2405,1931,2897,2844,2793,2598,2550,2456,2504,2644,2691,2202,3268,2741,3157,2116,2358,2302,2247,3059,2072,3017,1981,2022,3209,1318,1623,1719,1576,1672,1529,1484,1148,1095,4940,4881,5081,5982,5392,5323,5456,5534,5717,5644,5015,5268,5138,5203,4832,5821,5904,6365,6258,6210,6303,1261,3980,4383,4678,4620,4745,4335,4290,4242,4191,963,1029",
"endLines": "124,72,71,70,69,19,20,21,112,113,121,120,26,76,77,75,74,73,89,88,87,79,61,29,30,80,37,114,68,64,39,45,50,40,60,59,58,54,53,51,52,55,56,46,67,57,65,44,49,48,47,63,43,62,41,42,66,28,34,36,33,35,32,31,25,24,96,95,98,110,103,102,104,105,107,106,97,101,99,100,94,108,109,119,117,116,118,27,78,86,91,90,92,85,84,83,82,22,23",
"endColumns": "14,71,65,72,49,39,47,47,44,56,53,49,61,67,76,58,65,62,54,59,62,53,59,52,61,83,79,49,58,42,52,42,50,49,59,52,50,45,47,47,45,46,49,44,58,51,51,42,46,55,54,54,43,41,40,49,58,50,48,48,46,46,46,44,50,52,74,58,56,73,63,68,77,109,103,72,65,54,64,64,48,82,77,37,44,47,61,56,54,58,66,57,61,47,44,47,50,65,65",
"endOffsets": "6679,3642,3570,3504,3431,862,910,958,6097,6154,6502,6448,1256,3898,3975,3830,3771,3705,4615,4560,4500,4084,3012,1417,1479,4168,1843,6204,3381,3152,1926,2197,2451,1976,2952,2892,2839,2639,2593,2499,2545,2686,2736,2242,3322,2788,3204,2154,2400,2353,2297,3109,2111,3054,2017,2067,3263,1364,1667,1763,1618,1714,1571,1524,1194,1143,5010,4935,5133,6051,5451,5387,5529,5639,5816,5712,5076,5318,5198,5263,4876,5899,5977,6398,6298,6253,6360,1313,4030,4437,4740,4673,4802,4378,4330,4285,4237,1024,1090"
},
"to": {
"startLines": "6,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106",
"startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
"startOffsets": "215,384,456,522,595,645,685,733,781,826,883,937,987,1049,1117,1194,1253,1319,1382,1437,1497,1560,1614,1674,1727,1789,1873,1953,2003,2062,2105,2158,2201,2252,2302,2362,2415,2466,2512,2560,2608,2654,2701,2751,2796,2855,2907,2959,3002,3049,3105,3160,3215,3259,3301,3342,3392,3451,3502,3551,3600,3647,3694,3741,3786,3837,3890,3965,4024,4081,4155,4219,4288,4366,4476,4580,4653,4719,4774,4839,4904,4953,5036,5114,5152,5197,5245,5307,5364,5419,5478,5545,5603,5665,5713,5758,5806,5857,5923",
"endLines": "8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106",
"endColumns": "14,71,65,72,49,39,47,47,44,56,53,49,61,67,76,58,65,62,54,59,62,53,59,52,61,83,79,49,58,42,52,42,50,49,59,52,50,45,47,47,45,46,49,44,58,51,51,42,46,55,54,54,43,41,40,49,58,50,48,48,46,46,46,44,50,52,74,58,56,73,63,68,77,109,103,72,65,54,64,64,48,82,77,37,44,47,61,56,54,58,66,57,61,47,44,47,50,65,65",
"endOffsets": "379,451,517,590,640,680,728,776,821,878,932,982,1044,1112,1189,1248,1314,1377,1432,1492,1555,1609,1669,1722,1784,1868,1948,1998,2057,2100,2153,2196,2247,2297,2357,2410,2461,2507,2555,2603,2649,2696,2746,2791,2850,2902,2954,2997,3044,3100,3155,3210,3254,3296,3337,3387,3446,3497,3546,3595,3642,3689,3736,3781,3832,3885,3960,4019,4076,4150,4214,4283,4361,4471,4575,4648,4714,4769,4834,4899,4948,5031,5109,5147,5192,5240,5302,5359,5414,5473,5540,5598,5660,5708,5753,5801,5852,5918,5984"
}
},
{
"source": "D:\\AndroidStudioProjects\\Notes-master1\\app\\src\\main\\res\\values-zh-rTW\\arrays.xml",
"from": {
"startLines": "18",
"startColumns": "4",
"startOffsets": "712",
"endLines": "21",
"endColumns": "19",
"endOffsets": "817"
},
"to": {
"startLines": "2",
"startColumns": "4",
"startOffsets": "105",
"endLines": "5",
"endColumns": "19",
"endOffsets": "210"
}
}
]
}
]
}

@ -0,0 +1,90 @@
{
"logs": [
{
"outputFile": "D:\\AndroidStudioProjects\\Notes-master1\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values\\values.xml",
"map": [
{
"source": "D:\\AndroidStudioProjects\\Notes-master1\\app\\src\\main\\res\\values\\colors.xml",
"from": {
"startLines": "-1",
"startColumns": "-1",
"startOffsets": "-1"
},
"to": {
"startLines": "12",
"startColumns": "4",
"startOffsets": "420",
"endColumns": "56",
"endOffsets": "472"
}
},
{
"source": "D:\\AndroidStudioProjects\\Notes-master1\\app\\src\\main\\res\\values\\styles.xml",
"from": {
"startLines": "-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1",
"startColumns": "-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1",
"startOffsets": "-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1"
},
"to": {
"startLines": "127,131,135,139,142,146,150,154,158,162,166",
"startColumns": "4,4,4,4,4,4,4,4,4,4,4",
"startOffsets": "8356,8560,8771,8978,9138,9321,9506,9691,9894,10100,10283",
"endLines": "130,134,138,141,145,149,153,157,161,165,169",
"endColumns": "12,12,12,12,12,12,12,12,12,12,12",
"endOffsets": "8555,8766,8973,9133,9316,9501,9686,9889,10095,10278,10479"
}
},
{
"source": "D:\\AndroidStudioProjects\\Notes-master1\\app\\src\\main\\res\\values\\arrays.xml",
"from": {
"startLines": "-1,-1",
"startColumns": "-1,-1",
"startOffsets": "-1,-1"
},
"to": {
"startLines": "2,8",
"startColumns": "4,4",
"startOffsets": "105,300",
"endLines": "7,11",
"endColumns": "19,19",
"endOffsets": "295,415"
}
},
{
"source": "D:\\AndroidStudioProjects\\Notes-master1\\app\\src\\main\\res\\values\\dimens.xml",
"from": {
"startLines": "-1,-1,-1,-1,-1",
"startColumns": "-1,-1,-1,-1,-1",
"startOffsets": "-1,-1,-1,-1,-1"
},
"to": {
"startLines": "13,14,15,16,17",
"startColumns": "4,4,4,4,4",
"startOffsets": "477,529,582,635,687",
"endColumns": "51,52,52,51,51",
"endOffsets": "524,577,630,682,734"
}
},
{
"source": "D:\\AndroidStudioProjects\\Notes-master1\\app\\src\\main\\res\\values\\strings.xml",
"from": {
"startLines": "132,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,39,38,-1,-1,-1,-1,45,-1,-1,-1,-1,-1,41,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,42,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,107,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1",
"startColumns": "4,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,4,4,-1,-1,-1,-1,4,-1,-1,-1,-1,-1,4,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,4,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,4,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1",
"startOffsets": "8202,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,2025,1953,-1,-1,-1,-1,2249,-1,-1,-1,-1,-1,2139,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,2191,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,6362,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1",
"endLines": "136,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,39,38,-1,-1,-1,-1,45,-1,-1,-1,-1,-1,41,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,42,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,107,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1",
"endColumns": "14,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,82,71,-1,-1,-1,-1,79,-1,-1,-1,-1,-1,51,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,55,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,102,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1",
"endOffsets": "8606,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,2103,2020,-1,-1,-1,-1,2324,-1,-1,-1,-1,-1,2186,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,2242,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,6460,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1"
},
"to": {
"startLines": "18,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126",
"startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
"startOffsets": "739,1132,1228,1311,1407,1476,1519,1571,1623,1672,1735,1793,1844,1928,2022,2130,2201,2285,2368,2434,2517,2619,2680,2763,2835,2913,2966,3026,3131,3211,3313,3368,3439,3488,3546,3598,3645,3704,3761,3832,3893,3950,4000,4052,4105,4155,4205,4265,4318,4384,4440,4502,4565,4612,4667,4755,4813,4875,4925,4970,5013,5073,5140,5195,5250,5303,5350,5403,5459,5507,5562,5615,5699,5766,5830,5926,6000,6081,6170,6333,6477,6556,6631,6734,6793,6873,6953,7008,7130,7233,7274,7327,7384,7458,7523,7591,7677,7757,7826,7920,7979,8034,8096,8156,8266",
"endLines": "22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126",
"endColumns": "14,95,82,95,68,42,51,51,48,62,57,50,83,93,107,70,83,82,65,82,101,60,82,71,77,52,59,104,79,101,54,70,48,57,51,46,58,56,70,60,56,49,51,52,49,49,59,52,65,55,61,62,46,54,87,57,61,49,44,42,59,66,54,54,52,46,52,55,47,54,52,83,66,63,95,73,80,88,162,143,78,74,102,58,79,79,54,121,102,40,52,56,73,64,67,85,79,68,93,58,54,61,59,109,89",
"endOffsets": "1127,1223,1306,1402,1471,1514,1566,1618,1667,1730,1788,1839,1923,2017,2125,2196,2280,2363,2429,2512,2614,2675,2758,2830,2908,2961,3021,3126,3206,3308,3363,3434,3483,3541,3593,3640,3699,3756,3827,3888,3945,3995,4047,4100,4150,4200,4260,4313,4379,4435,4497,4560,4607,4662,4750,4808,4870,4920,4965,5008,5068,5135,5190,5245,5298,5345,5398,5454,5502,5557,5610,5694,5761,5825,5921,5995,6076,6165,6328,6472,6551,6626,6729,6788,6868,6948,7003,7125,7228,7269,7322,7379,7453,7518,7586,7672,7752,7821,7915,7974,8029,8091,8151,8261,8351"
}
}
]
}
]
}

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

@ -0,0 +1,151 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
Copyright (c) 2010-2011, The MiCode Open Source Community (www.micode.net)
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="net.micode.notes"
android:versionCode="1"
android:versionName="0.1" >
<uses-sdk
android:minSdkVersion="14"
android:targetSdkVersion="30" />
<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:debuggable="true"
android:icon="@drawable/icon_app"
android:label="@string/app_name"
android:testOnly="true" >
<activity
android:name="net.micode.notes.ui.NotesListActivity"
android:configChanges="keyboardHidden|orientation|screenSize"
android:label="@string/app_name"
android:launchMode="singleTop"
android:theme="@style/NoteTheme"
android:uiOptions="splitActionBarWhenNarrow"
android:windowSoftInputMode="adjustPan" >
<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.NoteEditActivity"
android:configChanges="keyboardHidden|orientation|screenSize"
android:launchMode="singleTop"
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" >
</receiver>
<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>
<activity
android:name="net.micode.notes.ui.NotesPreferenceActivity"
android:label="@string/preferences_title"
android:launchMode="singleTop"
android:theme="@android:style/Theme.Holo.Light" >
</activity>
<service
android:name="net.micode.notes.gtask.remote.GTaskSyncService"
android:exported="false" >
</service>
<meta-data
android:name="android.app.default_searchable"
android:value=".ui.NoteEditActivity" />
</application>
</manifest>

@ -0,0 +1 @@
[{"outputType":{"type":"BUNDLE_MANIFEST"},"apkData":{"type":"MAIN","splits":[],"versionCode":1,"versionName":"0.1","enabled":true,"outputFile":"app-debug.apk","fullName":"debug","baseName":"debug"},"path":"AndroidManifest.xml","properties":{"packageId":"net.micode.notes","split":"","minSdkVersion":"14"}}]

@ -0,0 +1,2 @@
<?xml version="1.0" encoding="utf-8"?>
<merger version="3"><dataSet config="main" ignore_pattern="!.svn:!.git:!.ds_store:!*.scc:.*:&lt;dir>_*:!CVS:!thumbs.db:!picasa.ini:!*~"><source path="D:\AndroidStudioProjects\Notes-master1\app\src\main\assets"/><source path="D:\AndroidStudioProjects\Notes-master1\app\build\intermediates\shader_assets\debug\compileDebugShaders\out"/></dataSet><dataSet config="debug" ignore_pattern="!.svn:!.git:!.ds_store:!*.scc:.*:&lt;dir>_*:!CVS:!thumbs.db:!picasa.ini:!*~"><source path="D:\AndroidStudioProjects\Notes-master1\app\src\debug\assets"/></dataSet></merger>

@ -0,0 +1,2 @@
<?xml version="1.0" encoding="utf-8"?>
<merger version="3"><dataSet config="main" ignore_pattern="!.svn:!.git:!.ds_store:!*.scc:.*:&lt;dir>_*:!CVS:!thumbs.db:!picasa.ini:!*~"><source path="D:\AndroidStudioProjects\Notes-master1\app\src\main\jniLibs"/></dataSet><dataSet config="debug" ignore_pattern="!.svn:!.git:!.ds_store:!*.scc:.*:&lt;dir>_*:!CVS:!thumbs.db:!picasa.ini:!*~"><source path="D:\AndroidStudioProjects\Notes-master1\app\src\debug\jniLibs"/></dataSet></merger>

@ -0,0 +1,98 @@
#Tue Nov 22 17:25:39 CST 2022
D\:\\AndroidStudioProjects\\Notes-master1\\app\\src\\main\\res\\drawable-hdpi\\delete.png=D\:\\AndroidStudioProjects\\Notes-master1\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi_delete.png.flat
D\:\\AndroidStudioProjects\\Notes-master1\\app\\src\\main\\res\\color\\primary_text_dark.xml=D\:\\AndroidStudioProjects\\Notes-master1\\app\\build\\intermediates\\res\\merged\\debug\\color_primary_text_dark.xml.flat
D\:\\AndroidStudioProjects\\Notes-master1\\app\\src\\main\\res\\drawable-hdpi\\menu_delete.png=D\:\\AndroidStudioProjects\\Notes-master1\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi_menu_delete.png.flat
D\:\\AndroidStudioProjects\\Notes-master1\\app\\src\\main\\res\\layout\\note_list_dropdown_menu.xml=D\:\\AndroidStudioProjects\\Notes-master1\\app\\build\\intermediates\\res\\merged\\debug\\layout_note_list_dropdown_menu.xml.flat
D\:\\AndroidStudioProjects\\Notes-master1\\app\\src\\main\\res\\color\\secondary_text_dark.xml=D\:\\AndroidStudioProjects\\Notes-master1\\app\\build\\intermediates\\res\\merged\\debug\\color_secondary_text_dark.xml.flat
D\:\\AndroidStudioProjects\\Notes-master1\\app\\src\\main\\res\\drawable-hdpi\\list_red_single.9.png=D\:\\AndroidStudioProjects\\Notes-master1\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi_list_red_single.9.png.flat
D\:\\AndroidStudioProjects\\Notes-master1\\app\\src\\main\\res\\layout\\note_edit_list_item.xml=D\:\\AndroidStudioProjects\\Notes-master1\\app\\build\\intermediates\\res\\merged\\debug\\layout_note_edit_list_item.xml.flat
D\:\\AndroidStudioProjects\\Notes-master1\\app\\src\\main\\res\\drawable-hdpi\\font_super.png=D\:\\AndroidStudioProjects\\Notes-master1\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi_font_super.png.flat
D\:\\AndroidStudioProjects\\Notes-master1\\app\\src\\main\\res\\layout\\account_dialog_title.xml=D\:\\AndroidStudioProjects\\Notes-master1\\app\\build\\intermediates\\res\\merged\\debug\\layout_account_dialog_title.xml.flat
D\:\\AndroidStudioProjects\\Notes-master1\\app\\src\\main\\res\\drawable-hdpi\\widget_4x_yellow.png=D\:\\AndroidStudioProjects\\Notes-master1\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi_widget_4x_yellow.png.flat
D\:\\AndroidStudioProjects\\Notes-master1\\app\\src\\main\\res\\drawable-hdpi\\widget_4x_green.png=D\:\\AndroidStudioProjects\\Notes-master1\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi_widget_4x_green.png.flat
D\:\\AndroidStudioProjects\\Notes-master1\\app\\src\\main\\res\\drawable-hdpi\\selected.png=D\:\\AndroidStudioProjects\\Notes-master1\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi_selected.png.flat
D\:\\AndroidStudioProjects\\Notes-master1\\app\\src\\main\\res\\drawable-hdpi\\list_white_single.9.png=D\:\\AndroidStudioProjects\\Notes-master1\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi_list_white_single.9.png.flat
D\:\\AndroidStudioProjects\\Notes-master1\\app\\src\\main\\res\\drawable-hdpi\\list_folder.9.png=D\:\\AndroidStudioProjects\\Notes-master1\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi_list_folder.9.png.flat
D\:\\AndroidStudioProjects\\Notes-master1\\app\\src\\main\\res\\drawable-hdpi\\list_blue_up.9.png=D\:\\AndroidStudioProjects\\Notes-master1\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi_list_blue_up.9.png.flat
D\:\\AndroidStudioProjects\\Notes-master1\\app\\src\\main\\res\\drawable-hdpi\\list_yellow_down.9.png=D\:\\AndroidStudioProjects\\Notes-master1\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi_list_yellow_down.9.png.flat
D\:\\AndroidStudioProjects\\Notes-master1\\app\\src\\main\\res\\drawable-hdpi\\edit_yellow.9.png=D\:\\AndroidStudioProjects\\Notes-master1\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi_edit_yellow.9.png.flat
D\:\\AndroidStudioProjects\\Notes-master1\\app\\src\\main\\res\\drawable-hdpi\\title_bar_bg.9.png=D\:\\AndroidStudioProjects\\Notes-master1\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi_title_bar_bg.9.png.flat
D\:\\AndroidStudioProjects\\Notes-master1\\app\\src\\main\\res\\drawable-hdpi\\list_white_down.9.png=D\:\\AndroidStudioProjects\\Notes-master1\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi_list_white_down.9.png.flat
D\:\\AndroidStudioProjects\\Notes-master1\\app\\src\\main\\res\\drawable-hdpi\\new_note_normal.png=D\:\\AndroidStudioProjects\\Notes-master1\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi_new_note_normal.png.flat
D\:\\AndroidStudioProjects\\Notes-master1\\app\\src\\main\\res\\drawable-hdpi\\widget_2x_blue.png=D\:\\AndroidStudioProjects\\Notes-master1\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi_widget_2x_blue.png.flat
D\:\\AndroidStudioProjects\\Notes-master1\\app\\src\\main\\res\\drawable-hdpi\\dropdown_icon.9.png=D\:\\AndroidStudioProjects\\Notes-master1\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi_dropdown_icon.9.png.flat
D\:\\AndroidStudioProjects\\Notes-master1\\app\\src\\main\\res\\drawable-hdpi\\widget_4x_white.png=D\:\\AndroidStudioProjects\\Notes-master1\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi_widget_4x_white.png.flat
D\:\\AndroidStudioProjects\\Notes-master1\\app\\src\\main\\res\\drawable-hdpi\\list_green_middle.9.png=D\:\\AndroidStudioProjects\\Notes-master1\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi_list_green_middle.9.png.flat
D\:\\AndroidStudioProjects\\Notes-master1\\app\\src\\main\\res\\drawable-hdpi\\list_blue_down.9.png=D\:\\AndroidStudioProjects\\Notes-master1\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi_list_blue_down.9.png.flat
D\:\\AndroidStudioProjects\\Notes-master1\\app\\src\\main\\res\\drawable-hdpi\\list_yellow_middle.9.png=D\:\\AndroidStudioProjects\\Notes-master1\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi_list_yellow_middle.9.png.flat
D\:\\AndroidStudioProjects\\Notes-master1\\app\\src\\main\\res\\drawable-hdpi\\widget_2x_yellow.png=D\:\\AndroidStudioProjects\\Notes-master1\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi_widget_2x_yellow.png.flat
D\:\\AndroidStudioProjects\\Notes-master1\\app\\src\\main\\res\\drawable-hdpi\\font_small.png=D\:\\AndroidStudioProjects\\Notes-master1\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi_font_small.png.flat
D\:\\AndroidStudioProjects\\Notes-master1\\app\\src\\main\\res\\layout\\widget_2x.xml=D\:\\AndroidStudioProjects\\Notes-master1\\app\\build\\intermediates\\res\\merged\\debug\\layout_widget_2x.xml.flat
D\:\\AndroidStudioProjects\\Notes-master1\\app\\src\\main\\res\\menu\\call_record_folder.xml=D\:\\AndroidStudioProjects\\Notes-master1\\app\\build\\intermediates\\res\\merged\\debug\\menu_call_record_folder.xml.flat
D\:\\AndroidStudioProjects\\Notes-master1\\app\\src\\main\\res\\layout\\dialog_edit_text.xml=D\:\\AndroidStudioProjects\\Notes-master1\\app\\build\\intermediates\\res\\merged\\debug\\layout_dialog_edit_text.xml.flat
D\:\\AndroidStudioProjects\\Notes-master1\\app\\src\\main\\res\\drawable-hdpi\\list_red_up.9.png=D\:\\AndroidStudioProjects\\Notes-master1\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi_list_red_up.9.png.flat
D\:\\AndroidStudioProjects\\Notes-master1\\app\\src\\main\\res\\drawable-hdpi\\menu_move.png=D\:\\AndroidStudioProjects\\Notes-master1\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi_menu_move.png.flat
D\:\\AndroidStudioProjects\\Notes-master1\\app\\src\\main\\res\\drawable-hdpi\\list_red_down.9.png=D\:\\AndroidStudioProjects\\Notes-master1\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi_list_red_down.9.png.flat
D\:\\AndroidStudioProjects\\Notes-master1\\app\\src\\main\\res\\drawable-hdpi\\edit_title_green.9.png=D\:\\AndroidStudioProjects\\Notes-master1\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi_edit_title_green.9.png.flat
D\:\\AndroidStudioProjects\\Notes-master1\\app\\src\\main\\res\\layout\\note_list_footer.xml=D\:\\AndroidStudioProjects\\Notes-master1\\app\\build\\intermediates\\res\\merged\\debug\\layout_note_list_footer.xml.flat
D\:\\AndroidStudioProjects\\Notes-master1\\app\\src\\main\\res\\drawable-hdpi\\list_green_single.9.png=D\:\\AndroidStudioProjects\\Notes-master1\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi_list_green_single.9.png.flat
D\:\\AndroidStudioProjects\\Notes-master1\\app\\src\\main\\res\\menu\\sub_folder.xml=D\:\\AndroidStudioProjects\\Notes-master1\\app\\build\\intermediates\\res\\merged\\debug\\menu_sub_folder.xml.flat
D\:\\AndroidStudioProjects\\Notes-master1\\app\\src\\main\\res\\drawable-hdpi\\list_yellow_single.9.png=D\:\\AndroidStudioProjects\\Notes-master1\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi_list_yellow_single.9.png.flat
D\:\\AndroidStudioProjects\\Notes-master1\\app\\src\\main\\res\\drawable-hdpi\\font_normal.png=D\:\\AndroidStudioProjects\\Notes-master1\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi_font_normal.png.flat
D\:\\AndroidStudioProjects\\Notes-master1\\app\\src\\main\\res\\drawable-hdpi\\edit_title_yellow.9.png=D\:\\AndroidStudioProjects\\Notes-master1\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi_edit_title_yellow.9.png.flat
D\:\\AndroidStudioProjects\\Notes-master1\\app\\src\\main\\res\\drawable-hdpi\\clock.png=D\:\\AndroidStudioProjects\\Notes-master1\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi_clock.png.flat
D\:\\AndroidStudioProjects\\Notes-master1\\app\\src\\main\\res\\layout\\settings_header.xml=D\:\\AndroidStudioProjects\\Notes-master1\\app\\build\\intermediates\\res\\merged\\debug\\layout_settings_header.xml.flat
D\:\\AndroidStudioProjects\\Notes-master1\\app\\src\\main\\res\\drawable-hdpi\\edit_green.9.png=D\:\\AndroidStudioProjects\\Notes-master1\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi_edit_green.9.png.flat
D\:\\AndroidStudioProjects\\Notes-master1\\app\\src\\main\\res\\raw-zh-rCN\\introduction=D\:\\AndroidStudioProjects\\Notes-master1\\app\\build\\intermediates\\res\\merged\\debug\\raw-zh-rCN_introduction.flat
D\:\\AndroidStudioProjects\\Notes-master1\\app\\src\\main\\res\\layout\\note_item.xml=D\:\\AndroidStudioProjects\\Notes-master1\\app\\build\\intermediates\\res\\merged\\debug\\layout_note_item.xml.flat
D\:\\AndroidStudioProjects\\Notes-master1\\app\\src\\main\\res\\layout\\folder_list_item.xml=D\:\\AndroidStudioProjects\\Notes-master1\\app\\build\\intermediates\\res\\merged\\debug\\layout_folder_list_item.xml.flat
D\:\\AndroidStudioProjects\\Notes-master1\\app\\src\\main\\res\\menu\\call_note_edit.xml=D\:\\AndroidStudioProjects\\Notes-master1\\app\\build\\intermediates\\res\\merged\\debug\\menu_call_note_edit.xml.flat
D\:\\AndroidStudioProjects\\Notes-master1\\app\\src\\main\\res\\drawable-hdpi\\widget_2x_green.png=D\:\\AndroidStudioProjects\\Notes-master1\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi_widget_2x_green.png.flat
D\:\\AndroidStudioProjects\\Notes-master1\\app\\src\\main\\res\\drawable-hdpi\\icon_app.png=D\:\\AndroidStudioProjects\\Notes-master1\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi_icon_app.png.flat
D\:\\AndroidStudioProjects\\Notes-master1\\app\\src\\main\\res\\drawable-hdpi\\edit_title_red.9.png=D\:\\AndroidStudioProjects\\Notes-master1\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi_edit_title_red.9.png.flat
D\:\\AndroidStudioProjects\\Notes-master1\\app\\src\\main\\res\\layout\\widget_4x.xml=D\:\\AndroidStudioProjects\\Notes-master1\\app\\build\\intermediates\\res\\merged\\debug\\layout_widget_4x.xml.flat
D\:\\AndroidStudioProjects\\Notes-master1\\app\\src\\main\\res\\drawable-hdpi\\edit_blue.9.png=D\:\\AndroidStudioProjects\\Notes-master1\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi_edit_blue.9.png.flat
D\:\\AndroidStudioProjects\\Notes-master1\\app\\src\\main\\res\\drawable-hdpi\\list_green_down.9.png=D\:\\AndroidStudioProjects\\Notes-master1\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi_list_green_down.9.png.flat
D\:\\AndroidStudioProjects\\Notes-master1\\app\\src\\main\\res\\drawable-hdpi\\list_footer_bg.9.png=D\:\\AndroidStudioProjects\\Notes-master1\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi_list_footer_bg.9.png.flat
D\:\\AndroidStudioProjects\\Notes-master1\\app\\src\\main\\res\\drawable-hdpi\\xiaomi2.jpg=D\:\\AndroidStudioProjects\\Notes-master1\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi_xiaomi2.jpg.flat
D\:\\AndroidStudioProjects\\Notes-master1\\app\\src\\main\\res\\menu\\note_list.xml=D\:\\AndroidStudioProjects\\Notes-master1\\app\\build\\intermediates\\res\\merged\\debug\\menu_note_list.xml.flat
D\:\\AndroidStudioProjects\\Notes-master1\\app\\src\\main\\res\\raw\\introduction=D\:\\AndroidStudioProjects\\Notes-master1\\app\\build\\intermediates\\res\\merged\\debug\\raw_introduction.flat
D\:\\AndroidStudioProjects\\Notes-master1\\app\\src\\main\\res\\layout\\datetime_picker.xml=D\:\\AndroidStudioProjects\\Notes-master1\\app\\build\\intermediates\\res\\merged\\debug\\layout_datetime_picker.xml.flat
D\:\\AndroidStudioProjects\\Notes-master1\\app\\src\\main\\res\\drawable-hdpi\\bg_color_btn_mask.png=D\:\\AndroidStudioProjects\\Notes-master1\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi_bg_color_btn_mask.png.flat
D\:\\AndroidStudioProjects\\Notes-master1\\app\\src\\main\\res\\drawable-hdpi\\list_blue_middle.9.png=D\:\\AndroidStudioProjects\\Notes-master1\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi_list_blue_middle.9.png.flat
D\:\\AndroidStudioProjects\\Notes-master1\\app\\src\\main\\res\\menu\\note_edit.xml=D\:\\AndroidStudioProjects\\Notes-master1\\app\\build\\intermediates\\res\\merged\\debug\\menu_note_edit.xml.flat
D\:\\AndroidStudioProjects\\Notes-master1\\app\\src\\main\\res\\xml\\searchable.xml=D\:\\AndroidStudioProjects\\Notes-master1\\app\\build\\intermediates\\res\\merged\\debug\\xml_searchable.xml.flat
D\:\\AndroidStudioProjects\\Notes-master1\\app\\src\\main\\res\\drawable-hdpi\\bg_btn_set_color.png=D\:\\AndroidStudioProjects\\Notes-master1\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi_bg_btn_set_color.png.flat
D\:\\AndroidStudioProjects\\Notes-master1\\app\\src\\main\\res\\drawable-hdpi\\widget_2x_white.png=D\:\\AndroidStudioProjects\\Notes-master1\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi_widget_2x_white.png.flat
D\:\\AndroidStudioProjects\\Notes-master1\\app\\src\\main\\res\\xml\\widget_4x_info.xml=D\:\\AndroidStudioProjects\\Notes-master1\\app\\build\\intermediates\\res\\merged\\debug\\xml_widget_4x_info.xml.flat
D\:\\AndroidStudioProjects\\Notes-master1\\app\\src\\main\\res\\drawable\\new_note.xml=D\:\\AndroidStudioProjects\\Notes-master1\\app\\build\\intermediates\\res\\merged\\debug\\drawable_new_note.xml.flat
D\:\\AndroidStudioProjects\\Notes-master1\\app\\src\\main\\res\\layout\\note_list.xml=D\:\\AndroidStudioProjects\\Notes-master1\\app\\build\\intermediates\\res\\merged\\debug\\layout_note_list.xml.flat
D\:\\AndroidStudioProjects\\Notes-master1\\app\\src\\main\\res\\drawable-hdpi\\list_yellow_up.9.png=D\:\\AndroidStudioProjects\\Notes-master1\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi_list_yellow_up.9.png.flat
D\:\\AndroidStudioProjects\\Notes-master1\\app\\src\\main\\res\\menu\\note_list_options.xml=D\:\\AndroidStudioProjects\\Notes-master1\\app\\build\\intermediates\\res\\merged\\debug\\menu_note_list_options.xml.flat
D\:\\AndroidStudioProjects\\Notes-master1\\app\\src\\main\\res\\drawable-hdpi\\notification.png=D\:\\AndroidStudioProjects\\Notes-master1\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi_notification.png.flat
D\:\\AndroidStudioProjects\\Notes-master1\\app\\src\\main\\res\\drawable-hdpi\\edit_title_white.9.png=D\:\\AndroidStudioProjects\\Notes-master1\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi_edit_title_white.9.png.flat
D\:\\AndroidStudioProjects\\Notes-master1\\app\\src\\main\\res\\drawable-hdpi\\xiaomi1.jpg=D\:\\AndroidStudioProjects\\Notes-master1\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi_xiaomi1.jpg.flat
D\:\\AndroidStudioProjects\\Notes-master1\\app\\src\\main\\res\\drawable-hdpi\\list_background.png=D\:\\AndroidStudioProjects\\Notes-master1\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi_list_background.png.flat
D\:\\AndroidStudioProjects\\Notes-master1\\app\\src\\main\\res\\drawable-hdpi\\list_green_up.9.png=D\:\\AndroidStudioProjects\\Notes-master1\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi_list_green_up.9.png.flat
D\:\\AndroidStudioProjects\\Notes-master1\\app\\src\\main\\res\\drawable-hdpi\\call_record.png=D\:\\AndroidStudioProjects\\Notes-master1\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi_call_record.png.flat
D\:\\AndroidStudioProjects\\Notes-master1\\app\\src\\main\\res\\drawable-hdpi\\font_size_selector_bg.9.png=D\:\\AndroidStudioProjects\\Notes-master1\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi_font_size_selector_bg.9.png.flat
D\:\\AndroidStudioProjects\\Notes-master1\\app\\src\\main\\res\\drawable-hdpi\\list_blue_single.9.png=D\:\\AndroidStudioProjects\\Notes-master1\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi_list_blue_single.9.png.flat
D\:\\AndroidStudioProjects\\Notes-master1\\app\\src\\main\\res\\drawable-hdpi\\title_alert.png=D\:\\AndroidStudioProjects\\Notes-master1\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi_title_alert.png.flat
D\:\\AndroidStudioProjects\\Notes-master1\\app\\src\\main\\res\\drawable-hdpi\\search_result.png=D\:\\AndroidStudioProjects\\Notes-master1\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi_search_result.png.flat
D\:\\AndroidStudioProjects\\Notes-master1\\app\\src\\main\\res\\drawable-hdpi\\edit_red.9.png=D\:\\AndroidStudioProjects\\Notes-master1\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi_edit_red.9.png.flat
D\:\\AndroidStudioProjects\\Notes-master1\\app\\src\\main\\res\\drawable-hdpi\\edit_title_blue.9.png=D\:\\AndroidStudioProjects\\Notes-master1\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi_edit_title_blue.9.png.flat
D\:\\AndroidStudioProjects\\Notes-master1\\app\\src\\main\\res\\drawable-hdpi\\list_white_middle.9.png=D\:\\AndroidStudioProjects\\Notes-master1\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi_list_white_middle.9.png.flat
D\:\\AndroidStudioProjects\\Notes-master1\\app\\src\\main\\res\\layout\\note_edit.xml=D\:\\AndroidStudioProjects\\Notes-master1\\app\\build\\intermediates\\res\\merged\\debug\\layout_note_edit.xml.flat
D\:\\AndroidStudioProjects\\Notes-master1\\app\\src\\main\\res\\drawable-hdpi\\list_white_up.9.png=D\:\\AndroidStudioProjects\\Notes-master1\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi_list_white_up.9.png.flat
D\:\\AndroidStudioProjects\\Notes-master1\\app\\src\\main\\res\\layout\\add_account_text.xml=D\:\\AndroidStudioProjects\\Notes-master1\\app\\build\\intermediates\\res\\merged\\debug\\layout_add_account_text.xml.flat
D\:\\AndroidStudioProjects\\Notes-master1\\app\\src\\main\\res\\xml\\preferences.xml=D\:\\AndroidStudioProjects\\Notes-master1\\app\\build\\intermediates\\res\\merged\\debug\\xml_preferences.xml.flat
D\:\\AndroidStudioProjects\\Notes-master1\\app\\src\\main\\res\\menu\\note_list_dropdown.xml=D\:\\AndroidStudioProjects\\Notes-master1\\app\\build\\intermediates\\res\\merged\\debug\\menu_note_list_dropdown.xml.flat
D\:\\AndroidStudioProjects\\Notes-master1\\app\\src\\main\\res\\drawable-hdpi\\font_large.png=D\:\\AndroidStudioProjects\\Notes-master1\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi_font_large.png.flat
D\:\\AndroidStudioProjects\\Notes-master1\\app\\src\\main\\res\\drawable-hdpi\\widget_2x_red.png=D\:\\AndroidStudioProjects\\Notes-master1\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi_widget_2x_red.png.flat
D\:\\AndroidStudioProjects\\Notes-master1\\app\\src\\main\\res\\drawable-hdpi\\list_red_middle.9.png=D\:\\AndroidStudioProjects\\Notes-master1\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi_list_red_middle.9.png.flat
D\:\\AndroidStudioProjects\\Notes-master1\\app\\src\\main\\res\\drawable-hdpi\\widget_4x_blue.png=D\:\\AndroidStudioProjects\\Notes-master1\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi_widget_4x_blue.png.flat
D\:\\AndroidStudioProjects\\Notes-master1\\app\\src\\main\\res\\xml\\widget_2x_info.xml=D\:\\AndroidStudioProjects\\Notes-master1\\app\\build\\intermediates\\res\\merged\\debug\\xml_widget_2x_info.xml.flat
D\:\\AndroidStudioProjects\\Notes-master1\\app\\src\\main\\res\\drawable-hdpi\\widget_4x_red.png=D\:\\AndroidStudioProjects\\Notes-master1\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi_widget_4x_red.png.flat
D\:\\AndroidStudioProjects\\Notes-master1\\app\\src\\main\\res\\drawable-hdpi\\note_edit_color_selector_panel.png=D\:\\AndroidStudioProjects\\Notes-master1\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi_note_edit_color_selector_panel.png.flat
D\:\\AndroidStudioProjects\\Notes-master1\\app\\src\\main\\res\\drawable-hdpi\\edit_white.9.png=D\:\\AndroidStudioProjects\\Notes-master1\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi_edit_white.9.png.flat
D\:\\AndroidStudioProjects\\Notes-master1\\app\\src\\main\\res\\drawable-hdpi\\new_note_pressed.png=D\:\\AndroidStudioProjects\\Notes-master1\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi_new_note_pressed.png.flat

@ -0,0 +1,171 @@
<?xml version="1.0" encoding="utf-8"?>
<resources xmlns:ns1="urn:oasis:names:tc:xliff:document:1.2">
<string-array name="format_for_exported_note">
<item>-%s</item>
<item>--%s</item>
<item>--%s</item>
<item>--%s</item>
</string-array>
<string-array name="menu_share_ways">
<item>Messaging</item>
<item>Email</item>
</string-array>
<color name="user_query_highlight">#335b5b5b</color>
<dimen name="text_font_size_large">26sp</dimen>
<dimen name="text_font_size_medium">20sp</dimen>
<dimen name="text_font_size_normal">17sp</dimen>
<dimen name="text_font_size_small">14sp</dimen>
<dimen name="text_font_size_super">33sp</dimen>
<plurals name="search_results_title">
<item quantity="one"><ns1:g example="1" id="number">%1$s</ns1:g> result for \"<ns1:g example="???" id="search">%2$s</ns1:g>\"</item>
<!-- Case of 0 or 2 or more results. -->
<item quantity="other"><ns1:g example="15" id="number">%1$s</ns1:g> results for \"<ns1:g example="???" id="search">%2$s</ns1:g>\"</item>
</plurals>
<string name="alert_message_delete_folder">Confirm to delete folder and its notes?</string>
<string name="alert_message_delete_note">Confirm to delete this note?</string>
<string name="alert_message_delete_notes">Confirm to delete the selected %d notes?</string>
<string name="alert_title_delete">Delete selected notes</string>
<string name="app_name">Notes</string>
<string name="app_widget2x2">Notes 2x2</string>
<string name="app_widget4x4">Notes 4x4</string>
<string name="button_delete">Delete</string>
<string name="call_record_folder_name">Call notes</string>
<string name="datetime_dialog_cancel">cancel</string>
<string name="datetime_dialog_ok">set</string>
<string name="delete_remind_time_message">Delete reminder successfully</string>
<string name="error_note_empty_for_clock">Sorry, can not set clock on empty note</string>
<string name="error_note_empty_for_send_to_desktop">Sorry, can not send and empty note to home</string>
<string name="error_note_not_exist">The note is not exist</string>
<string name="error_sdcard_export">Export failed, please check SD card</string>
<string name="error_sdcard_unmounted">SD card busy, not available now</string>
<string name="error_sync_cancelled">Sync is canceled</string>
<string name="error_sync_internal">Sync failed, internal error occurs</string>
<string name="error_sync_network">Sync failed, please check network and account settings</string>
<string name="failed_sdcard_export">Export fail</string>
<string name="file_name_txt_format" translatable="false">notes_%s.txt</string>
<string name="file_path" translatable="false">/MIUI/notes/</string>
<string name="folder_exist">The folder %1$s exist, please rename</string>
<string name="format_date_ymd">yyyyMMdd</string>
<string name="format_datetime_mdhm">MMMd kk:mm</string>
<string name="format_exported_file_location">Export text file (%1$s) to SD (%2$s) directory</string>
<string name="format_folder_files_count" translatable="false">(%d)</string>
<string name="format_move_notes_to_folder">Have moved selected %1$d notes to %2$s folder</string>
<string name="hint_foler_name">Input name</string>
<string name="info_note_enter_desktop">Note added to home</string>
<string name="menu_alert">Remind me</string>
<string name="menu_create_folder">New Folder</string>
<string name="menu_day">Background:day</string>
<string name="menu_delete">Delete</string>
<string name="menu_deselect_all">Deselect all</string>
<string name="menu_export_text">Export text</string>
<string name="menu_folder_change_name">Change folder name</string>
<string name="menu_folder_delete">Delete folder</string>
<string name="menu_folder_view">View folder</string>
<string name="menu_font_large">Large</string>
<string name="menu_font_normal">Medium</string>
<string name="menu_font_size">Font size</string>
<string name="menu_font_small">Small</string>
<string name="menu_font_super">Super</string>
<string name="menu_list_mode">Enter check list</string>
<string name="menu_move">Move to folder</string>
<string name="menu_move_parent_folder">Parent folder</string>
<string name="menu_night">Background:night</string>
<string name="menu_normal_mode">Leave check list</string>
<string name="menu_remove_remind">Delete reminder</string>
<string name="menu_search">Search</string>
<string name="menu_select_all">Select all</string>
<string name="menu_select_none">Nothing selected, the operation is invalid</string>
<string name="menu_select_title">%d selected</string>
<string name="menu_send_to_desktop">Send to home</string>
<string name="menu_setting">Settings</string>
<string name="menu_share">Share</string>
<string name="menu_sync">Sync</string>
<string name="menu_sync_cancel">Cancel syncing</string>
<string name="menu_title_select_folder">Select folder</string>
<string name="note_alert_expired">Expired</string>
<string name="note_link_email">Send email</string>
<string name="note_link_other">Open map</string>
<string name="note_link_tel">Call</string>
<string name="note_link_web">Browse web</string>
<string name="notealert_enter">Take a look</string>
<string name="notealert_ok">Got it</string>
<string name="notelist_menu_new">Add note</string>
<string name="notelist_string_info">...</string>
<string name="preferences_account_summary">Sync notes with google task</string>
<string name="preferences_account_title">Sync account</string>
<string name="preferences_add_account">Add account</string>
<string name="preferences_bg_random_appear_title">New note background color random</string>
<string name="preferences_button_sync_cancel">Cancel syncing</string>
<string name="preferences_button_sync_immediately">Sync immediately</string>
<string name="preferences_dialog_change_account_title">Current account %1$s</string>
<string name="preferences_dialog_change_account_warn_msg">All sync related information will be deleted, which may result in duplicated items sometime</string>
<string name="preferences_dialog_select_account_tips">Please select a google account. Local notes will be synced with google task.</string>
<string name="preferences_dialog_select_account_title">Sync notes</string>
<string name="preferences_last_sync_time">Last sync time %1$s</string>
<string name="preferences_last_sync_time_format" translatable="false">yyyy-MM-dd hh:mm:ss</string>
<string name="preferences_menu_cancel">Cancel</string>
<string name="preferences_menu_change_account">Change sync account</string>
<string name="preferences_menu_remove_account">Remove sync account</string>
<string name="preferences_title">Settings</string>
<string name="preferences_toast_cannot_change_account">Cannot change the account because sync is in progress</string>
<string name="preferences_toast_success_set_accout">%1$s has been set as the sync account</string>
<string name="search">Notes</string>
<string name="search_hint">Search notes</string>
<string name="search_label">Searching Notes</string>
<string name="search_setting_description">Text in your notes</string>
<string name="set_remind_time_message">Set reminder</string>
<string name="success_sdcard_export">Export successful</string>
<string name="success_sync_account">Sync is successful with account %1$s</string>
<string name="sync_progress_init_list">Getting remote note list...</string>
<string name="sync_progress_login">Logging into %1$s...</string>
<string name="sync_progress_syncing">Synchronize local notes with Google Task...</string>
<string name="ticker_cancel">Sync is canceled</string>
<string name="ticker_fail">Sync is failed</string>
<string name="ticker_success">Sync is successful</string>
<string name="ticker_syncing">Syncing notes...</string>
<string name="widget_havenot_content">No associated note found, click to create associated note.</string>
<string name="widget_under_visit_mode">Privacy modecan not see note content</string>
<style name="HighlightTextAppearancePrimary">
<item name="android:textSize">@dimen/text_font_size_normal</item>
<item name="android:textColor">@color/primary_text_dark</item>
</style>
<style name="HighlightTextAppearanceSecondary">
<item name="android:textSize">@dimen/text_font_size_small</item>
<item name="android:textColor">@color/secondary_text_dark</item>
</style>
<style name="NoteActionBarStyle" parent="@android:style/Widget.Holo.Light.ActionBar.Solid">
<item name="android:displayOptions"/>
<item name="android:visibility">gone</item>
</style>
<style name="NoteTheme" parent="@android:style/Theme.Holo.Light">
<item name="android:actionBarStyle">@style/NoteActionBarStyle</item>
</style>
<style name="TextAppearanceLarge">
<item name="android:textSize">@dimen/text_font_size_large</item>
<item name="android:textColorLink">#0000ff</item>
</style>
<style name="TextAppearanceMedium">
<item name="android:textSize">@dimen/text_font_size_medium</item>
<item name="android:textColorLink">#0000ff</item>
</style>
<style name="TextAppearanceNormal">
<item name="android:textSize">@dimen/text_font_size_normal</item>
<item name="android:textColorLink">#0000ff</item>
</style>
<style name="TextAppearancePrimaryItem">
<item name="android:textSize">@dimen/text_font_size_normal</item>
<item name="android:textColor">@color/primary_text_dark</item>
</style>
<style name="TextAppearanceSecondaryItem">
<item name="android:textSize">@dimen/text_font_size_small</item>
<item name="android:textColor">@color/secondary_text_dark</item>
</style>
<style name="TextAppearanceSuper">
<item name="android:textSize">@dimen/text_font_size_super</item>
<item name="android:textColorLink">#0000ff</item>
</style>
<style name="TextAppearanceUnderMenuIcon">
<item name="android:textSize">@dimen/text_font_size_normal</item>
<item name="android:textColor">@android:color/black</item>
</style>
</resources>

File diff suppressed because one or more lines are too long

@ -0,0 +1,2 @@
<?xml version="1.0" encoding="utf-8"?>
<merger version="3"><dataSet config="main" ignore_pattern="!.svn:!.git:!.ds_store:!*.scc:.*:&lt;dir>_*:!CVS:!thumbs.db:!picasa.ini:!*~"><source path="D:\AndroidStudioProjects\Notes-master1\app\src\main\shaders"/></dataSet><dataSet config="debug" ignore_pattern="!.svn:!.git:!.ds_store:!*.scc:.*:&lt;dir>_*:!CVS:!thumbs.db:!picasa.ini:!*~"><source path="D:\AndroidStudioProjects\Notes-master1\app\src\debug\shaders"/></dataSet></merger>

@ -0,0 +1,4 @@
#Tue Nov 22 17:25:45 CST 2022
base.0=D\:\\AndroidStudioProjects\\Notes-master1\\app\\build\\intermediates\\dex\\debug\\mergeDexDebug\\out\\classes.dex
path.0=classes.dex
renamed.0=classes.dex

@ -0,0 +1,152 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
Copyright (c) 2010-2011, The MiCode Open Source Community (www.micode.net)
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="net.micode.notes"
android:targetSandboxVersion="2"
android:versionCode="1"
android:versionName="0.1" >
<uses-sdk
android:minSdkVersion="14"
android:targetSdkVersion="30" />
<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:debuggable="true"
android:icon="@drawable/icon_app"
android:label="@string/app_name"
android:testOnly="true" >
<activity
android:name="net.micode.notes.ui.NotesListActivity"
android:configChanges="keyboardHidden|orientation|screenSize"
android:label="@string/app_name"
android:launchMode="singleTop"
android:theme="@style/NoteTheme"
android:uiOptions="splitActionBarWhenNarrow"
android:windowSoftInputMode="adjustPan" >
<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.NoteEditActivity"
android:configChanges="keyboardHidden|orientation|screenSize"
android:launchMode="singleTop"
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" >
</receiver>
<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>
<activity
android:name="net.micode.notes.ui.NotesPreferenceActivity"
android:label="@string/preferences_title"
android:launchMode="singleTop"
android:theme="@android:style/Theme.Holo.Light" >
</activity>
<service
android:name="net.micode.notes.gtask.remote.GTaskSyncService"
android:exported="false" >
</service>
<meta-data
android:name="android.app.default_searchable"
android:value=".ui.NoteEditActivity" />
</application>
</manifest>

@ -0,0 +1 @@
[{"outputType":{"type":"INSTANT_APP_MANIFEST"},"apkData":{"type":"MAIN","splits":[],"versionCode":1,"versionName":"0.1","enabled":true,"outputFile":"app-debug.apk","fullName":"debug","baseName":"debug"},"path":"AndroidManifest.xml","properties":{"packageId":"net.micode.notes","split":"","minSdkVersion":"14"}}]

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

Loading…
Cancel
Save