commit
ee37395684
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 @@
|
||||
#Mon Sep 25 19:53:35 CST 2023
|
||||
gradle.version=8.0
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -0,0 +1,3 @@
|
||||
# Default ignored files
|
||||
/shelf/
|
||||
/workspace.xml
|
@ -0,0 +1,6 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<project version="4">
|
||||
<component name="CompilerConfiguration">
|
||||
<bytecodeTargetLevel target="17" />
|
||||
</component>
|
||||
</project>
|
@ -0,0 +1,20 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<project version="4">
|
||||
<component name="GradleMigrationSettings" migrationVersion="1" />
|
||||
<component name="GradleSettings">
|
||||
<option name="linkedExternalProjectsSettings">
|
||||
<GradleProjectSettings>
|
||||
<option name="testRunner" value="GRADLE" />
|
||||
<option name="distributionType" value="DEFAULT_WRAPPED" />
|
||||
<option name="externalProjectPath" value="$PROJECT_DIR$" />
|
||||
<option name="gradleJvm" value="jbr-17" />
|
||||
<option name="modules">
|
||||
<set>
|
||||
<option value="$PROJECT_DIR$" />
|
||||
<option value="$PROJECT_DIR$/app" />
|
||||
</set>
|
||||
</option>
|
||||
</GradleProjectSettings>
|
||||
</option>
|
||||
</component>
|
||||
</project>
|
@ -0,0 +1,25 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<project version="4">
|
||||
<component name="RemoteRepositoriesConfiguration">
|
||||
<remote-repository>
|
||||
<option name="id" value="central" />
|
||||
<option name="name" value="Maven Central repository" />
|
||||
<option name="url" value="https://repo1.maven.org/maven2" />
|
||||
</remote-repository>
|
||||
<remote-repository>
|
||||
<option name="id" value="jboss.community" />
|
||||
<option name="name" value="JBoss Community repository" />
|
||||
<option name="url" value="https://repository.jboss.org/nexus/content/repositories/public/" />
|
||||
</remote-repository>
|
||||
<remote-repository>
|
||||
<option name="id" value="BintrayJCenter" />
|
||||
<option name="name" value="BintrayJCenter" />
|
||||
<option name="url" value="https://jcenter.bintray.com/" />
|
||||
</remote-repository>
|
||||
<remote-repository>
|
||||
<option name="id" value="Google" />
|
||||
<option name="name" value="Google" />
|
||||
<option name="url" value="https://dl.google.com/dl/android/maven2/" />
|
||||
</remote-repository>
|
||||
</component>
|
||||
</project>
|
@ -0,0 +1,9 @@
|
||||
<project version="4">
|
||||
<component name="ExternalStorageConfigurationManager" enabled="true" />
|
||||
<component name="ProjectRootManager" version="2" languageLevel="JDK_17" default="true" project-jdk-name="jbr-17" project-jdk-type="JavaSDK">
|
||||
<output url="file://$PROJECT_DIR$/build/classes" />
|
||||
</component>
|
||||
<component name="ProjectType">
|
||||
<option name="id" value="Android" />
|
||||
</component>
|
||||
</project>
|
@ -0,0 +1,6 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<project version="4">
|
||||
<component name="VcsDirectoryMappings">
|
||||
<mapping directory="$PROJECT_DIR$" vcs="Git" />
|
||||
</component>
|
||||
</project>
|
@ -0,0 +1,20 @@
|
||||
apply plugin: 'com.android.application'
|
||||
|
||||
android {
|
||||
namespace "net.micode.notes"
|
||||
compileSdkVersion 30
|
||||
buildToolsVersion "34.0.0"
|
||||
useLibrary 'org.apache.http.legacy'
|
||||
defaultConfig {
|
||||
applicationId "net.micode.notes"
|
||||
minSdkVersion 14
|
||||
targetSdkVersion 29
|
||||
}
|
||||
|
||||
buildTypes {
|
||||
release {
|
||||
minifyEnabled false
|
||||
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.txt'
|
||||
}
|
||||
}
|
||||
}
|
@ -0,0 +1 @@
|
||||
{}
|
@ -0,0 +1,2 @@
|
||||
appMetadataVersion=1.1
|
||||
androidGradlePluginVersion=8.1.0
|
@ -0,0 +1,10 @@
|
||||
{
|
||||
"version": 3,
|
||||
"artifactType": {
|
||||
"type": "COMPATIBLE_SCREEN_MANIFEST",
|
||||
"kind": "Directory"
|
||||
},
|
||||
"applicationId": "net.micode.notes",
|
||||
"variantName": "debug",
|
||||
"elements": []
|
||||
}
|
Binary file not shown.
Binary file not shown.
@ -0,0 +1,96 @@
|
||||
#Tue Nov 21 13:29:49 CST 2023
|
||||
net.micode.notes.app-main-6\:/color/primary_text_dark.xml=D\:\\xiaomiMaster\\app\\build\\intermediates\\merged_res\\debug\\color_primary_text_dark.xml.flat
|
||||
net.micode.notes.app-main-6\:/color/secondary_text_dark.xml=D\:\\xiaomiMaster\\app\\build\\intermediates\\merged_res\\debug\\color_secondary_text_dark.xml.flat
|
||||
net.micode.notes.app-main-6\:/drawable-hdpi/bg_btn_set_color.png=D\:\\xiaomiMaster\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_bg_btn_set_color.png.flat
|
||||
net.micode.notes.app-main-6\:/drawable-hdpi/bg_color_btn_mask.png=D\:\\xiaomiMaster\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_bg_color_btn_mask.png.flat
|
||||
net.micode.notes.app-main-6\:/drawable-hdpi/call_record.png=D\:\\xiaomiMaster\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_call_record.png.flat
|
||||
net.micode.notes.app-main-6\:/drawable-hdpi/clock.png=D\:\\xiaomiMaster\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_clock.png.flat
|
||||
net.micode.notes.app-main-6\:/drawable-hdpi/delete.png=D\:\\xiaomiMaster\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_delete.png.flat
|
||||
net.micode.notes.app-main-6\:/drawable-hdpi/dropdown_icon.9.png=D\:\\xiaomiMaster\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_dropdown_icon.9.png.flat
|
||||
net.micode.notes.app-main-6\:/drawable-hdpi/edit_blue.9.png=D\:\\xiaomiMaster\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_edit_blue.9.png.flat
|
||||
net.micode.notes.app-main-6\:/drawable-hdpi/edit_green.9.png=D\:\\xiaomiMaster\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_edit_green.9.png.flat
|
||||
net.micode.notes.app-main-6\:/drawable-hdpi/edit_red.9.png=D\:\\xiaomiMaster\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_edit_red.9.png.flat
|
||||
net.micode.notes.app-main-6\:/drawable-hdpi/edit_title_blue.9.png=D\:\\xiaomiMaster\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_edit_title_blue.9.png.flat
|
||||
net.micode.notes.app-main-6\:/drawable-hdpi/edit_title_green.9.png=D\:\\xiaomiMaster\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_edit_title_green.9.png.flat
|
||||
net.micode.notes.app-main-6\:/drawable-hdpi/edit_title_red.9.png=D\:\\xiaomiMaster\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_edit_title_red.9.png.flat
|
||||
net.micode.notes.app-main-6\:/drawable-hdpi/edit_title_white.9.png=D\:\\xiaomiMaster\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_edit_title_white.9.png.flat
|
||||
net.micode.notes.app-main-6\:/drawable-hdpi/edit_title_yellow.9.png=D\:\\xiaomiMaster\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_edit_title_yellow.9.png.flat
|
||||
net.micode.notes.app-main-6\:/drawable-hdpi/edit_white.9.png=D\:\\xiaomiMaster\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_edit_white.9.png.flat
|
||||
net.micode.notes.app-main-6\:/drawable-hdpi/edit_yellow.9.png=D\:\\xiaomiMaster\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_edit_yellow.9.png.flat
|
||||
net.micode.notes.app-main-6\:/drawable-hdpi/font_large.png=D\:\\xiaomiMaster\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_font_large.png.flat
|
||||
net.micode.notes.app-main-6\:/drawable-hdpi/font_normal.png=D\:\\xiaomiMaster\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_font_normal.png.flat
|
||||
net.micode.notes.app-main-6\:/drawable-hdpi/font_size_selector_bg.9.png=D\:\\xiaomiMaster\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_font_size_selector_bg.9.png.flat
|
||||
net.micode.notes.app-main-6\:/drawable-hdpi/font_small.png=D\:\\xiaomiMaster\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_font_small.png.flat
|
||||
net.micode.notes.app-main-6\:/drawable-hdpi/font_super.png=D\:\\xiaomiMaster\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_font_super.png.flat
|
||||
net.micode.notes.app-main-6\:/drawable-hdpi/icon_app.png=D\:\\xiaomiMaster\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_icon_app.png.flat
|
||||
net.micode.notes.app-main-6\:/drawable-hdpi/list_background.png=D\:\\xiaomiMaster\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_list_background.png.flat
|
||||
net.micode.notes.app-main-6\:/drawable-hdpi/list_blue_down.9.png=D\:\\xiaomiMaster\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_list_blue_down.9.png.flat
|
||||
net.micode.notes.app-main-6\:/drawable-hdpi/list_blue_middle.9.png=D\:\\xiaomiMaster\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_list_blue_middle.9.png.flat
|
||||
net.micode.notes.app-main-6\:/drawable-hdpi/list_blue_single.9.png=D\:\\xiaomiMaster\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_list_blue_single.9.png.flat
|
||||
net.micode.notes.app-main-6\:/drawable-hdpi/list_blue_up.9.png=D\:\\xiaomiMaster\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_list_blue_up.9.png.flat
|
||||
net.micode.notes.app-main-6\:/drawable-hdpi/list_folder.9.png=D\:\\xiaomiMaster\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_list_folder.9.png.flat
|
||||
net.micode.notes.app-main-6\:/drawable-hdpi/list_footer_bg.9.png=D\:\\xiaomiMaster\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_list_footer_bg.9.png.flat
|
||||
net.micode.notes.app-main-6\:/drawable-hdpi/list_green_down.9.png=D\:\\xiaomiMaster\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_list_green_down.9.png.flat
|
||||
net.micode.notes.app-main-6\:/drawable-hdpi/list_green_middle.9.png=D\:\\xiaomiMaster\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_list_green_middle.9.png.flat
|
||||
net.micode.notes.app-main-6\:/drawable-hdpi/list_green_single.9.png=D\:\\xiaomiMaster\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_list_green_single.9.png.flat
|
||||
net.micode.notes.app-main-6\:/drawable-hdpi/list_green_up.9.png=D\:\\xiaomiMaster\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_list_green_up.9.png.flat
|
||||
net.micode.notes.app-main-6\:/drawable-hdpi/list_red_down.9.png=D\:\\xiaomiMaster\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_list_red_down.9.png.flat
|
||||
net.micode.notes.app-main-6\:/drawable-hdpi/list_red_middle.9.png=D\:\\xiaomiMaster\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_list_red_middle.9.png.flat
|
||||
net.micode.notes.app-main-6\:/drawable-hdpi/list_red_single.9.png=D\:\\xiaomiMaster\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_list_red_single.9.png.flat
|
||||
net.micode.notes.app-main-6\:/drawable-hdpi/list_red_up.9.png=D\:\\xiaomiMaster\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_list_red_up.9.png.flat
|
||||
net.micode.notes.app-main-6\:/drawable-hdpi/list_white_down.9.png=D\:\\xiaomiMaster\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_list_white_down.9.png.flat
|
||||
net.micode.notes.app-main-6\:/drawable-hdpi/list_white_middle.9.png=D\:\\xiaomiMaster\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_list_white_middle.9.png.flat
|
||||
net.micode.notes.app-main-6\:/drawable-hdpi/list_white_single.9.png=D\:\\xiaomiMaster\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_list_white_single.9.png.flat
|
||||
net.micode.notes.app-main-6\:/drawable-hdpi/list_white_up.9.png=D\:\\xiaomiMaster\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_list_white_up.9.png.flat
|
||||
net.micode.notes.app-main-6\:/drawable-hdpi/list_yellow_down.9.png=D\:\\xiaomiMaster\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_list_yellow_down.9.png.flat
|
||||
net.micode.notes.app-main-6\:/drawable-hdpi/list_yellow_middle.9.png=D\:\\xiaomiMaster\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_list_yellow_middle.9.png.flat
|
||||
net.micode.notes.app-main-6\:/drawable-hdpi/list_yellow_single.9.png=D\:\\xiaomiMaster\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_list_yellow_single.9.png.flat
|
||||
net.micode.notes.app-main-6\:/drawable-hdpi/list_yellow_up.9.png=D\:\\xiaomiMaster\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_list_yellow_up.9.png.flat
|
||||
net.micode.notes.app-main-6\:/drawable-hdpi/menu_delete.png=D\:\\xiaomiMaster\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_menu_delete.png.flat
|
||||
net.micode.notes.app-main-6\:/drawable-hdpi/menu_move.png=D\:\\xiaomiMaster\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_menu_move.png.flat
|
||||
net.micode.notes.app-main-6\:/drawable-hdpi/new_note_normal.png=D\:\\xiaomiMaster\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_new_note_normal.png.flat
|
||||
net.micode.notes.app-main-6\:/drawable-hdpi/new_note_pressed.png=D\:\\xiaomiMaster\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_new_note_pressed.png.flat
|
||||
net.micode.notes.app-main-6\:/drawable-hdpi/note_edit_color_selector_panel.png=D\:\\xiaomiMaster\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_note_edit_color_selector_panel.png.flat
|
||||
net.micode.notes.app-main-6\:/drawable-hdpi/notification.png=D\:\\xiaomiMaster\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_notification.png.flat
|
||||
net.micode.notes.app-main-6\:/drawable-hdpi/search_result.png=D\:\\xiaomiMaster\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_search_result.png.flat
|
||||
net.micode.notes.app-main-6\:/drawable-hdpi/selected.png=D\:\\xiaomiMaster\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_selected.png.flat
|
||||
net.micode.notes.app-main-6\:/drawable-hdpi/title_alert.png=D\:\\xiaomiMaster\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_title_alert.png.flat
|
||||
net.micode.notes.app-main-6\:/drawable-hdpi/title_bar_bg.9.png=D\:\\xiaomiMaster\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_title_bar_bg.9.png.flat
|
||||
net.micode.notes.app-main-6\:/drawable-hdpi/widget_2x_blue.png=D\:\\xiaomiMaster\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_widget_2x_blue.png.flat
|
||||
net.micode.notes.app-main-6\:/drawable-hdpi/widget_2x_green.png=D\:\\xiaomiMaster\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_widget_2x_green.png.flat
|
||||
net.micode.notes.app-main-6\:/drawable-hdpi/widget_2x_red.png=D\:\\xiaomiMaster\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_widget_2x_red.png.flat
|
||||
net.micode.notes.app-main-6\:/drawable-hdpi/widget_2x_white.png=D\:\\xiaomiMaster\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_widget_2x_white.png.flat
|
||||
net.micode.notes.app-main-6\:/drawable-hdpi/widget_2x_yellow.png=D\:\\xiaomiMaster\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_widget_2x_yellow.png.flat
|
||||
net.micode.notes.app-main-6\:/drawable-hdpi/widget_4x_blue.png=D\:\\xiaomiMaster\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_widget_4x_blue.png.flat
|
||||
net.micode.notes.app-main-6\:/drawable-hdpi/widget_4x_green.png=D\:\\xiaomiMaster\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_widget_4x_green.png.flat
|
||||
net.micode.notes.app-main-6\:/drawable-hdpi/widget_4x_red.png=D\:\\xiaomiMaster\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_widget_4x_red.png.flat
|
||||
net.micode.notes.app-main-6\:/drawable-hdpi/widget_4x_white.png=D\:\\xiaomiMaster\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_widget_4x_white.png.flat
|
||||
net.micode.notes.app-main-6\:/drawable-hdpi/widget_4x_yellow.png=D\:\\xiaomiMaster\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_widget_4x_yellow.png.flat
|
||||
net.micode.notes.app-main-6\:/drawable/new_note.xml=D\:\\xiaomiMaster\\app\\build\\intermediates\\merged_res\\debug\\drawable_new_note.xml.flat
|
||||
net.micode.notes.app-main-6\:/layout/account_dialog_title.xml=D\:\\xiaomiMaster\\app\\build\\intermediates\\merged_res\\debug\\layout_account_dialog_title.xml.flat
|
||||
net.micode.notes.app-main-6\:/layout/add_account_text.xml=D\:\\xiaomiMaster\\app\\build\\intermediates\\merged_res\\debug\\layout_add_account_text.xml.flat
|
||||
net.micode.notes.app-main-6\:/layout/datetime_picker.xml=D\:\\xiaomiMaster\\app\\build\\intermediates\\merged_res\\debug\\layout_datetime_picker.xml.flat
|
||||
net.micode.notes.app-main-6\:/layout/dialog_edit_text.xml=D\:\\xiaomiMaster\\app\\build\\intermediates\\merged_res\\debug\\layout_dialog_edit_text.xml.flat
|
||||
net.micode.notes.app-main-6\:/layout/folder_list_item.xml=D\:\\xiaomiMaster\\app\\build\\intermediates\\merged_res\\debug\\layout_folder_list_item.xml.flat
|
||||
net.micode.notes.app-main-6\:/layout/note_edit.xml=D\:\\xiaomiMaster\\app\\build\\intermediates\\merged_res\\debug\\layout_note_edit.xml.flat
|
||||
net.micode.notes.app-main-6\:/layout/note_edit_list_item.xml=D\:\\xiaomiMaster\\app\\build\\intermediates\\merged_res\\debug\\layout_note_edit_list_item.xml.flat
|
||||
net.micode.notes.app-main-6\:/layout/note_item.xml=D\:\\xiaomiMaster\\app\\build\\intermediates\\merged_res\\debug\\layout_note_item.xml.flat
|
||||
net.micode.notes.app-main-6\:/layout/note_list.xml=D\:\\xiaomiMaster\\app\\build\\intermediates\\merged_res\\debug\\layout_note_list.xml.flat
|
||||
net.micode.notes.app-main-6\:/layout/note_list_dropdown_menu.xml=D\:\\xiaomiMaster\\app\\build\\intermediates\\merged_res\\debug\\layout_note_list_dropdown_menu.xml.flat
|
||||
net.micode.notes.app-main-6\:/layout/note_list_footer.xml=D\:\\xiaomiMaster\\app\\build\\intermediates\\merged_res\\debug\\layout_note_list_footer.xml.flat
|
||||
net.micode.notes.app-main-6\:/layout/settings_header.xml=D\:\\xiaomiMaster\\app\\build\\intermediates\\merged_res\\debug\\layout_settings_header.xml.flat
|
||||
net.micode.notes.app-main-6\:/layout/widget_2x.xml=D\:\\xiaomiMaster\\app\\build\\intermediates\\merged_res\\debug\\layout_widget_2x.xml.flat
|
||||
net.micode.notes.app-main-6\:/layout/widget_4x.xml=D\:\\xiaomiMaster\\app\\build\\intermediates\\merged_res\\debug\\layout_widget_4x.xml.flat
|
||||
net.micode.notes.app-main-6\:/menu/call_note_edit.xml=D\:\\xiaomiMaster\\app\\build\\intermediates\\merged_res\\debug\\menu_call_note_edit.xml.flat
|
||||
net.micode.notes.app-main-6\:/menu/call_record_folder.xml=D\:\\xiaomiMaster\\app\\build\\intermediates\\merged_res\\debug\\menu_call_record_folder.xml.flat
|
||||
net.micode.notes.app-main-6\:/menu/note_edit.xml=D\:\\xiaomiMaster\\app\\build\\intermediates\\merged_res\\debug\\menu_note_edit.xml.flat
|
||||
net.micode.notes.app-main-6\:/menu/note_list.xml=D\:\\xiaomiMaster\\app\\build\\intermediates\\merged_res\\debug\\menu_note_list.xml.flat
|
||||
net.micode.notes.app-main-6\:/menu/note_list_dropdown.xml=D\:\\xiaomiMaster\\app\\build\\intermediates\\merged_res\\debug\\menu_note_list_dropdown.xml.flat
|
||||
net.micode.notes.app-main-6\:/menu/note_list_options.xml=D\:\\xiaomiMaster\\app\\build\\intermediates\\merged_res\\debug\\menu_note_list_options.xml.flat
|
||||
net.micode.notes.app-main-6\:/menu/sub_folder.xml=D\:\\xiaomiMaster\\app\\build\\intermediates\\merged_res\\debug\\menu_sub_folder.xml.flat
|
||||
net.micode.notes.app-main-6\:/raw-zh-rCN/introduction=D\:\\xiaomiMaster\\app\\build\\intermediates\\merged_res\\debug\\raw-zh-rCN_introduction.flat
|
||||
net.micode.notes.app-main-6\:/raw/introduction=D\:\\xiaomiMaster\\app\\build\\intermediates\\merged_res\\debug\\raw_introduction.flat
|
||||
net.micode.notes.app-main-6\:/xml/preferences.xml=D\:\\xiaomiMaster\\app\\build\\intermediates\\merged_res\\debug\\xml_preferences.xml.flat
|
||||
net.micode.notes.app-main-6\:/xml/searchable.xml=D\:\\xiaomiMaster\\app\\build\\intermediates\\merged_res\\debug\\xml_searchable.xml.flat
|
||||
net.micode.notes.app-main-6\:/xml/widget_2x_info.xml=D\:\\xiaomiMaster\\app\\build\\intermediates\\merged_res\\debug\\xml_widget_2x_info.xml.flat
|
||||
net.micode.notes.app-main-6\:/xml/widget_4x_info.xml=D\:\\xiaomiMaster\\app\\build\\intermediates\\merged_res\\debug\\xml_widget_4x_info.xml.flat
|
File diff suppressed because one or more lines are too long
@ -0,0 +1,96 @@
|
||||
#Tue Nov 21 13:29:49 CST 2023
|
||||
net.micode.notes.app-main-5\:/color/primary_text_dark.xml=D\:\\xiaomiMaster\\app\\build\\intermediates\\packaged_res\\debug\\color\\primary_text_dark.xml
|
||||
net.micode.notes.app-main-5\:/color/secondary_text_dark.xml=D\:\\xiaomiMaster\\app\\build\\intermediates\\packaged_res\\debug\\color\\secondary_text_dark.xml
|
||||
net.micode.notes.app-main-5\:/drawable-hdpi/bg_btn_set_color.png=D\:\\xiaomiMaster\\app\\build\\intermediates\\packaged_res\\debug\\drawable-hdpi-v4\\bg_btn_set_color.png
|
||||
net.micode.notes.app-main-5\:/drawable-hdpi/bg_color_btn_mask.png=D\:\\xiaomiMaster\\app\\build\\intermediates\\packaged_res\\debug\\drawable-hdpi-v4\\bg_color_btn_mask.png
|
||||
net.micode.notes.app-main-5\:/drawable-hdpi/call_record.png=D\:\\xiaomiMaster\\app\\build\\intermediates\\packaged_res\\debug\\drawable-hdpi-v4\\call_record.png
|
||||
net.micode.notes.app-main-5\:/drawable-hdpi/clock.png=D\:\\xiaomiMaster\\app\\build\\intermediates\\packaged_res\\debug\\drawable-hdpi-v4\\clock.png
|
||||
net.micode.notes.app-main-5\:/drawable-hdpi/delete.png=D\:\\xiaomiMaster\\app\\build\\intermediates\\packaged_res\\debug\\drawable-hdpi-v4\\delete.png
|
||||
net.micode.notes.app-main-5\:/drawable-hdpi/dropdown_icon.9.png=D\:\\xiaomiMaster\\app\\build\\intermediates\\packaged_res\\debug\\drawable-hdpi-v4\\dropdown_icon.9.png
|
||||
net.micode.notes.app-main-5\:/drawable-hdpi/edit_blue.9.png=D\:\\xiaomiMaster\\app\\build\\intermediates\\packaged_res\\debug\\drawable-hdpi-v4\\edit_blue.9.png
|
||||
net.micode.notes.app-main-5\:/drawable-hdpi/edit_green.9.png=D\:\\xiaomiMaster\\app\\build\\intermediates\\packaged_res\\debug\\drawable-hdpi-v4\\edit_green.9.png
|
||||
net.micode.notes.app-main-5\:/drawable-hdpi/edit_red.9.png=D\:\\xiaomiMaster\\app\\build\\intermediates\\packaged_res\\debug\\drawable-hdpi-v4\\edit_red.9.png
|
||||
net.micode.notes.app-main-5\:/drawable-hdpi/edit_title_blue.9.png=D\:\\xiaomiMaster\\app\\build\\intermediates\\packaged_res\\debug\\drawable-hdpi-v4\\edit_title_blue.9.png
|
||||
net.micode.notes.app-main-5\:/drawable-hdpi/edit_title_green.9.png=D\:\\xiaomiMaster\\app\\build\\intermediates\\packaged_res\\debug\\drawable-hdpi-v4\\edit_title_green.9.png
|
||||
net.micode.notes.app-main-5\:/drawable-hdpi/edit_title_red.9.png=D\:\\xiaomiMaster\\app\\build\\intermediates\\packaged_res\\debug\\drawable-hdpi-v4\\edit_title_red.9.png
|
||||
net.micode.notes.app-main-5\:/drawable-hdpi/edit_title_white.9.png=D\:\\xiaomiMaster\\app\\build\\intermediates\\packaged_res\\debug\\drawable-hdpi-v4\\edit_title_white.9.png
|
||||
net.micode.notes.app-main-5\:/drawable-hdpi/edit_title_yellow.9.png=D\:\\xiaomiMaster\\app\\build\\intermediates\\packaged_res\\debug\\drawable-hdpi-v4\\edit_title_yellow.9.png
|
||||
net.micode.notes.app-main-5\:/drawable-hdpi/edit_white.9.png=D\:\\xiaomiMaster\\app\\build\\intermediates\\packaged_res\\debug\\drawable-hdpi-v4\\edit_white.9.png
|
||||
net.micode.notes.app-main-5\:/drawable-hdpi/edit_yellow.9.png=D\:\\xiaomiMaster\\app\\build\\intermediates\\packaged_res\\debug\\drawable-hdpi-v4\\edit_yellow.9.png
|
||||
net.micode.notes.app-main-5\:/drawable-hdpi/font_large.png=D\:\\xiaomiMaster\\app\\build\\intermediates\\packaged_res\\debug\\drawable-hdpi-v4\\font_large.png
|
||||
net.micode.notes.app-main-5\:/drawable-hdpi/font_normal.png=D\:\\xiaomiMaster\\app\\build\\intermediates\\packaged_res\\debug\\drawable-hdpi-v4\\font_normal.png
|
||||
net.micode.notes.app-main-5\:/drawable-hdpi/font_size_selector_bg.9.png=D\:\\xiaomiMaster\\app\\build\\intermediates\\packaged_res\\debug\\drawable-hdpi-v4\\font_size_selector_bg.9.png
|
||||
net.micode.notes.app-main-5\:/drawable-hdpi/font_small.png=D\:\\xiaomiMaster\\app\\build\\intermediates\\packaged_res\\debug\\drawable-hdpi-v4\\font_small.png
|
||||
net.micode.notes.app-main-5\:/drawable-hdpi/font_super.png=D\:\\xiaomiMaster\\app\\build\\intermediates\\packaged_res\\debug\\drawable-hdpi-v4\\font_super.png
|
||||
net.micode.notes.app-main-5\:/drawable-hdpi/icon_app.png=D\:\\xiaomiMaster\\app\\build\\intermediates\\packaged_res\\debug\\drawable-hdpi-v4\\icon_app.png
|
||||
net.micode.notes.app-main-5\:/drawable-hdpi/list_background.png=D\:\\xiaomiMaster\\app\\build\\intermediates\\packaged_res\\debug\\drawable-hdpi-v4\\list_background.png
|
||||
net.micode.notes.app-main-5\:/drawable-hdpi/list_blue_down.9.png=D\:\\xiaomiMaster\\app\\build\\intermediates\\packaged_res\\debug\\drawable-hdpi-v4\\list_blue_down.9.png
|
||||
net.micode.notes.app-main-5\:/drawable-hdpi/list_blue_middle.9.png=D\:\\xiaomiMaster\\app\\build\\intermediates\\packaged_res\\debug\\drawable-hdpi-v4\\list_blue_middle.9.png
|
||||
net.micode.notes.app-main-5\:/drawable-hdpi/list_blue_single.9.png=D\:\\xiaomiMaster\\app\\build\\intermediates\\packaged_res\\debug\\drawable-hdpi-v4\\list_blue_single.9.png
|
||||
net.micode.notes.app-main-5\:/drawable-hdpi/list_blue_up.9.png=D\:\\xiaomiMaster\\app\\build\\intermediates\\packaged_res\\debug\\drawable-hdpi-v4\\list_blue_up.9.png
|
||||
net.micode.notes.app-main-5\:/drawable-hdpi/list_folder.9.png=D\:\\xiaomiMaster\\app\\build\\intermediates\\packaged_res\\debug\\drawable-hdpi-v4\\list_folder.9.png
|
||||
net.micode.notes.app-main-5\:/drawable-hdpi/list_footer_bg.9.png=D\:\\xiaomiMaster\\app\\build\\intermediates\\packaged_res\\debug\\drawable-hdpi-v4\\list_footer_bg.9.png
|
||||
net.micode.notes.app-main-5\:/drawable-hdpi/list_green_down.9.png=D\:\\xiaomiMaster\\app\\build\\intermediates\\packaged_res\\debug\\drawable-hdpi-v4\\list_green_down.9.png
|
||||
net.micode.notes.app-main-5\:/drawable-hdpi/list_green_middle.9.png=D\:\\xiaomiMaster\\app\\build\\intermediates\\packaged_res\\debug\\drawable-hdpi-v4\\list_green_middle.9.png
|
||||
net.micode.notes.app-main-5\:/drawable-hdpi/list_green_single.9.png=D\:\\xiaomiMaster\\app\\build\\intermediates\\packaged_res\\debug\\drawable-hdpi-v4\\list_green_single.9.png
|
||||
net.micode.notes.app-main-5\:/drawable-hdpi/list_green_up.9.png=D\:\\xiaomiMaster\\app\\build\\intermediates\\packaged_res\\debug\\drawable-hdpi-v4\\list_green_up.9.png
|
||||
net.micode.notes.app-main-5\:/drawable-hdpi/list_red_down.9.png=D\:\\xiaomiMaster\\app\\build\\intermediates\\packaged_res\\debug\\drawable-hdpi-v4\\list_red_down.9.png
|
||||
net.micode.notes.app-main-5\:/drawable-hdpi/list_red_middle.9.png=D\:\\xiaomiMaster\\app\\build\\intermediates\\packaged_res\\debug\\drawable-hdpi-v4\\list_red_middle.9.png
|
||||
net.micode.notes.app-main-5\:/drawable-hdpi/list_red_single.9.png=D\:\\xiaomiMaster\\app\\build\\intermediates\\packaged_res\\debug\\drawable-hdpi-v4\\list_red_single.9.png
|
||||
net.micode.notes.app-main-5\:/drawable-hdpi/list_red_up.9.png=D\:\\xiaomiMaster\\app\\build\\intermediates\\packaged_res\\debug\\drawable-hdpi-v4\\list_red_up.9.png
|
||||
net.micode.notes.app-main-5\:/drawable-hdpi/list_white_down.9.png=D\:\\xiaomiMaster\\app\\build\\intermediates\\packaged_res\\debug\\drawable-hdpi-v4\\list_white_down.9.png
|
||||
net.micode.notes.app-main-5\:/drawable-hdpi/list_white_middle.9.png=D\:\\xiaomiMaster\\app\\build\\intermediates\\packaged_res\\debug\\drawable-hdpi-v4\\list_white_middle.9.png
|
||||
net.micode.notes.app-main-5\:/drawable-hdpi/list_white_single.9.png=D\:\\xiaomiMaster\\app\\build\\intermediates\\packaged_res\\debug\\drawable-hdpi-v4\\list_white_single.9.png
|
||||
net.micode.notes.app-main-5\:/drawable-hdpi/list_white_up.9.png=D\:\\xiaomiMaster\\app\\build\\intermediates\\packaged_res\\debug\\drawable-hdpi-v4\\list_white_up.9.png
|
||||
net.micode.notes.app-main-5\:/drawable-hdpi/list_yellow_down.9.png=D\:\\xiaomiMaster\\app\\build\\intermediates\\packaged_res\\debug\\drawable-hdpi-v4\\list_yellow_down.9.png
|
||||
net.micode.notes.app-main-5\:/drawable-hdpi/list_yellow_middle.9.png=D\:\\xiaomiMaster\\app\\build\\intermediates\\packaged_res\\debug\\drawable-hdpi-v4\\list_yellow_middle.9.png
|
||||
net.micode.notes.app-main-5\:/drawable-hdpi/list_yellow_single.9.png=D\:\\xiaomiMaster\\app\\build\\intermediates\\packaged_res\\debug\\drawable-hdpi-v4\\list_yellow_single.9.png
|
||||
net.micode.notes.app-main-5\:/drawable-hdpi/list_yellow_up.9.png=D\:\\xiaomiMaster\\app\\build\\intermediates\\packaged_res\\debug\\drawable-hdpi-v4\\list_yellow_up.9.png
|
||||
net.micode.notes.app-main-5\:/drawable-hdpi/menu_delete.png=D\:\\xiaomiMaster\\app\\build\\intermediates\\packaged_res\\debug\\drawable-hdpi-v4\\menu_delete.png
|
||||
net.micode.notes.app-main-5\:/drawable-hdpi/menu_move.png=D\:\\xiaomiMaster\\app\\build\\intermediates\\packaged_res\\debug\\drawable-hdpi-v4\\menu_move.png
|
||||
net.micode.notes.app-main-5\:/drawable-hdpi/new_note_normal.png=D\:\\xiaomiMaster\\app\\build\\intermediates\\packaged_res\\debug\\drawable-hdpi-v4\\new_note_normal.png
|
||||
net.micode.notes.app-main-5\:/drawable-hdpi/new_note_pressed.png=D\:\\xiaomiMaster\\app\\build\\intermediates\\packaged_res\\debug\\drawable-hdpi-v4\\new_note_pressed.png
|
||||
net.micode.notes.app-main-5\:/drawable-hdpi/note_edit_color_selector_panel.png=D\:\\xiaomiMaster\\app\\build\\intermediates\\packaged_res\\debug\\drawable-hdpi-v4\\note_edit_color_selector_panel.png
|
||||
net.micode.notes.app-main-5\:/drawable-hdpi/notification.png=D\:\\xiaomiMaster\\app\\build\\intermediates\\packaged_res\\debug\\drawable-hdpi-v4\\notification.png
|
||||
net.micode.notes.app-main-5\:/drawable-hdpi/search_result.png=D\:\\xiaomiMaster\\app\\build\\intermediates\\packaged_res\\debug\\drawable-hdpi-v4\\search_result.png
|
||||
net.micode.notes.app-main-5\:/drawable-hdpi/selected.png=D\:\\xiaomiMaster\\app\\build\\intermediates\\packaged_res\\debug\\drawable-hdpi-v4\\selected.png
|
||||
net.micode.notes.app-main-5\:/drawable-hdpi/title_alert.png=D\:\\xiaomiMaster\\app\\build\\intermediates\\packaged_res\\debug\\drawable-hdpi-v4\\title_alert.png
|
||||
net.micode.notes.app-main-5\:/drawable-hdpi/title_bar_bg.9.png=D\:\\xiaomiMaster\\app\\build\\intermediates\\packaged_res\\debug\\drawable-hdpi-v4\\title_bar_bg.9.png
|
||||
net.micode.notes.app-main-5\:/drawable-hdpi/widget_2x_blue.png=D\:\\xiaomiMaster\\app\\build\\intermediates\\packaged_res\\debug\\drawable-hdpi-v4\\widget_2x_blue.png
|
||||
net.micode.notes.app-main-5\:/drawable-hdpi/widget_2x_green.png=D\:\\xiaomiMaster\\app\\build\\intermediates\\packaged_res\\debug\\drawable-hdpi-v4\\widget_2x_green.png
|
||||
net.micode.notes.app-main-5\:/drawable-hdpi/widget_2x_red.png=D\:\\xiaomiMaster\\app\\build\\intermediates\\packaged_res\\debug\\drawable-hdpi-v4\\widget_2x_red.png
|
||||
net.micode.notes.app-main-5\:/drawable-hdpi/widget_2x_white.png=D\:\\xiaomiMaster\\app\\build\\intermediates\\packaged_res\\debug\\drawable-hdpi-v4\\widget_2x_white.png
|
||||
net.micode.notes.app-main-5\:/drawable-hdpi/widget_2x_yellow.png=D\:\\xiaomiMaster\\app\\build\\intermediates\\packaged_res\\debug\\drawable-hdpi-v4\\widget_2x_yellow.png
|
||||
net.micode.notes.app-main-5\:/drawable-hdpi/widget_4x_blue.png=D\:\\xiaomiMaster\\app\\build\\intermediates\\packaged_res\\debug\\drawable-hdpi-v4\\widget_4x_blue.png
|
||||
net.micode.notes.app-main-5\:/drawable-hdpi/widget_4x_green.png=D\:\\xiaomiMaster\\app\\build\\intermediates\\packaged_res\\debug\\drawable-hdpi-v4\\widget_4x_green.png
|
||||
net.micode.notes.app-main-5\:/drawable-hdpi/widget_4x_red.png=D\:\\xiaomiMaster\\app\\build\\intermediates\\packaged_res\\debug\\drawable-hdpi-v4\\widget_4x_red.png
|
||||
net.micode.notes.app-main-5\:/drawable-hdpi/widget_4x_white.png=D\:\\xiaomiMaster\\app\\build\\intermediates\\packaged_res\\debug\\drawable-hdpi-v4\\widget_4x_white.png
|
||||
net.micode.notes.app-main-5\:/drawable-hdpi/widget_4x_yellow.png=D\:\\xiaomiMaster\\app\\build\\intermediates\\packaged_res\\debug\\drawable-hdpi-v4\\widget_4x_yellow.png
|
||||
net.micode.notes.app-main-5\:/drawable/new_note.xml=D\:\\xiaomiMaster\\app\\build\\intermediates\\packaged_res\\debug\\drawable\\new_note.xml
|
||||
net.micode.notes.app-main-5\:/layout/account_dialog_title.xml=D\:\\xiaomiMaster\\app\\build\\intermediates\\packaged_res\\debug\\layout\\account_dialog_title.xml
|
||||
net.micode.notes.app-main-5\:/layout/add_account_text.xml=D\:\\xiaomiMaster\\app\\build\\intermediates\\packaged_res\\debug\\layout\\add_account_text.xml
|
||||
net.micode.notes.app-main-5\:/layout/datetime_picker.xml=D\:\\xiaomiMaster\\app\\build\\intermediates\\packaged_res\\debug\\layout\\datetime_picker.xml
|
||||
net.micode.notes.app-main-5\:/layout/dialog_edit_text.xml=D\:\\xiaomiMaster\\app\\build\\intermediates\\packaged_res\\debug\\layout\\dialog_edit_text.xml
|
||||
net.micode.notes.app-main-5\:/layout/folder_list_item.xml=D\:\\xiaomiMaster\\app\\build\\intermediates\\packaged_res\\debug\\layout\\folder_list_item.xml
|
||||
net.micode.notes.app-main-5\:/layout/note_edit.xml=D\:\\xiaomiMaster\\app\\build\\intermediates\\packaged_res\\debug\\layout\\note_edit.xml
|
||||
net.micode.notes.app-main-5\:/layout/note_edit_list_item.xml=D\:\\xiaomiMaster\\app\\build\\intermediates\\packaged_res\\debug\\layout\\note_edit_list_item.xml
|
||||
net.micode.notes.app-main-5\:/layout/note_item.xml=D\:\\xiaomiMaster\\app\\build\\intermediates\\packaged_res\\debug\\layout\\note_item.xml
|
||||
net.micode.notes.app-main-5\:/layout/note_list.xml=D\:\\xiaomiMaster\\app\\build\\intermediates\\packaged_res\\debug\\layout\\note_list.xml
|
||||
net.micode.notes.app-main-5\:/layout/note_list_dropdown_menu.xml=D\:\\xiaomiMaster\\app\\build\\intermediates\\packaged_res\\debug\\layout\\note_list_dropdown_menu.xml
|
||||
net.micode.notes.app-main-5\:/layout/note_list_footer.xml=D\:\\xiaomiMaster\\app\\build\\intermediates\\packaged_res\\debug\\layout\\note_list_footer.xml
|
||||
net.micode.notes.app-main-5\:/layout/settings_header.xml=D\:\\xiaomiMaster\\app\\build\\intermediates\\packaged_res\\debug\\layout\\settings_header.xml
|
||||
net.micode.notes.app-main-5\:/layout/widget_2x.xml=D\:\\xiaomiMaster\\app\\build\\intermediates\\packaged_res\\debug\\layout\\widget_2x.xml
|
||||
net.micode.notes.app-main-5\:/layout/widget_4x.xml=D\:\\xiaomiMaster\\app\\build\\intermediates\\packaged_res\\debug\\layout\\widget_4x.xml
|
||||
net.micode.notes.app-main-5\:/menu/call_note_edit.xml=D\:\\xiaomiMaster\\app\\build\\intermediates\\packaged_res\\debug\\menu\\call_note_edit.xml
|
||||
net.micode.notes.app-main-5\:/menu/call_record_folder.xml=D\:\\xiaomiMaster\\app\\build\\intermediates\\packaged_res\\debug\\menu\\call_record_folder.xml
|
||||
net.micode.notes.app-main-5\:/menu/note_edit.xml=D\:\\xiaomiMaster\\app\\build\\intermediates\\packaged_res\\debug\\menu\\note_edit.xml
|
||||
net.micode.notes.app-main-5\:/menu/note_list.xml=D\:\\xiaomiMaster\\app\\build\\intermediates\\packaged_res\\debug\\menu\\note_list.xml
|
||||
net.micode.notes.app-main-5\:/menu/note_list_dropdown.xml=D\:\\xiaomiMaster\\app\\build\\intermediates\\packaged_res\\debug\\menu\\note_list_dropdown.xml
|
||||
net.micode.notes.app-main-5\:/menu/note_list_options.xml=D\:\\xiaomiMaster\\app\\build\\intermediates\\packaged_res\\debug\\menu\\note_list_options.xml
|
||||
net.micode.notes.app-main-5\:/menu/sub_folder.xml=D\:\\xiaomiMaster\\app\\build\\intermediates\\packaged_res\\debug\\menu\\sub_folder.xml
|
||||
net.micode.notes.app-main-5\:/raw-zh-rCN/introduction=D\:\\xiaomiMaster\\app\\build\\intermediates\\packaged_res\\debug\\raw-zh-rCN\\introduction
|
||||
net.micode.notes.app-main-5\:/raw/introduction=D\:\\xiaomiMaster\\app\\build\\intermediates\\packaged_res\\debug\\raw\\introduction
|
||||
net.micode.notes.app-main-5\:/xml/preferences.xml=D\:\\xiaomiMaster\\app\\build\\intermediates\\packaged_res\\debug\\xml\\preferences.xml
|
||||
net.micode.notes.app-main-5\:/xml/searchable.xml=D\:\\xiaomiMaster\\app\\build\\intermediates\\packaged_res\\debug\\xml\\searchable.xml
|
||||
net.micode.notes.app-main-5\:/xml/widget_2x_info.xml=D\:\\xiaomiMaster\\app\\build\\intermediates\\packaged_res\\debug\\xml\\widget_2x_info.xml
|
||||
net.micode.notes.app-main-5\:/xml/widget_4x_info.xml=D\:\\xiaomiMaster\\app\\build\\intermediates\\packaged_res\\debug\\xml\\widget_4x_info.xml
|
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="D:\xiaomiMaster\app\src\main\assets"/></dataSet><dataSet config="debug" ignore_pattern="!.svn:!.git:!.ds_store:!*.scc:.*:<dir>_*:!CVS:!thumbs.db:!picasa.ini:!*~"><source path="D:\xiaomiMaster\app\src\debug\assets"/></dataSet><dataSet config="generated" ignore_pattern="!.svn:!.git:!.ds_store:!*.scc:.*:<dir>_*:!CVS:!thumbs.db:!picasa.ini:!*~"><source path="D:\xiaomiMaster\app\build\intermediates\shader_assets\debug\out"/></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="D:\xiaomiMaster\app\src\main\jniLibs"/></dataSet><dataSet config="debug" ignore_pattern="!.svn:!.git:!.ds_store:!*.scc:.*:<dir>_*:!CVS:!thumbs.db:!picasa.ini:!*~"><source path="D:\xiaomiMaster\app\src\debug\jniLibs"/></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="D:\xiaomiMaster\app\src\main\shaders"/></dataSet><dataSet config="debug" ignore_pattern="!.svn:!.git:!.ds_store:!*.scc:.*:<dir>_*:!CVS:!thumbs.db:!picasa.ini:!*~"><source path="D:\xiaomiMaster\app\src\debug\shaders"/></dataSet></merger>
|
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.
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.
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,285 @@
|
||||
R_DEF: Internal format may change without notice
|
||||
local
|
||||
array format_for_exported_note
|
||||
array menu_share_ways
|
||||
color primary_text_dark
|
||||
color secondary_text_dark
|
||||
color user_query_highlight
|
||||
dimen text_font_size_large
|
||||
dimen text_font_size_medium
|
||||
dimen text_font_size_normal
|
||||
dimen text_font_size_small
|
||||
dimen text_font_size_super
|
||||
drawable bg_btn_set_color
|
||||
drawable bg_color_btn_mask
|
||||
drawable call_record
|
||||
drawable clock
|
||||
drawable delete
|
||||
drawable dropdown_icon
|
||||
drawable edit_blue
|
||||
drawable edit_green
|
||||
drawable edit_red
|
||||
drawable edit_title_blue
|
||||
drawable edit_title_green
|
||||
drawable edit_title_red
|
||||
drawable edit_title_white
|
||||
drawable edit_title_yellow
|
||||
drawable edit_white
|
||||
drawable edit_yellow
|
||||
drawable font_large
|
||||
drawable font_normal
|
||||
drawable font_size_selector_bg
|
||||
drawable font_small
|
||||
drawable font_super
|
||||
drawable icon_app
|
||||
drawable list_background
|
||||
drawable list_blue_down
|
||||
drawable list_blue_middle
|
||||
drawable list_blue_single
|
||||
drawable list_blue_up
|
||||
drawable list_folder
|
||||
drawable list_footer_bg
|
||||
drawable list_green_down
|
||||
drawable list_green_middle
|
||||
drawable list_green_single
|
||||
drawable list_green_up
|
||||
drawable list_red_down
|
||||
drawable list_red_middle
|
||||
drawable list_red_single
|
||||
drawable list_red_up
|
||||
drawable list_white_down
|
||||
drawable list_white_middle
|
||||
drawable list_white_single
|
||||
drawable list_white_up
|
||||
drawable list_yellow_down
|
||||
drawable list_yellow_middle
|
||||
drawable list_yellow_single
|
||||
drawable list_yellow_up
|
||||
drawable menu_delete
|
||||
drawable menu_move
|
||||
drawable new_note
|
||||
drawable new_note_normal
|
||||
drawable new_note_pressed
|
||||
drawable note_edit_color_selector_panel
|
||||
drawable notification
|
||||
drawable search_result
|
||||
drawable selected
|
||||
drawable title_alert
|
||||
drawable title_bar_bg
|
||||
drawable widget_2x_blue
|
||||
drawable widget_2x_green
|
||||
drawable widget_2x_red
|
||||
drawable widget_2x_white
|
||||
drawable widget_2x_yellow
|
||||
drawable widget_4x_blue
|
||||
drawable widget_4x_green
|
||||
drawable widget_4x_red
|
||||
drawable widget_4x_white
|
||||
drawable widget_4x_yellow
|
||||
id account_dialog_subtitle
|
||||
id account_dialog_title
|
||||
id action_select_all
|
||||
id amPm
|
||||
id btn_new_note
|
||||
id btn_set_bg_color
|
||||
id cb_edit_item
|
||||
id date
|
||||
id delete
|
||||
id et_edit_text
|
||||
id et_foler_name
|
||||
id font_size_selector
|
||||
id hour
|
||||
id iv_alert_icon
|
||||
id iv_bg_blue
|
||||
id iv_bg_blue_select
|
||||
id iv_bg_green
|
||||
id iv_bg_green_select
|
||||
id iv_bg_red
|
||||
id iv_bg_red_select
|
||||
id iv_bg_white
|
||||
id iv_bg_white_select
|
||||
id iv_bg_yellow
|
||||
id iv_bg_yellow_select
|
||||
id iv_large_select
|
||||
id iv_medium_select
|
||||
id iv_small_select
|
||||
id iv_super_select
|
||||
id ll_font_large
|
||||
id ll_font_normal
|
||||
id ll_font_small
|
||||
id ll_font_super
|
||||
id menu_alert
|
||||
id menu_delete
|
||||
id menu_delete_remind
|
||||
id menu_export_text
|
||||
id menu_font_size
|
||||
id menu_list_mode
|
||||
id menu_new_folder
|
||||
id menu_new_note
|
||||
id menu_search
|
||||
id menu_send_to_desktop
|
||||
id menu_setting
|
||||
id menu_share
|
||||
id menu_sync
|
||||
id minute
|
||||
id move
|
||||
id navigation_bar
|
||||
id note_bg_color_selector
|
||||
id note_edit_list
|
||||
id note_edit_view
|
||||
id note_item
|
||||
id note_title
|
||||
id notes_list
|
||||
id prefenerece_sync_status_textview
|
||||
id preference_sync_button
|
||||
id selection_menu
|
||||
id sv_note_edit
|
||||
id tv_alert_date
|
||||
id tv_folder_name
|
||||
id tv_modified_date
|
||||
id tv_name
|
||||
id tv_time
|
||||
id tv_title
|
||||
id tv_title_bar
|
||||
id widget_bg_image
|
||||
id widget_text
|
||||
layout account_dialog_title
|
||||
layout add_account_text
|
||||
layout datetime_picker
|
||||
layout dialog_edit_text
|
||||
layout folder_list_item
|
||||
layout note_edit
|
||||
layout note_edit_list_item
|
||||
layout note_item
|
||||
layout note_list
|
||||
layout note_list_dropdown_menu
|
||||
layout note_list_footer
|
||||
layout settings_header
|
||||
layout widget_2x
|
||||
layout widget_4x
|
||||
menu call_note_edit
|
||||
menu call_record_folder
|
||||
menu note_edit
|
||||
menu note_list
|
||||
menu note_list_dropdown
|
||||
menu note_list_options
|
||||
menu sub_folder
|
||||
plurals search_results_title
|
||||
raw introduction
|
||||
string alert_message_delete_folder
|
||||
string alert_message_delete_note
|
||||
string alert_message_delete_notes
|
||||
string alert_title_delete
|
||||
string app_name
|
||||
string app_widget2x2
|
||||
string app_widget4x4
|
||||
string button_delete
|
||||
string call_record_folder_name
|
||||
string datetime_dialog_cancel
|
||||
string datetime_dialog_ok
|
||||
string delete_remind_time_message
|
||||
string error_note_empty_for_clock
|
||||
string error_note_empty_for_send_to_desktop
|
||||
string error_note_not_exist
|
||||
string error_sdcard_export
|
||||
string error_sdcard_unmounted
|
||||
string error_sync_cancelled
|
||||
string error_sync_internal
|
||||
string error_sync_network
|
||||
string failed_sdcard_export
|
||||
string file_name_txt_format
|
||||
string file_path
|
||||
string folder_exist
|
||||
string format_date_ymd
|
||||
string format_datetime_mdhm
|
||||
string format_exported_file_location
|
||||
string format_folder_files_count
|
||||
string format_move_notes_to_folder
|
||||
string hint_foler_name
|
||||
string info_note_enter_desktop
|
||||
string menu_alert
|
||||
string menu_create_folder
|
||||
string menu_delete
|
||||
string menu_deselect_all
|
||||
string menu_export_text
|
||||
string menu_folder_change_name
|
||||
string menu_folder_delete
|
||||
string menu_folder_view
|
||||
string menu_font_large
|
||||
string menu_font_normal
|
||||
string menu_font_size
|
||||
string menu_font_small
|
||||
string menu_font_super
|
||||
string menu_list_mode
|
||||
string menu_move
|
||||
string menu_move_parent_folder
|
||||
string menu_normal_mode
|
||||
string menu_remove_remind
|
||||
string menu_search
|
||||
string menu_select_all
|
||||
string menu_select_none
|
||||
string menu_select_title
|
||||
string menu_send_to_desktop
|
||||
string menu_setting
|
||||
string menu_share
|
||||
string menu_sync
|
||||
string menu_sync_cancel
|
||||
string menu_title_select_folder
|
||||
string note_alert_expired
|
||||
string note_link_email
|
||||
string note_link_other
|
||||
string note_link_tel
|
||||
string note_link_web
|
||||
string notealert_enter
|
||||
string notealert_ok
|
||||
string notelist_menu_new
|
||||
string notelist_string_info
|
||||
string preferences_account_summary
|
||||
string preferences_account_title
|
||||
string preferences_add_account
|
||||
string preferences_bg_random_appear_title
|
||||
string preferences_button_sync_cancel
|
||||
string preferences_button_sync_immediately
|
||||
string preferences_dialog_change_account_title
|
||||
string preferences_dialog_change_account_warn_msg
|
||||
string preferences_dialog_select_account_tips
|
||||
string preferences_dialog_select_account_title
|
||||
string preferences_last_sync_time
|
||||
string preferences_last_sync_time_format
|
||||
string preferences_menu_cancel
|
||||
string preferences_menu_change_account
|
||||
string preferences_menu_remove_account
|
||||
string preferences_title
|
||||
string preferences_toast_cannot_change_account
|
||||
string preferences_toast_success_set_accout
|
||||
string search
|
||||
string search_hint
|
||||
string search_label
|
||||
string search_setting_description
|
||||
string set_remind_time_message
|
||||
string success_sdcard_export
|
||||
string success_sync_account
|
||||
string sync_progress_init_list
|
||||
string sync_progress_login
|
||||
string sync_progress_syncing
|
||||
string ticker_cancel
|
||||
string ticker_fail
|
||||
string ticker_success
|
||||
string ticker_syncing
|
||||
string widget_havenot_content
|
||||
string widget_under_visit_mode
|
||||
style HighlightTextAppearancePrimary
|
||||
style HighlightTextAppearanceSecondary
|
||||
style NoteActionBarStyle
|
||||
style NoteTheme
|
||||
style TextAppearanceLarge
|
||||
style TextAppearanceMedium
|
||||
style TextAppearanceNormal
|
||||
style TextAppearancePrimaryItem
|
||||
style TextAppearanceSecondaryItem
|
||||
style TextAppearanceSuper
|
||||
style TextAppearanceUnderMenuIcon
|
||||
xml preferences
|
||||
xml searchable
|
||||
xml widget_2x_info
|
||||
xml widget_4x_info
|
@ -0,0 +1,273 @@
|
||||
1<?xml version="1.0" encoding="utf-8"?>
|
||||
2<!--
|
||||
3 Copyright (c) 2010-2011, The MiCode Open Source Community (www.micode.net)
|
||||
4
|
||||
5 Licensed under the Apache License, Version 2.0 (the "License");
|
||||
6 you may not use this file except in compliance with the License.
|
||||
7 You may obtain a copy of the License at
|
||||
8
|
||||
9 http://www.apache.org/licenses/LICENSE-2.0
|
||||
10
|
||||
11 Unless required by applicable law or agreed to in writing, software
|
||||
12 distributed under the License is distributed on an "AS IS" BASIS,
|
||||
13 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
14 See the License for the specific language governing permissions and
|
||||
15 limitations under the License.
|
||||
16-->
|
||||
17<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
18 package="net.micode.notes"
|
||||
19 android:versionCode="1"
|
||||
20 android:versionName="0.1" >
|
||||
21
|
||||
22 <uses-sdk
|
||||
22-->D:\xiaomiMaster\app\src\main\AndroidManifest.xml:23:5-44
|
||||
23 android:minSdkVersion="14"
|
||||
23-->D:\xiaomiMaster\app\src\main\AndroidManifest.xml:23:15-41
|
||||
24 android:targetSdkVersion="29" />
|
||||
25
|
||||
26 <uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />
|
||||
26-->D:\xiaomiMaster\app\src\main\AndroidManifest.xml:25:5-81
|
||||
26-->D:\xiaomiMaster\app\src\main\AndroidManifest.xml:25:22-78
|
||||
27 <uses-permission android:name="com.android.launcher.permission.INSTALL_SHORTCUT" />
|
||||
27-->D:\xiaomiMaster\app\src\main\AndroidManifest.xml:26:5-88
|
||||
27-->D:\xiaomiMaster\app\src\main\AndroidManifest.xml:26:22-85
|
||||
28 <uses-permission android:name="android.permission.INTERNET" />
|
||||
28-->D:\xiaomiMaster\app\src\main\AndroidManifest.xml:27:5-67
|
||||
28-->D:\xiaomiMaster\app\src\main\AndroidManifest.xml:27:22-64
|
||||
29 <uses-permission android:name="android.permission.READ_CONTACTS" />
|
||||
29-->D:\xiaomiMaster\app\src\main\AndroidManifest.xml:28:5-72
|
||||
29-->D:\xiaomiMaster\app\src\main\AndroidManifest.xml:28:22-69
|
||||
30 <uses-permission android:name="android.permission.MANAGE_ACCOUNTS" />
|
||||
30-->D:\xiaomiMaster\app\src\main\AndroidManifest.xml:29:5-74
|
||||
30-->D:\xiaomiMaster\app\src\main\AndroidManifest.xml:29:22-71
|
||||
31 <uses-permission android:name="android.permission.AUTHENTICATE_ACCOUNTS" />
|
||||
31-->D:\xiaomiMaster\app\src\main\AndroidManifest.xml:30:5-80
|
||||
31-->D:\xiaomiMaster\app\src\main\AndroidManifest.xml:30:22-77
|
||||
32 <uses-permission android:name="android.permission.GET_ACCOUNTS" />
|
||||
32-->D:\xiaomiMaster\app\src\main\AndroidManifest.xml:31:5-71
|
||||
32-->D:\xiaomiMaster\app\src\main\AndroidManifest.xml:31:22-68
|
||||
33 <uses-permission android:name="android.permission.USE_CREDENTIALS" />
|
||||
33-->D:\xiaomiMaster\app\src\main\AndroidManifest.xml:32:5-74
|
||||
33-->D:\xiaomiMaster\app\src\main\AndroidManifest.xml:32:22-71
|
||||
34 <uses-permission android:name="android.permission.RECEIVE_BOOT_COMPLETED" />
|
||||
34-->D:\xiaomiMaster\app\src\main\AndroidManifest.xml:33:5-81
|
||||
34-->D:\xiaomiMaster\app\src\main\AndroidManifest.xml:33:22-78
|
||||
35
|
||||
36 <application
|
||||
36-->D:\xiaomiMaster\app\src\main\AndroidManifest.xml:35:5-149:19
|
||||
37 android:debuggable="true"
|
||||
38 android:extractNativeLibs="true"
|
||||
39 android:icon="@drawable/icon_app"
|
||||
39-->D:\xiaomiMaster\app\src\main\AndroidManifest.xml:36:9-42
|
||||
40 android:label="@string/app_name"
|
||||
40-->D:\xiaomiMaster\app\src\main\AndroidManifest.xml:37:9-41
|
||||
41 android:testOnly="true" >
|
||||
42 <activity
|
||||
42-->D:\xiaomiMaster\app\src\main\AndroidManifest.xml:38:9-51:20
|
||||
43 android:name="net.micode.notes.ui.NotesListActivity"
|
||||
43-->D:\xiaomiMaster\app\src\main\AndroidManifest.xml:39:13-49
|
||||
44 android:configChanges="keyboardHidden|orientation|screenSize"
|
||||
44-->D:\xiaomiMaster\app\src\main\AndroidManifest.xml:40:13-74
|
||||
45 android:label="@string/app_name"
|
||||
45-->D:\xiaomiMaster\app\src\main\AndroidManifest.xml:41:13-45
|
||||
46 android:launchMode="singleTop"
|
||||
46-->D:\xiaomiMaster\app\src\main\AndroidManifest.xml:42:13-43
|
||||
47 android:theme="@style/NoteTheme"
|
||||
47-->D:\xiaomiMaster\app\src\main\AndroidManifest.xml:43:13-45
|
||||
48 android:uiOptions="splitActionBarWhenNarrow"
|
||||
48-->D:\xiaomiMaster\app\src\main\AndroidManifest.xml:44:13-57
|
||||
49 android:windowSoftInputMode="adjustPan" >
|
||||
49-->D:\xiaomiMaster\app\src\main\AndroidManifest.xml:45:13-52
|
||||
50 <intent-filter>
|
||||
50-->D:\xiaomiMaster\app\src\main\AndroidManifest.xml:47:13-50:29
|
||||
51 <action android:name="android.intent.action.MAIN" />
|
||||
51-->D:\xiaomiMaster\app\src\main\AndroidManifest.xml:48:17-69
|
||||
51-->D:\xiaomiMaster\app\src\main\AndroidManifest.xml:48:25-66
|
||||
52
|
||||
53 <category android:name="android.intent.category.LAUNCHER" />
|
||||
53-->D:\xiaomiMaster\app\src\main\AndroidManifest.xml:49:17-77
|
||||
53-->D:\xiaomiMaster\app\src\main\AndroidManifest.xml:49:27-74
|
||||
54 </intent-filter>
|
||||
55 </activity>
|
||||
56 <activity
|
||||
56-->D:\xiaomiMaster\app\src\main\AndroidManifest.xml:53:9-81:20
|
||||
57 android:name="net.micode.notes.ui.NoteEditActivity"
|
||||
57-->D:\xiaomiMaster\app\src\main\AndroidManifest.xml:54:13-48
|
||||
58 android:configChanges="keyboardHidden|orientation|screenSize"
|
||||
58-->D:\xiaomiMaster\app\src\main\AndroidManifest.xml:55:13-74
|
||||
59 android:launchMode="singleTop"
|
||||
59-->D:\xiaomiMaster\app\src\main\AndroidManifest.xml:56:13-43
|
||||
60 android:theme="@style/NoteTheme" >
|
||||
60-->D:\xiaomiMaster\app\src\main\AndroidManifest.xml:57:13-45
|
||||
61 <intent-filter>
|
||||
61-->D:\xiaomiMaster\app\src\main\AndroidManifest.xml:59:13-64:29
|
||||
62 <action android:name="android.intent.action.VIEW" />
|
||||
62-->D:\xiaomiMaster\app\src\main\AndroidManifest.xml:60:17-69
|
||||
62-->D:\xiaomiMaster\app\src\main\AndroidManifest.xml:60:25-66
|
||||
63
|
||||
64 <category android:name="android.intent.category.DEFAULT" />
|
||||
64-->D:\xiaomiMaster\app\src\main\AndroidManifest.xml:61:17-76
|
||||
64-->D:\xiaomiMaster\app\src\main\AndroidManifest.xml:61:27-73
|
||||
65
|
||||
66 <data android:mimeType="vnd.android.cursor.item/text_note" />
|
||||
66-->D:\xiaomiMaster\app\src\main\AndroidManifest.xml:62:17-78
|
||||
66-->D:\xiaomiMaster\app\src\main\AndroidManifest.xml:62:23-75
|
||||
67 <data android:mimeType="vnd.android.cursor.item/call_note" />
|
||||
67-->D:\xiaomiMaster\app\src\main\AndroidManifest.xml:62:17-78
|
||||
67-->D:\xiaomiMaster\app\src\main\AndroidManifest.xml:62:23-75
|
||||
68 </intent-filter>
|
||||
69 <intent-filter>
|
||||
69-->D:\xiaomiMaster\app\src\main\AndroidManifest.xml:66:13-71:29
|
||||
70 <action android:name="android.intent.action.INSERT_OR_EDIT" />
|
||||
70-->D:\xiaomiMaster\app\src\main\AndroidManifest.xml:67:17-79
|
||||
70-->D:\xiaomiMaster\app\src\main\AndroidManifest.xml:67:25-76
|
||||
71
|
||||
72 <category android:name="android.intent.category.DEFAULT" />
|
||||
72-->D:\xiaomiMaster\app\src\main\AndroidManifest.xml:61:17-76
|
||||
72-->D:\xiaomiMaster\app\src\main\AndroidManifest.xml:61:27-73
|
||||
73
|
||||
74 <data android:mimeType="vnd.android.cursor.item/text_note" />
|
||||
74-->D:\xiaomiMaster\app\src\main\AndroidManifest.xml:62:17-78
|
||||
74-->D:\xiaomiMaster\app\src\main\AndroidManifest.xml:62:23-75
|
||||
75 <data android:mimeType="vnd.android.cursor.item/call_note" />
|
||||
75-->D:\xiaomiMaster\app\src\main\AndroidManifest.xml:62:17-78
|
||||
75-->D:\xiaomiMaster\app\src\main\AndroidManifest.xml:62:23-75
|
||||
76 </intent-filter>
|
||||
77 <intent-filter>
|
||||
77-->D:\xiaomiMaster\app\src\main\AndroidManifest.xml:73:13-76:29
|
||||
78 <action android:name="android.intent.action.SEARCH" />
|
||||
78-->D:\xiaomiMaster\app\src\main\AndroidManifest.xml:74:17-71
|
||||
78-->D:\xiaomiMaster\app\src\main\AndroidManifest.xml:74:25-68
|
||||
79
|
||||
80 <category android:name="android.intent.category.DEFAULT" />
|
||||
80-->D:\xiaomiMaster\app\src\main\AndroidManifest.xml:61:17-76
|
||||
80-->D:\xiaomiMaster\app\src\main\AndroidManifest.xml:61:27-73
|
||||
81 </intent-filter>
|
||||
82
|
||||
83 <meta-data
|
||||
83-->D:\xiaomiMaster\app\src\main\AndroidManifest.xml:78:13-80:54
|
||||
84 android:name="android.app.searchable"
|
||||
84-->D:\xiaomiMaster\app\src\main\AndroidManifest.xml:79:17-54
|
||||
85 android:resource="@xml/searchable" />
|
||||
85-->D:\xiaomiMaster\app\src\main\AndroidManifest.xml:80:17-51
|
||||
86 </activity>
|
||||
87
|
||||
88 <provider
|
||||
88-->D:\xiaomiMaster\app\src\main\AndroidManifest.xml:83:9-86:43
|
||||
89 android:name="net.micode.notes.data.NotesProvider"
|
||||
89-->D:\xiaomiMaster\app\src\main\AndroidManifest.xml:84:13-63
|
||||
90 android:authorities="micode_notes"
|
||||
90-->D:\xiaomiMaster\app\src\main\AndroidManifest.xml:85:13-47
|
||||
91 android:multiprocess="true" />
|
||||
91-->D:\xiaomiMaster\app\src\main\AndroidManifest.xml:86:13-40
|
||||
92
|
||||
93 <receiver
|
||||
93-->D:\xiaomiMaster\app\src\main\AndroidManifest.xml:88:9-100:20
|
||||
94 android:name="net.micode.notes.widget.NoteWidgetProvider_2x"
|
||||
94-->D:\xiaomiMaster\app\src\main\AndroidManifest.xml:89:13-57
|
||||
95 android:label="@string/app_widget2x2" >
|
||||
95-->D:\xiaomiMaster\app\src\main\AndroidManifest.xml:90:13-50
|
||||
96 <intent-filter>
|
||||
96-->D:\xiaomiMaster\app\src\main\AndroidManifest.xml:91:13-95:29
|
||||
97 <action android:name="android.appwidget.action.APPWIDGET_UPDATE" />
|
||||
97-->D:\xiaomiMaster\app\src\main\AndroidManifest.xml:92:17-84
|
||||
97-->D:\xiaomiMaster\app\src\main\AndroidManifest.xml:92:25-81
|
||||
98 <action android:name="android.appwidget.action.APPWIDGET_DELETED" />
|
||||
98-->D:\xiaomiMaster\app\src\main\AndroidManifest.xml:93:17-85
|
||||
98-->D:\xiaomiMaster\app\src\main\AndroidManifest.xml:93:25-82
|
||||
99 <action android:name="android.intent.action.PRIVACY_MODE_CHANGED" />
|
||||
99-->D:\xiaomiMaster\app\src\main\AndroidManifest.xml:94:17-85
|
||||
99-->D:\xiaomiMaster\app\src\main\AndroidManifest.xml:94:25-82
|
||||
100 </intent-filter>
|
||||
101
|
||||
102 <meta-data
|
||||
102-->D:\xiaomiMaster\app\src\main\AndroidManifest.xml:97:13-99:58
|
||||
103 android:name="android.appwidget.provider"
|
||||
103-->D:\xiaomiMaster\app\src\main\AndroidManifest.xml:98:17-58
|
||||
104 android:resource="@xml/widget_2x_info" />
|
||||
104-->D:\xiaomiMaster\app\src\main\AndroidManifest.xml:99:17-55
|
||||
105 </receiver>
|
||||
106 <receiver
|
||||
106-->D:\xiaomiMaster\app\src\main\AndroidManifest.xml:101:9-114:20
|
||||
107 android:name="net.micode.notes.widget.NoteWidgetProvider_4x"
|
||||
107-->D:\xiaomiMaster\app\src\main\AndroidManifest.xml:102:13-57
|
||||
108 android:label="@string/app_widget4x4" >
|
||||
108-->D:\xiaomiMaster\app\src\main\AndroidManifest.xml:103:13-50
|
||||
109 <intent-filter>
|
||||
109-->D:\xiaomiMaster\app\src\main\AndroidManifest.xml:91:13-95:29
|
||||
110 <action android:name="android.appwidget.action.APPWIDGET_UPDATE" />
|
||||
110-->D:\xiaomiMaster\app\src\main\AndroidManifest.xml:92:17-84
|
||||
110-->D:\xiaomiMaster\app\src\main\AndroidManifest.xml:92:25-81
|
||||
111 <action android:name="android.appwidget.action.APPWIDGET_DELETED" />
|
||||
111-->D:\xiaomiMaster\app\src\main\AndroidManifest.xml:93:17-85
|
||||
111-->D:\xiaomiMaster\app\src\main\AndroidManifest.xml:93:25-82
|
||||
112 <action android:name="android.intent.action.PRIVACY_MODE_CHANGED" />
|
||||
112-->D:\xiaomiMaster\app\src\main\AndroidManifest.xml:94:17-85
|
||||
112-->D:\xiaomiMaster\app\src\main\AndroidManifest.xml:94:25-82
|
||||
113 </intent-filter>
|
||||
114
|
||||
115 <meta-data
|
||||
115-->D:\xiaomiMaster\app\src\main\AndroidManifest.xml:97:13-99:58
|
||||
116 android:name="android.appwidget.provider"
|
||||
116-->D:\xiaomiMaster\app\src\main\AndroidManifest.xml:98:17-58
|
||||
117 android:resource="@xml/widget_4x_info" />
|
||||
117-->D:\xiaomiMaster\app\src\main\AndroidManifest.xml:99:17-55
|
||||
118 </receiver>
|
||||
119 <receiver android:name="net.micode.notes.ui.AlarmInitReceiver" >
|
||||
119-->D:\xiaomiMaster\app\src\main\AndroidManifest.xml:116:9-120:20
|
||||
119-->D:\xiaomiMaster\app\src\main\AndroidManifest.xml:116:19-55
|
||||
120 <intent-filter>
|
||||
120-->D:\xiaomiMaster\app\src\main\AndroidManifest.xml:117:13-119:29
|
||||
121 <action android:name="android.intent.action.BOOT_COMPLETED" />
|
||||
121-->D:\xiaomiMaster\app\src\main\AndroidManifest.xml:118:17-79
|
||||
121-->D:\xiaomiMaster\app\src\main\AndroidManifest.xml:118:25-76
|
||||
122 </intent-filter>
|
||||
123 </receiver>
|
||||
124 <receiver
|
||||
124-->D:\xiaomiMaster\app\src\main\AndroidManifest.xml:122:9-125:20
|
||||
125 android:name="net.micode.notes.ui.AlarmReceiver"
|
||||
125-->D:\xiaomiMaster\app\src\main\AndroidManifest.xml:123:13-61
|
||||
126 android:process=":remote" >
|
||||
126-->D:\xiaomiMaster\app\src\main\AndroidManifest.xml:124:13-38
|
||||
127 </receiver>
|
||||
128
|
||||
129 <activity
|
||||
129-->D:\xiaomiMaster\app\src\main\AndroidManifest.xml:127:9-132:20
|
||||
130 android:name="net.micode.notes.ui.AlarmAlertActivity"
|
||||
130-->D:\xiaomiMaster\app\src\main\AndroidManifest.xml:128:13-50
|
||||
131 android:label="@string/app_name"
|
||||
131-->D:\xiaomiMaster\app\src\main\AndroidManifest.xml:129:13-45
|
||||
132 android:launchMode="singleInstance"
|
||||
132-->D:\xiaomiMaster\app\src\main\AndroidManifest.xml:130:13-48
|
||||
133 android:theme="@android:style/Theme.Holo.Wallpaper.NoTitleBar" >
|
||||
133-->D:\xiaomiMaster\app\src\main\AndroidManifest.xml:131:13-75
|
||||
134 </activity>
|
||||
135 <activity
|
||||
135-->D:\xiaomiMaster\app\src\main\AndroidManifest.xml:134:9-139:20
|
||||
136 android:name="net.micode.notes.ui.NotesPreferenceActivity"
|
||||
136-->D:\xiaomiMaster\app\src\main\AndroidManifest.xml:135:13-71
|
||||
137 android:label="@string/preferences_title"
|
||||
137-->D:\xiaomiMaster\app\src\main\AndroidManifest.xml:136:13-54
|
||||
138 android:launchMode="singleTop"
|
||||
138-->D:\xiaomiMaster\app\src\main\AndroidManifest.xml:137:13-43
|
||||
139 android:theme="@android:style/Theme.Holo.Light" >
|
||||
139-->D:\xiaomiMaster\app\src\main\AndroidManifest.xml:138:13-60
|
||||
140 </activity>
|
||||
141
|
||||
142 <service
|
||||
142-->D:\xiaomiMaster\app\src\main\AndroidManifest.xml:141:9-144:19
|
||||
143 android:name="net.micode.notes.gtask.remote.GTaskSyncService"
|
||||
143-->D:\xiaomiMaster\app\src\main\AndroidManifest.xml:142:13-74
|
||||
144 android:exported="false" >
|
||||
144-->D:\xiaomiMaster\app\src\main\AndroidManifest.xml:143:13-37
|
||||
145 </service>
|
||||
146
|
||||
147 <meta-data
|
||||
147-->D:\xiaomiMaster\app\src\main\AndroidManifest.xml:146:9-148:52
|
||||
148 android:name="android.app.default_searchable"
|
||||
148-->D:\xiaomiMaster\app\src\main\AndroidManifest.xml:147:13-58
|
||||
149 android:value=".ui.NoteEditActivity" />
|
||||
149-->D:\xiaomiMaster\app\src\main\AndroidManifest.xml:148:13-49
|
||||
150 </application>
|
||||
151
|
||||
152</manifest>
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in new issue