This commit is contained in:
commit
1c8fd94878
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
@ -0,0 +1,2 @@
|
|||
#Fri Sep 06 11:42:59 CST 2019
|
||||
gradle.version=5.1.1
|
Binary file not shown.
|
@ -0,0 +1,4 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<project version="4">
|
||||
<component name="Encoding" addBOMForNewFiles="with NO BOM" />
|
||||
</project>
|
|
@ -0,0 +1,12 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<project version="4">
|
||||
<component name="GradleSettings">
|
||||
<option name="linkedExternalProjectsSettings">
|
||||
<GradleProjectSettings>
|
||||
<option name="distributionType" value="DEFAULT_WRAPPED" />
|
||||
<option name="externalProjectPath" value="$PROJECT_DIR$" />
|
||||
<option name="resolveModulePerSourceSet" value="false" />
|
||||
</GradleProjectSettings>
|
||||
</option>
|
||||
</component>
|
||||
</project>
|
|
@ -0,0 +1,9 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<project version="4">
|
||||
<component name="ProjectRootManager">
|
||||
<output url="file://$PROJECT_DIR$/build/classes" />
|
||||
</component>
|
||||
<component name="ProjectType">
|
||||
<option name="id" value="Android" />
|
||||
</component>
|
||||
</project>
|
|
@ -0,0 +1,8 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<project version="4">
|
||||
<component name="ProjectModuleManager">
|
||||
<modules>
|
||||
<module fileurl="file://$PROJECT_DIR$/Notes-master.iml" filepath="$PROJECT_DIR$/Notes-master.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>
|
File diff suppressed because it is too large
Load Diff
|
@ -0,0 +1,16 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<module 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=":" />
|
||||
</configuration>
|
||||
</facet>
|
||||
</component>
|
||||
<component name="NewModuleRootManager" inherit-compiler-output="true">
|
||||
<exclude-output />
|
||||
<content url="file://$MODULE_DIR$" />
|
||||
<orderEntry type="jdk" jdkName="1.8" jdkType="JavaSDK" />
|
||||
<orderEntry type="sourceFolder" forTests="false" />
|
||||
</component>
|
||||
</module>
|
|
@ -0,0 +1,37 @@
|
|||
apply plugin: 'com.android.application'
|
||||
|
||||
android {
|
||||
compileSdkVersion 22
|
||||
buildToolsVersion "29.0.2"
|
||||
|
||||
defaultConfig {
|
||||
applicationId "net.micode.notes"
|
||||
minSdkVersion 14
|
||||
targetSdkVersion 14
|
||||
}
|
||||
|
||||
buildTypes {
|
||||
release {
|
||||
minifyEnabled false
|
||||
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.txt'
|
||||
}
|
||||
}
|
||||
compileOptions {
|
||||
targetCompatibility = '1.8'
|
||||
sourceCompatibility = '1.8'
|
||||
}
|
||||
|
||||
packagingOptions {
|
||||
exclude 'META-INF/DEPENDENCIES'
|
||||
exclude 'META-INF/NOTICE'
|
||||
exclude 'META-INF/LICENSE'
|
||||
exclude 'META-INF/LICENSE.txt'
|
||||
exclude 'META-INF/NOTICE.txt'
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
dependencies {
|
||||
implementation fileTree(dir: 'D:\\httpcomponents-client-4.5.5\\lib', include: ['*.aar', '*.jar'], exclude: [])
|
||||
}
|
|
@ -0,0 +1,318 @@
|
|||
/* 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 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_delete=0x7f050021;
|
||||
public static final int menu_delete_remind=0x7f050022;
|
||||
public static final int menu_export_text=0x7f050023;
|
||||
public static final int menu_font_size=0x7f050024;
|
||||
public static final int menu_list_mode=0x7f050025;
|
||||
public static final int menu_new_folder=0x7f050026;
|
||||
public static final int menu_new_note=0x7f050027;
|
||||
public static final int menu_search=0x7f050028;
|
||||
public static final int menu_send_to_desktop=0x7f050029;
|
||||
public static final int menu_setting=0x7f05002a;
|
||||
public static final int menu_share=0x7f05002b;
|
||||
public static final int menu_sync=0x7f05002c;
|
||||
public static final int minute=0x7f05002d;
|
||||
public static final int move=0x7f05002e;
|
||||
public static final int navigation_bar=0x7f05002f;
|
||||
public static final int note_bg_color_selector=0x7f050030;
|
||||
public static final int note_edit_list=0x7f050031;
|
||||
public static final int note_edit_view=0x7f050032;
|
||||
public static final int note_item=0x7f050033;
|
||||
public static final int note_title=0x7f050034;
|
||||
public static final int notes_list=0x7f050035;
|
||||
public static final int prefenerece_sync_status_textview=0x7f050036;
|
||||
public static final int preference_sync_button=0x7f050037;
|
||||
public static final int selection_menu=0x7f050038;
|
||||
public static final int sv_note_edit=0x7f050039;
|
||||
public static final int tv_alert_date=0x7f05003a;
|
||||
public static final int tv_folder_name=0x7f05003b;
|
||||
public static final int tv_modified_date=0x7f05003c;
|
||||
public static final int tv_name=0x7f05003d;
|
||||
public static final int tv_time=0x7f05003e;
|
||||
public static final int tv_title=0x7f05003f;
|
||||
public static final int tv_title_bar=0x7f050040;
|
||||
public static final int widget_bg_image=0x7f050041;
|
||||
public static final int widget_text=0x7f050042;
|
||||
}
|
||||
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_delete=0x7f0a0021;
|
||||
public static final int menu_deselect_all=0x7f0a0022;
|
||||
public static final int menu_export_text=0x7f0a0023;
|
||||
public static final int menu_folder_change_name=0x7f0a0024;
|
||||
public static final int menu_folder_delete=0x7f0a0025;
|
||||
public static final int menu_folder_view=0x7f0a0026;
|
||||
public static final int menu_font_large=0x7f0a0027;
|
||||
public static final int menu_font_normal=0x7f0a0028;
|
||||
public static final int menu_font_size=0x7f0a0029;
|
||||
public static final int menu_font_small=0x7f0a002a;
|
||||
public static final int menu_font_super=0x7f0a002b;
|
||||
public static final int menu_list_mode=0x7f0a002c;
|
||||
public static final int menu_move=0x7f0a002d;
|
||||
public static final int menu_move_parent_folder=0x7f0a002e;
|
||||
public static final int menu_normal_mode=0x7f0a002f;
|
||||
public static final int menu_remove_remind=0x7f0a0030;
|
||||
public static final int menu_search=0x7f0a0031;
|
||||
public static final int menu_select_all=0x7f0a0032;
|
||||
public static final int menu_select_none=0x7f0a0033;
|
||||
public static final int menu_select_title=0x7f0a0034;
|
||||
public static final int menu_send_to_desktop=0x7f0a0035;
|
||||
public static final int menu_setting=0x7f0a0036;
|
||||
public static final int menu_share=0x7f0a0037;
|
||||
public static final int menu_sync=0x7f0a0038;
|
||||
public static final int menu_sync_cancel=0x7f0a0039;
|
||||
public static final int menu_title_select_folder=0x7f0a003a;
|
||||
public static final int note_alert_expired=0x7f0a003b;
|
||||
public static final int note_link_email=0x7f0a003c;
|
||||
public static final int note_link_other=0x7f0a003d;
|
||||
public static final int note_link_tel=0x7f0a003e;
|
||||
public static final int note_link_web=0x7f0a003f;
|
||||
public static final int notealert_enter=0x7f0a0040;
|
||||
public static final int notealert_ok=0x7f0a0041;
|
||||
public static final int notelist_menu_new=0x7f0a0042;
|
||||
public static final int notelist_string_info=0x7f0a0043;
|
||||
public static final int preferences_account_summary=0x7f0a0044;
|
||||
public static final int preferences_account_title=0x7f0a0045;
|
||||
public static final int preferences_add_account=0x7f0a0046;
|
||||
public static final int preferences_bg_random_appear_title=0x7f0a0047;
|
||||
public static final int preferences_button_sync_cancel=0x7f0a0048;
|
||||
public static final int preferences_button_sync_immediately=0x7f0a0049;
|
||||
public static final int preferences_dialog_change_account_title=0x7f0a004a;
|
||||
public static final int preferences_dialog_change_account_warn_msg=0x7f0a004b;
|
||||
public static final int preferences_dialog_select_account_tips=0x7f0a004c;
|
||||
public static final int preferences_dialog_select_account_title=0x7f0a004d;
|
||||
public static final int preferences_last_sync_time=0x7f0a004e;
|
||||
public static final int preferences_last_sync_time_format=0x7f0a004f;
|
||||
public static final int preferences_menu_cancel=0x7f0a0050;
|
||||
public static final int preferences_menu_change_account=0x7f0a0051;
|
||||
public static final int preferences_menu_remove_account=0x7f0a0052;
|
||||
public static final int preferences_title=0x7f0a0053;
|
||||
public static final int preferences_toast_cannot_change_account=0x7f0a0054;
|
||||
public static final int preferences_toast_success_set_accout=0x7f0a0055;
|
||||
public static final int search=0x7f0a0056;
|
||||
public static final int search_hint=0x7f0a0057;
|
||||
public static final int search_label=0x7f0a0058;
|
||||
public static final int search_setting_description=0x7f0a0059;
|
||||
public static final int set_remind_time_message=0x7f0a005a;
|
||||
public static final int success_sdcard_export=0x7f0a005b;
|
||||
public static final int success_sync_account=0x7f0a005c;
|
||||
public static final int sync_progress_init_list=0x7f0a005d;
|
||||
public static final int sync_progress_login=0x7f0a005e;
|
||||
public static final int sync_progress_syncing=0x7f0a005f;
|
||||
public static final int ticker_cancel=0x7f0a0060;
|
||||
public static final int ticker_fail=0x7f0a0061;
|
||||
public static final int ticker_success=0x7f0a0062;
|
||||
public static final int ticker_syncing=0x7f0a0063;
|
||||
public static final int widget_havenot_content=0x7f0a0064;
|
||||
public static final int widget_under_visit_mode=0x7f0a0065;
|
||||
}
|
||||
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,318 @@
|
|||
/* 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 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_delete=0x7f050021;
|
||||
public static final int menu_delete_remind=0x7f050022;
|
||||
public static final int menu_export_text=0x7f050023;
|
||||
public static final int menu_font_size=0x7f050024;
|
||||
public static final int menu_list_mode=0x7f050025;
|
||||
public static final int menu_new_folder=0x7f050026;
|
||||
public static final int menu_new_note=0x7f050027;
|
||||
public static final int menu_search=0x7f050028;
|
||||
public static final int menu_send_to_desktop=0x7f050029;
|
||||
public static final int menu_setting=0x7f05002a;
|
||||
public static final int menu_share=0x7f05002b;
|
||||
public static final int menu_sync=0x7f05002c;
|
||||
public static final int minute=0x7f05002d;
|
||||
public static final int move=0x7f05002e;
|
||||
public static final int navigation_bar=0x7f05002f;
|
||||
public static final int note_bg_color_selector=0x7f050030;
|
||||
public static final int note_edit_list=0x7f050031;
|
||||
public static final int note_edit_view=0x7f050032;
|
||||
public static final int note_item=0x7f050033;
|
||||
public static final int note_title=0x7f050034;
|
||||
public static final int notes_list=0x7f050035;
|
||||
public static final int prefenerece_sync_status_textview=0x7f050036;
|
||||
public static final int preference_sync_button=0x7f050037;
|
||||
public static final int selection_menu=0x7f050038;
|
||||
public static final int sv_note_edit=0x7f050039;
|
||||
public static final int tv_alert_date=0x7f05003a;
|
||||
public static final int tv_folder_name=0x7f05003b;
|
||||
public static final int tv_modified_date=0x7f05003c;
|
||||
public static final int tv_name=0x7f05003d;
|
||||
public static final int tv_time=0x7f05003e;
|
||||
public static final int tv_title=0x7f05003f;
|
||||
public static final int tv_title_bar=0x7f050040;
|
||||
public static final int widget_bg_image=0x7f050041;
|
||||
public static final int widget_text=0x7f050042;
|
||||
}
|
||||
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_delete=0x7f0a0021;
|
||||
public static final int menu_deselect_all=0x7f0a0022;
|
||||
public static final int menu_export_text=0x7f0a0023;
|
||||
public static final int menu_folder_change_name=0x7f0a0024;
|
||||
public static final int menu_folder_delete=0x7f0a0025;
|
||||
public static final int menu_folder_view=0x7f0a0026;
|
||||
public static final int menu_font_large=0x7f0a0027;
|
||||
public static final int menu_font_normal=0x7f0a0028;
|
||||
public static final int menu_font_size=0x7f0a0029;
|
||||
public static final int menu_font_small=0x7f0a002a;
|
||||
public static final int menu_font_super=0x7f0a002b;
|
||||
public static final int menu_list_mode=0x7f0a002c;
|
||||
public static final int menu_move=0x7f0a002d;
|
||||
public static final int menu_move_parent_folder=0x7f0a002e;
|
||||
public static final int menu_normal_mode=0x7f0a002f;
|
||||
public static final int menu_remove_remind=0x7f0a0030;
|
||||
public static final int menu_search=0x7f0a0031;
|
||||
public static final int menu_select_all=0x7f0a0032;
|
||||
public static final int menu_select_none=0x7f0a0033;
|
||||
public static final int menu_select_title=0x7f0a0034;
|
||||
public static final int menu_send_to_desktop=0x7f0a0035;
|
||||
public static final int menu_setting=0x7f0a0036;
|
||||
public static final int menu_share=0x7f0a0037;
|
||||
public static final int menu_sync=0x7f0a0038;
|
||||
public static final int menu_sync_cancel=0x7f0a0039;
|
||||
public static final int menu_title_select_folder=0x7f0a003a;
|
||||
public static final int note_alert_expired=0x7f0a003b;
|
||||
public static final int note_link_email=0x7f0a003c;
|
||||
public static final int note_link_other=0x7f0a003d;
|
||||
public static final int note_link_tel=0x7f0a003e;
|
||||
public static final int note_link_web=0x7f0a003f;
|
||||
public static final int notealert_enter=0x7f0a0040;
|
||||
public static final int notealert_ok=0x7f0a0041;
|
||||
public static final int notelist_menu_new=0x7f0a0042;
|
||||
public static final int notelist_string_info=0x7f0a0043;
|
||||
public static final int preferences_account_summary=0x7f0a0044;
|
||||
public static final int preferences_account_title=0x7f0a0045;
|
||||
public static final int preferences_add_account=0x7f0a0046;
|
||||
public static final int preferences_bg_random_appear_title=0x7f0a0047;
|
||||
public static final int preferences_button_sync_cancel=0x7f0a0048;
|
||||
public static final int preferences_button_sync_immediately=0x7f0a0049;
|
||||
public static final int preferences_dialog_change_account_title=0x7f0a004a;
|
||||
public static final int preferences_dialog_change_account_warn_msg=0x7f0a004b;
|
||||
public static final int preferences_dialog_select_account_tips=0x7f0a004c;
|
||||
public static final int preferences_dialog_select_account_title=0x7f0a004d;
|
||||
public static final int preferences_last_sync_time=0x7f0a004e;
|
||||
public static final int preferences_last_sync_time_format=0x7f0a004f;
|
||||
public static final int preferences_menu_cancel=0x7f0a0050;
|
||||
public static final int preferences_menu_change_account=0x7f0a0051;
|
||||
public static final int preferences_menu_remove_account=0x7f0a0052;
|
||||
public static final int preferences_title=0x7f0a0053;
|
||||
public static final int preferences_toast_cannot_change_account=0x7f0a0054;
|
||||
public static final int preferences_toast_success_set_accout=0x7f0a0055;
|
||||
public static final int search=0x7f0a0056;
|
||||
public static final int search_hint=0x7f0a0057;
|
||||
public static final int search_label=0x7f0a0058;
|
||||
public static final int search_setting_description=0x7f0a0059;
|
||||
public static final int set_remind_time_message=0x7f0a005a;
|
||||
public static final int success_sdcard_export=0x7f0a005b;
|
||||
public static final int success_sync_account=0x7f0a005c;
|
||||
public static final int sync_progress_init_list=0x7f0a005d;
|
||||
public static final int sync_progress_login=0x7f0a005e;
|
||||
public static final int sync_progress_syncing=0x7f0a005f;
|
||||
public static final int ticker_cancel=0x7f0a0060;
|
||||
public static final int ticker_fail=0x7f0a0061;
|
||||
public static final int ticker_success=0x7f0a0062;
|
||||
public static final int ticker_syncing=0x7f0a0063;
|
||||
public static final int widget_havenot_content=0x7f0a0064;
|
||||
public static final int widget_under_visit_mode=0x7f0a0065;
|
||||
}
|
||||
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;
|
||||
|
||||
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,13 @@
|
|||
/**
|
||||
* Automatically generated file. DO NOT MODIFY
|
||||
*/
|
||||
package net.micode.notes;
|
||||
|
||||
public final class BuildConfig {
|
||||
public static final boolean DEBUG = false;
|
||||
public static final String APPLICATION_ID = "net.micode.notes";
|
||||
public static final String BUILD_TYPE = "release";
|
||||
public static final String FLAVOR = "";
|
||||
public static final int VERSION_CODE = 1;
|
||||
public static final String VERSION_NAME = "0.1";
|
||||
}
|
|
@ -0,0 +1 @@
|
|||
{}
|
|
@ -0,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 @@
|
|||
[{"type":"MAIN","splits":[],"versionCode":1,"versionName":"0.1","enabled":true,"outputFile":"app-release-unsigned.apk","fullName":"release","baseName":"release"}]
|
|
@ -0,0 +1,186 @@
|
|||
{
|
||||
"logs": [
|
||||
{
|
||||
"outputFile": "F:\\Notes-master\\app\\build\\intermediates\\res\\merged\\debug\\values-zh-rCN_values-zh-rCN.arsc.flat",
|
||||
"map": [
|
||||
{
|
||||
"source": "F:\\Notes-master\\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": "F:\\Notes-master\\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"
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"outputFile": "F:\\Notes-master\\app\\build\\intermediates\\res\\merged\\debug\\values_values.arsc.flat",
|
||||
"map": [
|
||||
{
|
||||
"source": "F:\\Notes-master\\app\\src\\main\\res\\values\\strings.xml",
|
||||
"from": {
|
||||
"startLines": "128,72,75,74,73,19,20,21,118,119,127,126,26,81,82,80,79,78,94,93,92,84,39,38,64,29,30,85,41,76,120,71,67,42,48,53,43,63,62,61,57,56,54,55,58,59,49,70,60,68,47,52,51,50,66,46,65,44,45,69,28,34,36,33,35,32,31,25,24,101,100,104,116,109,108,110,111,113,112,102,103,107,105,106,99,114,115,125,123,122,124,27,83,91,96,95,97,90,89,88,87,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,4,4,4,4",
|
||||
"startOffsets": "8008,3898,4159,4063,3994,827,870,922,7506,7555,7950,7899,1282,4613,4707,4542,4458,4375,5574,5491,5389,4883,2004,1953,3397,1486,1539,4944,2097,4242,7618,3827,3582,2156,2471,2772,2214,3326,3265,3208,2986,2934,2831,2884,3036,3086,2518,3761,3146,3631,2424,2717,2629,2571,3520,2374,3475,2271,2314,3694,1431,1750,1858,1703,1805,1647,1599,1227,1174,6030,5963,6271,7409,6635,6554,6709,6798,7040,6961,6114,6189,6495,6335,6415,5908,7184,7306,7858,7731,7674,7784,1366,4815,5303,5709,5640,5789,5244,5189,5127,5067,974,1084",
|
||||
"endLines": "132,72,75,74,73,19,20,21,118,119,127,126,26,81,82,80,79,78,94,93,92,84,39,38,64,29,30,85,41,76,120,71,67,42,48,53,43,63,62,61,57,56,54,55,58,59,49,70,60,68,47,52,51,50,66,46,65,44,45,69,28,34,36,33,35,32,31,25,24,101,100,104,116,109,108,110,111,113,112,102,103,107,105,106,99,114,115,125,123,122,124,27,83,91,96,95,97,90,89,88,87,22,23",
|
||||
"endColumns": "14,95,82,95,68,42,51,51,48,62,57,50,83,93,107,70,83,82,65,82,101,60,61,50,77,52,59,104,58,101,54,70,48,57,46,58,56,70,60,56,49,51,52,49,49,59,52,65,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,81,58,79,79,54,121,102,40,52,56,73,64,67,85,79,68,93,58,54,61,59,109,89",
|
||||
"endOffsets": "8412,3989,4237,4154,4058,865,917,969,7550,7613,8003,7945,1361,4702,4810,4608,4537,4453,5635,5569,5486,4939,2061,1999,3470,1534,1594,5044,2151,4339,7668,3893,3626,2209,2513,2826,2266,3392,3321,3260,3031,2981,2879,2929,3081,3141,2566,3822,3203,3689,2466,2767,2712,2624,3577,2419,3515,2309,2369,3756,1481,1800,1906,1745,1853,1698,1642,1277,1222,6109,6025,6330,7500,6704,6630,6793,6956,7179,7035,6184,6266,6549,6410,6490,5958,7301,7404,7894,7779,7726,7853,1426,4878,5384,5784,5704,5878,5298,5239,5184,5122,1079,1169"
|
||||
},
|
||||
"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",
|
||||
"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",
|
||||
"startOffsets": "851,1244,1340,1423,1519,1588,1631,1683,1735,1784,1847,1905,1956,2040,2134,2242,2313,2397,2480,2546,2629,2731,2792,2854,2905,2983,3036,3096,3201,3260,3362,3417,3488,3537,3595,3642,3701,3758,3829,3890,3947,3997,4049,4102,4152,4202,4262,4315,4381,4443,4506,4553,4608,4696,4754,4816,4866,4911,4954,5014,5081,5136,5191,5244,5291,5344,5400,5448,5503,5556,5640,5707,5771,5867,5941,6022,6111,6274,6418,6497,6572,6654,6713,6793,6873,6928,7050,7153,7194,7247,7304,7378,7443,7511,7597,7677,7746,7840,7899,7954,8016,8076,8186",
|
||||
"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",
|
||||
"endColumns": "14,95,82,95,68,42,51,51,48,62,57,50,83,93,107,70,83,82,65,82,101,60,61,50,77,52,59,104,58,101,54,70,48,57,46,58,56,70,60,56,49,51,52,49,49,59,52,65,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,81,58,79,79,54,121,102,40,52,56,73,64,67,85,79,68,93,58,54,61,59,109,89",
|
||||
"endOffsets": "1239,1335,1418,1514,1583,1626,1678,1730,1779,1842,1900,1951,2035,2129,2237,2308,2392,2475,2541,2624,2726,2787,2849,2900,2978,3031,3091,3196,3255,3357,3412,3483,3532,3590,3637,3696,3753,3824,3885,3942,3992,4044,4097,4147,4197,4257,4310,4376,4438,4501,4548,4603,4691,4749,4811,4861,4906,4949,5009,5076,5131,5186,5239,5286,5339,5395,5443,5498,5551,5635,5702,5766,5862,5936,6017,6106,6269,6413,6492,6567,6649,6708,6788,6868,6923,7045,7148,7189,7242,7299,7373,7438,7506,7592,7672,7741,7835,7894,7949,8011,8071,8181,8271"
|
||||
}
|
||||
},
|
||||
{
|
||||
"source": "F:\\Notes-master\\app\\src\\main\\res\\values\\colors.xml",
|
||||
"from": {
|
||||
"startLines": "18",
|
||||
"startColumns": "4",
|
||||
"startOffsets": "712",
|
||||
"endColumns": "56",
|
||||
"endOffsets": "764"
|
||||
},
|
||||
"to": {
|
||||
"startLines": "12",
|
||||
"startColumns": "4",
|
||||
"startOffsets": "532",
|
||||
"endColumns": "56",
|
||||
"endOffsets": "584"
|
||||
}
|
||||
},
|
||||
{
|
||||
"source": "F:\\Notes-master\\app\\src\\main\\res\\values\\dimens.xml",
|
||||
"from": {
|
||||
"startLines": "19,20,21,22,18",
|
||||
"startColumns": "4,4,4,4,4",
|
||||
"startOffsets": "764,816,869,922,712",
|
||||
"endColumns": "51,52,52,51,51",
|
||||
"endOffsets": "811,864,917,969,759"
|
||||
},
|
||||
"to": {
|
||||
"startLines": "13,14,15,16,17",
|
||||
"startColumns": "4,4,4,4,4",
|
||||
"startOffsets": "589,641,694,747,799",
|
||||
"endColumns": "51,52,52,51,51",
|
||||
"endOffsets": "636,689,742,794,846"
|
||||
}
|
||||
},
|
||||
{
|
||||
"source": "F:\\Notes-master\\app\\src\\main\\res\\values\\styles.xml",
|
||||
"from": {
|
||||
"startLines": "50,55,64,60,22,26,30,35,40,18,45",
|
||||
"startColumns": "4,4,4,4,4,4,4,4,4,4,4",
|
||||
"startOffsets": "2062,2267,2640,2479,895,1078,1263,1449,1653,712,1860",
|
||||
"endLines": "53,58,67,62,25,29,33,38,43,21,48",
|
||||
"endColumns": "12,12,12,12,12,12,12,12,12,12,12",
|
||||
"endOffsets": "2261,2473,2843,2634,1073,1258,1443,1647,1854,890,2056"
|
||||
},
|
||||
"to": {
|
||||
"startLines": "125,129,133,137,140,144,148,152,156,160,164",
|
||||
"startColumns": "4,4,4,4,4,4,4,4,4,4,4",
|
||||
"startOffsets": "8276,8480,8691,8898,9058,9241,9426,9611,9814,10020,10203",
|
||||
"endLines": "128,132,136,139,143,147,151,155,159,163,167",
|
||||
"endColumns": "12,12,12,12,12,12,12,12,12,12,12",
|
||||
"endOffsets": "8475,8686,8893,9053,9236,9421,9606,9809,10015,10198,10399"
|
||||
}
|
||||
},
|
||||
{
|
||||
"source": "F:\\Notes-master\\app\\src\\main\\res\\values\\arrays.xml",
|
||||
"from": {
|
||||
"startLines": "19,26",
|
||||
"startColumns": "4,4",
|
||||
"startOffsets": "739,1047",
|
||||
"endLines": "24,29",
|
||||
"endColumns": "19,19",
|
||||
"endOffsets": "1041,1162"
|
||||
},
|
||||
"to": {
|
||||
"startLines": "2,8",
|
||||
"startColumns": "4,4",
|
||||
"startOffsets": "105,412",
|
||||
"endLines": "7,11",
|
||||
"endColumns": "19,19",
|
||||
"endOffsets": "407,527"
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"outputFile": "F:\\Notes-master\\app\\build\\intermediates\\res\\merged\\debug\\values-zh-rTW_values-zh-rTW.arsc.flat",
|
||||
"map": [
|
||||
{
|
||||
"source": "F:\\Notes-master\\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": "F:\\Notes-master\\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,47 @@
|
|||
{
|
||||
"logs": [
|
||||
{
|
||||
"outputFile": "F:\\Notes-master\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-zh-rCN\\values-zh-rCN.xml",
|
||||
"map": [
|
||||
{
|
||||
"source": "F:\\Notes-master\\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": "F:\\Notes-master\\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": "F:\\Notes-master\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-zh-rTW\\values-zh-rTW.xml",
|
||||
"map": [
|
||||
{
|
||||
"source": "F:\\Notes-master\\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": "F:\\Notes-master\\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,100 @@
|
|||
{
|
||||
"logs": [
|
||||
{
|
||||
"outputFile": "F:\\Notes-master\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values\\values.xml",
|
||||
"map": [
|
||||
{
|
||||
"source": "F:\\Notes-master\\app\\src\\main\\res\\values\\strings.xml",
|
||||
"from": {
|
||||
"startLines": "128,72,75,74,73,19,20,21,118,119,127,126,26,81,82,80,79,78,94,93,92,84,39,38,64,29,30,85,41,76,120,71,67,42,48,53,43,63,62,61,57,56,54,55,58,59,49,70,60,68,47,52,51,50,66,46,65,44,45,69,28,34,36,33,35,32,31,25,24,101,100,104,116,109,108,110,111,113,112,102,103,107,105,106,99,114,115,125,123,122,124,27,83,91,96,95,97,90,89,88,87,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,4,4,4,4",
|
||||
"startOffsets": "8008,3898,4159,4063,3994,827,870,922,7506,7555,7950,7899,1282,4613,4707,4542,4458,4375,5574,5491,5389,4883,2004,1953,3397,1486,1539,4944,2097,4242,7618,3827,3582,2156,2471,2772,2214,3326,3265,3208,2986,2934,2831,2884,3036,3086,2518,3761,3146,3631,2424,2717,2629,2571,3520,2374,3475,2271,2314,3694,1431,1750,1858,1703,1805,1647,1599,1227,1174,6030,5963,6271,7409,6635,6554,6709,6798,7040,6961,6114,6189,6495,6335,6415,5908,7184,7306,7858,7731,7674,7784,1366,4815,5303,5709,5640,5789,5244,5189,5127,5067,974,1084",
|
||||
"endLines": "132,72,75,74,73,19,20,21,118,119,127,126,26,81,82,80,79,78,94,93,92,84,39,38,64,29,30,85,41,76,120,71,67,42,48,53,43,63,62,61,57,56,54,55,58,59,49,70,60,68,47,52,51,50,66,46,65,44,45,69,28,34,36,33,35,32,31,25,24,101,100,104,116,109,108,110,111,113,112,102,103,107,105,106,99,114,115,125,123,122,124,27,83,91,96,95,97,90,89,88,87,22,23",
|
||||
"endColumns": "14,95,82,95,68,42,51,51,48,62,57,50,83,93,107,70,83,82,65,82,101,60,61,50,77,52,59,104,58,101,54,70,48,57,46,58,56,70,60,56,49,51,52,49,49,59,52,65,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,81,58,79,79,54,121,102,40,52,56,73,64,67,85,79,68,93,58,54,61,59,109,89",
|
||||
"endOffsets": "8412,3989,4237,4154,4058,865,917,969,7550,7613,8003,7945,1361,4702,4810,4608,4537,4453,5635,5569,5486,4939,2061,1999,3470,1534,1594,5044,2151,4339,7668,3893,3626,2209,2513,2826,2266,3392,3321,3260,3031,2981,2879,2929,3081,3141,2566,3822,3203,3689,2466,2767,2712,2624,3577,2419,3515,2309,2369,3756,1481,1800,1906,1745,1853,1698,1642,1277,1222,6109,6025,6330,7500,6704,6630,6793,6956,7179,7035,6184,6266,6549,6410,6490,5958,7301,7404,7894,7779,7726,7853,1426,4878,5384,5784,5704,5878,5298,5239,5184,5122,1079,1169"
|
||||
},
|
||||
"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",
|
||||
"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",
|
||||
"startOffsets": "851,1244,1340,1423,1519,1588,1631,1683,1735,1784,1847,1905,1956,2040,2134,2242,2313,2397,2480,2546,2629,2731,2792,2854,2905,2983,3036,3096,3201,3260,3362,3417,3488,3537,3595,3642,3701,3758,3829,3890,3947,3997,4049,4102,4152,4202,4262,4315,4381,4443,4506,4553,4608,4696,4754,4816,4866,4911,4954,5014,5081,5136,5191,5244,5291,5344,5400,5448,5503,5556,5640,5707,5771,5867,5941,6022,6111,6274,6418,6497,6572,6654,6713,6793,6873,6928,7050,7153,7194,7247,7304,7378,7443,7511,7597,7677,7746,7840,7899,7954,8016,8076,8186",
|
||||
"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",
|
||||
"endColumns": "14,95,82,95,68,42,51,51,48,62,57,50,83,93,107,70,83,82,65,82,101,60,61,50,77,52,59,104,58,101,54,70,48,57,46,58,56,70,60,56,49,51,52,49,49,59,52,65,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,81,58,79,79,54,121,102,40,52,56,73,64,67,85,79,68,93,58,54,61,59,109,89",
|
||||
"endOffsets": "1239,1335,1418,1514,1583,1626,1678,1730,1779,1842,1900,1951,2035,2129,2237,2308,2392,2475,2541,2624,2726,2787,2849,2900,2978,3031,3091,3196,3255,3357,3412,3483,3532,3590,3637,3696,3753,3824,3885,3942,3992,4044,4097,4147,4197,4257,4310,4376,4438,4501,4548,4603,4691,4749,4811,4861,4906,4949,5009,5076,5131,5186,5239,5286,5339,5395,5443,5498,5551,5635,5702,5766,5862,5936,6017,6106,6269,6413,6492,6567,6649,6708,6788,6868,6923,7045,7148,7189,7242,7299,7373,7438,7506,7592,7672,7741,7835,7894,7949,8011,8071,8181,8271"
|
||||
}
|
||||
},
|
||||
{
|
||||
"source": "F:\\Notes-master\\app\\src\\main\\res\\values\\colors.xml",
|
||||
"from": {
|
||||
"startLines": "18",
|
||||
"startColumns": "4",
|
||||
"startOffsets": "712",
|
||||
"endColumns": "56",
|
||||
"endOffsets": "764"
|
||||
},
|
||||
"to": {
|
||||
"startLines": "12",
|
||||
"startColumns": "4",
|
||||
"startOffsets": "532",
|
||||
"endColumns": "56",
|
||||
"endOffsets": "584"
|
||||
}
|
||||
},
|
||||
{
|
||||
"source": "F:\\Notes-master\\app\\src\\main\\res\\values\\dimens.xml",
|
||||
"from": {
|
||||
"startLines": "19,20,21,22,18",
|
||||
"startColumns": "4,4,4,4,4",
|
||||
"startOffsets": "764,816,869,922,712",
|
||||
"endColumns": "51,52,52,51,51",
|
||||
"endOffsets": "811,864,917,969,759"
|
||||
},
|
||||
"to": {
|
||||
"startLines": "13,14,15,16,17",
|
||||
"startColumns": "4,4,4,4,4",
|
||||
"startOffsets": "589,641,694,747,799",
|
||||
"endColumns": "51,52,52,51,51",
|
||||
"endOffsets": "636,689,742,794,846"
|
||||
}
|
||||
},
|
||||
{
|
||||
"source": "F:\\Notes-master\\app\\src\\main\\res\\values\\styles.xml",
|
||||
"from": {
|
||||
"startLines": "50,55,64,60,22,26,30,35,40,18,45",
|
||||
"startColumns": "4,4,4,4,4,4,4,4,4,4,4",
|
||||
"startOffsets": "2062,2267,2640,2479,895,1078,1263,1449,1653,712,1860",
|
||||
"endLines": "53,58,67,62,25,29,33,38,43,21,48",
|
||||
"endColumns": "12,12,12,12,12,12,12,12,12,12,12",
|
||||
"endOffsets": "2261,2473,2843,2634,1073,1258,1443,1647,1854,890,2056"
|
||||
},
|
||||
"to": {
|
||||
"startLines": "125,129,133,137,140,144,148,152,156,160,164",
|
||||
"startColumns": "4,4,4,4,4,4,4,4,4,4,4",
|
||||
"startOffsets": "8276,8480,8691,8898,9058,9241,9426,9611,9814,10020,10203",
|
||||
"endLines": "128,132,136,139,143,147,151,155,159,163,167",
|
||||
"endColumns": "12,12,12,12,12,12,12,12,12,12,12",
|
||||
"endOffsets": "8475,8686,8893,9053,9236,9421,9606,9809,10015,10198,10399"
|
||||
}
|
||||
},
|
||||
{
|
||||
"source": "F:\\Notes-master\\app\\src\\main\\res\\values\\arrays.xml",
|
||||
"from": {
|
||||
"startLines": "19,26",
|
||||
"startColumns": "4,4",
|
||||
"startOffsets": "739,1047",
|
||||
"endLines": "24,29",
|
||||
"endColumns": "19,19",
|
||||
"endOffsets": "1041,1162"
|
||||
},
|
||||
"to": {
|
||||
"startLines": "2,8",
|
||||
"startColumns": "4,4",
|
||||
"startOffsets": "105,412",
|
||||
"endLines": "7,11",
|
||||
"endColumns": "19,19",
|
||||
"endOffsets": "407,527"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
|
@ -0,0 +1,382 @@
|
|||
[
|
||||
{
|
||||
"merged": "F:\\Notes-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi_title_bar_bg.9.png.flat",
|
||||
"source": "F:\\Notes-master\\app\\src\\main\\res\\drawable-hdpi\\title_bar_bg.9.png"
|
||||
},
|
||||
{
|
||||
"merged": "F:\\Notes-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi_icon_app.png.flat",
|
||||
"source": "F:\\Notes-master\\app\\src\\main\\res\\drawable-hdpi\\icon_app.png"
|
||||
},
|
||||
{
|
||||
"merged": "F:\\Notes-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi_edit_yellow.9.png.flat",
|
||||
"source": "F:\\Notes-master\\app\\src\\main\\res\\drawable-hdpi\\edit_yellow.9.png"
|
||||
},
|
||||
{
|
||||
"merged": "F:\\Notes-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi_search_result.png.flat",
|
||||
"source": "F:\\Notes-master\\app\\src\\main\\res\\drawable-hdpi\\search_result.png"
|
||||
},
|
||||
{
|
||||
"merged": "F:\\Notes-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi_edit_title_white.9.png.flat",
|
||||
"source": "F:\\Notes-master\\app\\src\\main\\res\\drawable-hdpi\\edit_title_white.9.png"
|
||||
},
|
||||
{
|
||||
"merged": "F:\\Notes-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi_bg_color_btn_mask.png.flat",
|
||||
"source": "F:\\Notes-master\\app\\src\\main\\res\\drawable-hdpi\\bg_color_btn_mask.png"
|
||||
},
|
||||
{
|
||||
"merged": "F:\\Notes-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi_edit_title_yellow.9.png.flat",
|
||||
"source": "F:\\Notes-master\\app\\src\\main\\res\\drawable-hdpi\\edit_title_yellow.9.png"
|
||||
},
|
||||
{
|
||||
"merged": "F:\\Notes-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi_edit_title_green.9.png.flat",
|
||||
"source": "F:\\Notes-master\\app\\src\\main\\res\\drawable-hdpi\\edit_title_green.9.png"
|
||||
},
|
||||
{
|
||||
"merged": "F:\\Notes-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi_widget_2x_green.png.flat",
|
||||
"source": "F:\\Notes-master\\app\\src\\main\\res\\drawable-hdpi\\widget_2x_green.png"
|
||||
},
|
||||
{
|
||||
"merged": "F:\\Notes-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi_menu_delete.png.flat",
|
||||
"source": "F:\\Notes-master\\app\\src\\main\\res\\drawable-hdpi\\menu_delete.png"
|
||||
},
|
||||
{
|
||||
"merged": "F:\\Notes-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi_title_alert.png.flat",
|
||||
"source": "F:\\Notes-master\\app\\src\\main\\res\\drawable-hdpi\\title_alert.png"
|
||||
},
|
||||
{
|
||||
"merged": "F:\\Notes-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi_widget_4x_blue.png.flat",
|
||||
"source": "F:\\Notes-master\\app\\src\\main\\res\\drawable-hdpi\\widget_4x_blue.png"
|
||||
},
|
||||
{
|
||||
"merged": "F:\\Notes-master\\app\\build\\intermediates\\res\\merged\\debug\\raw-zh-rCN_introduction.flat",
|
||||
"source": "F:\\Notes-master\\app\\src\\main\\res\\raw-zh-rCN\\introduction"
|
||||
},
|
||||
{
|
||||
"merged": "F:\\Notes-master\\app\\build\\intermediates\\res\\merged\\debug\\color_secondary_text_dark.xml.flat",
|
||||
"source": "F:\\Notes-master\\app\\src\\main\\res\\color\\secondary_text_dark.xml"
|
||||
},
|
||||
{
|
||||
"merged": "F:\\Notes-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi_list_red_down.9.png.flat",
|
||||
"source": "F:\\Notes-master\\app\\src\\main\\res\\drawable-hdpi\\list_red_down.9.png"
|
||||
},
|
||||
{
|
||||
"merged": "F:\\Notes-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi_list_green_down.9.png.flat",
|
||||
"source": "F:\\Notes-master\\app\\src\\main\\res\\drawable-hdpi\\list_green_down.9.png"
|
||||
},
|
||||
{
|
||||
"merged": "F:\\Notes-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi_list_blue_middle.9.png.flat",
|
||||
"source": "F:\\Notes-master\\app\\src\\main\\res\\drawable-hdpi\\list_blue_middle.9.png"
|
||||
},
|
||||
{
|
||||
"merged": "F:\\Notes-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi_font_super.png.flat",
|
||||
"source": "F:\\Notes-master\\app\\src\\main\\res\\drawable-hdpi\\font_super.png"
|
||||
},
|
||||
{
|
||||
"merged": "F:\\Notes-master\\app\\build\\intermediates\\res\\merged\\debug\\layout_folder_list_item.xml.flat",
|
||||
"source": "F:\\Notes-master\\app\\src\\main\\res\\layout\\folder_list_item.xml"
|
||||
},
|
||||
{
|
||||
"merged": "F:\\Notes-master\\app\\build\\intermediates\\res\\merged\\debug\\menu_note_list_dropdown.xml.flat",
|
||||
"source": "F:\\Notes-master\\app\\src\\main\\res\\menu\\note_list_dropdown.xml"
|
||||
},
|
||||
{
|
||||
"merged": "F:\\Notes-master\\app\\build\\intermediates\\res\\merged\\debug\\layout_widget_4x.xml.flat",
|
||||
"source": "F:\\Notes-master\\app\\src\\main\\res\\layout\\widget_4x.xml"
|
||||
},
|
||||
{
|
||||
"merged": "F:\\Notes-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi_edit_title_blue.9.png.flat",
|
||||
"source": "F:\\Notes-master\\app\\src\\main\\res\\drawable-hdpi\\edit_title_blue.9.png"
|
||||
},
|
||||
{
|
||||
"merged": "F:\\Notes-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi_font_small.png.flat",
|
||||
"source": "F:\\Notes-master\\app\\src\\main\\res\\drawable-hdpi\\font_small.png"
|
||||
},
|
||||
{
|
||||
"merged": "F:\\Notes-master\\app\\build\\intermediates\\res\\merged\\debug\\layout_settings_header.xml.flat",
|
||||
"source": "F:\\Notes-master\\app\\src\\main\\res\\layout\\settings_header.xml"
|
||||
},
|
||||
{
|
||||
"merged": "F:\\Notes-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi_list_green_single.9.png.flat",
|
||||
"source": "F:\\Notes-master\\app\\src\\main\\res\\drawable-hdpi\\list_green_single.9.png"
|
||||
},
|
||||
{
|
||||
"merged": "F:\\Notes-master\\app\\build\\intermediates\\res\\merged\\debug\\menu_call_record_folder.xml.flat",
|
||||
"source": "F:\\Notes-master\\app\\src\\main\\res\\menu\\call_record_folder.xml"
|
||||
},
|
||||
{
|
||||
"merged": "F:\\Notes-master\\app\\build\\intermediates\\res\\merged\\debug\\xml_widget_4x_info.xml.flat",
|
||||
"source": "F:\\Notes-master\\app\\src\\main\\res\\xml\\widget_4x_info.xml"
|
||||
},
|
||||
{
|
||||
"merged": "F:\\Notes-master\\app\\build\\intermediates\\res\\merged\\debug\\layout_dialog_edit_text.xml.flat",
|
||||
"source": "F:\\Notes-master\\app\\src\\main\\res\\layout\\dialog_edit_text.xml"
|
||||
},
|
||||
{
|
||||
"merged": "F:\\Notes-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi_widget_2x_blue.png.flat",
|
||||
"source": "F:\\Notes-master\\app\\src\\main\\res\\drawable-hdpi\\widget_2x_blue.png"
|
||||
},
|
||||
{
|
||||
"merged": "F:\\Notes-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi_list_blue_single.9.png.flat",
|
||||
"source": "F:\\Notes-master\\app\\src\\main\\res\\drawable-hdpi\\list_blue_single.9.png"
|
||||
},
|
||||
{
|
||||
"merged": "F:\\Notes-master\\app\\build\\intermediates\\res\\merged\\debug\\raw_introduction.flat",
|
||||
"source": "F:\\Notes-master\\app\\src\\main\\res\\raw\\introduction"
|
||||
},
|
||||
{
|
||||
"merged": "F:\\Notes-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi_edit_red.9.png.flat",
|
||||
"source": "F:\\Notes-master\\app\\src\\main\\res\\drawable-hdpi\\edit_red.9.png"
|
||||
},
|
||||
{
|
||||
"merged": "F:\\Notes-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi_list_white_middle.9.png.flat",
|
||||
"source": "F:\\Notes-master\\app\\src\\main\\res\\drawable-hdpi\\list_white_middle.9.png"
|
||||
},
|
||||
{
|
||||
"merged": "F:\\Notes-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi_menu_move.png.flat",
|
||||
"source": "F:\\Notes-master\\app\\src\\main\\res\\drawable-hdpi\\menu_move.png"
|
||||
},
|
||||
{
|
||||
"merged": "F:\\Notes-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi_widget_2x_white.png.flat",
|
||||
"source": "F:\\Notes-master\\app\\src\\main\\res\\drawable-hdpi\\widget_2x_white.png"
|
||||
},
|
||||
{
|
||||
"merged": "F:\\Notes-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi_widget_4x_red.png.flat",
|
||||
"source": "F:\\Notes-master\\app\\src\\main\\res\\drawable-hdpi\\widget_4x_red.png"
|
||||
},
|
||||
{
|
||||
"merged": "F:\\Notes-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi_notification.png.flat",
|
||||
"source": "F:\\Notes-master\\app\\src\\main\\res\\drawable-hdpi\\notification.png"
|
||||
},
|
||||
{
|
||||
"merged": "F:\\Notes-master\\app\\build\\intermediates\\res\\merged\\debug\\menu_note_list.xml.flat",
|
||||
"source": "F:\\Notes-master\\app\\src\\main\\res\\menu\\note_list.xml"
|
||||
},
|
||||
{
|
||||
"merged": "F:\\Notes-master\\app\\build\\intermediates\\res\\merged\\debug\\layout_widget_2x.xml.flat",
|
||||
"source": "F:\\Notes-master\\app\\src\\main\\res\\layout\\widget_2x.xml"
|
||||
},
|
||||
{
|
||||
"merged": "F:\\Notes-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi_edit_white.9.png.flat",
|
||||
"source": "F:\\Notes-master\\app\\src\\main\\res\\drawable-hdpi\\edit_white.9.png"
|
||||
},
|
||||
{
|
||||
"merged": "F:\\Notes-master\\app\\build\\intermediates\\res\\merged\\debug\\layout_note_list_footer.xml.flat",
|
||||
"source": "F:\\Notes-master\\app\\src\\main\\res\\layout\\note_list_footer.xml"
|
||||
},
|
||||
{
|
||||
"merged": "F:\\Notes-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi_dropdown_icon.9.png.flat",
|
||||
"source": "F:\\Notes-master\\app\\src\\main\\res\\drawable-hdpi\\dropdown_icon.9.png"
|
||||
},
|
||||
{
|
||||
"merged": "F:\\Notes-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi_new_note_normal.png.flat",
|
||||
"source": "F:\\Notes-master\\app\\src\\main\\res\\drawable-hdpi\\new_note_normal.png"
|
||||
},
|
||||
{
|
||||
"merged": "F:\\Notes-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi_list_yellow_single.9.png.flat",
|
||||
"source": "F:\\Notes-master\\app\\src\\main\\res\\drawable-hdpi\\list_yellow_single.9.png"
|
||||
},
|
||||
{
|
||||
"merged": "F:\\Notes-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi_list_green_up.9.png.flat",
|
||||
"source": "F:\\Notes-master\\app\\src\\main\\res\\drawable-hdpi\\list_green_up.9.png"
|
||||
},
|
||||
{
|
||||
"merged": "F:\\Notes-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi_list_yellow_middle.9.png.flat",
|
||||
"source": "F:\\Notes-master\\app\\src\\main\\res\\drawable-hdpi\\list_yellow_middle.9.png"
|
||||
},
|
||||
{
|
||||
"merged": "F:\\Notes-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi_list_yellow_down.9.png.flat",
|
||||
"source": "F:\\Notes-master\\app\\src\\main\\res\\drawable-hdpi\\list_yellow_down.9.png"
|
||||
},
|
||||
{
|
||||
"merged": "F:\\Notes-master\\app\\build\\intermediates\\res\\merged\\debug\\menu_call_note_edit.xml.flat",
|
||||
"source": "F:\\Notes-master\\app\\src\\main\\res\\menu\\call_note_edit.xml"
|
||||
},
|
||||
{
|
||||
"merged": "F:\\Notes-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi_edit_blue.9.png.flat",
|
||||
"source": "F:\\Notes-master\\app\\src\\main\\res\\drawable-hdpi\\edit_blue.9.png"
|
||||
},
|
||||
{
|
||||
"merged": "F:\\Notes-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi_list_white_single.9.png.flat",
|
||||
"source": "F:\\Notes-master\\app\\src\\main\\res\\drawable-hdpi\\list_white_single.9.png"
|
||||
},
|
||||
{
|
||||
"merged": "F:\\Notes-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi_list_white_up.9.png.flat",
|
||||
"source": "F:\\Notes-master\\app\\src\\main\\res\\drawable-hdpi\\list_white_up.9.png"
|
||||
},
|
||||
{
|
||||
"merged": "F:\\Notes-master\\app\\build\\intermediates\\res\\merged\\debug\\xml_searchable.xml.flat",
|
||||
"source": "F:\\Notes-master\\app\\src\\main\\res\\xml\\searchable.xml"
|
||||
},
|
||||
{
|
||||
"merged": "F:\\Notes-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi_list_blue_up.9.png.flat",
|
||||
"source": "F:\\Notes-master\\app\\src\\main\\res\\drawable-hdpi\\list_blue_up.9.png"
|
||||
},
|
||||
{
|
||||
"merged": "F:\\Notes-master\\app\\build\\intermediates\\res\\merged\\debug\\menu_note_edit.xml.flat",
|
||||
"source": "F:\\Notes-master\\app\\src\\main\\res\\menu\\note_edit.xml"
|
||||
},
|
||||
{
|
||||
"merged": "F:\\Notes-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi_list_blue_down.9.png.flat",
|
||||
"source": "F:\\Notes-master\\app\\src\\main\\res\\drawable-hdpi\\list_blue_down.9.png"
|
||||
},
|
||||
{
|
||||
"merged": "F:\\Notes-master\\app\\build\\intermediates\\res\\merged\\debug\\layout_note_list.xml.flat",
|
||||
"source": "F:\\Notes-master\\app\\src\\main\\res\\layout\\note_list.xml"
|
||||
},
|
||||
{
|
||||
"merged": "F:\\Notes-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi_selected.png.flat",
|
||||
"source": "F:\\Notes-master\\app\\src\\main\\res\\drawable-hdpi\\selected.png"
|
||||
},
|
||||
{
|
||||
"merged": "F:\\Notes-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi_edit_green.9.png.flat",
|
||||
"source": "F:\\Notes-master\\app\\src\\main\\res\\drawable-hdpi\\edit_green.9.png"
|
||||
},
|
||||
{
|
||||
"merged": "F:\\Notes-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi_clock.png.flat",
|
||||
"source": "F:\\Notes-master\\app\\src\\main\\res\\drawable-hdpi\\clock.png"
|
||||
},
|
||||
{
|
||||
"merged": "F:\\Notes-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi_list_green_middle.9.png.flat",
|
||||
"source": "F:\\Notes-master\\app\\src\\main\\res\\drawable-hdpi\\list_green_middle.9.png"
|
||||
},
|
||||
{
|
||||
"merged": "F:\\Notes-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi_font_large.png.flat",
|
||||
"source": "F:\\Notes-master\\app\\src\\main\\res\\drawable-hdpi\\font_large.png"
|
||||
},
|
||||
{
|
||||
"merged": "F:\\Notes-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi_list_folder.9.png.flat",
|
||||
"source": "F:\\Notes-master\\app\\src\\main\\res\\drawable-hdpi\\list_folder.9.png"
|
||||
},
|
||||
{
|
||||
"merged": "F:\\Notes-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi_widget_2x_red.png.flat",
|
||||
"source": "F:\\Notes-master\\app\\src\\main\\res\\drawable-hdpi\\widget_2x_red.png"
|
||||
},
|
||||
{
|
||||
"merged": "F:\\Notes-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi_font_normal.png.flat",
|
||||
"source": "F:\\Notes-master\\app\\src\\main\\res\\drawable-hdpi\\font_normal.png"
|
||||
},
|
||||
{
|
||||
"merged": "F:\\Notes-master\\app\\build\\intermediates\\res\\merged\\debug\\layout_note_list_dropdown_menu.xml.flat",
|
||||
"source": "F:\\Notes-master\\app\\src\\main\\res\\layout\\note_list_dropdown_menu.xml"
|
||||
},
|
||||
{
|
||||
"merged": "F:\\Notes-master\\app\\build\\intermediates\\res\\merged\\debug\\layout_datetime_picker.xml.flat",
|
||||
"source": "F:\\Notes-master\\app\\src\\main\\res\\layout\\datetime_picker.xml"
|
||||
},
|
||||
{
|
||||
"merged": "F:\\Notes-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi_widget_2x_yellow.png.flat",
|
||||
"source": "F:\\Notes-master\\app\\src\\main\\res\\drawable-hdpi\\widget_2x_yellow.png"
|
||||
},
|
||||
{
|
||||
"merged": "F:\\Notes-master\\app\\build\\intermediates\\res\\merged\\debug\\menu_sub_folder.xml.flat",
|
||||
"source": "F:\\Notes-master\\app\\src\\main\\res\\menu\\sub_folder.xml"
|
||||
},
|
||||
{
|
||||
"merged": "F:\\Notes-master\\app\\build\\intermediates\\res\\merged\\debug\\layout_note_edit_list_item.xml.flat",
|
||||
"source": "F:\\Notes-master\\app\\src\\main\\res\\layout\\note_edit_list_item.xml"
|
||||
},
|
||||
{
|
||||
"merged": "F:\\Notes-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi_font_size_selector_bg.9.png.flat",
|
||||
"source": "F:\\Notes-master\\app\\src\\main\\res\\drawable-hdpi\\font_size_selector_bg.9.png"
|
||||
},
|
||||
{
|
||||
"merged": "F:\\Notes-master\\app\\build\\intermediates\\res\\merged\\debug\\layout_note_item.xml.flat",
|
||||
"source": "F:\\Notes-master\\app\\src\\main\\res\\layout\\note_item.xml"
|
||||
},
|
||||
{
|
||||
"merged": "F:\\Notes-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi_list_yellow_up.9.png.flat",
|
||||
"source": "F:\\Notes-master\\app\\src\\main\\res\\drawable-hdpi\\list_yellow_up.9.png"
|
||||
},
|
||||
{
|
||||
"merged": "F:\\Notes-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi_list_red_up.9.png.flat",
|
||||
"source": "F:\\Notes-master\\app\\src\\main\\res\\drawable-hdpi\\list_red_up.9.png"
|
||||
},
|
||||
{
|
||||
"merged": "F:\\Notes-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi_list_red_middle.9.png.flat",
|
||||
"source": "F:\\Notes-master\\app\\src\\main\\res\\drawable-hdpi\\list_red_middle.9.png"
|
||||
},
|
||||
{
|
||||
"merged": "F:\\Notes-master\\app\\build\\intermediates\\res\\merged\\debug\\xml_widget_2x_info.xml.flat",
|
||||
"source": "F:\\Notes-master\\app\\src\\main\\res\\xml\\widget_2x_info.xml"
|
||||
},
|
||||
{
|
||||
"merged": "F:\\Notes-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi_list_footer_bg.9.png.flat",
|
||||
"source": "F:\\Notes-master\\app\\src\\main\\res\\drawable-hdpi\\list_footer_bg.9.png"
|
||||
},
|
||||
{
|
||||
"merged": "F:\\Notes-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi_delete.png.flat",
|
||||
"source": "F:\\Notes-master\\app\\src\\main\\res\\drawable-hdpi\\delete.png"
|
||||
},
|
||||
{
|
||||
"merged": "F:\\Notes-master\\app\\build\\intermediates\\res\\merged\\debug\\layout_account_dialog_title.xml.flat",
|
||||
"source": "F:\\Notes-master\\app\\src\\main\\res\\layout\\account_dialog_title.xml"
|
||||
},
|
||||
{
|
||||
"merged": "F:\\Notes-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi_new_note_pressed.png.flat",
|
||||
"source": "F:\\Notes-master\\app\\src\\main\\res\\drawable-hdpi\\new_note_pressed.png"
|
||||
},
|
||||
{
|
||||
"merged": "F:\\Notes-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi_note_edit_color_selector_panel.png.flat",
|
||||
"source": "F:\\Notes-master\\app\\src\\main\\res\\drawable-hdpi\\note_edit_color_selector_panel.png"
|
||||
},
|
||||
{
|
||||
"merged": "F:\\Notes-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi_widget_4x_white.png.flat",
|
||||
"source": "F:\\Notes-master\\app\\src\\main\\res\\drawable-hdpi\\widget_4x_white.png"
|
||||
},
|
||||
{
|
||||
"merged": "F:\\Notes-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi_edit_title_red.9.png.flat",
|
||||
"source": "F:\\Notes-master\\app\\src\\main\\res\\drawable-hdpi\\edit_title_red.9.png"
|
||||
},
|
||||
{
|
||||
"merged": "F:\\Notes-master\\app\\build\\intermediates\\res\\merged\\debug\\color_primary_text_dark.xml.flat",
|
||||
"source": "F:\\Notes-master\\app\\src\\main\\res\\color\\primary_text_dark.xml"
|
||||
},
|
||||
{
|
||||
"merged": "F:\\Notes-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi_list_background.png.flat",
|
||||
"source": "F:\\Notes-master\\app\\src\\main\\res\\drawable-hdpi\\list_background.png"
|
||||
},
|
||||
{
|
||||
"merged": "F:\\Notes-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi_list_white_down.9.png.flat",
|
||||
"source": "F:\\Notes-master\\app\\src\\main\\res\\drawable-hdpi\\list_white_down.9.png"
|
||||
},
|
||||
{
|
||||
"merged": "F:\\Notes-master\\app\\build\\intermediates\\res\\merged\\debug\\layout_note_edit.xml.flat",
|
||||
"source": "F:\\Notes-master\\app\\src\\main\\res\\layout\\note_edit.xml"
|
||||
},
|
||||
{
|
||||
"merged": "F:\\Notes-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi_widget_4x_green.png.flat",
|
||||
"source": "F:\\Notes-master\\app\\src\\main\\res\\drawable-hdpi\\widget_4x_green.png"
|
||||
},
|
||||
{
|
||||
"merged": "F:\\Notes-master\\app\\build\\intermediates\\res\\merged\\debug\\layout_add_account_text.xml.flat",
|
||||
"source": "F:\\Notes-master\\app\\src\\main\\res\\layout\\add_account_text.xml"
|
||||
},
|
||||
{
|
||||
"merged": "F:\\Notes-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi_call_record.png.flat",
|
||||
"source": "F:\\Notes-master\\app\\src\\main\\res\\drawable-hdpi\\call_record.png"
|
||||
},
|
||||
{
|
||||
"merged": "F:\\Notes-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi_widget_4x_yellow.png.flat",
|
||||
"source": "F:\\Notes-master\\app\\src\\main\\res\\drawable-hdpi\\widget_4x_yellow.png"
|
||||
},
|
||||
{
|
||||
"merged": "F:\\Notes-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable_new_note.xml.flat",
|
||||
"source": "F:\\Notes-master\\app\\src\\main\\res\\drawable\\new_note.xml"
|
||||
},
|
||||
{
|
||||
"merged": "F:\\Notes-master\\app\\build\\intermediates\\res\\merged\\debug\\menu_note_list_options.xml.flat",
|
||||
"source": "F:\\Notes-master\\app\\src\\main\\res\\menu\\note_list_options.xml"
|
||||
},
|
||||
{
|
||||
"merged": "F:\\Notes-master\\app\\build\\intermediates\\res\\merged\\debug\\xml_preferences.xml.flat",
|
||||
"source": "F:\\Notes-master\\app\\src\\main\\res\\xml\\preferences.xml"
|
||||
},
|
||||
{
|
||||
"merged": "F:\\Notes-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi_list_red_single.9.png.flat",
|
||||
"source": "F:\\Notes-master\\app\\src\\main\\res\\drawable-hdpi\\list_red_single.9.png"
|
||||
},
|
||||
{
|
||||
"merged": "F:\\Notes-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi_bg_btn_set_color.png.flat",
|
||||
"source": "F:\\Notes-master\\app\\src\\main\\res\\drawable-hdpi\\bg_btn_set_color.png"
|
||||
}
|
||||
]
|
|
@ -0,0 +1,186 @@
|
|||
{
|
||||
"logs": [
|
||||
{
|
||||
"outputFile": "F:\\Notes-master\\app\\build\\intermediates\\res\\merged\\release\\values_values.arsc.flat",
|
||||
"map": [
|
||||
{
|
||||
"source": "F:\\Notes-master\\app\\src\\main\\res\\values\\strings.xml",
|
||||
"from": {
|
||||
"startLines": "128,72,75,74,73,19,20,21,118,119,127,126,26,81,82,80,79,78,94,93,92,84,39,38,64,29,30,85,41,76,120,71,67,42,48,53,43,63,62,61,57,56,54,55,58,59,49,70,60,68,47,52,51,50,66,46,65,44,45,69,28,34,36,33,35,32,31,25,24,101,100,104,116,109,108,110,111,113,112,102,103,107,105,106,99,114,115,125,123,122,124,27,83,91,96,95,97,90,89,88,87,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,4,4,4,4",
|
||||
"startOffsets": "8008,3898,4159,4063,3994,827,870,922,7506,7555,7950,7899,1282,4613,4707,4542,4458,4375,5574,5491,5389,4883,2004,1953,3397,1486,1539,4944,2097,4242,7618,3827,3582,2156,2471,2772,2214,3326,3265,3208,2986,2934,2831,2884,3036,3086,2518,3761,3146,3631,2424,2717,2629,2571,3520,2374,3475,2271,2314,3694,1431,1750,1858,1703,1805,1647,1599,1227,1174,6030,5963,6271,7409,6635,6554,6709,6798,7040,6961,6114,6189,6495,6335,6415,5908,7184,7306,7858,7731,7674,7784,1366,4815,5303,5709,5640,5789,5244,5189,5127,5067,974,1084",
|
||||
"endLines": "132,72,75,74,73,19,20,21,118,119,127,126,26,81,82,80,79,78,94,93,92,84,39,38,64,29,30,85,41,76,120,71,67,42,48,53,43,63,62,61,57,56,54,55,58,59,49,70,60,68,47,52,51,50,66,46,65,44,45,69,28,34,36,33,35,32,31,25,24,101,100,104,116,109,108,110,111,113,112,102,103,107,105,106,99,114,115,125,123,122,124,27,83,91,96,95,97,90,89,88,87,22,23",
|
||||
"endColumns": "14,95,82,95,68,42,51,51,48,62,57,50,83,93,107,70,83,82,65,82,101,60,61,50,77,52,59,104,58,101,54,70,48,57,46,58,56,70,60,56,49,51,52,49,49,59,52,65,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,81,58,79,79,54,121,102,40,52,56,73,64,67,85,79,68,93,58,54,61,59,109,89",
|
||||
"endOffsets": "8412,3989,4237,4154,4058,865,917,969,7550,7613,8003,7945,1361,4702,4810,4608,4537,4453,5635,5569,5486,4939,2061,1999,3470,1534,1594,5044,2151,4339,7668,3893,3626,2209,2513,2826,2266,3392,3321,3260,3031,2981,2879,2929,3081,3141,2566,3822,3203,3689,2466,2767,2712,2624,3577,2419,3515,2309,2369,3756,1481,1800,1906,1745,1853,1698,1642,1277,1222,6109,6025,6330,7500,6704,6630,6793,6956,7179,7035,6184,6266,6549,6410,6490,5958,7301,7404,7894,7779,7726,7853,1426,4878,5384,5784,5704,5878,5298,5239,5184,5122,1079,1169"
|
||||
},
|
||||
"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",
|
||||
"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",
|
||||
"startOffsets": "851,1244,1340,1423,1519,1588,1631,1683,1735,1784,1847,1905,1956,2040,2134,2242,2313,2397,2480,2546,2629,2731,2792,2854,2905,2983,3036,3096,3201,3260,3362,3417,3488,3537,3595,3642,3701,3758,3829,3890,3947,3997,4049,4102,4152,4202,4262,4315,4381,4443,4506,4553,4608,4696,4754,4816,4866,4911,4954,5014,5081,5136,5191,5244,5291,5344,5400,5448,5503,5556,5640,5707,5771,5867,5941,6022,6111,6274,6418,6497,6572,6654,6713,6793,6873,6928,7050,7153,7194,7247,7304,7378,7443,7511,7597,7677,7746,7840,7899,7954,8016,8076,8186",
|
||||
"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",
|
||||
"endColumns": "14,95,82,95,68,42,51,51,48,62,57,50,83,93,107,70,83,82,65,82,101,60,61,50,77,52,59,104,58,101,54,70,48,57,46,58,56,70,60,56,49,51,52,49,49,59,52,65,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,81,58,79,79,54,121,102,40,52,56,73,64,67,85,79,68,93,58,54,61,59,109,89",
|
||||
"endOffsets": "1239,1335,1418,1514,1583,1626,1678,1730,1779,1842,1900,1951,2035,2129,2237,2308,2392,2475,2541,2624,2726,2787,2849,2900,2978,3031,3091,3196,3255,3357,3412,3483,3532,3590,3637,3696,3753,3824,3885,3942,3992,4044,4097,4147,4197,4257,4310,4376,4438,4501,4548,4603,4691,4749,4811,4861,4906,4949,5009,5076,5131,5186,5239,5286,5339,5395,5443,5498,5551,5635,5702,5766,5862,5936,6017,6106,6269,6413,6492,6567,6649,6708,6788,6868,6923,7045,7148,7189,7242,7299,7373,7438,7506,7592,7672,7741,7835,7894,7949,8011,8071,8181,8271"
|
||||
}
|
||||
},
|
||||
{
|
||||
"source": "F:\\Notes-master\\app\\src\\main\\res\\values\\colors.xml",
|
||||
"from": {
|
||||
"startLines": "18",
|
||||
"startColumns": "4",
|
||||
"startOffsets": "712",
|
||||
"endColumns": "56",
|
||||
"endOffsets": "764"
|
||||
},
|
||||
"to": {
|
||||
"startLines": "12",
|
||||
"startColumns": "4",
|
||||
"startOffsets": "532",
|
||||
"endColumns": "56",
|
||||
"endOffsets": "584"
|
||||
}
|
||||
},
|
||||
{
|
||||
"source": "F:\\Notes-master\\app\\src\\main\\res\\values\\dimens.xml",
|
||||
"from": {
|
||||
"startLines": "19,20,21,22,18",
|
||||
"startColumns": "4,4,4,4,4",
|
||||
"startOffsets": "764,816,869,922,712",
|
||||
"endColumns": "51,52,52,51,51",
|
||||
"endOffsets": "811,864,917,969,759"
|
||||
},
|
||||
"to": {
|
||||
"startLines": "13,14,15,16,17",
|
||||
"startColumns": "4,4,4,4,4",
|
||||
"startOffsets": "589,641,694,747,799",
|
||||
"endColumns": "51,52,52,51,51",
|
||||
"endOffsets": "636,689,742,794,846"
|
||||
}
|
||||
},
|
||||
{
|
||||
"source": "F:\\Notes-master\\app\\src\\main\\res\\values\\styles.xml",
|
||||
"from": {
|
||||
"startLines": "50,55,64,60,22,26,30,35,40,18,45",
|
||||
"startColumns": "4,4,4,4,4,4,4,4,4,4,4",
|
||||
"startOffsets": "2062,2267,2640,2479,895,1078,1263,1449,1653,712,1860",
|
||||
"endLines": "53,58,67,62,25,29,33,38,43,21,48",
|
||||
"endColumns": "12,12,12,12,12,12,12,12,12,12,12",
|
||||
"endOffsets": "2261,2473,2843,2634,1073,1258,1443,1647,1854,890,2056"
|
||||
},
|
||||
"to": {
|
||||
"startLines": "125,129,133,137,140,144,148,152,156,160,164",
|
||||
"startColumns": "4,4,4,4,4,4,4,4,4,4,4",
|
||||
"startOffsets": "8276,8480,8691,8898,9058,9241,9426,9611,9814,10020,10203",
|
||||
"endLines": "128,132,136,139,143,147,151,155,159,163,167",
|
||||
"endColumns": "12,12,12,12,12,12,12,12,12,12,12",
|
||||
"endOffsets": "8475,8686,8893,9053,9236,9421,9606,9809,10015,10198,10399"
|
||||
}
|
||||
},
|
||||
{
|
||||
"source": "F:\\Notes-master\\app\\src\\main\\res\\values\\arrays.xml",
|
||||
"from": {
|
||||
"startLines": "19,26",
|
||||
"startColumns": "4,4",
|
||||
"startOffsets": "739,1047",
|
||||
"endLines": "24,29",
|
||||
"endColumns": "19,19",
|
||||
"endOffsets": "1041,1162"
|
||||
},
|
||||
"to": {
|
||||
"startLines": "2,8",
|
||||
"startColumns": "4,4",
|
||||
"startOffsets": "105,412",
|
||||
"endLines": "7,11",
|
||||
"endColumns": "19,19",
|
||||
"endOffsets": "407,527"
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"outputFile": "F:\\Notes-master\\app\\build\\intermediates\\res\\merged\\release\\values-zh-rCN_values-zh-rCN.arsc.flat",
|
||||
"map": [
|
||||
{
|
||||
"source": "F:\\Notes-master\\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": "F:\\Notes-master\\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"
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"outputFile": "F:\\Notes-master\\app\\build\\intermediates\\res\\merged\\release\\values-zh-rTW_values-zh-rTW.arsc.flat",
|
||||
"map": [
|
||||
{
|
||||
"source": "F:\\Notes-master\\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": "F:\\Notes-master\\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,47 @@
|
|||
{
|
||||
"logs": [
|
||||
{
|
||||
"outputFile": "F:\\Notes-master\\app\\build\\intermediates\\incremental\\mergeReleaseResources\\merged.dir\\values-zh-rCN\\values-zh-rCN.xml",
|
||||
"map": [
|
||||
{
|
||||
"source": "F:\\Notes-master\\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": "F:\\Notes-master\\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": "F:\\Notes-master\\app\\build\\intermediates\\incremental\\mergeReleaseResources\\merged.dir\\values-zh-rTW\\values-zh-rTW.xml",
|
||||
"map": [
|
||||
{
|
||||
"source": "F:\\Notes-master\\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": "F:\\Notes-master\\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,100 @@
|
|||
{
|
||||
"logs": [
|
||||
{
|
||||
"outputFile": "F:\\Notes-master\\app\\build\\intermediates\\incremental\\mergeReleaseResources\\merged.dir\\values\\values.xml",
|
||||
"map": [
|
||||
{
|
||||
"source": "F:\\Notes-master\\app\\src\\main\\res\\values\\strings.xml",
|
||||
"from": {
|
||||
"startLines": "128,72,75,74,73,19,20,21,118,119,127,126,26,81,82,80,79,78,94,93,92,84,39,38,64,29,30,85,41,76,120,71,67,42,48,53,43,63,62,61,57,56,54,55,58,59,49,70,60,68,47,52,51,50,66,46,65,44,45,69,28,34,36,33,35,32,31,25,24,101,100,104,116,109,108,110,111,113,112,102,103,107,105,106,99,114,115,125,123,122,124,27,83,91,96,95,97,90,89,88,87,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,4,4,4,4",
|
||||
"startOffsets": "8008,3898,4159,4063,3994,827,870,922,7506,7555,7950,7899,1282,4613,4707,4542,4458,4375,5574,5491,5389,4883,2004,1953,3397,1486,1539,4944,2097,4242,7618,3827,3582,2156,2471,2772,2214,3326,3265,3208,2986,2934,2831,2884,3036,3086,2518,3761,3146,3631,2424,2717,2629,2571,3520,2374,3475,2271,2314,3694,1431,1750,1858,1703,1805,1647,1599,1227,1174,6030,5963,6271,7409,6635,6554,6709,6798,7040,6961,6114,6189,6495,6335,6415,5908,7184,7306,7858,7731,7674,7784,1366,4815,5303,5709,5640,5789,5244,5189,5127,5067,974,1084",
|
||||
"endLines": "132,72,75,74,73,19,20,21,118,119,127,126,26,81,82,80,79,78,94,93,92,84,39,38,64,29,30,85,41,76,120,71,67,42,48,53,43,63,62,61,57,56,54,55,58,59,49,70,60,68,47,52,51,50,66,46,65,44,45,69,28,34,36,33,35,32,31,25,24,101,100,104,116,109,108,110,111,113,112,102,103,107,105,106,99,114,115,125,123,122,124,27,83,91,96,95,97,90,89,88,87,22,23",
|
||||
"endColumns": "14,95,82,95,68,42,51,51,48,62,57,50,83,93,107,70,83,82,65,82,101,60,61,50,77,52,59,104,58,101,54,70,48,57,46,58,56,70,60,56,49,51,52,49,49,59,52,65,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,81,58,79,79,54,121,102,40,52,56,73,64,67,85,79,68,93,58,54,61,59,109,89",
|
||||
"endOffsets": "8412,3989,4237,4154,4058,865,917,969,7550,7613,8003,7945,1361,4702,4810,4608,4537,4453,5635,5569,5486,4939,2061,1999,3470,1534,1594,5044,2151,4339,7668,3893,3626,2209,2513,2826,2266,3392,3321,3260,3031,2981,2879,2929,3081,3141,2566,3822,3203,3689,2466,2767,2712,2624,3577,2419,3515,2309,2369,3756,1481,1800,1906,1745,1853,1698,1642,1277,1222,6109,6025,6330,7500,6704,6630,6793,6956,7179,7035,6184,6266,6549,6410,6490,5958,7301,7404,7894,7779,7726,7853,1426,4878,5384,5784,5704,5878,5298,5239,5184,5122,1079,1169"
|
||||
},
|
||||
"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",
|
||||
"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",
|
||||
"startOffsets": "851,1244,1340,1423,1519,1588,1631,1683,1735,1784,1847,1905,1956,2040,2134,2242,2313,2397,2480,2546,2629,2731,2792,2854,2905,2983,3036,3096,3201,3260,3362,3417,3488,3537,3595,3642,3701,3758,3829,3890,3947,3997,4049,4102,4152,4202,4262,4315,4381,4443,4506,4553,4608,4696,4754,4816,4866,4911,4954,5014,5081,5136,5191,5244,5291,5344,5400,5448,5503,5556,5640,5707,5771,5867,5941,6022,6111,6274,6418,6497,6572,6654,6713,6793,6873,6928,7050,7153,7194,7247,7304,7378,7443,7511,7597,7677,7746,7840,7899,7954,8016,8076,8186",
|
||||
"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",
|
||||
"endColumns": "14,95,82,95,68,42,51,51,48,62,57,50,83,93,107,70,83,82,65,82,101,60,61,50,77,52,59,104,58,101,54,70,48,57,46,58,56,70,60,56,49,51,52,49,49,59,52,65,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,81,58,79,79,54,121,102,40,52,56,73,64,67,85,79,68,93,58,54,61,59,109,89",
|
||||
"endOffsets": "1239,1335,1418,1514,1583,1626,1678,1730,1779,1842,1900,1951,2035,2129,2237,2308,2392,2475,2541,2624,2726,2787,2849,2900,2978,3031,3091,3196,3255,3357,3412,3483,3532,3590,3637,3696,3753,3824,3885,3942,3992,4044,4097,4147,4197,4257,4310,4376,4438,4501,4548,4603,4691,4749,4811,4861,4906,4949,5009,5076,5131,5186,5239,5286,5339,5395,5443,5498,5551,5635,5702,5766,5862,5936,6017,6106,6269,6413,6492,6567,6649,6708,6788,6868,6923,7045,7148,7189,7242,7299,7373,7438,7506,7592,7672,7741,7835,7894,7949,8011,8071,8181,8271"
|
||||
}
|
||||
},
|
||||
{
|
||||
"source": "F:\\Notes-master\\app\\src\\main\\res\\values\\colors.xml",
|
||||
"from": {
|
||||
"startLines": "18",
|
||||
"startColumns": "4",
|
||||
"startOffsets": "712",
|
||||
"endColumns": "56",
|
||||
"endOffsets": "764"
|
||||
},
|
||||
"to": {
|
||||
"startLines": "12",
|
||||
"startColumns": "4",
|
||||
"startOffsets": "532",
|
||||
"endColumns": "56",
|
||||
"endOffsets": "584"
|
||||
}
|
||||
},
|
||||
{
|
||||
"source": "F:\\Notes-master\\app\\src\\main\\res\\values\\dimens.xml",
|
||||
"from": {
|
||||
"startLines": "19,20,21,22,18",
|
||||
"startColumns": "4,4,4,4,4",
|
||||
"startOffsets": "764,816,869,922,712",
|
||||
"endColumns": "51,52,52,51,51",
|
||||
"endOffsets": "811,864,917,969,759"
|
||||
},
|
||||
"to": {
|
||||
"startLines": "13,14,15,16,17",
|
||||
"startColumns": "4,4,4,4,4",
|
||||
"startOffsets": "589,641,694,747,799",
|
||||
"endColumns": "51,52,52,51,51",
|
||||
"endOffsets": "636,689,742,794,846"
|
||||
}
|
||||
},
|
||||
{
|
||||
"source": "F:\\Notes-master\\app\\src\\main\\res\\values\\styles.xml",
|
||||
"from": {
|
||||
"startLines": "50,55,64,60,22,26,30,35,40,18,45",
|
||||
"startColumns": "4,4,4,4,4,4,4,4,4,4,4",
|
||||
"startOffsets": "2062,2267,2640,2479,895,1078,1263,1449,1653,712,1860",
|
||||
"endLines": "53,58,67,62,25,29,33,38,43,21,48",
|
||||
"endColumns": "12,12,12,12,12,12,12,12,12,12,12",
|
||||
"endOffsets": "2261,2473,2843,2634,1073,1258,1443,1647,1854,890,2056"
|
||||
},
|
||||
"to": {
|
||||
"startLines": "125,129,133,137,140,144,148,152,156,160,164",
|
||||
"startColumns": "4,4,4,4,4,4,4,4,4,4,4",
|
||||
"startOffsets": "8276,8480,8691,8898,9058,9241,9426,9611,9814,10020,10203",
|
||||
"endLines": "128,132,136,139,143,147,151,155,159,163,167",
|
||||
"endColumns": "12,12,12,12,12,12,12,12,12,12,12",
|
||||
"endOffsets": "8475,8686,8893,9053,9236,9421,9606,9809,10015,10198,10399"
|
||||
}
|
||||
},
|
||||
{
|
||||
"source": "F:\\Notes-master\\app\\src\\main\\res\\values\\arrays.xml",
|
||||
"from": {
|
||||
"startLines": "19,26",
|
||||
"startColumns": "4,4",
|
||||
"startOffsets": "739,1047",
|
||||
"endLines": "24,29",
|
||||
"endColumns": "19,19",
|
||||
"endOffsets": "1041,1162"
|
||||
},
|
||||
"to": {
|
||||
"startLines": "2,8",
|
||||
"startColumns": "4,4",
|
||||
"startOffsets": "105,412",
|
||||
"endLines": "7,11",
|
||||
"endColumns": "19,19",
|
||||
"endOffsets": "407,527"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
|
@ -0,0 +1,382 @@
|
|||
[
|
||||
{
|
||||
"merged": "F:\\Notes-master\\app\\build\\intermediates\\res\\merged\\release\\drawable-hdpi_widget_2x_blue.png.flat",
|
||||
"source": "F:\\Notes-master\\app\\src\\main\\res\\drawable-hdpi\\widget_2x_blue.png"
|
||||
},
|
||||
{
|
||||
"merged": "F:\\Notes-master\\app\\build\\intermediates\\res\\merged\\release\\drawable-hdpi_list_green_single.9.png.flat",
|
||||
"source": "F:\\Notes-master\\app\\src\\main\\res\\drawable-hdpi\\list_green_single.9.png"
|
||||
},
|
||||
{
|
||||
"merged": "F:\\Notes-master\\app\\build\\intermediates\\res\\merged\\release\\drawable-hdpi_font_size_selector_bg.9.png.flat",
|
||||
"source": "F:\\Notes-master\\app\\src\\main\\res\\drawable-hdpi\\font_size_selector_bg.9.png"
|
||||
},
|
||||
{
|
||||
"merged": "F:\\Notes-master\\app\\build\\intermediates\\res\\merged\\release\\drawable-hdpi_list_green_down.9.png.flat",
|
||||
"source": "F:\\Notes-master\\app\\src\\main\\res\\drawable-hdpi\\list_green_down.9.png"
|
||||
},
|
||||
{
|
||||
"merged": "F:\\Notes-master\\app\\build\\intermediates\\res\\merged\\release\\drawable-hdpi_notification.png.flat",
|
||||
"source": "F:\\Notes-master\\app\\src\\main\\res\\drawable-hdpi\\notification.png"
|
||||
},
|
||||
{
|
||||
"merged": "F:\\Notes-master\\app\\build\\intermediates\\res\\merged\\release\\layout_datetime_picker.xml.flat",
|
||||
"source": "F:\\Notes-master\\app\\src\\main\\res\\layout\\datetime_picker.xml"
|
||||
},
|
||||
{
|
||||
"merged": "F:\\Notes-master\\app\\build\\intermediates\\res\\merged\\release\\drawable-hdpi_new_note_pressed.png.flat",
|
||||
"source": "F:\\Notes-master\\app\\src\\main\\res\\drawable-hdpi\\new_note_pressed.png"
|
||||
},
|
||||
{
|
||||
"merged": "F:\\Notes-master\\app\\build\\intermediates\\res\\merged\\release\\drawable-hdpi_bg_color_btn_mask.png.flat",
|
||||
"source": "F:\\Notes-master\\app\\src\\main\\res\\drawable-hdpi\\bg_color_btn_mask.png"
|
||||
},
|
||||
{
|
||||
"merged": "F:\\Notes-master\\app\\build\\intermediates\\res\\merged\\release\\drawable-hdpi_list_white_middle.9.png.flat",
|
||||
"source": "F:\\Notes-master\\app\\src\\main\\res\\drawable-hdpi\\list_white_middle.9.png"
|
||||
},
|
||||
{
|
||||
"merged": "F:\\Notes-master\\app\\build\\intermediates\\res\\merged\\release\\color_primary_text_dark.xml.flat",
|
||||
"source": "F:\\Notes-master\\app\\src\\main\\res\\color\\primary_text_dark.xml"
|
||||
},
|
||||
{
|
||||
"merged": "F:\\Notes-master\\app\\build\\intermediates\\res\\merged\\release\\layout_note_edit.xml.flat",
|
||||
"source": "F:\\Notes-master\\app\\src\\main\\res\\layout\\note_edit.xml"
|
||||
},
|
||||
{
|
||||
"merged": "F:\\Notes-master\\app\\build\\intermediates\\res\\merged\\release\\drawable-hdpi_widget_4x_yellow.png.flat",
|
||||
"source": "F:\\Notes-master\\app\\src\\main\\res\\drawable-hdpi\\widget_4x_yellow.png"
|
||||
},
|
||||
{
|
||||
"merged": "F:\\Notes-master\\app\\build\\intermediates\\res\\merged\\release\\drawable-hdpi_widget_4x_white.png.flat",
|
||||
"source": "F:\\Notes-master\\app\\src\\main\\res\\drawable-hdpi\\widget_4x_white.png"
|
||||
},
|
||||
{
|
||||
"merged": "F:\\Notes-master\\app\\build\\intermediates\\res\\merged\\release\\drawable-hdpi_list_red_down.9.png.flat",
|
||||
"source": "F:\\Notes-master\\app\\src\\main\\res\\drawable-hdpi\\list_red_down.9.png"
|
||||
},
|
||||
{
|
||||
"merged": "F:\\Notes-master\\app\\build\\intermediates\\res\\merged\\release\\drawable-hdpi_font_large.png.flat",
|
||||
"source": "F:\\Notes-master\\app\\src\\main\\res\\drawable-hdpi\\font_large.png"
|
||||
},
|
||||
{
|
||||
"merged": "F:\\Notes-master\\app\\build\\intermediates\\res\\merged\\release\\drawable-hdpi_list_footer_bg.9.png.flat",
|
||||
"source": "F:\\Notes-master\\app\\src\\main\\res\\drawable-hdpi\\list_footer_bg.9.png"
|
||||
},
|
||||
{
|
||||
"merged": "F:\\Notes-master\\app\\build\\intermediates\\res\\merged\\release\\drawable-hdpi_list_blue_single.9.png.flat",
|
||||
"source": "F:\\Notes-master\\app\\src\\main\\res\\drawable-hdpi\\list_blue_single.9.png"
|
||||
},
|
||||
{
|
||||
"merged": "F:\\Notes-master\\app\\build\\intermediates\\res\\merged\\release\\layout_dialog_edit_text.xml.flat",
|
||||
"source": "F:\\Notes-master\\app\\src\\main\\res\\layout\\dialog_edit_text.xml"
|
||||
},
|
||||
{
|
||||
"merged": "F:\\Notes-master\\app\\build\\intermediates\\res\\merged\\release\\drawable-hdpi_list_yellow_middle.9.png.flat",
|
||||
"source": "F:\\Notes-master\\app\\src\\main\\res\\drawable-hdpi\\list_yellow_middle.9.png"
|
||||
},
|
||||
{
|
||||
"merged": "F:\\Notes-master\\app\\build\\intermediates\\res\\merged\\release\\drawable-hdpi_edit_white.9.png.flat",
|
||||
"source": "F:\\Notes-master\\app\\src\\main\\res\\drawable-hdpi\\edit_white.9.png"
|
||||
},
|
||||
{
|
||||
"merged": "F:\\Notes-master\\app\\build\\intermediates\\res\\merged\\release\\xml_preferences.xml.flat",
|
||||
"source": "F:\\Notes-master\\app\\src\\main\\res\\xml\\preferences.xml"
|
||||
},
|
||||
{
|
||||
"merged": "F:\\Notes-master\\app\\build\\intermediates\\res\\merged\\release\\menu_note_list.xml.flat",
|
||||
"source": "F:\\Notes-master\\app\\src\\main\\res\\menu\\note_list.xml"
|
||||
},
|
||||
{
|
||||
"merged": "F:\\Notes-master\\app\\build\\intermediates\\res\\merged\\release\\layout_folder_list_item.xml.flat",
|
||||
"source": "F:\\Notes-master\\app\\src\\main\\res\\layout\\folder_list_item.xml"
|
||||
},
|
||||
{
|
||||
"merged": "F:\\Notes-master\\app\\build\\intermediates\\res\\merged\\release\\drawable-hdpi_list_white_up.9.png.flat",
|
||||
"source": "F:\\Notes-master\\app\\src\\main\\res\\drawable-hdpi\\list_white_up.9.png"
|
||||
},
|
||||
{
|
||||
"merged": "F:\\Notes-master\\app\\build\\intermediates\\res\\merged\\release\\xml_searchable.xml.flat",
|
||||
"source": "F:\\Notes-master\\app\\src\\main\\res\\xml\\searchable.xml"
|
||||
},
|
||||
{
|
||||
"merged": "F:\\Notes-master\\app\\build\\intermediates\\res\\merged\\release\\xml_widget_4x_info.xml.flat",
|
||||
"source": "F:\\Notes-master\\app\\src\\main\\res\\xml\\widget_4x_info.xml"
|
||||
},
|
||||
{
|
||||
"merged": "F:\\Notes-master\\app\\build\\intermediates\\res\\merged\\release\\drawable-hdpi_list_red_up.9.png.flat",
|
||||
"source": "F:\\Notes-master\\app\\src\\main\\res\\drawable-hdpi\\list_red_up.9.png"
|
||||
},
|
||||
{
|
||||
"merged": "F:\\Notes-master\\app\\build\\intermediates\\res\\merged\\release\\layout_note_list.xml.flat",
|
||||
"source": "F:\\Notes-master\\app\\src\\main\\res\\layout\\note_list.xml"
|
||||
},
|
||||
{
|
||||
"merged": "F:\\Notes-master\\app\\build\\intermediates\\res\\merged\\release\\drawable-hdpi_edit_title_blue.9.png.flat",
|
||||
"source": "F:\\Notes-master\\app\\src\\main\\res\\drawable-hdpi\\edit_title_blue.9.png"
|
||||
},
|
||||
{
|
||||
"merged": "F:\\Notes-master\\app\\build\\intermediates\\res\\merged\\release\\drawable-hdpi_note_edit_color_selector_panel.png.flat",
|
||||
"source": "F:\\Notes-master\\app\\src\\main\\res\\drawable-hdpi\\note_edit_color_selector_panel.png"
|
||||
},
|
||||
{
|
||||
"merged": "F:\\Notes-master\\app\\build\\intermediates\\res\\merged\\release\\drawable-hdpi_list_yellow_down.9.png.flat",
|
||||
"source": "F:\\Notes-master\\app\\src\\main\\res\\drawable-hdpi\\list_yellow_down.9.png"
|
||||
},
|
||||
{
|
||||
"merged": "F:\\Notes-master\\app\\build\\intermediates\\res\\merged\\release\\drawable-hdpi_new_note_normal.png.flat",
|
||||
"source": "F:\\Notes-master\\app\\src\\main\\res\\drawable-hdpi\\new_note_normal.png"
|
||||
},
|
||||
{
|
||||
"merged": "F:\\Notes-master\\app\\build\\intermediates\\res\\merged\\release\\drawable-hdpi_dropdown_icon.9.png.flat",
|
||||
"source": "F:\\Notes-master\\app\\src\\main\\res\\drawable-hdpi\\dropdown_icon.9.png"
|
||||
},
|
||||
{
|
||||
"merged": "F:\\Notes-master\\app\\build\\intermediates\\res\\merged\\release\\drawable-hdpi_list_green_up.9.png.flat",
|
||||
"source": "F:\\Notes-master\\app\\src\\main\\res\\drawable-hdpi\\list_green_up.9.png"
|
||||
},
|
||||
{
|
||||
"merged": "F:\\Notes-master\\app\\build\\intermediates\\res\\merged\\release\\menu_call_note_edit.xml.flat",
|
||||
"source": "F:\\Notes-master\\app\\src\\main\\res\\menu\\call_note_edit.xml"
|
||||
},
|
||||
{
|
||||
"merged": "F:\\Notes-master\\app\\build\\intermediates\\res\\merged\\release\\drawable-hdpi_icon_app.png.flat",
|
||||
"source": "F:\\Notes-master\\app\\src\\main\\res\\drawable-hdpi\\icon_app.png"
|
||||
},
|
||||
{
|
||||
"merged": "F:\\Notes-master\\app\\build\\intermediates\\res\\merged\\release\\drawable-hdpi_list_yellow_up.9.png.flat",
|
||||
"source": "F:\\Notes-master\\app\\src\\main\\res\\drawable-hdpi\\list_yellow_up.9.png"
|
||||
},
|
||||
{
|
||||
"merged": "F:\\Notes-master\\app\\build\\intermediates\\res\\merged\\release\\drawable-hdpi_edit_blue.9.png.flat",
|
||||
"source": "F:\\Notes-master\\app\\src\\main\\res\\drawable-hdpi\\edit_blue.9.png"
|
||||
},
|
||||
{
|
||||
"merged": "F:\\Notes-master\\app\\build\\intermediates\\res\\merged\\release\\drawable-hdpi_widget_4x_green.png.flat",
|
||||
"source": "F:\\Notes-master\\app\\src\\main\\res\\drawable-hdpi\\widget_4x_green.png"
|
||||
},
|
||||
{
|
||||
"merged": "F:\\Notes-master\\app\\build\\intermediates\\res\\merged\\release\\drawable-hdpi_list_blue_middle.9.png.flat",
|
||||
"source": "F:\\Notes-master\\app\\src\\main\\res\\drawable-hdpi\\list_blue_middle.9.png"
|
||||
},
|
||||
{
|
||||
"merged": "F:\\Notes-master\\app\\build\\intermediates\\res\\merged\\release\\drawable_new_note.xml.flat",
|
||||
"source": "F:\\Notes-master\\app\\src\\main\\res\\drawable\\new_note.xml"
|
||||
},
|
||||
{
|
||||
"merged": "F:\\Notes-master\\app\\build\\intermediates\\res\\merged\\release\\drawable-hdpi_title_bar_bg.9.png.flat",
|
||||
"source": "F:\\Notes-master\\app\\src\\main\\res\\drawable-hdpi\\title_bar_bg.9.png"
|
||||
},
|
||||
{
|
||||
"merged": "F:\\Notes-master\\app\\build\\intermediates\\res\\merged\\release\\menu_note_list_dropdown.xml.flat",
|
||||
"source": "F:\\Notes-master\\app\\src\\main\\res\\menu\\note_list_dropdown.xml"
|
||||
},
|
||||
{
|
||||
"merged": "F:\\Notes-master\\app\\build\\intermediates\\res\\merged\\release\\drawable-hdpi_menu_delete.png.flat",
|
||||
"source": "F:\\Notes-master\\app\\src\\main\\res\\drawable-hdpi\\menu_delete.png"
|
||||
},
|
||||
{
|
||||
"merged": "F:\\Notes-master\\app\\build\\intermediates\\res\\merged\\release\\menu_sub_folder.xml.flat",
|
||||
"source": "F:\\Notes-master\\app\\src\\main\\res\\menu\\sub_folder.xml"
|
||||
},
|
||||
{
|
||||
"merged": "F:\\Notes-master\\app\\build\\intermediates\\res\\merged\\release\\drawable-hdpi_edit_title_green.9.png.flat",
|
||||
"source": "F:\\Notes-master\\app\\src\\main\\res\\drawable-hdpi\\edit_title_green.9.png"
|
||||
},
|
||||
{
|
||||
"merged": "F:\\Notes-master\\app\\build\\intermediates\\res\\merged\\release\\menu_note_list_options.xml.flat",
|
||||
"source": "F:\\Notes-master\\app\\src\\main\\res\\menu\\note_list_options.xml"
|
||||
},
|
||||
{
|
||||
"merged": "F:\\Notes-master\\app\\build\\intermediates\\res\\merged\\release\\drawable-hdpi_bg_btn_set_color.png.flat",
|
||||
"source": "F:\\Notes-master\\app\\src\\main\\res\\drawable-hdpi\\bg_btn_set_color.png"
|
||||
},
|
||||
{
|
||||
"merged": "F:\\Notes-master\\app\\build\\intermediates\\res\\merged\\release\\drawable-hdpi_menu_move.png.flat",
|
||||
"source": "F:\\Notes-master\\app\\src\\main\\res\\drawable-hdpi\\menu_move.png"
|
||||
},
|
||||
{
|
||||
"merged": "F:\\Notes-master\\app\\build\\intermediates\\res\\merged\\release\\layout_add_account_text.xml.flat",
|
||||
"source": "F:\\Notes-master\\app\\src\\main\\res\\layout\\add_account_text.xml"
|
||||
},
|
||||
{
|
||||
"merged": "F:\\Notes-master\\app\\build\\intermediates\\res\\merged\\release\\drawable-hdpi_widget_4x_red.png.flat",
|
||||
"source": "F:\\Notes-master\\app\\src\\main\\res\\drawable-hdpi\\widget_4x_red.png"
|
||||
},
|
||||
{
|
||||
"merged": "F:\\Notes-master\\app\\build\\intermediates\\res\\merged\\release\\drawable-hdpi_call_record.png.flat",
|
||||
"source": "F:\\Notes-master\\app\\src\\main\\res\\drawable-hdpi\\call_record.png"
|
||||
},
|
||||
{
|
||||
"merged": "F:\\Notes-master\\app\\build\\intermediates\\res\\merged\\release\\color_secondary_text_dark.xml.flat",
|
||||
"source": "F:\\Notes-master\\app\\src\\main\\res\\color\\secondary_text_dark.xml"
|
||||
},
|
||||
{
|
||||
"merged": "F:\\Notes-master\\app\\build\\intermediates\\res\\merged\\release\\layout_note_item.xml.flat",
|
||||
"source": "F:\\Notes-master\\app\\src\\main\\res\\layout\\note_item.xml"
|
||||
},
|
||||
{
|
||||
"merged": "F:\\Notes-master\\app\\build\\intermediates\\res\\merged\\release\\menu_call_record_folder.xml.flat",
|
||||
"source": "F:\\Notes-master\\app\\src\\main\\res\\menu\\call_record_folder.xml"
|
||||
},
|
||||
{
|
||||
"merged": "F:\\Notes-master\\app\\build\\intermediates\\res\\merged\\release\\drawable-hdpi_widget_4x_blue.png.flat",
|
||||
"source": "F:\\Notes-master\\app\\src\\main\\res\\drawable-hdpi\\widget_4x_blue.png"
|
||||
},
|
||||
{
|
||||
"merged": "F:\\Notes-master\\app\\build\\intermediates\\res\\merged\\release\\drawable-hdpi_list_background.png.flat",
|
||||
"source": "F:\\Notes-master\\app\\src\\main\\res\\drawable-hdpi\\list_background.png"
|
||||
},
|
||||
{
|
||||
"merged": "F:\\Notes-master\\app\\build\\intermediates\\res\\merged\\release\\drawable-hdpi_edit_title_white.9.png.flat",
|
||||
"source": "F:\\Notes-master\\app\\src\\main\\res\\drawable-hdpi\\edit_title_white.9.png"
|
||||
},
|
||||
{
|
||||
"merged": "F:\\Notes-master\\app\\build\\intermediates\\res\\merged\\release\\drawable-hdpi_edit_title_yellow.9.png.flat",
|
||||
"source": "F:\\Notes-master\\app\\src\\main\\res\\drawable-hdpi\\edit_title_yellow.9.png"
|
||||
},
|
||||
{
|
||||
"merged": "F:\\Notes-master\\app\\build\\intermediates\\res\\merged\\release\\drawable-hdpi_font_normal.png.flat",
|
||||
"source": "F:\\Notes-master\\app\\src\\main\\res\\drawable-hdpi\\font_normal.png"
|
||||
},
|
||||
{
|
||||
"merged": "F:\\Notes-master\\app\\build\\intermediates\\res\\merged\\release\\raw_introduction.flat",
|
||||
"source": "F:\\Notes-master\\app\\src\\main\\res\\raw\\introduction"
|
||||
},
|
||||
{
|
||||
"merged": "F:\\Notes-master\\app\\build\\intermediates\\res\\merged\\release\\layout_note_list_footer.xml.flat",
|
||||
"source": "F:\\Notes-master\\app\\src\\main\\res\\layout\\note_list_footer.xml"
|
||||
},
|
||||
{
|
||||
"merged": "F:\\Notes-master\\app\\build\\intermediates\\res\\merged\\release\\layout_widget_2x.xml.flat",
|
||||
"source": "F:\\Notes-master\\app\\src\\main\\res\\layout\\widget_2x.xml"
|
||||
},
|
||||
{
|
||||
"merged": "F:\\Notes-master\\app\\build\\intermediates\\res\\merged\\release\\drawable-hdpi_font_super.png.flat",
|
||||
"source": "F:\\Notes-master\\app\\src\\main\\res\\drawable-hdpi\\font_super.png"
|
||||
},
|
||||
{
|
||||
"merged": "F:\\Notes-master\\app\\build\\intermediates\\res\\merged\\release\\drawable-hdpi_widget_2x_green.png.flat",
|
||||
"source": "F:\\Notes-master\\app\\src\\main\\res\\drawable-hdpi\\widget_2x_green.png"
|
||||
},
|
||||
{
|
||||
"merged": "F:\\Notes-master\\app\\build\\intermediates\\res\\merged\\release\\drawable-hdpi_edit_red.9.png.flat",
|
||||
"source": "F:\\Notes-master\\app\\src\\main\\res\\drawable-hdpi\\edit_red.9.png"
|
||||
},
|
||||
{
|
||||
"merged": "F:\\Notes-master\\app\\build\\intermediates\\res\\merged\\release\\drawable-hdpi_title_alert.png.flat",
|
||||
"source": "F:\\Notes-master\\app\\src\\main\\res\\drawable-hdpi\\title_alert.png"
|
||||
},
|
||||
{
|
||||
"merged": "F:\\Notes-master\\app\\build\\intermediates\\res\\merged\\release\\drawable-hdpi_list_blue_down.9.png.flat",
|
||||
"source": "F:\\Notes-master\\app\\src\\main\\res\\drawable-hdpi\\list_blue_down.9.png"
|
||||
},
|
||||
{
|
||||
"merged": "F:\\Notes-master\\app\\build\\intermediates\\res\\merged\\release\\drawable-hdpi_widget_2x_red.png.flat",
|
||||
"source": "F:\\Notes-master\\app\\src\\main\\res\\drawable-hdpi\\widget_2x_red.png"
|
||||
},
|
||||
{
|
||||
"merged": "F:\\Notes-master\\app\\build\\intermediates\\res\\merged\\release\\drawable-hdpi_selected.png.flat",
|
||||
"source": "F:\\Notes-master\\app\\src\\main\\res\\drawable-hdpi\\selected.png"
|
||||
},
|
||||
{
|
||||
"merged": "F:\\Notes-master\\app\\build\\intermediates\\res\\merged\\release\\drawable-hdpi_list_white_down.9.png.flat",
|
||||
"source": "F:\\Notes-master\\app\\src\\main\\res\\drawable-hdpi\\list_white_down.9.png"
|
||||
},
|
||||
{
|
||||
"merged": "F:\\Notes-master\\app\\build\\intermediates\\res\\merged\\release\\layout_settings_header.xml.flat",
|
||||
"source": "F:\\Notes-master\\app\\src\\main\\res\\layout\\settings_header.xml"
|
||||
},
|
||||
{
|
||||
"merged": "F:\\Notes-master\\app\\build\\intermediates\\res\\merged\\release\\menu_note_edit.xml.flat",
|
||||
"source": "F:\\Notes-master\\app\\src\\main\\res\\menu\\note_edit.xml"
|
||||
},
|
||||
{
|
||||
"merged": "F:\\Notes-master\\app\\build\\intermediates\\res\\merged\\release\\drawable-hdpi_clock.png.flat",
|
||||
"source": "F:\\Notes-master\\app\\src\\main\\res\\drawable-hdpi\\clock.png"
|
||||
},
|
||||
{
|
||||
"merged": "F:\\Notes-master\\app\\build\\intermediates\\res\\merged\\release\\layout_note_edit_list_item.xml.flat",
|
||||
"source": "F:\\Notes-master\\app\\src\\main\\res\\layout\\note_edit_list_item.xml"
|
||||
},
|
||||
{
|
||||
"merged": "F:\\Notes-master\\app\\build\\intermediates\\res\\merged\\release\\layout_account_dialog_title.xml.flat",
|
||||
"source": "F:\\Notes-master\\app\\src\\main\\res\\layout\\account_dialog_title.xml"
|
||||
},
|
||||
{
|
||||
"merged": "F:\\Notes-master\\app\\build\\intermediates\\res\\merged\\release\\xml_widget_2x_info.xml.flat",
|
||||
"source": "F:\\Notes-master\\app\\src\\main\\res\\xml\\widget_2x_info.xml"
|
||||
},
|
||||
{
|
||||
"merged": "F:\\Notes-master\\app\\build\\intermediates\\res\\merged\\release\\drawable-hdpi_list_red_middle.9.png.flat",
|
||||
"source": "F:\\Notes-master\\app\\src\\main\\res\\drawable-hdpi\\list_red_middle.9.png"
|
||||
},
|
||||
{
|
||||
"merged": "F:\\Notes-master\\app\\build\\intermediates\\res\\merged\\release\\drawable-hdpi_widget_2x_yellow.png.flat",
|
||||
"source": "F:\\Notes-master\\app\\src\\main\\res\\drawable-hdpi\\widget_2x_yellow.png"
|
||||
},
|
||||
{
|
||||
"merged": "F:\\Notes-master\\app\\build\\intermediates\\res\\merged\\release\\drawable-hdpi_list_blue_up.9.png.flat",
|
||||
"source": "F:\\Notes-master\\app\\src\\main\\res\\drawable-hdpi\\list_blue_up.9.png"
|
||||
},
|
||||
{
|
||||
"merged": "F:\\Notes-master\\app\\build\\intermediates\\res\\merged\\release\\drawable-hdpi_font_small.png.flat",
|
||||
"source": "F:\\Notes-master\\app\\src\\main\\res\\drawable-hdpi\\font_small.png"
|
||||
},
|
||||
{
|
||||
"merged": "F:\\Notes-master\\app\\build\\intermediates\\res\\merged\\release\\drawable-hdpi_delete.png.flat",
|
||||
"source": "F:\\Notes-master\\app\\src\\main\\res\\drawable-hdpi\\delete.png"
|
||||
},
|
||||
{
|
||||
"merged": "F:\\Notes-master\\app\\build\\intermediates\\res\\merged\\release\\drawable-hdpi_list_red_single.9.png.flat",
|
||||
"source": "F:\\Notes-master\\app\\src\\main\\res\\drawable-hdpi\\list_red_single.9.png"
|
||||
},
|
||||
{
|
||||
"merged": "F:\\Notes-master\\app\\build\\intermediates\\res\\merged\\release\\raw-zh-rCN_introduction.flat",
|
||||
"source": "F:\\Notes-master\\app\\src\\main\\res\\raw-zh-rCN\\introduction"
|
||||
},
|
||||
{
|
||||
"merged": "F:\\Notes-master\\app\\build\\intermediates\\res\\merged\\release\\drawable-hdpi_list_folder.9.png.flat",
|
||||
"source": "F:\\Notes-master\\app\\src\\main\\res\\drawable-hdpi\\list_folder.9.png"
|
||||
},
|
||||
{
|
||||
"merged": "F:\\Notes-master\\app\\build\\intermediates\\res\\merged\\release\\drawable-hdpi_search_result.png.flat",
|
||||
"source": "F:\\Notes-master\\app\\src\\main\\res\\drawable-hdpi\\search_result.png"
|
||||
},
|
||||
{
|
||||
"merged": "F:\\Notes-master\\app\\build\\intermediates\\res\\merged\\release\\drawable-hdpi_edit_yellow.9.png.flat",
|
||||
"source": "F:\\Notes-master\\app\\src\\main\\res\\drawable-hdpi\\edit_yellow.9.png"
|
||||
},
|
||||
{
|
||||
"merged": "F:\\Notes-master\\app\\build\\intermediates\\res\\merged\\release\\drawable-hdpi_list_white_single.9.png.flat",
|
||||
"source": "F:\\Notes-master\\app\\src\\main\\res\\drawable-hdpi\\list_white_single.9.png"
|
||||
},
|
||||
{
|
||||
"merged": "F:\\Notes-master\\app\\build\\intermediates\\res\\merged\\release\\drawable-hdpi_list_yellow_single.9.png.flat",
|
||||
"source": "F:\\Notes-master\\app\\src\\main\\res\\drawable-hdpi\\list_yellow_single.9.png"
|
||||
},
|
||||
{
|
||||
"merged": "F:\\Notes-master\\app\\build\\intermediates\\res\\merged\\release\\drawable-hdpi_edit_title_red.9.png.flat",
|
||||
"source": "F:\\Notes-master\\app\\src\\main\\res\\drawable-hdpi\\edit_title_red.9.png"
|
||||
},
|
||||
{
|
||||
"merged": "F:\\Notes-master\\app\\build\\intermediates\\res\\merged\\release\\layout_widget_4x.xml.flat",
|
||||
"source": "F:\\Notes-master\\app\\src\\main\\res\\layout\\widget_4x.xml"
|
||||
},
|
||||
{
|
||||
"merged": "F:\\Notes-master\\app\\build\\intermediates\\res\\merged\\release\\drawable-hdpi_list_green_middle.9.png.flat",
|
||||
"source": "F:\\Notes-master\\app\\src\\main\\res\\drawable-hdpi\\list_green_middle.9.png"
|
||||
},
|
||||
{
|
||||
"merged": "F:\\Notes-master\\app\\build\\intermediates\\res\\merged\\release\\layout_note_list_dropdown_menu.xml.flat",
|
||||
"source": "F:\\Notes-master\\app\\src\\main\\res\\layout\\note_list_dropdown_menu.xml"
|
||||
},
|
||||
{
|
||||
"merged": "F:\\Notes-master\\app\\build\\intermediates\\res\\merged\\release\\drawable-hdpi_edit_green.9.png.flat",
|
||||
"source": "F:\\Notes-master\\app\\src\\main\\res\\drawable-hdpi\\edit_green.9.png"
|
||||
},
|
||||
{
|
||||
"merged": "F:\\Notes-master\\app\\build\\intermediates\\res\\merged\\release\\drawable-hdpi_widget_2x_white.png.flat",
|
||||
"source": "F:\\Notes-master\\app\\src\\main\\res\\drawable-hdpi\\widget_2x_white.png"
|
||||
}
|
||||
]
|
|
@ -0,0 +1,150 @@
|
|||
<?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="14" />
|
||||
|
||||
<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" >
|
||||
<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,149 @@
|
|||
<?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="14" />
|
||||
|
||||
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />
|
||||
<uses-permission android:name="com.android.launcher.permission.INSTALL_SHORTCUT" />
|
||||
<uses-permission android:name="android.permission.INTERNET" />
|
||||
<uses-permission android:name="android.permission.READ_CONTACTS" />
|
||||
<uses-permission android:name="android.permission.MANAGE_ACCOUNTS" />
|
||||
<uses-permission android:name="android.permission.AUTHENTICATE_ACCOUNTS" />
|
||||
<uses-permission android:name="android.permission.GET_ACCOUNTS" />
|
||||
<uses-permission android:name="android.permission.USE_CREDENTIALS" />
|
||||
<uses-permission android:name="android.permission.RECEIVE_BOOT_COMPLETED" />
|
||||
|
||||
<application
|
||||
android:icon="@drawable/icon_app"
|
||||
android:label="@string/app_name" >
|
||||
<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-release-unsigned.apk","fullName":"release","baseName":"release"},"path":"AndroidManifest.xml","properties":{"packageId":"net.micode.notes","split":"","minSdkVersion":"14"}}]
|
|
@ -0,0 +1 @@
|
|||
[]
|
|
@ -0,0 +1 @@
|
|||
[]
|
Binary file not shown.
Binary file not shown.
|
@ -0,0 +1,2 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<merger version="3"><dataSet config="main" ignore_pattern="!.svn:!.git:!.ds_store:!*.scc:.*:<dir>_*:!CVS:!thumbs.db:!picasa.ini:!*~"><source path="F:\Notes-master\app\src\main\assets"/><source path="F:\Notes-master\app\build\intermediates\shader_assets\debug\compileDebugShaders\out"/></dataSet><dataSet config="debug" ignore_pattern="!.svn:!.git:!.ds_store:!*.scc:.*:<dir>_*:!CVS:!thumbs.db:!picasa.ini:!*~"><source path="F:\Notes-master\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:.*:<dir>_*:!CVS:!thumbs.db:!picasa.ini:!*~"><source path="F:\Notes-master\app\src\main\jniLibs"/></dataSet><dataSet config="debug" ignore_pattern="!.svn:!.git:!.ds_store:!*.scc:.*:<dir>_*:!CVS:!thumbs.db:!picasa.ini:!*~"><source path="F:\Notes-master\app\src\debug\jniLibs"/></dataSet></merger>
|
|
@ -0,0 +1,96 @@
|
|||
#Wed Sep 11 20:53:22 CST 2019
|
||||
F\:\\Notes-master\\app\\src\\main\\res\\drawable-hdpi\\edit_red.9.png=F\:\\Notes-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi_edit_red.9.png.flat
|
||||
F\:\\Notes-master\\app\\src\\main\\res\\drawable-hdpi\\list_green_single.9.png=F\:\\Notes-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi_list_green_single.9.png.flat
|
||||
F\:\\Notes-master\\app\\src\\main\\res\\drawable-hdpi\\notification.png=F\:\\Notes-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi_notification.png.flat
|
||||
F\:\\Notes-master\\app\\src\\main\\res\\xml\\widget_2x_info.xml=F\:\\Notes-master\\app\\build\\intermediates\\res\\merged\\debug\\xml_widget_2x_info.xml.flat
|
||||
F\:\\Notes-master\\app\\src\\main\\res\\drawable-hdpi\\widget_2x_white.png=F\:\\Notes-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi_widget_2x_white.png.flat
|
||||
F\:\\Notes-master\\app\\src\\main\\res\\menu\\call_record_folder.xml=F\:\\Notes-master\\app\\build\\intermediates\\res\\merged\\debug\\menu_call_record_folder.xml.flat
|
||||
F\:\\Notes-master\\app\\src\\main\\res\\raw\\introduction=F\:\\Notes-master\\app\\build\\intermediates\\res\\merged\\debug\\raw_introduction.flat
|
||||
F\:\\Notes-master\\app\\src\\main\\res\\layout\\note_edit.xml=F\:\\Notes-master\\app\\build\\intermediates\\res\\merged\\debug\\layout_note_edit.xml.flat
|
||||
F\:\\Notes-master\\app\\src\\main\\res\\layout\\dialog_edit_text.xml=F\:\\Notes-master\\app\\build\\intermediates\\res\\merged\\debug\\layout_dialog_edit_text.xml.flat
|
||||
F\:\\Notes-master\\app\\src\\main\\res\\drawable-hdpi\\delete.png=F\:\\Notes-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi_delete.png.flat
|
||||
F\:\\Notes-master\\app\\src\\main\\res\\drawable-hdpi\\edit_title_yellow.9.png=F\:\\Notes-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi_edit_title_yellow.9.png.flat
|
||||
F\:\\Notes-master\\app\\src\\main\\res\\drawable-hdpi\\edit_title_red.9.png=F\:\\Notes-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi_edit_title_red.9.png.flat
|
||||
F\:\\Notes-master\\app\\src\\main\\res\\drawable-hdpi\\list_footer_bg.9.png=F\:\\Notes-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi_list_footer_bg.9.png.flat
|
||||
F\:\\Notes-master\\app\\src\\main\\res\\layout\\note_list_footer.xml=F\:\\Notes-master\\app\\build\\intermediates\\res\\merged\\debug\\layout_note_list_footer.xml.flat
|
||||
F\:\\Notes-master\\app\\src\\main\\res\\drawable-hdpi\\list_green_up.9.png=F\:\\Notes-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi_list_green_up.9.png.flat
|
||||
F\:\\Notes-master\\app\\src\\main\\res\\drawable-hdpi\\search_result.png=F\:\\Notes-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi_search_result.png.flat
|
||||
F\:\\Notes-master\\app\\src\\main\\res\\drawable-hdpi\\font_super.png=F\:\\Notes-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi_font_super.png.flat
|
||||
F\:\\Notes-master\\app\\src\\main\\res\\menu\\note_list.xml=F\:\\Notes-master\\app\\build\\intermediates\\res\\merged\\debug\\menu_note_list.xml.flat
|
||||
F\:\\Notes-master\\app\\src\\main\\res\\drawable-hdpi\\widget_2x_red.png=F\:\\Notes-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi_widget_2x_red.png.flat
|
||||
F\:\\Notes-master\\app\\src\\main\\res\\drawable-hdpi\\list_white_down.9.png=F\:\\Notes-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi_list_white_down.9.png.flat
|
||||
F\:\\Notes-master\\app\\src\\main\\res\\layout\\note_edit_list_item.xml=F\:\\Notes-master\\app\\build\\intermediates\\res\\merged\\debug\\layout_note_edit_list_item.xml.flat
|
||||
F\:\\Notes-master\\app\\src\\main\\res\\drawable-hdpi\\list_blue_middle.9.png=F\:\\Notes-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi_list_blue_middle.9.png.flat
|
||||
F\:\\Notes-master\\app\\src\\main\\res\\drawable-hdpi\\font_normal.png=F\:\\Notes-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi_font_normal.png.flat
|
||||
F\:\\Notes-master\\app\\src\\main\\res\\drawable-hdpi\\note_edit_color_selector_panel.png=F\:\\Notes-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi_note_edit_color_selector_panel.png.flat
|
||||
F\:\\Notes-master\\app\\src\\main\\res\\drawable-hdpi\\list_background.png=F\:\\Notes-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi_list_background.png.flat
|
||||
F\:\\Notes-master\\app\\src\\main\\res\\drawable-hdpi\\edit_white.9.png=F\:\\Notes-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi_edit_white.9.png.flat
|
||||
F\:\\Notes-master\\app\\src\\main\\res\\drawable-hdpi\\widget_4x_red.png=F\:\\Notes-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi_widget_4x_red.png.flat
|
||||
F\:\\Notes-master\\app\\src\\main\\res\\drawable-hdpi\\bg_btn_set_color.png=F\:\\Notes-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi_bg_btn_set_color.png.flat
|
||||
F\:\\Notes-master\\app\\src\\main\\res\\menu\\note_edit.xml=F\:\\Notes-master\\app\\build\\intermediates\\res\\merged\\debug\\menu_note_edit.xml.flat
|
||||
F\:\\Notes-master\\app\\src\\main\\res\\drawable-hdpi\\list_yellow_up.9.png=F\:\\Notes-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi_list_yellow_up.9.png.flat
|
||||
F\:\\Notes-master\\app\\src\\main\\res\\drawable-hdpi\\list_white_up.9.png=F\:\\Notes-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi_list_white_up.9.png.flat
|
||||
F\:\\Notes-master\\app\\src\\main\\res\\xml\\searchable.xml=F\:\\Notes-master\\app\\build\\intermediates\\res\\merged\\debug\\xml_searchable.xml.flat
|
||||
F\:\\Notes-master\\app\\src\\main\\res\\drawable-hdpi\\edit_title_white.9.png=F\:\\Notes-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi_edit_title_white.9.png.flat
|
||||
F\:\\Notes-master\\app\\src\\main\\res\\drawable-hdpi\\edit_blue.9.png=F\:\\Notes-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi_edit_blue.9.png.flat
|
||||
F\:\\Notes-master\\app\\src\\main\\res\\drawable-hdpi\\edit_yellow.9.png=F\:\\Notes-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi_edit_yellow.9.png.flat
|
||||
F\:\\Notes-master\\app\\src\\main\\res\\drawable-hdpi\\selected.png=F\:\\Notes-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi_selected.png.flat
|
||||
F\:\\Notes-master\\app\\src\\main\\res\\drawable-hdpi\\list_blue_single.9.png=F\:\\Notes-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi_list_blue_single.9.png.flat
|
||||
F\:\\Notes-master\\app\\src\\main\\res\\layout\\folder_list_item.xml=F\:\\Notes-master\\app\\build\\intermediates\\res\\merged\\debug\\layout_folder_list_item.xml.flat
|
||||
F\:\\Notes-master\\app\\src\\main\\res\\drawable-hdpi\\font_small.png=F\:\\Notes-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi_font_small.png.flat
|
||||
F\:\\Notes-master\\app\\src\\main\\res\\layout\\account_dialog_title.xml=F\:\\Notes-master\\app\\build\\intermediates\\res\\merged\\debug\\layout_account_dialog_title.xml.flat
|
||||
F\:\\Notes-master\\app\\src\\main\\res\\drawable-hdpi\\widget_4x_green.png=F\:\\Notes-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi_widget_4x_green.png.flat
|
||||
F\:\\Notes-master\\app\\src\\main\\res\\menu\\sub_folder.xml=F\:\\Notes-master\\app\\build\\intermediates\\res\\merged\\debug\\menu_sub_folder.xml.flat
|
||||
F\:\\Notes-master\\app\\src\\main\\res\\drawable-hdpi\\list_folder.9.png=F\:\\Notes-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi_list_folder.9.png.flat
|
||||
F\:\\Notes-master\\app\\src\\main\\res\\drawable-hdpi\\new_note_pressed.png=F\:\\Notes-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi_new_note_pressed.png.flat
|
||||
F\:\\Notes-master\\app\\src\\main\\res\\layout\\widget_2x.xml=F\:\\Notes-master\\app\\build\\intermediates\\res\\merged\\debug\\layout_widget_2x.xml.flat
|
||||
F\:\\Notes-master\\app\\src\\main\\res\\layout\\note_list_dropdown_menu.xml=F\:\\Notes-master\\app\\build\\intermediates\\res\\merged\\debug\\layout_note_list_dropdown_menu.xml.flat
|
||||
F\:\\Notes-master\\app\\src\\main\\res\\drawable-hdpi\\list_white_middle.9.png=F\:\\Notes-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi_list_white_middle.9.png.flat
|
||||
F\:\\Notes-master\\app\\src\\main\\res\\drawable-hdpi\\widget_4x_white.png=F\:\\Notes-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi_widget_4x_white.png.flat
|
||||
F\:\\Notes-master\\app\\src\\main\\res\\drawable-hdpi\\widget_4x_yellow.png=F\:\\Notes-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi_widget_4x_yellow.png.flat
|
||||
F\:\\Notes-master\\app\\src\\main\\res\\drawable-hdpi\\new_note_normal.png=F\:\\Notes-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi_new_note_normal.png.flat
|
||||
F\:\\Notes-master\\app\\src\\main\\res\\drawable-hdpi\\list_red_up.9.png=F\:\\Notes-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi_list_red_up.9.png.flat
|
||||
F\:\\Notes-master\\app\\src\\main\\res\\drawable-hdpi\\widget_4x_blue.png=F\:\\Notes-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi_widget_4x_blue.png.flat
|
||||
F\:\\Notes-master\\app\\src\\main\\res\\drawable-hdpi\\list_yellow_down.9.png=F\:\\Notes-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi_list_yellow_down.9.png.flat
|
||||
F\:\\Notes-master\\app\\src\\main\\res\\layout\\add_account_text.xml=F\:\\Notes-master\\app\\build\\intermediates\\res\\merged\\debug\\layout_add_account_text.xml.flat
|
||||
F\:\\Notes-master\\app\\src\\main\\res\\drawable-hdpi\\list_white_single.9.png=F\:\\Notes-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi_list_white_single.9.png.flat
|
||||
F\:\\Notes-master\\app\\src\\main\\res\\drawable-hdpi\\call_record.png=F\:\\Notes-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi_call_record.png.flat
|
||||
F\:\\Notes-master\\app\\src\\main\\res\\drawable-hdpi\\bg_color_btn_mask.png=F\:\\Notes-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi_bg_color_btn_mask.png.flat
|
||||
F\:\\Notes-master\\app\\src\\main\\res\\drawable-hdpi\\title_alert.png=F\:\\Notes-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi_title_alert.png.flat
|
||||
F\:\\Notes-master\\app\\src\\main\\res\\drawable-hdpi\\clock.png=F\:\\Notes-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi_clock.png.flat
|
||||
F\:\\Notes-master\\app\\src\\main\\res\\drawable-hdpi\\dropdown_icon.9.png=F\:\\Notes-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi_dropdown_icon.9.png.flat
|
||||
F\:\\Notes-master\\app\\src\\main\\res\\drawable-hdpi\\list_yellow_middle.9.png=F\:\\Notes-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi_list_yellow_middle.9.png.flat
|
||||
F\:\\Notes-master\\app\\src\\main\\res\\drawable-hdpi\\list_green_down.9.png=F\:\\Notes-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi_list_green_down.9.png.flat
|
||||
F\:\\Notes-master\\app\\src\\main\\res\\menu\\note_list_dropdown.xml=F\:\\Notes-master\\app\\build\\intermediates\\res\\merged\\debug\\menu_note_list_dropdown.xml.flat
|
||||
F\:\\Notes-master\\app\\src\\main\\res\\drawable-hdpi\\menu_delete.png=F\:\\Notes-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi_menu_delete.png.flat
|
||||
F\:\\Notes-master\\app\\src\\main\\res\\color\\secondary_text_dark.xml=F\:\\Notes-master\\app\\build\\intermediates\\res\\merged\\debug\\color_secondary_text_dark.xml.flat
|
||||
F\:\\Notes-master\\app\\src\\main\\res\\layout\\settings_header.xml=F\:\\Notes-master\\app\\build\\intermediates\\res\\merged\\debug\\layout_settings_header.xml.flat
|
||||
F\:\\Notes-master\\app\\src\\main\\res\\drawable-hdpi\\list_red_down.9.png=F\:\\Notes-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi_list_red_down.9.png.flat
|
||||
F\:\\Notes-master\\app\\src\\main\\res\\layout\\note_item.xml=F\:\\Notes-master\\app\\build\\intermediates\\res\\merged\\debug\\layout_note_item.xml.flat
|
||||
F\:\\Notes-master\\app\\src\\main\\res\\color\\primary_text_dark.xml=F\:\\Notes-master\\app\\build\\intermediates\\res\\merged\\debug\\color_primary_text_dark.xml.flat
|
||||
F\:\\Notes-master\\app\\src\\main\\res\\drawable-hdpi\\edit_green.9.png=F\:\\Notes-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi_edit_green.9.png.flat
|
||||
F\:\\Notes-master\\app\\src\\main\\res\\drawable-hdpi\\list_blue_down.9.png=F\:\\Notes-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi_list_blue_down.9.png.flat
|
||||
F\:\\Notes-master\\app\\src\\main\\res\\drawable-hdpi\\widget_2x_yellow.png=F\:\\Notes-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi_widget_2x_yellow.png.flat
|
||||
F\:\\Notes-master\\app\\src\\main\\res\\drawable-hdpi\\widget_2x_blue.png=F\:\\Notes-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi_widget_2x_blue.png.flat
|
||||
F\:\\Notes-master\\app\\src\\main\\res\\drawable-hdpi\\list_yellow_single.9.png=F\:\\Notes-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi_list_yellow_single.9.png.flat
|
||||
F\:\\Notes-master\\app\\src\\main\\res\\drawable-hdpi\\list_blue_up.9.png=F\:\\Notes-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi_list_blue_up.9.png.flat
|
||||
F\:\\Notes-master\\app\\src\\main\\res\\drawable-hdpi\\edit_title_blue.9.png=F\:\\Notes-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi_edit_title_blue.9.png.flat
|
||||
F\:\\Notes-master\\app\\src\\main\\res\\menu\\call_note_edit.xml=F\:\\Notes-master\\app\\build\\intermediates\\res\\merged\\debug\\menu_call_note_edit.xml.flat
|
||||
F\:\\Notes-master\\app\\src\\main\\res\\layout\\widget_4x.xml=F\:\\Notes-master\\app\\build\\intermediates\\res\\merged\\debug\\layout_widget_4x.xml.flat
|
||||
F\:\\Notes-master\\app\\src\\main\\res\\drawable-hdpi\\title_bar_bg.9.png=F\:\\Notes-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi_title_bar_bg.9.png.flat
|
||||
F\:\\Notes-master\\app\\src\\main\\res\\drawable-hdpi\\edit_title_green.9.png=F\:\\Notes-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi_edit_title_green.9.png.flat
|
||||
F\:\\Notes-master\\app\\src\\main\\res\\drawable-hdpi\\list_red_middle.9.png=F\:\\Notes-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi_list_red_middle.9.png.flat
|
||||
F\:\\Notes-master\\app\\src\\main\\res\\raw-zh-rCN\\introduction=F\:\\Notes-master\\app\\build\\intermediates\\res\\merged\\debug\\raw-zh-rCN_introduction.flat
|
||||
F\:\\Notes-master\\app\\src\\main\\res\\drawable\\new_note.xml=F\:\\Notes-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable_new_note.xml.flat
|
||||
F\:\\Notes-master\\app\\src\\main\\res\\xml\\widget_4x_info.xml=F\:\\Notes-master\\app\\build\\intermediates\\res\\merged\\debug\\xml_widget_4x_info.xml.flat
|
||||
F\:\\Notes-master\\app\\src\\main\\res\\drawable-hdpi\\font_size_selector_bg.9.png=F\:\\Notes-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi_font_size_selector_bg.9.png.flat
|
||||
F\:\\Notes-master\\app\\src\\main\\res\\xml\\preferences.xml=F\:\\Notes-master\\app\\build\\intermediates\\res\\merged\\debug\\xml_preferences.xml.flat
|
||||
F\:\\Notes-master\\app\\src\\main\\res\\layout\\datetime_picker.xml=F\:\\Notes-master\\app\\build\\intermediates\\res\\merged\\debug\\layout_datetime_picker.xml.flat
|
||||
F\:\\Notes-master\\app\\src\\main\\res\\drawable-hdpi\\list_green_middle.9.png=F\:\\Notes-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi_list_green_middle.9.png.flat
|
||||
F\:\\Notes-master\\app\\src\\main\\res\\drawable-hdpi\\icon_app.png=F\:\\Notes-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi_icon_app.png.flat
|
||||
F\:\\Notes-master\\app\\src\\main\\res\\drawable-hdpi\\menu_move.png=F\:\\Notes-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi_menu_move.png.flat
|
||||
F\:\\Notes-master\\app\\src\\main\\res\\layout\\note_list.xml=F\:\\Notes-master\\app\\build\\intermediates\\res\\merged\\debug\\layout_note_list.xml.flat
|
||||
F\:\\Notes-master\\app\\src\\main\\res\\drawable-hdpi\\list_red_single.9.png=F\:\\Notes-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi_list_red_single.9.png.flat
|
||||
F\:\\Notes-master\\app\\src\\main\\res\\drawable-hdpi\\font_large.png=F\:\\Notes-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi_font_large.png.flat
|
||||
F\:\\Notes-master\\app\\src\\main\\res\\drawable-hdpi\\widget_2x_green.png=F\:\\Notes-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi_widget_2x_green.png.flat
|
||||
F\:\\Notes-master\\app\\src\\main\\res\\menu\\note_list_options.xml=F\:\\Notes-master\\app\\build\\intermediates\\res\\merged\\debug\\menu_note_list_options.xml.flat
|
|
@ -0,0 +1,108 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<resources xmlns:ns1="urn:oasis:names:tc:xliff:document:1.2">
|
||||
<string-array name="menu_share_ways">
|
||||
<item>短信</item>
|
||||
<item>邮件</item>
|
||||
</string-array>
|
||||
<plurals name="search_results_title">
|
||||
<item quantity="other"><ns1:g id="NUMBER">%1$s</ns1:g> 条符合“<ns1:g id="SEARCH">%2$s</ns1:g>”的搜索结果</item>
|
||||
</plurals>
|
||||
<string name="alert_message_delete_folder">确认删除文件夹及所包含的便签吗?</string>
|
||||
<string name="alert_message_delete_note">确认要删除该条便签吗?</string>
|
||||
<string name="alert_message_delete_notes">确认要删除所选的 %d 条便签吗?</string>
|
||||
<string name="alert_title_delete">删除</string>
|
||||
<string name="app_name">便签</string>
|
||||
<string name="app_widget2x2">便签2x2</string>
|
||||
<string name="app_widget4x4">便签4x4</string>
|
||||
<string name="button_delete">删除</string>
|
||||
<string name="call_record_folder_name">通话便签</string>
|
||||
<string name="datetime_dialog_cancel">取消</string>
|
||||
<string name="datetime_dialog_ok">设置</string>
|
||||
<string name="delete_remind_time_message">成功删除提醒</string>
|
||||
<string name="error_note_empty_for_clock">不能为空便签设置闹钟提醒</string>
|
||||
<string name="error_note_empty_for_send_to_desktop">不能将空便签发送到桌面</string>
|
||||
<string name="error_note_not_exist">要查看的便签不存在</string>
|
||||
<string name="error_sdcard_export">导出文本时发生错误,请检查SD卡</string>
|
||||
<string name="error_sdcard_unmounted">SD卡被占用,不能操作</string>
|
||||
<string name="error_sync_cancelled">同步已取消</string>
|
||||
<string name="error_sync_internal">同步失败,发生内部错误</string>
|
||||
<string name="error_sync_network">同步失败,请检查网络和帐号设置</string>
|
||||
<string name="failed_sdcard_export">导出失败</string>
|
||||
<string name="folder_exist">文件夹 %1$s 已存在,请重新命名</string>
|
||||
<string name="format_date_ymd">yyyyMMdd</string>
|
||||
<string name="format_datetime_mdhm">MM月dd日 kk:mm</string>
|
||||
<string name="format_exported_file_location">已将文本文件(%1$s)输出至SD卡(%2$s)目录</string>
|
||||
<string name="format_move_notes_to_folder">已将所选 %1$d 条便签移到 %2$s 文件夹</string>
|
||||
<string name="hint_foler_name">请输入名称</string>
|
||||
<string name="info_note_enter_desktop">已添加到桌面</string>
|
||||
<string name="menu_alert">提醒我</string>
|
||||
<string name="menu_create_folder">新建文件夹</string>
|
||||
<string name="menu_delete">删除</string>
|
||||
<string name="menu_deselect_all">取消全选</string>
|
||||
<string name="menu_export_text">导出文本</string>
|
||||
<string name="menu_folder_change_name">修改文件夹名称</string>
|
||||
<string name="menu_folder_delete">刪除文件夹</string>
|
||||
<string name="menu_folder_view">查看文件夹</string>
|
||||
<string name="menu_font_large">大</string>
|
||||
<string name="menu_font_normal">正常</string>
|
||||
<string name="menu_font_size">文字大小</string>
|
||||
<string name="menu_font_small">小</string>
|
||||
<string name="menu_font_super">超大</string>
|
||||
<string name="menu_list_mode">进入清单模式</string>
|
||||
<string name="menu_move">移动到文件夹</string>
|
||||
<string name="menu_move_parent_folder">上一级文件夹</string>
|
||||
<string name="menu_normal_mode">退出清单模式</string>
|
||||
<string name="menu_remove_remind">删除提醒</string>
|
||||
<string name="menu_search">搜索</string>
|
||||
<string name="menu_select_all">全选</string>
|
||||
<string name="menu_select_none">没有选中项,操作无效</string>
|
||||
<string name="menu_select_title">选中了 %d 项</string>
|
||||
<string name="menu_send_to_desktop">发送到桌面</string>
|
||||
<string name="menu_setting">设置</string>
|
||||
<string name="menu_share">分享</string>
|
||||
<string name="menu_sync">同步</string>
|
||||
<string name="menu_sync_cancel">取消同步</string>
|
||||
<string name="menu_title_select_folder">选择文件夹</string>
|
||||
<string name="note_alert_expired">已过期</string>
|
||||
<string name="note_link_email">发送邮件</string>
|
||||
<string name="note_link_other">打开地图</string>
|
||||
<string name="note_link_tel">呼叫电话</string>
|
||||
<string name="note_link_web">浏览网页</string>
|
||||
<string name="notealert_enter">查看</string>
|
||||
<string name="notealert_ok">知道了</string>
|
||||
<string name="notelist_menu_new">新建便签</string>
|
||||
<string name="notelist_string_info">...</string>
|
||||
<string name="preferences_account_summary">与google task同步便签记录</string>
|
||||
<string name="preferences_account_title">同步账号</string>
|
||||
<string name="preferences_add_account">添加账号</string>
|
||||
<string name="preferences_bg_random_appear_title">新建便签背景颜色随机</string>
|
||||
<string name="preferences_button_sync_cancel">取消同步</string>
|
||||
<string name="preferences_button_sync_immediately">立即同步</string>
|
||||
<string name="preferences_dialog_change_account_title">当前帐号 %1$s</string>
|
||||
<string name="preferences_dialog_change_account_warn_msg">如更换同步帐号,过去的帐号同步信息将被清空,再次切换的同时可能会造成数据重复</string>
|
||||
<string name="preferences_dialog_select_account_tips">请选择google帐号,便签将与该帐号的google task内容同步。</string>
|
||||
<string name="preferences_dialog_select_account_title">同步便签</string>
|
||||
<string name="preferences_last_sync_time">上次同步于 %1$s</string>
|
||||
<string name="preferences_menu_cancel">取消</string>
|
||||
<string name="preferences_menu_change_account">更换账号</string>
|
||||
<string name="preferences_menu_remove_account">删除账号</string>
|
||||
<string name="preferences_title">设置</string>
|
||||
<string name="preferences_toast_cannot_change_account">正在同步中,不能修改同步帐号</string>
|
||||
<string name="preferences_toast_success_set_accout">同步帐号已设置为%1$s</string>
|
||||
<string name="search">便签</string>
|
||||
<string name="search_hint">搜索便签</string>
|
||||
<string name="search_label">正在搜索便签</string>
|
||||
<string name="search_setting_description">便签中的文字</string>
|
||||
<string name="set_remind_time_message">创建提醒</string>
|
||||
<string name="success_sdcard_export">导出成功</string>
|
||||
<string name="success_sync_account">与%1$s同步成功</string>
|
||||
<string name="sync_progress_init_list">正在获取服务器便签列表...</string>
|
||||
<string name="sync_progress_login">登录%1$s...</string>
|
||||
<string name="sync_progress_syncing">正在同步本地便签...</string>
|
||||
<string name="ticker_cancel">同步已取消</string>
|
||||
<string name="ticker_fail">同步失败</string>
|
||||
<string name="ticker_success">同步成功</string>
|
||||
<string name="ticker_syncing">同步便签...</string>
|
||||
<string name="widget_havenot_content">没有关联内容,点击新建便签。</string>
|
||||
<string name="widget_under_visit_mode">访客模式下,便签内容不可见</string>
|
||||
</resources>
|
|
@ -0,0 +1,108 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<resources xmlns:ns1="urn:oasis:names:tc:xliff:document:1.2">
|
||||
<string-array name="menu_share_ways">
|
||||
<item>短信</item>
|
||||
<item>郵件</item>
|
||||
</string-array>
|
||||
<plurals name="search_results_title">
|
||||
<item quantity="other"><ns1:g id="NUMBER">%1$s</ns1:g> 條符合”<ns1:g id="SEARCH">%2$s</ns1:g>“的搜尋結果</item>
|
||||
</plurals>
|
||||
<string name="alert_message_delete_folder">確認刪除檔夾及所包含的便簽嗎?</string>
|
||||
<string name="alert_message_delete_note">确认要删除該條便籤嗎?</string>
|
||||
<string name="alert_message_delete_notes">确认要刪除所選的 %d 條便籤嗎?</string>
|
||||
<string name="alert_title_delete">刪除</string>
|
||||
<string name="app_name">便簽</string>
|
||||
<string name="app_widget2x2">便簽2x2</string>
|
||||
<string name="app_widget4x4">便簽4x4</string>
|
||||
<string name="button_delete">刪除</string>
|
||||
<string name="call_record_folder_name">通話便籤</string>
|
||||
<string name="datetime_dialog_cancel">取消</string>
|
||||
<string name="datetime_dialog_ok">設置</string>
|
||||
<string name="delete_remind_time_message">成功刪除提醒</string>
|
||||
<string name="error_note_empty_for_clock">不能爲空便籤設置鬧鐘提醒</string>
|
||||
<string name="error_note_empty_for_send_to_desktop">不能將空便籤發送到桌面</string>
|
||||
<string name="error_note_not_exist">要查看的便籤不存在</string>
|
||||
<string name="error_sdcard_export">導出TXT時發生錯誤,請檢查SD卡</string>
|
||||
<string name="error_sdcard_unmounted">SD卡被佔用,不能操作</string>
|
||||
<string name="error_sync_cancelled">同步已取消</string>
|
||||
<string name="error_sync_internal">同步失敗,發生內部錯誤</string>
|
||||
<string name="error_sync_network">同步失敗,請檢查網絡和帳號設置</string>
|
||||
<string name="failed_sdcard_export">導出失敗</string>
|
||||
<string name="folder_exist">文件夾 %1$s 已存在,請重新命名</string>
|
||||
<string name="format_date_ymd">yyyyMMdd</string>
|
||||
<string name="format_datetime_mdhm">MM月dd日 kk:mm</string>
|
||||
<string name="format_exported_file_location">已將文本文件(%1$s)導出至SD(%2$s)目錄</string>
|
||||
<string name="format_move_notes_to_folder">已將所選 %1$d 便籤移到 %2$s 文件夾</string>
|
||||
<string name="hint_foler_name">請輸入名稱</string>
|
||||
<string name="info_note_enter_desktop">已添加到桌面</string>
|
||||
<string name="menu_alert">提醒我</string>
|
||||
<string name="menu_create_folder">新建文件夾</string>
|
||||
<string name="menu_delete">刪除</string>
|
||||
<string name="menu_deselect_all">取消全選</string>
|
||||
<string name="menu_export_text">導出文本</string>
|
||||
<string name="menu_folder_change_name">修改文件夾名稱</string>
|
||||
<string name="menu_folder_delete">刪除文件夾</string>
|
||||
<string name="menu_folder_view">查看文件夾</string>
|
||||
<string name="menu_font_large">大</string>
|
||||
<string name="menu_font_normal">正常</string>
|
||||
<string name="menu_font_size">文字大小</string>
|
||||
<string name="menu_font_small">小</string>
|
||||
<string name="menu_font_super">超大</string>
|
||||
<string name="menu_list_mode">進入清單模式</string>
|
||||
<string name="menu_move">移動到文件夾</string>
|
||||
<string name="menu_move_parent_folder">上一級文件夾</string>
|
||||
<string name="menu_normal_mode">退出清單模式</string>
|
||||
<string name="menu_remove_remind">刪除提醒</string>
|
||||
<string name="menu_search">搜尋</string>
|
||||
<string name="menu_select_all">全選</string>
|
||||
<string name="menu_select_none">沒有選中項,操作無效</string>
|
||||
<string name="menu_select_title">選中了 %d 項</string>
|
||||
<string name="menu_send_to_desktop">發送到桌面</string>
|
||||
<string name="menu_setting">設置</string>
|
||||
<string name="menu_share">分享</string>
|
||||
<string name="menu_sync">同步</string>
|
||||
<string name="menu_sync_cancel">取消同步</string>
|
||||
<string name="menu_title_select_folder">選擇文件夾</string>
|
||||
<string name="note_alert_expired">已過期</string>
|
||||
<string name="note_link_email">發送郵件</string>
|
||||
<string name="note_link_other">打開地圖</string>
|
||||
<string name="note_link_tel">呼叫電話</string>
|
||||
<string name="note_link_web">浏覽網頁</string>
|
||||
<string name="notealert_enter">查看</string>
|
||||
<string name="notealert_ok">知道了</string>
|
||||
<string name="notelist_menu_new">新建便簽</string>
|
||||
<string name="notelist_string_info">...</string>
|
||||
<string name="preferences_account_summary">与google task同步便簽記錄</string>
|
||||
<string name="preferences_account_title">同步賬號</string>
|
||||
<string name="preferences_add_account">添加賬號</string>
|
||||
<string name="preferences_bg_random_appear_title">新建便籤背景顏色隨機</string>
|
||||
<string name="preferences_button_sync_cancel">取消同步</string>
|
||||
<string name="preferences_button_sync_immediately">立即同步</string>
|
||||
<string name="preferences_dialog_change_account_title">當前帳號 %1$s</string>
|
||||
<string name="preferences_dialog_change_account_warn_msg">如更換同步帳號,過去的帳號同步信息將被清空,再次切換的同時可能會造成數據重復</string>
|
||||
<string name="preferences_dialog_select_account_tips">請選擇google帳號,便簽將與該帳號的google task內容同步。</string>
|
||||
<string name="preferences_dialog_select_account_title">同步便簽</string>
|
||||
<string name="preferences_last_sync_time">上次同步于 %1$s</string>
|
||||
<string name="preferences_menu_cancel">取消</string>
|
||||
<string name="preferences_menu_change_account">更換賬號</string>
|
||||
<string name="preferences_menu_remove_account">刪除賬號</string>
|
||||
<string name="preferences_title">設置</string>
|
||||
<string name="preferences_toast_cannot_change_account">正在同步中,不能修改同步帳號</string>
|
||||
<string name="preferences_toast_success_set_accout">同步帳號已設置為%1$s</string>
|
||||
<string name="search">便籤</string>
|
||||
<string name="search_hint">搜索便籤</string>
|
||||
<string name="search_label">正在搜索便籤</string>
|
||||
<string name="search_setting_description">便籤中的文字</string>
|
||||
<string name="set_remind_time_message">創建提醒</string>
|
||||
<string name="success_sdcard_export">導出成功</string>
|
||||
<string name="success_sync_account">與%1$s同步成功</string>
|
||||
<string name="sync_progress_init_list">正在獲取服務器便籤列表...</string>
|
||||
<string name="sync_progress_login">登陸%1$s...</string>
|
||||
<string name="sync_progress_syncing">正在同步本地便籤...</string>
|
||||
<string name="ticker_cancel">同步已取消</string>
|
||||
<string name="ticker_fail">同步失敗</string>
|
||||
<string name="ticker_success">同步成功</string>
|
||||
<string name="ticker_syncing">同步便簽...</string>
|
||||
<string name="widget_havenot_content">沒有關聯內容,點擊新建便簽。</string>
|
||||
<string name="widget_under_visit_mode">訪客模式下,便籤內容不可見</string>
|
||||
</resources>
|
|
@ -0,0 +1,169 @@
|
|||
<?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> <!-- format_folder_name -->
|
||||
<item>--%s</item> <!-- format_folder_note_date -->
|
||||
<item>--%s</item> <!-- format_note_date -->
|
||||
<item>--%s</item> <!-- format_note_content -->
|
||||
</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">notes_%s.txt</string>
|
||||
<string name="file_path">/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">(%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_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_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">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 mode,can 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:.*:<dir>_*:!CVS:!thumbs.db:!picasa.ini:!*~"><source path="F:\Notes-master\app\src\main\shaders"/></dataSet><dataSet config="debug" ignore_pattern="!.svn:!.git:!.ds_store:!*.scc:.*:<dir>_*:!CVS:!thumbs.db:!picasa.ini:!*~"><source path="F:\Notes-master\app\src\debug\shaders"/></dataSet></merger>
|
|
@ -0,0 +1,96 @@
|
|||
#Thu Sep 12 15:02:06 CST 2019
|
||||
F\:\\Notes-master\\app\\src\\main\\res\\drawable-hdpi\\edit_red.9.png=F\:\\Notes-master\\app\\build\\intermediates\\res\\merged\\release\\drawable-hdpi_edit_red.9.png.flat
|
||||
F\:\\Notes-master\\app\\src\\main\\res\\drawable-hdpi\\list_green_single.9.png=F\:\\Notes-master\\app\\build\\intermediates\\res\\merged\\release\\drawable-hdpi_list_green_single.9.png.flat
|
||||
F\:\\Notes-master\\app\\src\\main\\res\\drawable-hdpi\\notification.png=F\:\\Notes-master\\app\\build\\intermediates\\res\\merged\\release\\drawable-hdpi_notification.png.flat
|
||||
F\:\\Notes-master\\app\\src\\main\\res\\xml\\widget_2x_info.xml=F\:\\Notes-master\\app\\build\\intermediates\\res\\merged\\release\\xml_widget_2x_info.xml.flat
|
||||
F\:\\Notes-master\\app\\src\\main\\res\\drawable-hdpi\\widget_2x_white.png=F\:\\Notes-master\\app\\build\\intermediates\\res\\merged\\release\\drawable-hdpi_widget_2x_white.png.flat
|
||||
F\:\\Notes-master\\app\\src\\main\\res\\menu\\call_record_folder.xml=F\:\\Notes-master\\app\\build\\intermediates\\res\\merged\\release\\menu_call_record_folder.xml.flat
|
||||
F\:\\Notes-master\\app\\src\\main\\res\\raw\\introduction=F\:\\Notes-master\\app\\build\\intermediates\\res\\merged\\release\\raw_introduction.flat
|
||||
F\:\\Notes-master\\app\\src\\main\\res\\layout\\note_edit.xml=F\:\\Notes-master\\app\\build\\intermediates\\res\\merged\\release\\layout_note_edit.xml.flat
|
||||
F\:\\Notes-master\\app\\src\\main\\res\\layout\\dialog_edit_text.xml=F\:\\Notes-master\\app\\build\\intermediates\\res\\merged\\release\\layout_dialog_edit_text.xml.flat
|
||||
F\:\\Notes-master\\app\\src\\main\\res\\drawable-hdpi\\delete.png=F\:\\Notes-master\\app\\build\\intermediates\\res\\merged\\release\\drawable-hdpi_delete.png.flat
|
||||
F\:\\Notes-master\\app\\src\\main\\res\\drawable-hdpi\\edit_title_yellow.9.png=F\:\\Notes-master\\app\\build\\intermediates\\res\\merged\\release\\drawable-hdpi_edit_title_yellow.9.png.flat
|
||||
F\:\\Notes-master\\app\\src\\main\\res\\drawable-hdpi\\edit_title_red.9.png=F\:\\Notes-master\\app\\build\\intermediates\\res\\merged\\release\\drawable-hdpi_edit_title_red.9.png.flat
|
||||
F\:\\Notes-master\\app\\src\\main\\res\\drawable-hdpi\\list_footer_bg.9.png=F\:\\Notes-master\\app\\build\\intermediates\\res\\merged\\release\\drawable-hdpi_list_footer_bg.9.png.flat
|
||||
F\:\\Notes-master\\app\\src\\main\\res\\layout\\note_list_footer.xml=F\:\\Notes-master\\app\\build\\intermediates\\res\\merged\\release\\layout_note_list_footer.xml.flat
|
||||
F\:\\Notes-master\\app\\src\\main\\res\\drawable-hdpi\\list_green_up.9.png=F\:\\Notes-master\\app\\build\\intermediates\\res\\merged\\release\\drawable-hdpi_list_green_up.9.png.flat
|
||||
F\:\\Notes-master\\app\\src\\main\\res\\drawable-hdpi\\search_result.png=F\:\\Notes-master\\app\\build\\intermediates\\res\\merged\\release\\drawable-hdpi_search_result.png.flat
|
||||
F\:\\Notes-master\\app\\src\\main\\res\\drawable-hdpi\\font_super.png=F\:\\Notes-master\\app\\build\\intermediates\\res\\merged\\release\\drawable-hdpi_font_super.png.flat
|
||||
F\:\\Notes-master\\app\\src\\main\\res\\menu\\note_list.xml=F\:\\Notes-master\\app\\build\\intermediates\\res\\merged\\release\\menu_note_list.xml.flat
|
||||
F\:\\Notes-master\\app\\src\\main\\res\\drawable-hdpi\\widget_2x_red.png=F\:\\Notes-master\\app\\build\\intermediates\\res\\merged\\release\\drawable-hdpi_widget_2x_red.png.flat
|
||||
F\:\\Notes-master\\app\\src\\main\\res\\drawable-hdpi\\list_white_down.9.png=F\:\\Notes-master\\app\\build\\intermediates\\res\\merged\\release\\drawable-hdpi_list_white_down.9.png.flat
|
||||
F\:\\Notes-master\\app\\src\\main\\res\\layout\\note_edit_list_item.xml=F\:\\Notes-master\\app\\build\\intermediates\\res\\merged\\release\\layout_note_edit_list_item.xml.flat
|
||||
F\:\\Notes-master\\app\\src\\main\\res\\drawable-hdpi\\list_blue_middle.9.png=F\:\\Notes-master\\app\\build\\intermediates\\res\\merged\\release\\drawable-hdpi_list_blue_middle.9.png.flat
|
||||
F\:\\Notes-master\\app\\src\\main\\res\\drawable-hdpi\\font_normal.png=F\:\\Notes-master\\app\\build\\intermediates\\res\\merged\\release\\drawable-hdpi_font_normal.png.flat
|
||||
F\:\\Notes-master\\app\\src\\main\\res\\drawable-hdpi\\note_edit_color_selector_panel.png=F\:\\Notes-master\\app\\build\\intermediates\\res\\merged\\release\\drawable-hdpi_note_edit_color_selector_panel.png.flat
|
||||
F\:\\Notes-master\\app\\src\\main\\res\\drawable-hdpi\\list_background.png=F\:\\Notes-master\\app\\build\\intermediates\\res\\merged\\release\\drawable-hdpi_list_background.png.flat
|
||||
F\:\\Notes-master\\app\\src\\main\\res\\drawable-hdpi\\edit_white.9.png=F\:\\Notes-master\\app\\build\\intermediates\\res\\merged\\release\\drawable-hdpi_edit_white.9.png.flat
|
||||
F\:\\Notes-master\\app\\src\\main\\res\\drawable-hdpi\\widget_4x_red.png=F\:\\Notes-master\\app\\build\\intermediates\\res\\merged\\release\\drawable-hdpi_widget_4x_red.png.flat
|
||||
F\:\\Notes-master\\app\\src\\main\\res\\drawable-hdpi\\bg_btn_set_color.png=F\:\\Notes-master\\app\\build\\intermediates\\res\\merged\\release\\drawable-hdpi_bg_btn_set_color.png.flat
|
||||
F\:\\Notes-master\\app\\src\\main\\res\\menu\\note_edit.xml=F\:\\Notes-master\\app\\build\\intermediates\\res\\merged\\release\\menu_note_edit.xml.flat
|
||||
F\:\\Notes-master\\app\\src\\main\\res\\drawable-hdpi\\list_yellow_up.9.png=F\:\\Notes-master\\app\\build\\intermediates\\res\\merged\\release\\drawable-hdpi_list_yellow_up.9.png.flat
|
||||
F\:\\Notes-master\\app\\src\\main\\res\\drawable-hdpi\\list_white_up.9.png=F\:\\Notes-master\\app\\build\\intermediates\\res\\merged\\release\\drawable-hdpi_list_white_up.9.png.flat
|
||||
F\:\\Notes-master\\app\\src\\main\\res\\xml\\searchable.xml=F\:\\Notes-master\\app\\build\\intermediates\\res\\merged\\release\\xml_searchable.xml.flat
|
||||
F\:\\Notes-master\\app\\src\\main\\res\\drawable-hdpi\\edit_title_white.9.png=F\:\\Notes-master\\app\\build\\intermediates\\res\\merged\\release\\drawable-hdpi_edit_title_white.9.png.flat
|
||||
F\:\\Notes-master\\app\\src\\main\\res\\drawable-hdpi\\edit_blue.9.png=F\:\\Notes-master\\app\\build\\intermediates\\res\\merged\\release\\drawable-hdpi_edit_blue.9.png.flat
|
||||
F\:\\Notes-master\\app\\src\\main\\res\\drawable-hdpi\\edit_yellow.9.png=F\:\\Notes-master\\app\\build\\intermediates\\res\\merged\\release\\drawable-hdpi_edit_yellow.9.png.flat
|
||||
F\:\\Notes-master\\app\\src\\main\\res\\drawable-hdpi\\selected.png=F\:\\Notes-master\\app\\build\\intermediates\\res\\merged\\release\\drawable-hdpi_selected.png.flat
|
||||
F\:\\Notes-master\\app\\src\\main\\res\\drawable-hdpi\\list_blue_single.9.png=F\:\\Notes-master\\app\\build\\intermediates\\res\\merged\\release\\drawable-hdpi_list_blue_single.9.png.flat
|
||||
F\:\\Notes-master\\app\\src\\main\\res\\layout\\folder_list_item.xml=F\:\\Notes-master\\app\\build\\intermediates\\res\\merged\\release\\layout_folder_list_item.xml.flat
|
||||
F\:\\Notes-master\\app\\src\\main\\res\\drawable-hdpi\\font_small.png=F\:\\Notes-master\\app\\build\\intermediates\\res\\merged\\release\\drawable-hdpi_font_small.png.flat
|
||||
F\:\\Notes-master\\app\\src\\main\\res\\layout\\account_dialog_title.xml=F\:\\Notes-master\\app\\build\\intermediates\\res\\merged\\release\\layout_account_dialog_title.xml.flat
|
||||
F\:\\Notes-master\\app\\src\\main\\res\\drawable-hdpi\\widget_4x_green.png=F\:\\Notes-master\\app\\build\\intermediates\\res\\merged\\release\\drawable-hdpi_widget_4x_green.png.flat
|
||||
F\:\\Notes-master\\app\\src\\main\\res\\menu\\sub_folder.xml=F\:\\Notes-master\\app\\build\\intermediates\\res\\merged\\release\\menu_sub_folder.xml.flat
|
||||
F\:\\Notes-master\\app\\src\\main\\res\\drawable-hdpi\\list_folder.9.png=F\:\\Notes-master\\app\\build\\intermediates\\res\\merged\\release\\drawable-hdpi_list_folder.9.png.flat
|
||||
F\:\\Notes-master\\app\\src\\main\\res\\drawable-hdpi\\new_note_pressed.png=F\:\\Notes-master\\app\\build\\intermediates\\res\\merged\\release\\drawable-hdpi_new_note_pressed.png.flat
|
||||
F\:\\Notes-master\\app\\src\\main\\res\\layout\\widget_2x.xml=F\:\\Notes-master\\app\\build\\intermediates\\res\\merged\\release\\layout_widget_2x.xml.flat
|
||||
F\:\\Notes-master\\app\\src\\main\\res\\layout\\note_list_dropdown_menu.xml=F\:\\Notes-master\\app\\build\\intermediates\\res\\merged\\release\\layout_note_list_dropdown_menu.xml.flat
|
||||
F\:\\Notes-master\\app\\src\\main\\res\\drawable-hdpi\\list_white_middle.9.png=F\:\\Notes-master\\app\\build\\intermediates\\res\\merged\\release\\drawable-hdpi_list_white_middle.9.png.flat
|
||||
F\:\\Notes-master\\app\\src\\main\\res\\drawable-hdpi\\widget_4x_white.png=F\:\\Notes-master\\app\\build\\intermediates\\res\\merged\\release\\drawable-hdpi_widget_4x_white.png.flat
|
||||
F\:\\Notes-master\\app\\src\\main\\res\\drawable-hdpi\\widget_4x_yellow.png=F\:\\Notes-master\\app\\build\\intermediates\\res\\merged\\release\\drawable-hdpi_widget_4x_yellow.png.flat
|
||||
F\:\\Notes-master\\app\\src\\main\\res\\drawable-hdpi\\new_note_normal.png=F\:\\Notes-master\\app\\build\\intermediates\\res\\merged\\release\\drawable-hdpi_new_note_normal.png.flat
|
||||
F\:\\Notes-master\\app\\src\\main\\res\\drawable-hdpi\\list_red_up.9.png=F\:\\Notes-master\\app\\build\\intermediates\\res\\merged\\release\\drawable-hdpi_list_red_up.9.png.flat
|
||||
F\:\\Notes-master\\app\\src\\main\\res\\drawable-hdpi\\widget_4x_blue.png=F\:\\Notes-master\\app\\build\\intermediates\\res\\merged\\release\\drawable-hdpi_widget_4x_blue.png.flat
|
||||
F\:\\Notes-master\\app\\src\\main\\res\\drawable-hdpi\\list_yellow_down.9.png=F\:\\Notes-master\\app\\build\\intermediates\\res\\merged\\release\\drawable-hdpi_list_yellow_down.9.png.flat
|
||||
F\:\\Notes-master\\app\\src\\main\\res\\layout\\add_account_text.xml=F\:\\Notes-master\\app\\build\\intermediates\\res\\merged\\release\\layout_add_account_text.xml.flat
|
||||
F\:\\Notes-master\\app\\src\\main\\res\\drawable-hdpi\\list_white_single.9.png=F\:\\Notes-master\\app\\build\\intermediates\\res\\merged\\release\\drawable-hdpi_list_white_single.9.png.flat
|
||||
F\:\\Notes-master\\app\\src\\main\\res\\drawable-hdpi\\call_record.png=F\:\\Notes-master\\app\\build\\intermediates\\res\\merged\\release\\drawable-hdpi_call_record.png.flat
|
||||
F\:\\Notes-master\\app\\src\\main\\res\\drawable-hdpi\\bg_color_btn_mask.png=F\:\\Notes-master\\app\\build\\intermediates\\res\\merged\\release\\drawable-hdpi_bg_color_btn_mask.png.flat
|
||||
F\:\\Notes-master\\app\\src\\main\\res\\drawable-hdpi\\title_alert.png=F\:\\Notes-master\\app\\build\\intermediates\\res\\merged\\release\\drawable-hdpi_title_alert.png.flat
|
||||
F\:\\Notes-master\\app\\src\\main\\res\\drawable-hdpi\\clock.png=F\:\\Notes-master\\app\\build\\intermediates\\res\\merged\\release\\drawable-hdpi_clock.png.flat
|
||||
F\:\\Notes-master\\app\\src\\main\\res\\drawable-hdpi\\dropdown_icon.9.png=F\:\\Notes-master\\app\\build\\intermediates\\res\\merged\\release\\drawable-hdpi_dropdown_icon.9.png.flat
|
||||
F\:\\Notes-master\\app\\src\\main\\res\\drawable-hdpi\\list_yellow_middle.9.png=F\:\\Notes-master\\app\\build\\intermediates\\res\\merged\\release\\drawable-hdpi_list_yellow_middle.9.png.flat
|
||||
F\:\\Notes-master\\app\\src\\main\\res\\drawable-hdpi\\list_green_down.9.png=F\:\\Notes-master\\app\\build\\intermediates\\res\\merged\\release\\drawable-hdpi_list_green_down.9.png.flat
|
||||
F\:\\Notes-master\\app\\src\\main\\res\\menu\\note_list_dropdown.xml=F\:\\Notes-master\\app\\build\\intermediates\\res\\merged\\release\\menu_note_list_dropdown.xml.flat
|
||||
F\:\\Notes-master\\app\\src\\main\\res\\drawable-hdpi\\menu_delete.png=F\:\\Notes-master\\app\\build\\intermediates\\res\\merged\\release\\drawable-hdpi_menu_delete.png.flat
|
||||
F\:\\Notes-master\\app\\src\\main\\res\\color\\secondary_text_dark.xml=F\:\\Notes-master\\app\\build\\intermediates\\res\\merged\\release\\color_secondary_text_dark.xml.flat
|
||||
F\:\\Notes-master\\app\\src\\main\\res\\layout\\settings_header.xml=F\:\\Notes-master\\app\\build\\intermediates\\res\\merged\\release\\layout_settings_header.xml.flat
|
||||
F\:\\Notes-master\\app\\src\\main\\res\\drawable-hdpi\\list_red_down.9.png=F\:\\Notes-master\\app\\build\\intermediates\\res\\merged\\release\\drawable-hdpi_list_red_down.9.png.flat
|
||||
F\:\\Notes-master\\app\\src\\main\\res\\layout\\note_item.xml=F\:\\Notes-master\\app\\build\\intermediates\\res\\merged\\release\\layout_note_item.xml.flat
|
||||
F\:\\Notes-master\\app\\src\\main\\res\\color\\primary_text_dark.xml=F\:\\Notes-master\\app\\build\\intermediates\\res\\merged\\release\\color_primary_text_dark.xml.flat
|
||||
F\:\\Notes-master\\app\\src\\main\\res\\drawable-hdpi\\edit_green.9.png=F\:\\Notes-master\\app\\build\\intermediates\\res\\merged\\release\\drawable-hdpi_edit_green.9.png.flat
|
||||
F\:\\Notes-master\\app\\src\\main\\res\\drawable-hdpi\\list_blue_down.9.png=F\:\\Notes-master\\app\\build\\intermediates\\res\\merged\\release\\drawable-hdpi_list_blue_down.9.png.flat
|
||||
F\:\\Notes-master\\app\\src\\main\\res\\drawable-hdpi\\widget_2x_yellow.png=F\:\\Notes-master\\app\\build\\intermediates\\res\\merged\\release\\drawable-hdpi_widget_2x_yellow.png.flat
|
||||
F\:\\Notes-master\\app\\src\\main\\res\\drawable-hdpi\\widget_2x_blue.png=F\:\\Notes-master\\app\\build\\intermediates\\res\\merged\\release\\drawable-hdpi_widget_2x_blue.png.flat
|
||||
F\:\\Notes-master\\app\\src\\main\\res\\drawable-hdpi\\list_yellow_single.9.png=F\:\\Notes-master\\app\\build\\intermediates\\res\\merged\\release\\drawable-hdpi_list_yellow_single.9.png.flat
|
||||
F\:\\Notes-master\\app\\src\\main\\res\\drawable-hdpi\\list_blue_up.9.png=F\:\\Notes-master\\app\\build\\intermediates\\res\\merged\\release\\drawable-hdpi_list_blue_up.9.png.flat
|
||||
F\:\\Notes-master\\app\\src\\main\\res\\drawable-hdpi\\edit_title_blue.9.png=F\:\\Notes-master\\app\\build\\intermediates\\res\\merged\\release\\drawable-hdpi_edit_title_blue.9.png.flat
|
||||
F\:\\Notes-master\\app\\src\\main\\res\\menu\\call_note_edit.xml=F\:\\Notes-master\\app\\build\\intermediates\\res\\merged\\release\\menu_call_note_edit.xml.flat
|
||||
F\:\\Notes-master\\app\\src\\main\\res\\layout\\widget_4x.xml=F\:\\Notes-master\\app\\build\\intermediates\\res\\merged\\release\\layout_widget_4x.xml.flat
|
||||
F\:\\Notes-master\\app\\src\\main\\res\\drawable-hdpi\\title_bar_bg.9.png=F\:\\Notes-master\\app\\build\\intermediates\\res\\merged\\release\\drawable-hdpi_title_bar_bg.9.png.flat
|
||||
F\:\\Notes-master\\app\\src\\main\\res\\drawable-hdpi\\edit_title_green.9.png=F\:\\Notes-master\\app\\build\\intermediates\\res\\merged\\release\\drawable-hdpi_edit_title_green.9.png.flat
|
||||
F\:\\Notes-master\\app\\src\\main\\res\\drawable-hdpi\\list_red_middle.9.png=F\:\\Notes-master\\app\\build\\intermediates\\res\\merged\\release\\drawable-hdpi_list_red_middle.9.png.flat
|
||||
F\:\\Notes-master\\app\\src\\main\\res\\raw-zh-rCN\\introduction=F\:\\Notes-master\\app\\build\\intermediates\\res\\merged\\release\\raw-zh-rCN_introduction.flat
|
||||
F\:\\Notes-master\\app\\src\\main\\res\\drawable\\new_note.xml=F\:\\Notes-master\\app\\build\\intermediates\\res\\merged\\release\\drawable_new_note.xml.flat
|
||||
F\:\\Notes-master\\app\\src\\main\\res\\xml\\widget_4x_info.xml=F\:\\Notes-master\\app\\build\\intermediates\\res\\merged\\release\\xml_widget_4x_info.xml.flat
|
||||
F\:\\Notes-master\\app\\src\\main\\res\\drawable-hdpi\\font_size_selector_bg.9.png=F\:\\Notes-master\\app\\build\\intermediates\\res\\merged\\release\\drawable-hdpi_font_size_selector_bg.9.png.flat
|
||||
F\:\\Notes-master\\app\\src\\main\\res\\xml\\preferences.xml=F\:\\Notes-master\\app\\build\\intermediates\\res\\merged\\release\\xml_preferences.xml.flat
|
||||
F\:\\Notes-master\\app\\src\\main\\res\\layout\\datetime_picker.xml=F\:\\Notes-master\\app\\build\\intermediates\\res\\merged\\release\\layout_datetime_picker.xml.flat
|
||||
F\:\\Notes-master\\app\\src\\main\\res\\drawable-hdpi\\list_green_middle.9.png=F\:\\Notes-master\\app\\build\\intermediates\\res\\merged\\release\\drawable-hdpi_list_green_middle.9.png.flat
|
||||
F\:\\Notes-master\\app\\src\\main\\res\\drawable-hdpi\\icon_app.png=F\:\\Notes-master\\app\\build\\intermediates\\res\\merged\\release\\drawable-hdpi_icon_app.png.flat
|
||||
F\:\\Notes-master\\app\\src\\main\\res\\drawable-hdpi\\menu_move.png=F\:\\Notes-master\\app\\build\\intermediates\\res\\merged\\release\\drawable-hdpi_menu_move.png.flat
|
||||
F\:\\Notes-master\\app\\src\\main\\res\\layout\\note_list.xml=F\:\\Notes-master\\app\\build\\intermediates\\res\\merged\\release\\layout_note_list.xml.flat
|
||||
F\:\\Notes-master\\app\\src\\main\\res\\drawable-hdpi\\list_red_single.9.png=F\:\\Notes-master\\app\\build\\intermediates\\res\\merged\\release\\drawable-hdpi_list_red_single.9.png.flat
|
||||
F\:\\Notes-master\\app\\src\\main\\res\\drawable-hdpi\\font_large.png=F\:\\Notes-master\\app\\build\\intermediates\\res\\merged\\release\\drawable-hdpi_font_large.png.flat
|
||||
F\:\\Notes-master\\app\\src\\main\\res\\drawable-hdpi\\widget_2x_green.png=F\:\\Notes-master\\app\\build\\intermediates\\res\\merged\\release\\drawable-hdpi_widget_2x_green.png.flat
|
||||
F\:\\Notes-master\\app\\src\\main\\res\\menu\\note_list_options.xml=F\:\\Notes-master\\app\\build\\intermediates\\res\\merged\\release\\menu_note_list_options.xml.flat
|
|
@ -0,0 +1,108 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<resources xmlns:ns1="urn:oasis:names:tc:xliff:document:1.2">
|
||||
<string-array name="menu_share_ways">
|
||||
<item>短信</item>
|
||||
<item>邮件</item>
|
||||
</string-array>
|
||||
<plurals name="search_results_title">
|
||||
<item quantity="other"><ns1:g id="NUMBER">%1$s</ns1:g> 条符合“<ns1:g id="SEARCH">%2$s</ns1:g>”的搜索结果</item>
|
||||
</plurals>
|
||||
<string name="alert_message_delete_folder">确认删除文件夹及所包含的便签吗?</string>
|
||||
<string name="alert_message_delete_note">确认要删除该条便签吗?</string>
|
||||
<string name="alert_message_delete_notes">确认要删除所选的 %d 条便签吗?</string>
|
||||
<string name="alert_title_delete">删除</string>
|
||||
<string name="app_name">便签</string>
|
||||
<string name="app_widget2x2">便签2x2</string>
|
||||
<string name="app_widget4x4">便签4x4</string>
|
||||
<string name="button_delete">删除</string>
|
||||
<string name="call_record_folder_name">通话便签</string>
|
||||
<string name="datetime_dialog_cancel">取消</string>
|
||||
<string name="datetime_dialog_ok">设置</string>
|
||||
<string name="delete_remind_time_message">成功删除提醒</string>
|
||||
<string name="error_note_empty_for_clock">不能为空便签设置闹钟提醒</string>
|
||||
<string name="error_note_empty_for_send_to_desktop">不能将空便签发送到桌面</string>
|
||||
<string name="error_note_not_exist">要查看的便签不存在</string>
|
||||
<string name="error_sdcard_export">导出文本时发生错误,请检查SD卡</string>
|
||||
<string name="error_sdcard_unmounted">SD卡被占用,不能操作</string>
|
||||
<string name="error_sync_cancelled">同步已取消</string>
|
||||
<string name="error_sync_internal">同步失败,发生内部错误</string>
|
||||
<string name="error_sync_network">同步失败,请检查网络和帐号设置</string>
|
||||
<string name="failed_sdcard_export">导出失败</string>
|
||||
<string name="folder_exist">文件夹 %1$s 已存在,请重新命名</string>
|
||||
<string name="format_date_ymd">yyyyMMdd</string>
|
||||
<string name="format_datetime_mdhm">MM月dd日 kk:mm</string>
|
||||
<string name="format_exported_file_location">已将文本文件(%1$s)输出至SD卡(%2$s)目录</string>
|
||||
<string name="format_move_notes_to_folder">已将所选 %1$d 条便签移到 %2$s 文件夹</string>
|
||||
<string name="hint_foler_name">请输入名称</string>
|
||||
<string name="info_note_enter_desktop">已添加到桌面</string>
|
||||
<string name="menu_alert">提醒我</string>
|
||||
<string name="menu_create_folder">新建文件夹</string>
|
||||
<string name="menu_delete">删除</string>
|
||||
<string name="menu_deselect_all">取消全选</string>
|
||||
<string name="menu_export_text">导出文本</string>
|
||||
<string name="menu_folder_change_name">修改文件夹名称</string>
|
||||
<string name="menu_folder_delete">刪除文件夹</string>
|
||||
<string name="menu_folder_view">查看文件夹</string>
|
||||
<string name="menu_font_large">大</string>
|
||||
<string name="menu_font_normal">正常</string>
|
||||
<string name="menu_font_size">文字大小</string>
|
||||
<string name="menu_font_small">小</string>
|
||||
<string name="menu_font_super">超大</string>
|
||||
<string name="menu_list_mode">进入清单模式</string>
|
||||
<string name="menu_move">移动到文件夹</string>
|
||||
<string name="menu_move_parent_folder">上一级文件夹</string>
|
||||
<string name="menu_normal_mode">退出清单模式</string>
|
||||
<string name="menu_remove_remind">删除提醒</string>
|
||||
<string name="menu_search">搜索</string>
|
||||
<string name="menu_select_all">全选</string>
|
||||
<string name="menu_select_none">没有选中项,操作无效</string>
|
||||
<string name="menu_select_title">选中了 %d 项</string>
|
||||
<string name="menu_send_to_desktop">发送到桌面</string>
|
||||
<string name="menu_setting">设置</string>
|
||||
<string name="menu_share">分享</string>
|
||||
<string name="menu_sync">同步</string>
|
||||
<string name="menu_sync_cancel">取消同步</string>
|
||||
<string name="menu_title_select_folder">选择文件夹</string>
|
||||
<string name="note_alert_expired">已过期</string>
|
||||
<string name="note_link_email">发送邮件</string>
|
||||
<string name="note_link_other">打开地图</string>
|
||||
<string name="note_link_tel">呼叫电话</string>
|
||||
<string name="note_link_web">浏览网页</string>
|
||||
<string name="notealert_enter">查看</string>
|
||||
<string name="notealert_ok">知道了</string>
|
||||
<string name="notelist_menu_new">新建便签</string>
|
||||
<string name="notelist_string_info">...</string>
|
||||
<string name="preferences_account_summary">与google task同步便签记录</string>
|
||||
<string name="preferences_account_title">同步账号</string>
|
||||
<string name="preferences_add_account">添加账号</string>
|
||||
<string name="preferences_bg_random_appear_title">新建便签背景颜色随机</string>
|
||||
<string name="preferences_button_sync_cancel">取消同步</string>
|
||||
<string name="preferences_button_sync_immediately">立即同步</string>
|
||||
<string name="preferences_dialog_change_account_title">当前帐号 %1$s</string>
|
||||
<string name="preferences_dialog_change_account_warn_msg">如更换同步帐号,过去的帐号同步信息将被清空,再次切换的同时可能会造成数据重复</string>
|
||||
<string name="preferences_dialog_select_account_tips">请选择google帐号,便签将与该帐号的google task内容同步。</string>
|
||||
<string name="preferences_dialog_select_account_title">同步便签</string>
|
||||
<string name="preferences_last_sync_time">上次同步于 %1$s</string>
|
||||
<string name="preferences_menu_cancel">取消</string>
|
||||
<string name="preferences_menu_change_account">更换账号</string>
|
||||
<string name="preferences_menu_remove_account">删除账号</string>
|
||||
<string name="preferences_title">设置</string>
|
||||
<string name="preferences_toast_cannot_change_account">正在同步中,不能修改同步帐号</string>
|
||||
<string name="preferences_toast_success_set_accout">同步帐号已设置为%1$s</string>
|
||||
<string name="search">便签</string>
|
||||
<string name="search_hint">搜索便签</string>
|
||||
<string name="search_label">正在搜索便签</string>
|
||||
<string name="search_setting_description">便签中的文字</string>
|
||||
<string name="set_remind_time_message">创建提醒</string>
|
||||
<string name="success_sdcard_export">导出成功</string>
|
||||
<string name="success_sync_account">与%1$s同步成功</string>
|
||||
<string name="sync_progress_init_list">正在获取服务器便签列表...</string>
|
||||
<string name="sync_progress_login">登录%1$s...</string>
|
||||
<string name="sync_progress_syncing">正在同步本地便签...</string>
|
||||
<string name="ticker_cancel">同步已取消</string>
|
||||
<string name="ticker_fail">同步失败</string>
|
||||
<string name="ticker_success">同步成功</string>
|
||||
<string name="ticker_syncing">同步便签...</string>
|
||||
<string name="widget_havenot_content">没有关联内容,点击新建便签。</string>
|
||||
<string name="widget_under_visit_mode">访客模式下,便签内容不可见</string>
|
||||
</resources>
|
|
@ -0,0 +1,108 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<resources xmlns:ns1="urn:oasis:names:tc:xliff:document:1.2">
|
||||
<string-array name="menu_share_ways">
|
||||
<item>短信</item>
|
||||
<item>郵件</item>
|
||||
</string-array>
|
||||
<plurals name="search_results_title">
|
||||
<item quantity="other"><ns1:g id="NUMBER">%1$s</ns1:g> 條符合”<ns1:g id="SEARCH">%2$s</ns1:g>“的搜尋結果</item>
|
||||
</plurals>
|
||||
<string name="alert_message_delete_folder">確認刪除檔夾及所包含的便簽嗎?</string>
|
||||
<string name="alert_message_delete_note">确认要删除該條便籤嗎?</string>
|
||||
<string name="alert_message_delete_notes">确认要刪除所選的 %d 條便籤嗎?</string>
|
||||
<string name="alert_title_delete">刪除</string>
|
||||
<string name="app_name">便簽</string>
|
||||
<string name="app_widget2x2">便簽2x2</string>
|
||||
<string name="app_widget4x4">便簽4x4</string>
|
||||
<string name="button_delete">刪除</string>
|
||||
<string name="call_record_folder_name">通話便籤</string>
|
||||
<string name="datetime_dialog_cancel">取消</string>
|
||||
<string name="datetime_dialog_ok">設置</string>
|
||||
<string name="delete_remind_time_message">成功刪除提醒</string>
|
||||
<string name="error_note_empty_for_clock">不能爲空便籤設置鬧鐘提醒</string>
|
||||
<string name="error_note_empty_for_send_to_desktop">不能將空便籤發送到桌面</string>
|
||||
<string name="error_note_not_exist">要查看的便籤不存在</string>
|
||||
<string name="error_sdcard_export">導出TXT時發生錯誤,請檢查SD卡</string>
|
||||
<string name="error_sdcard_unmounted">SD卡被佔用,不能操作</string>
|
||||
<string name="error_sync_cancelled">同步已取消</string>
|
||||
<string name="error_sync_internal">同步失敗,發生內部錯誤</string>
|
||||
<string name="error_sync_network">同步失敗,請檢查網絡和帳號設置</string>
|
||||
<string name="failed_sdcard_export">導出失敗</string>
|
||||
<string name="folder_exist">文件夾 %1$s 已存在,請重新命名</string>
|
||||
<string name="format_date_ymd">yyyyMMdd</string>
|
||||
<string name="format_datetime_mdhm">MM月dd日 kk:mm</string>
|
||||
<string name="format_exported_file_location">已將文本文件(%1$s)導出至SD(%2$s)目錄</string>
|
||||
<string name="format_move_notes_to_folder">已將所選 %1$d 便籤移到 %2$s 文件夾</string>
|
||||
<string name="hint_foler_name">請輸入名稱</string>
|
||||
<string name="info_note_enter_desktop">已添加到桌面</string>
|
||||
<string name="menu_alert">提醒我</string>
|
||||
<string name="menu_create_folder">新建文件夾</string>
|
||||
<string name="menu_delete">刪除</string>
|
||||
<string name="menu_deselect_all">取消全選</string>
|
||||
<string name="menu_export_text">導出文本</string>
|
||||
<string name="menu_folder_change_name">修改文件夾名稱</string>
|
||||
<string name="menu_folder_delete">刪除文件夾</string>
|
||||
<string name="menu_folder_view">查看文件夾</string>
|
||||
<string name="menu_font_large">大</string>
|
||||
<string name="menu_font_normal">正常</string>
|
||||
<string name="menu_font_size">文字大小</string>
|
||||
<string name="menu_font_small">小</string>
|
||||
<string name="menu_font_super">超大</string>
|
||||
<string name="menu_list_mode">進入清單模式</string>
|
||||
<string name="menu_move">移動到文件夾</string>
|
||||
<string name="menu_move_parent_folder">上一級文件夾</string>
|
||||
<string name="menu_normal_mode">退出清單模式</string>
|
||||
<string name="menu_remove_remind">刪除提醒</string>
|
||||
<string name="menu_search">搜尋</string>
|
||||
<string name="menu_select_all">全選</string>
|
||||
<string name="menu_select_none">沒有選中項,操作無效</string>
|
||||
<string name="menu_select_title">選中了 %d 項</string>
|
||||
<string name="menu_send_to_desktop">發送到桌面</string>
|
||||
<string name="menu_setting">設置</string>
|
||||
<string name="menu_share">分享</string>
|
||||
<string name="menu_sync">同步</string>
|
||||
<string name="menu_sync_cancel">取消同步</string>
|
||||
<string name="menu_title_select_folder">選擇文件夾</string>
|
||||
<string name="note_alert_expired">已過期</string>
|
||||
<string name="note_link_email">發送郵件</string>
|
||||
<string name="note_link_other">打開地圖</string>
|
||||
<string name="note_link_tel">呼叫電話</string>
|
||||
<string name="note_link_web">浏覽網頁</string>
|
||||
<string name="notealert_enter">查看</string>
|
||||
<string name="notealert_ok">知道了</string>
|
||||
<string name="notelist_menu_new">新建便簽</string>
|
||||
<string name="notelist_string_info">...</string>
|
||||
<string name="preferences_account_summary">与google task同步便簽記錄</string>
|
||||
<string name="preferences_account_title">同步賬號</string>
|
||||
<string name="preferences_add_account">添加賬號</string>
|
||||
<string name="preferences_bg_random_appear_title">新建便籤背景顏色隨機</string>
|
||||
<string name="preferences_button_sync_cancel">取消同步</string>
|
||||
<string name="preferences_button_sync_immediately">立即同步</string>
|
||||
<string name="preferences_dialog_change_account_title">當前帳號 %1$s</string>
|
||||
<string name="preferences_dialog_change_account_warn_msg">如更換同步帳號,過去的帳號同步信息將被清空,再次切換的同時可能會造成數據重復</string>
|
||||
<string name="preferences_dialog_select_account_tips">請選擇google帳號,便簽將與該帳號的google task內容同步。</string>
|
||||
<string name="preferences_dialog_select_account_title">同步便簽</string>
|
||||
<string name="preferences_last_sync_time">上次同步于 %1$s</string>
|
||||
<string name="preferences_menu_cancel">取消</string>
|
||||
<string name="preferences_menu_change_account">更換賬號</string>
|
||||
<string name="preferences_menu_remove_account">刪除賬號</string>
|
||||
<string name="preferences_title">設置</string>
|
||||
<string name="preferences_toast_cannot_change_account">正在同步中,不能修改同步帳號</string>
|
||||
<string name="preferences_toast_success_set_accout">同步帳號已設置為%1$s</string>
|
||||
<string name="search">便籤</string>
|
||||
<string name="search_hint">搜索便籤</string>
|
||||
<string name="search_label">正在搜索便籤</string>
|
||||
<string name="search_setting_description">便籤中的文字</string>
|
||||
<string name="set_remind_time_message">創建提醒</string>
|
||||
<string name="success_sdcard_export">導出成功</string>
|
||||
<string name="success_sync_account">與%1$s同步成功</string>
|
||||
<string name="sync_progress_init_list">正在獲取服務器便籤列表...</string>
|
||||
<string name="sync_progress_login">登陸%1$s...</string>
|
||||
<string name="sync_progress_syncing">正在同步本地便籤...</string>
|
||||
<string name="ticker_cancel">同步已取消</string>
|
||||
<string name="ticker_fail">同步失敗</string>
|
||||
<string name="ticker_success">同步成功</string>
|
||||
<string name="ticker_syncing">同步便簽...</string>
|
||||
<string name="widget_havenot_content">沒有關聯內容,點擊新建便簽。</string>
|
||||
<string name="widget_under_visit_mode">訪客模式下,便籤內容不可見</string>
|
||||
</resources>
|
|
@ -0,0 +1,169 @@
|
|||
<?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> <!-- format_folder_name -->
|
||||
<item>--%s</item> <!-- format_folder_note_date -->
|
||||
<item>--%s</item> <!-- format_note_date -->
|
||||
<item>--%s</item> <!-- format_note_content -->
|
||||
</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">notes_%s.txt</string>
|
||||
<string name="file_path">/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">(%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_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_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">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 mode,can 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,4 @@
|
|||
#Thu Sep 12 15:02:05 CST 2019
|
||||
base.0=F\:\\Notes-master\\app\\build\\intermediates\\transforms\\dexMerger\\debug\\0
|
||||
path.0=classes.dex
|
||||
renamed.0=classes.dex
|
|
@ -0,0 +1,7 @@
|
|||
#Internal package file, do not edit.
|
||||
#Thu Sep 12 15:02:06 CST 2019
|
||||
0.baseType=DIRECTORY
|
||||
0.base=F\:\\Notes-master\\app\\build\\intermediates\\transforms\\dexMerger\\debug\\0
|
||||
0.path=classes.dex
|
||||
0.set=DEX
|
||||
count=1
|
Binary file not shown.
|
@ -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:targetSandboxVersion="2"
|
||||
android:versionCode="1"
|
||||
android:versionName="0.1" >
|
||||
|
||||
<uses-sdk
|
||||
android:minSdkVersion="14"
|
||||
android:targetSdkVersion="14" />
|
||||
|
||||
<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" >
|
||||
<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"}}]
|
|
@ -0,0 +1,150 @@
|
|||
<?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="14" />
|
||||
|
||||
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />
|
||||
<uses-permission android:name="com.android.launcher.permission.INSTALL_SHORTCUT" />
|
||||
<uses-permission android:name="android.permission.INTERNET" />
|
||||
<uses-permission android:name="android.permission.READ_CONTACTS" />
|
||||
<uses-permission android:name="android.permission.MANAGE_ACCOUNTS" />
|
||||
<uses-permission android:name="android.permission.AUTHENTICATE_ACCOUNTS" />
|
||||
<uses-permission android:name="android.permission.GET_ACCOUNTS" />
|
||||
<uses-permission android:name="android.permission.USE_CREDENTIALS" />
|
||||
<uses-permission android:name="android.permission.RECEIVE_BOOT_COMPLETED" />
|
||||
|
||||
<application
|
||||
android:icon="@drawable/icon_app"
|
||||
android:label="@string/app_name" >
|
||||
<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-release-unsigned.apk","fullName":"release","baseName":"release"},"path":"AndroidManifest.xml","properties":{"packageId":"net.micode.notes","split":"","minSdkVersion":"14"}}]
|
|
@ -0,0 +1 @@
|
|||
[{"outputType":{"type":"INSTANT_RUN_MERGED_MANIFESTS"},"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 @@
|
|||
[{"outputType":{"type":"INSTANT_RUN_MERGED_MANIFESTS"},"apkData":{"type":"MAIN","splits":[],"versionCode":1,"versionName":"0.1","enabled":true,"outputFile":"app-release-unsigned.apk","fullName":"release","baseName":"release"},"path":"AndroidManifest.xml","properties":{"packageId":"net.micode.notes","split":"","minSdkVersion":"14"}}]
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue