Compare commits
No commits in common. 'master' and 'main' have entirely different histories.
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.
@ -1,2 +0,0 @@
|
||||
#Tue Nov 09 19:08:53 CST 2021
|
||||
gradle.version=6.8
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -1,3 +0,0 @@
|
||||
# 默认忽略的文件
|
||||
/shelf/
|
||||
/workspace.xml
|
@ -1,6 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<project version="4">
|
||||
<component name="CompilerConfiguration">
|
||||
<bytecodeTargetLevel target="1.8" />
|
||||
</component>
|
||||
</project>
|
@ -1,20 +0,0 @@
|
||||
<?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="corretto-1.8" />
|
||||
<option name="modules">
|
||||
<set>
|
||||
<option value="$PROJECT_DIR$" />
|
||||
<option value="$PROJECT_DIR$/app" />
|
||||
</set>
|
||||
</option>
|
||||
</GradleProjectSettings>
|
||||
</option>
|
||||
</component>
|
||||
</project>
|
@ -1,25 +0,0 @@
|
||||
<?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>
|
@ -1,9 +0,0 @@
|
||||
<project version="4">
|
||||
<component name="ExternalStorageConfigurationManager" enabled="true" />
|
||||
<component name="ProjectRootManager" version="2" languageLevel="JDK_1_8" default="true" project-jdk-name="corretto-1.8" project-jdk-type="JavaSDK">
|
||||
<output url="file://$PROJECT_DIR$/build/classes" />
|
||||
</component>
|
||||
<component name="ProjectType">
|
||||
<option name="id" value="Android" />
|
||||
</component>
|
||||
</project>
|
@ -1,6 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<project version="4">
|
||||
<component name="VcsDirectoryMappings">
|
||||
<mapping directory="$PROJECT_DIR$" vcs="Git" />
|
||||
</component>
|
||||
</project>
|
@ -1,19 +0,0 @@
|
||||
apply plugin: 'com.android.application'
|
||||
|
||||
android {
|
||||
compileSdkVersion 21
|
||||
buildToolsVersion '30.0.2'
|
||||
|
||||
defaultConfig {
|
||||
applicationId "net.micode.notes"
|
||||
minSdkVersion 21
|
||||
targetSdkVersion 8
|
||||
}
|
||||
|
||||
buildTypes {
|
||||
release {
|
||||
minifyEnabled false
|
||||
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.txt'
|
||||
}
|
||||
}
|
||||
}
|
@ -1,12 +0,0 @@
|
||||
/**
|
||||
* 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 int VERSION_CODE = 1;
|
||||
public static final String VERSION_NAME = "0.1";
|
||||
}
|
@ -1 +0,0 @@
|
||||
{}
|
@ -1,10 +0,0 @@
|
||||
{
|
||||
"version": 2,
|
||||
"artifactType": {
|
||||
"type": "COMPATIBLE_SCREEN_MANIFEST",
|
||||
"kind": "Directory"
|
||||
},
|
||||
"applicationId": "net.micode.notes",
|
||||
"variantName": "debug",
|
||||
"elements": []
|
||||
}
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -1 +0,0 @@
|
||||
10
|
Binary file not shown.
@ -1,2 +0,0 @@
|
||||
<?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="E:\MiNotes\MiNotes\app\src\main\assets"/><source path="E:\MiNotes\MiNotes\app\build\intermediates\shader_assets\debug\out"/></dataSet><dataSet config="debug" ignore_pattern="!.svn:!.git:!.ds_store:!*.scc:.*:<dir>_*:!CVS:!thumbs.db:!picasa.ini:!*~"><source path="E:\MiNotes\MiNotes\app\src\debug\assets"/></dataSet></merger>
|
@ -1,2 +0,0 @@
|
||||
<?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="E:\MiNotes\MiNotes\app\src\main\jniLibs"/></dataSet><dataSet config="debug" ignore_pattern="!.svn:!.git:!.ds_store:!*.scc:.*:<dir>_*:!CVS:!thumbs.db:!picasa.ini:!*~"><source path="E:\MiNotes\MiNotes\app\src\debug\jniLibs"/></dataSet></merger>
|
@ -1,96 +0,0 @@
|
||||
#Fri Dec 22 01:59:50 CST 2023
|
||||
E\:\\MiNotes\\MiNotes\\app\\src\\main\\res\\menu\\call_record_folder.xml=E\:\\MiNotes\\MiNotes\\app\\build\\intermediates\\res\\merged\\debug\\menu_call_record_folder.xml.flat
|
||||
E\:\\MiNotes\\MiNotes\\app\\src\\main\\res\\layout\\dialog_edit_text.xml=E\:\\MiNotes\\MiNotes\\app\\build\\intermediates\\res\\merged\\debug\\layout_dialog_edit_text.xml.flat
|
||||
E\:\\MiNotes\\MiNotes\\app\\src\\main\\res\\drawable-hdpi\\edit_red.9.png=E\:\\MiNotes\\MiNotes\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi_edit_red.9.png.flat
|
||||
E\:\\MiNotes\\MiNotes\\app\\src\\main\\res\\menu\\sub_folder.xml=E\:\\MiNotes\\MiNotes\\app\\build\\intermediates\\res\\merged\\debug\\menu_sub_folder.xml.flat
|
||||
E\:\\MiNotes\\MiNotes\\app\\src\\main\\res\\drawable-hdpi\\call_record.png=E\:\\MiNotes\\MiNotes\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi_call_record.png.flat
|
||||
E\:\\MiNotes\\MiNotes\\app\\src\\main\\res\\layout\\note_list_footer.xml=E\:\\MiNotes\\MiNotes\\app\\build\\intermediates\\res\\merged\\debug\\layout_note_list_footer.xml.flat
|
||||
E\:\\MiNotes\\MiNotes\\app\\src\\main\\res\\drawable-hdpi\\title_alert.png=E\:\\MiNotes\\MiNotes\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi_title_alert.png.flat
|
||||
E\:\\MiNotes\\MiNotes\\app\\src\\main\\res\\drawable-hdpi\\list_blue_down.9.png=E\:\\MiNotes\\MiNotes\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi_list_blue_down.9.png.flat
|
||||
E\:\\MiNotes\\MiNotes\\app\\src\\main\\res\\drawable-hdpi\\widget_2x_yellow.png=E\:\\MiNotes\\MiNotes\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi_widget_2x_yellow.png.flat
|
||||
E\:\\MiNotes\\MiNotes\\app\\src\\main\\res\\drawable-hdpi\\search_result.png=E\:\\MiNotes\\MiNotes\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi_search_result.png.flat
|
||||
E\:\\MiNotes\\MiNotes\\app\\src\\main\\res\\drawable-hdpi\\widget_4x_green.png=E\:\\MiNotes\\MiNotes\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi_widget_4x_green.png.flat
|
||||
E\:\\MiNotes\\MiNotes\\app\\src\\main\\res\\drawable-hdpi\\list_white_middle.9.png=E\:\\MiNotes\\MiNotes\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi_list_white_middle.9.png.flat
|
||||
E\:\\MiNotes\\MiNotes\\app\\src\\main\\res\\drawable-hdpi\\list_blue_middle.9.png=E\:\\MiNotes\\MiNotes\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi_list_blue_middle.9.png.flat
|
||||
E\:\\MiNotes\\MiNotes\\app\\src\\main\\res\\drawable-hdpi\\menu_delete.png=E\:\\MiNotes\\MiNotes\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi_menu_delete.png.flat
|
||||
E\:\\MiNotes\\MiNotes\\app\\src\\main\\res\\drawable-hdpi\\widget_4x_white.png=E\:\\MiNotes\\MiNotes\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi_widget_4x_white.png.flat
|
||||
E\:\\MiNotes\\MiNotes\\app\\src\\main\\res\\drawable-hdpi\\widget_2x_red.png=E\:\\MiNotes\\MiNotes\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi_widget_2x_red.png.flat
|
||||
E\:\\MiNotes\\MiNotes\\app\\src\\main\\res\\drawable-hdpi\\new_note_normal.png=E\:\\MiNotes\\MiNotes\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi_new_note_normal.png.flat
|
||||
E\:\\MiNotes\\MiNotes\\app\\src\\main\\res\\drawable-hdpi\\widget_4x_red.png=E\:\\MiNotes\\MiNotes\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi_widget_4x_red.png.flat
|
||||
E\:\\MiNotes\\MiNotes\\app\\src\\main\\res\\drawable-hdpi\\edit_title_white.9.png=E\:\\MiNotes\\MiNotes\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi_edit_title_white.9.png.flat
|
||||
E\:\\MiNotes\\MiNotes\\app\\src\\main\\res\\drawable-hdpi\\list_white_single.9.png=E\:\\MiNotes\\MiNotes\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi_list_white_single.9.png.flat
|
||||
E\:\\MiNotes\\MiNotes\\app\\src\\main\\res\\drawable-hdpi\\list_blue_single.9.png=E\:\\MiNotes\\MiNotes\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi_list_blue_single.9.png.flat
|
||||
E\:\\MiNotes\\MiNotes\\app\\src\\main\\res\\drawable-hdpi\\font_super.png=E\:\\MiNotes\\MiNotes\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi_font_super.png.flat
|
||||
E\:\\MiNotes\\MiNotes\\app\\src\\main\\res\\drawable-hdpi\\edit_yellow.9.png=E\:\\MiNotes\\MiNotes\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi_edit_yellow.9.png.flat
|
||||
E\:\\MiNotes\\MiNotes\\app\\src\\main\\res\\color\\secondary_text_dark.xml=E\:\\MiNotes\\MiNotes\\app\\build\\intermediates\\res\\merged\\debug\\color_secondary_text_dark.xml.flat
|
||||
E\:\\MiNotes\\MiNotes\\app\\src\\main\\res\\drawable-hdpi\\dropdown_icon.9.png=E\:\\MiNotes\\MiNotes\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi_dropdown_icon.9.png.flat
|
||||
E\:\\MiNotes\\MiNotes\\app\\src\\main\\res\\drawable-hdpi\\notification.png=E\:\\MiNotes\\MiNotes\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi_notification.png.flat
|
||||
E\:\\MiNotes\\MiNotes\\app\\src\\main\\res\\layout\\widget_4x.xml=E\:\\MiNotes\\MiNotes\\app\\build\\intermediates\\res\\merged\\debug\\layout_widget_4x.xml.flat
|
||||
E\:\\MiNotes\\MiNotes\\app\\src\\main\\res\\layout\\folder_list_item.xml=E\:\\MiNotes\\MiNotes\\app\\build\\intermediates\\res\\merged\\debug\\layout_folder_list_item.xml.flat
|
||||
E\:\\MiNotes\\MiNotes\\app\\src\\main\\res\\layout\\settings_header.xml=E\:\\MiNotes\\MiNotes\\app\\build\\intermediates\\res\\merged\\debug\\layout_settings_header.xml.flat
|
||||
E\:\\MiNotes\\MiNotes\\app\\src\\main\\res\\layout\\account_dialog_title.xml=E\:\\MiNotes\\MiNotes\\app\\build\\intermediates\\res\\merged\\debug\\layout_account_dialog_title.xml.flat
|
||||
E\:\\MiNotes\\MiNotes\\app\\src\\main\\res\\drawable-hdpi\\list_green_down.9.png=E\:\\MiNotes\\MiNotes\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi_list_green_down.9.png.flat
|
||||
E\:\\MiNotes\\MiNotes\\app\\src\\main\\res\\drawable-hdpi\\list_red_down.9.png=E\:\\MiNotes\\MiNotes\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi_list_red_down.9.png.flat
|
||||
E\:\\MiNotes\\MiNotes\\app\\src\\main\\res\\layout\\note_item.xml=E\:\\MiNotes\\MiNotes\\app\\build\\intermediates\\res\\merged\\debug\\layout_note_item.xml.flat
|
||||
E\:\\MiNotes\\MiNotes\\app\\src\\main\\res\\drawable-hdpi\\list_folder.9.png=E\:\\MiNotes\\MiNotes\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi_list_folder.9.png.flat
|
||||
E\:\\MiNotes\\MiNotes\\app\\src\\main\\res\\xml\\widget_4x_info.xml=E\:\\MiNotes\\MiNotes\\app\\build\\intermediates\\res\\merged\\debug\\xml_widget_4x_info.xml.flat
|
||||
E\:\\MiNotes\\MiNotes\\app\\src\\main\\res\\drawable-hdpi\\delete.png=E\:\\MiNotes\\MiNotes\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi_delete.png.flat
|
||||
E\:\\MiNotes\\MiNotes\\app\\src\\main\\res\\drawable-hdpi\\edit_title_red.9.png=E\:\\MiNotes\\MiNotes\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi_edit_title_red.9.png.flat
|
||||
E\:\\MiNotes\\MiNotes\\app\\src\\main\\res\\drawable-hdpi\\bg_color_btn_mask.png=E\:\\MiNotes\\MiNotes\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi_bg_color_btn_mask.png.flat
|
||||
E\:\\MiNotes\\MiNotes\\app\\src\\main\\res\\drawable-hdpi\\list_footer_bg.9.png=E\:\\MiNotes\\MiNotes\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi_list_footer_bg.9.png.flat
|
||||
E\:\\MiNotes\\MiNotes\\app\\src\\main\\res\\drawable-hdpi\\font_small.png=E\:\\MiNotes\\MiNotes\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi_font_small.png.flat
|
||||
E\:\\MiNotes\\MiNotes\\app\\src\\main\\res\\layout\\datetime_picker.xml=E\:\\MiNotes\\MiNotes\\app\\build\\intermediates\\res\\merged\\debug\\layout_datetime_picker.xml.flat
|
||||
E\:\\MiNotes\\MiNotes\\app\\src\\main\\res\\drawable-hdpi\\list_yellow_middle.9.png=E\:\\MiNotes\\MiNotes\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi_list_yellow_middle.9.png.flat
|
||||
E\:\\MiNotes\\MiNotes\\app\\src\\main\\res\\raw\\introduction=E\:\\MiNotes\\MiNotes\\app\\build\\intermediates\\res\\merged\\debug\\raw_introduction.flat
|
||||
E\:\\MiNotes\\MiNotes\\app\\src\\main\\res\\drawable-hdpi\\list_green_middle.9.png=E\:\\MiNotes\\MiNotes\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi_list_green_middle.9.png.flat
|
||||
E\:\\MiNotes\\MiNotes\\app\\src\\main\\res\\drawable-hdpi\\icon_app.png=E\:\\MiNotes\\MiNotes\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi_icon_app.png.flat
|
||||
E\:\\MiNotes\\MiNotes\\app\\src\\main\\res\\drawable-hdpi\\widget_4x_blue.png=E\:\\MiNotes\\MiNotes\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi_widget_4x_blue.png.flat
|
||||
E\:\\MiNotes\\MiNotes\\app\\src\\main\\res\\drawable-hdpi\\list_red_middle.9.png=E\:\\MiNotes\\MiNotes\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi_list_red_middle.9.png.flat
|
||||
E\:\\MiNotes\\MiNotes\\app\\src\\main\\res\\drawable-hdpi\\list_yellow_down.9.png=E\:\\MiNotes\\MiNotes\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi_list_yellow_down.9.png.flat
|
||||
E\:\\MiNotes\\MiNotes\\app\\src\\main\\res\\layout\\note_edit_list_item.xml=E\:\\MiNotes\\MiNotes\\app\\build\\intermediates\\res\\merged\\debug\\layout_note_edit_list_item.xml.flat
|
||||
E\:\\MiNotes\\MiNotes\\app\\src\\main\\res\\drawable-hdpi\\list_red_up.9.png=E\:\\MiNotes\\MiNotes\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi_list_red_up.9.png.flat
|
||||
E\:\\MiNotes\\MiNotes\\app\\src\\main\\res\\layout\\note_edit.xml=E\:\\MiNotes\\MiNotes\\app\\build\\intermediates\\res\\merged\\debug\\layout_note_edit.xml.flat
|
||||
E\:\\MiNotes\\MiNotes\\app\\src\\main\\res\\drawable-hdpi\\bg_btn_set_color.png=E\:\\MiNotes\\MiNotes\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi_bg_btn_set_color.png.flat
|
||||
E\:\\MiNotes\\MiNotes\\app\\src\\main\\res\\xml\\preferences.xml=E\:\\MiNotes\\MiNotes\\app\\build\\intermediates\\res\\merged\\debug\\xml_preferences.xml.flat
|
||||
E\:\\MiNotes\\MiNotes\\app\\src\\main\\res\\drawable-hdpi\\edit_title_blue.9.png=E\:\\MiNotes\\MiNotes\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi_edit_title_blue.9.png.flat
|
||||
E\:\\MiNotes\\MiNotes\\app\\src\\main\\res\\drawable-hdpi\\edit_white.9.png=E\:\\MiNotes\\MiNotes\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi_edit_white.9.png.flat
|
||||
E\:\\MiNotes\\MiNotes\\app\\src\\main\\res\\menu\\note_list.xml=E\:\\MiNotes\\MiNotes\\app\\build\\intermediates\\res\\merged\\debug\\menu_note_list.xml.flat
|
||||
E\:\\MiNotes\\MiNotes\\app\\src\\main\\res\\menu\\note_list_options.xml=E\:\\MiNotes\\MiNotes\\app\\build\\intermediates\\res\\merged\\debug\\menu_note_list_options.xml.flat
|
||||
E\:\\MiNotes\\MiNotes\\app\\src\\main\\res\\drawable\\new_note.xml=E\:\\MiNotes\\MiNotes\\app\\build\\intermediates\\res\\merged\\debug\\drawable_new_note.xml.flat
|
||||
E\:\\MiNotes\\MiNotes\\app\\src\\main\\res\\layout\\note_list.xml=E\:\\MiNotes\\MiNotes\\app\\build\\intermediates\\res\\merged\\debug\\layout_note_list.xml.flat
|
||||
E\:\\MiNotes\\MiNotes\\app\\src\\main\\res\\drawable-hdpi\\list_yellow_up.9.png=E\:\\MiNotes\\MiNotes\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi_list_yellow_up.9.png.flat
|
||||
E\:\\MiNotes\\MiNotes\\app\\src\\main\\res\\layout\\add_account_text.xml=E\:\\MiNotes\\MiNotes\\app\\build\\intermediates\\res\\merged\\debug\\layout_add_account_text.xml.flat
|
||||
E\:\\MiNotes\\MiNotes\\app\\src\\main\\res\\drawable-hdpi\\widget_2x_green.png=E\:\\MiNotes\\MiNotes\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi_widget_2x_green.png.flat
|
||||
E\:\\MiNotes\\MiNotes\\app\\src\\main\\res\\drawable-hdpi\\list_yellow_single.9.png=E\:\\MiNotes\\MiNotes\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi_list_yellow_single.9.png.flat
|
||||
E\:\\MiNotes\\MiNotes\\app\\src\\main\\res\\drawable-hdpi\\list_green_single.9.png=E\:\\MiNotes\\MiNotes\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi_list_green_single.9.png.flat
|
||||
E\:\\MiNotes\\MiNotes\\app\\src\\main\\res\\drawable-hdpi\\note_edit_color_selector_panel.png=E\:\\MiNotes\\MiNotes\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi_note_edit_color_selector_panel.png.flat
|
||||
E\:\\MiNotes\\MiNotes\\app\\src\\main\\res\\drawable-hdpi\\font_size_selector_bg.9.png=E\:\\MiNotes\\MiNotes\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi_font_size_selector_bg.9.png.flat
|
||||
E\:\\MiNotes\\MiNotes\\app\\src\\main\\res\\menu\\note_list_dropdown.xml=E\:\\MiNotes\\MiNotes\\app\\build\\intermediates\\res\\merged\\debug\\menu_note_list_dropdown.xml.flat
|
||||
E\:\\MiNotes\\MiNotes\\app\\src\\main\\res\\drawable-hdpi\\font_normal.png=E\:\\MiNotes\\MiNotes\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi_font_normal.png.flat
|
||||
E\:\\MiNotes\\MiNotes\\app\\src\\main\\res\\xml\\widget_2x_info.xml=E\:\\MiNotes\\MiNotes\\app\\build\\intermediates\\res\\merged\\debug\\xml_widget_2x_info.xml.flat
|
||||
E\:\\MiNotes\\MiNotes\\app\\src\\main\\res\\menu\\note_edit.xml=E\:\\MiNotes\\MiNotes\\app\\build\\intermediates\\res\\merged\\debug\\menu_note_edit.xml.flat
|
||||
E\:\\MiNotes\\MiNotes\\app\\src\\main\\res\\drawable-hdpi\\edit_title_yellow.9.png=E\:\\MiNotes\\MiNotes\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi_edit_title_yellow.9.png.flat
|
||||
E\:\\MiNotes\\MiNotes\\app\\src\\main\\res\\xml\\searchable.xml=E\:\\MiNotes\\MiNotes\\app\\build\\intermediates\\res\\merged\\debug\\xml_searchable.xml.flat
|
||||
E\:\\MiNotes\\MiNotes\\app\\src\\main\\res\\drawable-hdpi\\widget_2x_blue.png=E\:\\MiNotes\\MiNotes\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi_widget_2x_blue.png.flat
|
||||
E\:\\MiNotes\\MiNotes\\app\\src\\main\\res\\drawable-hdpi\\list_blue_up.9.png=E\:\\MiNotes\\MiNotes\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi_list_blue_up.9.png.flat
|
||||
E\:\\MiNotes\\MiNotes\\app\\src\\main\\res\\color\\primary_text_dark.xml=E\:\\MiNotes\\MiNotes\\app\\build\\intermediates\\res\\merged\\debug\\color_primary_text_dark.xml.flat
|
||||
E\:\\MiNotes\\MiNotes\\app\\src\\main\\res\\drawable-hdpi\\title_bar_bg.9.png=E\:\\MiNotes\\MiNotes\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi_title_bar_bg.9.png.flat
|
||||
E\:\\MiNotes\\MiNotes\\app\\src\\main\\res\\drawable-hdpi\\list_green_up.9.png=E\:\\MiNotes\\MiNotes\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi_list_green_up.9.png.flat
|
||||
E\:\\MiNotes\\MiNotes\\app\\src\\main\\res\\drawable-hdpi\\edit_blue.9.png=E\:\\MiNotes\\MiNotes\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi_edit_blue.9.png.flat
|
||||
E\:\\MiNotes\\MiNotes\\app\\src\\main\\res\\drawable-hdpi\\edit_title_green.9.png=E\:\\MiNotes\\MiNotes\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi_edit_title_green.9.png.flat
|
||||
E\:\\MiNotes\\MiNotes\\app\\src\\main\\res\\drawable-hdpi\\list_red_single.9.png=E\:\\MiNotes\\MiNotes\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi_list_red_single.9.png.flat
|
||||
E\:\\MiNotes\\MiNotes\\app\\src\\main\\res\\drawable-hdpi\\clock.png=E\:\\MiNotes\\MiNotes\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi_clock.png.flat
|
||||
E\:\\MiNotes\\MiNotes\\app\\src\\main\\res\\drawable-hdpi\\widget_2x_white.png=E\:\\MiNotes\\MiNotes\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi_widget_2x_white.png.flat
|
||||
E\:\\MiNotes\\MiNotes\\app\\src\\main\\res\\menu\\call_note_edit.xml=E\:\\MiNotes\\MiNotes\\app\\build\\intermediates\\res\\merged\\debug\\menu_call_note_edit.xml.flat
|
||||
E\:\\MiNotes\\MiNotes\\app\\src\\main\\res\\drawable-hdpi\\new_note_pressed.png=E\:\\MiNotes\\MiNotes\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi_new_note_pressed.png.flat
|
||||
E\:\\MiNotes\\MiNotes\\app\\src\\main\\res\\layout\\note_list_dropdown_menu.xml=E\:\\MiNotes\\MiNotes\\app\\build\\intermediates\\res\\merged\\debug\\layout_note_list_dropdown_menu.xml.flat
|
||||
E\:\\MiNotes\\MiNotes\\app\\src\\main\\res\\drawable-hdpi\\list_background.png=E\:\\MiNotes\\MiNotes\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi_list_background.png.flat
|
||||
E\:\\MiNotes\\MiNotes\\app\\src\\main\\res\\drawable-hdpi\\list_white_down.9.png=E\:\\MiNotes\\MiNotes\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi_list_white_down.9.png.flat
|
||||
E\:\\MiNotes\\MiNotes\\app\\src\\main\\res\\raw-zh-rCN\\introduction=E\:\\MiNotes\\MiNotes\\app\\build\\intermediates\\res\\merged\\debug\\raw-zh-rCN_introduction.flat
|
||||
E\:\\MiNotes\\MiNotes\\app\\src\\main\\res\\drawable-hdpi\\selected.png=E\:\\MiNotes\\MiNotes\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi_selected.png.flat
|
||||
E\:\\MiNotes\\MiNotes\\app\\src\\main\\res\\drawable-hdpi\\list_white_up.9.png=E\:\\MiNotes\\MiNotes\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi_list_white_up.9.png.flat
|
||||
E\:\\MiNotes\\MiNotes\\app\\src\\main\\res\\drawable-hdpi\\widget_4x_yellow.png=E\:\\MiNotes\\MiNotes\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi_widget_4x_yellow.png.flat
|
||||
E\:\\MiNotes\\MiNotes\\app\\src\\main\\res\\drawable-hdpi\\menu_move.png=E\:\\MiNotes\\MiNotes\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi_menu_move.png.flat
|
||||
E\:\\MiNotes\\MiNotes\\app\\src\\main\\res\\layout\\widget_2x.xml=E\:\\MiNotes\\MiNotes\\app\\build\\intermediates\\res\\merged\\debug\\layout_widget_2x.xml.flat
|
||||
E\:\\MiNotes\\MiNotes\\app\\src\\main\\res\\drawable-hdpi\\font_large.png=E\:\\MiNotes\\MiNotes\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi_font_large.png.flat
|
||||
E\:\\MiNotes\\MiNotes\\app\\src\\main\\res\\drawable-hdpi\\edit_green.9.png=E\:\\MiNotes\\MiNotes\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi_edit_green.9.png.flat
|
File diff suppressed because one or more lines are too long
@ -1,2 +0,0 @@
|
||||
<?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="E:\MiNotes\MiNotes\app\src\main\shaders"/></dataSet><dataSet config="debug" ignore_pattern="!.svn:!.git:!.ds_store:!*.scc:.*:<dir>_*:!CVS:!thumbs.db:!picasa.ini:!*~"><source path="E:\MiNotes\MiNotes\app\src\debug\shaders"/></dataSet></merger>
|
@ -1,4 +0,0 @@
|
||||
#Fri Dec 22 02:00:28 CST 2023
|
||||
base.0=E\:\\MiNotes\\MiNotes\\app\\build\\intermediates\\dex\\debug\\mergeProjectDexDebug\\classes.dex
|
||||
path.0=classes.dex
|
||||
renamed.0=classes.dex
|
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.
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in new issue