parent
c3d023308a
commit
df7edbee01
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,2 @@
|
||||
#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.
@ -0,0 +1,2 @@
|
||||
#Tue Jun 10 00:26:39 GMT+08:00 2025
|
||||
java.home=C\:\\app\\Android\\AndroidStudio\\jbr
|
@ -0,0 +1,3 @@
|
||||
# Default ignored files
|
||||
/shelf/
|
||||
/workspace.xml
|
@ -0,0 +1 @@
|
||||
Notesmaster
|
@ -0,0 +1,6 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<project version="4">
|
||||
<component name="AndroidProjectSystem">
|
||||
<option name="providerId" value="com.android.tools.idea.GradleProjectSystem" />
|
||||
</component>
|
||||
</project>
|
@ -0,0 +1,9 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<module type="JAVA_MODULE" version="4">
|
||||
<component name="NewModuleRootManager" inherit-compiler-output="true">
|
||||
<exclude-output />
|
||||
<content url="file://$MODULE_DIR$" />
|
||||
<orderEntry type="inheritedJdk" />
|
||||
<orderEntry type="sourceFolder" forTests="false" />
|
||||
</component>
|
||||
</module>
|
@ -0,0 +1,6 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<project version="4">
|
||||
<component name="CompilerConfiguration">
|
||||
<bytecodeTargetLevel target="11" />
|
||||
</component>
|
||||
</project>
|
@ -0,0 +1,10 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<project version="4">
|
||||
<component name="deploymentTargetSelector">
|
||||
<selectionStates>
|
||||
<SelectionState runConfigName="app">
|
||||
<option name="selectionMode" value="DROPDOWN" />
|
||||
</SelectionState>
|
||||
</selectionStates>
|
||||
</component>
|
||||
</project>
|
@ -0,0 +1,19 @@
|
||||
<?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="CHOOSE_PER_TEST" />
|
||||
<option name="externalProjectPath" value="$PROJECT_DIR$" />
|
||||
<option name="gradleJvm" value="11" />
|
||||
<option name="modules">
|
||||
<set>
|
||||
<option value="$PROJECT_DIR$" />
|
||||
<option value="$PROJECT_DIR$/app" />
|
||||
</set>
|
||||
</option>
|
||||
</GradleProjectSettings>
|
||||
</option>
|
||||
</component>
|
||||
</project>
|
@ -0,0 +1,10 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<project version="4">
|
||||
<component name="ProjectMigrations">
|
||||
<option name="MigrateToGradleLocalJavaHome">
|
||||
<set>
|
||||
<option value="$PROJECT_DIR$" />
|
||||
</set>
|
||||
</option>
|
||||
</component>
|
||||
</project>
|
@ -0,0 +1,9 @@
|
||||
<project version="4">
|
||||
<component name="ExternalStorageConfigurationManager" enabled="true" />
|
||||
<component name="ProjectRootManager" version="2" languageLevel="JDK_11" default="true" project-jdk-name="11" 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,17 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<project version="4">
|
||||
<component name="RunConfigurationProducerService">
|
||||
<option name="ignoredProducers">
|
||||
<set>
|
||||
<option value="com.intellij.execution.junit.AbstractAllInDirectoryConfigurationProducer" />
|
||||
<option value="com.intellij.execution.junit.AllInPackageConfigurationProducer" />
|
||||
<option value="com.intellij.execution.junit.PatternConfigurationProducer" />
|
||||
<option value="com.intellij.execution.junit.TestInClassConfigurationProducer" />
|
||||
<option value="com.intellij.execution.junit.UniqueIdConfigurationProducer" />
|
||||
<option value="com.intellij.execution.junit.testDiscovery.JUnitTestDiscoveryConfigurationProducer" />
|
||||
<option value="org.jetbrains.kotlin.idea.junit.KotlinJUnitRunConfigurationProducer" />
|
||||
<option value="org.jetbrains.kotlin.idea.junit.KotlinPatternConfigurationProducer" />
|
||||
</set>
|
||||
</option>
|
||||
</component>
|
||||
</project>
|
@ -0,0 +1,20 @@
|
||||
apply plugin: 'com.android.application'
|
||||
|
||||
android {
|
||||
compileSdkVersion 21
|
||||
buildToolsVersion '30.0.2'
|
||||
|
||||
defaultConfig {
|
||||
applicationId "net.micode.notes"
|
||||
minSdkVersion 21
|
||||
//noinspection ExpiredTargetSdkVersion
|
||||
targetSdkVersion 8
|
||||
}
|
||||
|
||||
buildTypes {
|
||||
release {
|
||||
minifyEnabled false
|
||||
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.txt'
|
||||
}
|
||||
}
|
||||
}
|
@ -0,0 +1,12 @@
|
||||
/**
|
||||
* 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";
|
||||
}
|
@ -0,0 +1 @@
|
||||
{}
|
@ -0,0 +1,10 @@
|
||||
{
|
||||
"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.
@ -0,0 +1 @@
|
||||
10
|
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="C:\xiaomi\NoteMaster\NoteMaster\NoteMaster\app\src\main\assets"/><source path="C:\xiaomi\NoteMaster\NoteMaster\NoteMaster\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="C:\xiaomi\NoteMaster\NoteMaster\NoteMaster\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="C:\xiaomi\NoteMaster\NoteMaster\NoteMaster\app\src\main\jniLibs"/></dataSet><dataSet config="debug" ignore_pattern="!.svn:!.git:!.ds_store:!*.scc:.*:<dir>_*:!CVS:!thumbs.db:!picasa.ini:!*~"><source path="C:\xiaomi\NoteMaster\NoteMaster\NoteMaster\app\src\debug\jniLibs"/></dataSet></merger>
|
@ -0,0 +1,96 @@
|
||||
#Tue Jun 10 15:06:17 GMT+08:00 2025
|
||||
C\:\\xiaomi\\NoteMaster\\NoteMaster\\NoteMaster\\app\\src\\main\\res\\drawable-hdpi\\list_green_single.9.png=C\:\\xiaomi\\NoteMaster\\NoteMaster\\NoteMaster\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi_list_green_single.9.png.flat
|
||||
C\:\\xiaomi\\NoteMaster\\NoteMaster\\NoteMaster\\app\\src\\main\\res\\drawable-hdpi\\font_normal.png=C\:\\xiaomi\\NoteMaster\\NoteMaster\\NoteMaster\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi_font_normal.png.flat
|
||||
C\:\\xiaomi\\NoteMaster\\NoteMaster\\NoteMaster\\app\\src\\main\\res\\drawable-hdpi\\list_blue_middle.9.png=C\:\\xiaomi\\NoteMaster\\NoteMaster\\NoteMaster\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi_list_blue_middle.9.png.flat
|
||||
C\:\\xiaomi\\NoteMaster\\NoteMaster\\NoteMaster\\app\\src\\main\\res\\drawable-hdpi\\list_folder.9.png=C\:\\xiaomi\\NoteMaster\\NoteMaster\\NoteMaster\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi_list_folder.9.png.flat
|
||||
C\:\\xiaomi\\NoteMaster\\NoteMaster\\NoteMaster\\app\\src\\main\\res\\layout\\note_list_footer.xml=C\:\\xiaomi\\NoteMaster\\NoteMaster\\NoteMaster\\app\\build\\intermediates\\res\\merged\\debug\\layout_note_list_footer.xml.flat
|
||||
C\:\\xiaomi\\NoteMaster\\NoteMaster\\NoteMaster\\app\\src\\main\\res\\drawable-hdpi\\bg_btn_set_color.png=C\:\\xiaomi\\NoteMaster\\NoteMaster\\NoteMaster\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi_bg_btn_set_color.png.flat
|
||||
C\:\\xiaomi\\NoteMaster\\NoteMaster\\NoteMaster\\app\\src\\main\\res\\drawable-hdpi\\list_red_single.9.png=C\:\\xiaomi\\NoteMaster\\NoteMaster\\NoteMaster\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi_list_red_single.9.png.flat
|
||||
C\:\\xiaomi\\NoteMaster\\NoteMaster\\NoteMaster\\app\\src\\main\\res\\menu\\call_record_folder.xml=C\:\\xiaomi\\NoteMaster\\NoteMaster\\NoteMaster\\app\\build\\intermediates\\res\\merged\\debug\\menu_call_record_folder.xml.flat
|
||||
C\:\\xiaomi\\NoteMaster\\NoteMaster\\NoteMaster\\app\\src\\main\\res\\layout\\add_account_text.xml=C\:\\xiaomi\\NoteMaster\\NoteMaster\\NoteMaster\\app\\build\\intermediates\\res\\merged\\debug\\layout_add_account_text.xml.flat
|
||||
C\:\\xiaomi\\NoteMaster\\NoteMaster\\NoteMaster\\app\\src\\main\\res\\drawable-hdpi\\widget_4x_green.png=C\:\\xiaomi\\NoteMaster\\NoteMaster\\NoteMaster\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi_widget_4x_green.png.flat
|
||||
C\:\\xiaomi\\NoteMaster\\NoteMaster\\NoteMaster\\app\\src\\main\\res\\drawable-hdpi\\edit_yellow.9.png=C\:\\xiaomi\\NoteMaster\\NoteMaster\\NoteMaster\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi_edit_yellow.9.png.flat
|
||||
C\:\\xiaomi\\NoteMaster\\NoteMaster\\NoteMaster\\app\\src\\main\\res\\layout\\note_edit.xml=C\:\\xiaomi\\NoteMaster\\NoteMaster\\NoteMaster\\app\\build\\intermediates\\res\\merged\\debug\\layout_note_edit.xml.flat
|
||||
C\:\\xiaomi\\NoteMaster\\NoteMaster\\NoteMaster\\app\\src\\main\\res\\drawable-hdpi\\clock.png=C\:\\xiaomi\\NoteMaster\\NoteMaster\\NoteMaster\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi_clock.png.flat
|
||||
C\:\\xiaomi\\NoteMaster\\NoteMaster\\NoteMaster\\app\\src\\main\\res\\drawable-hdpi\\list_blue_down.9.png=C\:\\xiaomi\\NoteMaster\\NoteMaster\\NoteMaster\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi_list_blue_down.9.png.flat
|
||||
C\:\\xiaomi\\NoteMaster\\NoteMaster\\NoteMaster\\app\\src\\main\\res\\drawable-hdpi\\new_note_normal.png=C\:\\xiaomi\\NoteMaster\\NoteMaster\\NoteMaster\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi_new_note_normal.png.flat
|
||||
C\:\\xiaomi\\NoteMaster\\NoteMaster\\NoteMaster\\app\\src\\main\\res\\drawable-hdpi\\widget_4x_white.png=C\:\\xiaomi\\NoteMaster\\NoteMaster\\NoteMaster\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi_widget_4x_white.png.flat
|
||||
C\:\\xiaomi\\NoteMaster\\NoteMaster\\NoteMaster\\app\\src\\main\\res\\layout\\account_dialog_title.xml=C\:\\xiaomi\\NoteMaster\\NoteMaster\\NoteMaster\\app\\build\\intermediates\\res\\merged\\debug\\layout_account_dialog_title.xml.flat
|
||||
C\:\\xiaomi\\NoteMaster\\NoteMaster\\NoteMaster\\app\\src\\main\\res\\menu\\note_edit.xml=C\:\\xiaomi\\NoteMaster\\NoteMaster\\NoteMaster\\app\\build\\intermediates\\res\\merged\\debug\\menu_note_edit.xml.flat
|
||||
C\:\\xiaomi\\NoteMaster\\NoteMaster\\NoteMaster\\app\\src\\main\\res\\drawable-hdpi\\icon_app.png=C\:\\xiaomi\\NoteMaster\\NoteMaster\\NoteMaster\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi_icon_app.png.flat
|
||||
C\:\\xiaomi\\NoteMaster\\NoteMaster\\NoteMaster\\app\\src\\main\\res\\drawable-hdpi\\widget_4x_blue.png=C\:\\xiaomi\\NoteMaster\\NoteMaster\\NoteMaster\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi_widget_4x_blue.png.flat
|
||||
C\:\\xiaomi\\NoteMaster\\NoteMaster\\NoteMaster\\app\\src\\main\\res\\layout\\dialog_edit_text.xml=C\:\\xiaomi\\NoteMaster\\NoteMaster\\NoteMaster\\app\\build\\intermediates\\res\\merged\\debug\\layout_dialog_edit_text.xml.flat
|
||||
C\:\\xiaomi\\NoteMaster\\NoteMaster\\NoteMaster\\app\\src\\main\\res\\layout\\note_list.xml=C\:\\xiaomi\\NoteMaster\\NoteMaster\\NoteMaster\\app\\build\\intermediates\\res\\merged\\debug\\layout_note_list.xml.flat
|
||||
C\:\\xiaomi\\NoteMaster\\NoteMaster\\NoteMaster\\app\\src\\main\\res\\drawable-hdpi\\edit_green.9.png=C\:\\xiaomi\\NoteMaster\\NoteMaster\\NoteMaster\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi_edit_green.9.png.flat
|
||||
C\:\\xiaomi\\NoteMaster\\NoteMaster\\NoteMaster\\app\\src\\main\\res\\drawable-hdpi\\list_green_up.9.png=C\:\\xiaomi\\NoteMaster\\NoteMaster\\NoteMaster\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi_list_green_up.9.png.flat
|
||||
C\:\\xiaomi\\NoteMaster\\NoteMaster\\NoteMaster\\app\\src\\main\\res\\menu\\call_note_edit.xml=C\:\\xiaomi\\NoteMaster\\NoteMaster\\NoteMaster\\app\\build\\intermediates\\res\\merged\\debug\\menu_call_note_edit.xml.flat
|
||||
C\:\\xiaomi\\NoteMaster\\NoteMaster\\NoteMaster\\app\\src\\main\\res\\drawable-hdpi\\edit_title_white.9.png=C\:\\xiaomi\\NoteMaster\\NoteMaster\\NoteMaster\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi_edit_title_white.9.png.flat
|
||||
C\:\\xiaomi\\NoteMaster\\NoteMaster\\NoteMaster\\app\\src\\main\\res\\drawable-hdpi\\note_edit_color_selector_panel.png=C\:\\xiaomi\\NoteMaster\\NoteMaster\\NoteMaster\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi_note_edit_color_selector_panel.png.flat
|
||||
C\:\\xiaomi\\NoteMaster\\NoteMaster\\NoteMaster\\app\\src\\main\\res\\drawable-hdpi\\edit_title_green.9.png=C\:\\xiaomi\\NoteMaster\\NoteMaster\\NoteMaster\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi_edit_title_green.9.png.flat
|
||||
C\:\\xiaomi\\NoteMaster\\NoteMaster\\NoteMaster\\app\\src\\main\\res\\drawable-hdpi\\font_small.png=C\:\\xiaomi\\NoteMaster\\NoteMaster\\NoteMaster\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi_font_small.png.flat
|
||||
C\:\\xiaomi\\NoteMaster\\NoteMaster\\NoteMaster\\app\\src\\main\\res\\drawable-hdpi\\list_green_middle.9.png=C\:\\xiaomi\\NoteMaster\\NoteMaster\\NoteMaster\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi_list_green_middle.9.png.flat
|
||||
C\:\\xiaomi\\NoteMaster\\NoteMaster\\NoteMaster\\app\\src\\main\\res\\drawable-hdpi\\title_bar_bg.9.png=C\:\\xiaomi\\NoteMaster\\NoteMaster\\NoteMaster\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi_title_bar_bg.9.png.flat
|
||||
C\:\\xiaomi\\NoteMaster\\NoteMaster\\NoteMaster\\app\\src\\main\\res\\drawable-hdpi\\edit_white.9.png=C\:\\xiaomi\\NoteMaster\\NoteMaster\\NoteMaster\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi_edit_white.9.png.flat
|
||||
C\:\\xiaomi\\NoteMaster\\NoteMaster\\NoteMaster\\app\\src\\main\\res\\raw\\introduction=C\:\\xiaomi\\NoteMaster\\NoteMaster\\NoteMaster\\app\\build\\intermediates\\res\\merged\\debug\\raw_introduction.flat
|
||||
C\:\\xiaomi\\NoteMaster\\NoteMaster\\NoteMaster\\app\\src\\main\\res\\drawable-hdpi\\edit_title_yellow.9.png=C\:\\xiaomi\\NoteMaster\\NoteMaster\\NoteMaster\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi_edit_title_yellow.9.png.flat
|
||||
C\:\\xiaomi\\NoteMaster\\NoteMaster\\NoteMaster\\app\\src\\main\\res\\drawable-hdpi\\call_record.png=C\:\\xiaomi\\NoteMaster\\NoteMaster\\NoteMaster\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi_call_record.png.flat
|
||||
C\:\\xiaomi\\NoteMaster\\NoteMaster\\NoteMaster\\app\\src\\main\\res\\layout\\settings_header.xml=C\:\\xiaomi\\NoteMaster\\NoteMaster\\NoteMaster\\app\\build\\intermediates\\res\\merged\\debug\\layout_settings_header.xml.flat
|
||||
C\:\\xiaomi\\NoteMaster\\NoteMaster\\NoteMaster\\app\\src\\main\\res\\drawable-hdpi\\menu_delete.png=C\:\\xiaomi\\NoteMaster\\NoteMaster\\NoteMaster\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi_menu_delete.png.flat
|
||||
C\:\\xiaomi\\NoteMaster\\NoteMaster\\NoteMaster\\app\\src\\main\\res\\drawable-hdpi\\delete.png=C\:\\xiaomi\\NoteMaster\\NoteMaster\\NoteMaster\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi_delete.png.flat
|
||||
C\:\\xiaomi\\NoteMaster\\NoteMaster\\NoteMaster\\app\\src\\main\\res\\raw-zh-rCN\\introduction=C\:\\xiaomi\\NoteMaster\\NoteMaster\\NoteMaster\\app\\build\\intermediates\\res\\merged\\debug\\raw-zh-rCN_introduction.flat
|
||||
C\:\\xiaomi\\NoteMaster\\NoteMaster\\NoteMaster\\app\\src\\main\\res\\drawable-hdpi\\list_red_down.9.png=C\:\\xiaomi\\NoteMaster\\NoteMaster\\NoteMaster\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi_list_red_down.9.png.flat
|
||||
C\:\\xiaomi\\NoteMaster\\NoteMaster\\NoteMaster\\app\\src\\main\\res\\layout\\note_list_dropdown_menu.xml=C\:\\xiaomi\\NoteMaster\\NoteMaster\\NoteMaster\\app\\build\\intermediates\\res\\merged\\debug\\layout_note_list_dropdown_menu.xml.flat
|
||||
C\:\\xiaomi\\NoteMaster\\NoteMaster\\NoteMaster\\app\\src\\main\\res\\drawable-hdpi\\edit_red.9.png=C\:\\xiaomi\\NoteMaster\\NoteMaster\\NoteMaster\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi_edit_red.9.png.flat
|
||||
C\:\\xiaomi\\NoteMaster\\NoteMaster\\NoteMaster\\app\\src\\main\\res\\drawable-hdpi\\selected.png=C\:\\xiaomi\\NoteMaster\\NoteMaster\\NoteMaster\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi_selected.png.flat
|
||||
C\:\\xiaomi\\NoteMaster\\NoteMaster\\NoteMaster\\app\\src\\main\\res\\color\\secondary_text_dark.xml=C\:\\xiaomi\\NoteMaster\\NoteMaster\\NoteMaster\\app\\build\\intermediates\\res\\merged\\debug\\color_secondary_text_dark.xml.flat
|
||||
C\:\\xiaomi\\NoteMaster\\NoteMaster\\NoteMaster\\app\\src\\main\\res\\drawable-hdpi\\widget_2x_white.png=C\:\\xiaomi\\NoteMaster\\NoteMaster\\NoteMaster\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi_widget_2x_white.png.flat
|
||||
C\:\\xiaomi\\NoteMaster\\NoteMaster\\NoteMaster\\app\\src\\main\\res\\color\\primary_text_dark.xml=C\:\\xiaomi\\NoteMaster\\NoteMaster\\NoteMaster\\app\\build\\intermediates\\res\\merged\\debug\\color_primary_text_dark.xml.flat
|
||||
C\:\\xiaomi\\NoteMaster\\NoteMaster\\NoteMaster\\app\\src\\main\\res\\layout\\folder_list_item.xml=C\:\\xiaomi\\NoteMaster\\NoteMaster\\NoteMaster\\app\\build\\intermediates\\res\\merged\\debug\\layout_folder_list_item.xml.flat
|
||||
C\:\\xiaomi\\NoteMaster\\NoteMaster\\NoteMaster\\app\\src\\main\\res\\drawable-hdpi\\list_background.png=C\:\\xiaomi\\NoteMaster\\NoteMaster\\NoteMaster\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi_list_background.png.flat
|
||||
C\:\\xiaomi\\NoteMaster\\NoteMaster\\NoteMaster\\app\\src\\main\\res\\xml\\widget_4x_info.xml=C\:\\xiaomi\\NoteMaster\\NoteMaster\\NoteMaster\\app\\build\\intermediates\\res\\merged\\debug\\xml_widget_4x_info.xml.flat
|
||||
C\:\\xiaomi\\NoteMaster\\NoteMaster\\NoteMaster\\app\\src\\main\\res\\drawable-hdpi\\font_super.png=C\:\\xiaomi\\NoteMaster\\NoteMaster\\NoteMaster\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi_font_super.png.flat
|
||||
C\:\\xiaomi\\NoteMaster\\NoteMaster\\NoteMaster\\app\\src\\main\\res\\drawable-hdpi\\widget_4x_yellow.png=C\:\\xiaomi\\NoteMaster\\NoteMaster\\NoteMaster\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi_widget_4x_yellow.png.flat
|
||||
C\:\\xiaomi\\NoteMaster\\NoteMaster\\NoteMaster\\app\\src\\main\\res\\xml\\widget_2x_info.xml=C\:\\xiaomi\\NoteMaster\\NoteMaster\\NoteMaster\\app\\build\\intermediates\\res\\merged\\debug\\xml_widget_2x_info.xml.flat
|
||||
C\:\\xiaomi\\NoteMaster\\NoteMaster\\NoteMaster\\app\\src\\main\\res\\drawable-hdpi\\widget_2x_yellow.png=C\:\\xiaomi\\NoteMaster\\NoteMaster\\NoteMaster\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi_widget_2x_yellow.png.flat
|
||||
C\:\\xiaomi\\NoteMaster\\NoteMaster\\NoteMaster\\app\\src\\main\\res\\drawable-hdpi\\edit_title_blue.9.png=C\:\\xiaomi\\NoteMaster\\NoteMaster\\NoteMaster\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi_edit_title_blue.9.png.flat
|
||||
C\:\\xiaomi\\NoteMaster\\NoteMaster\\NoteMaster\\app\\src\\main\\res\\drawable-hdpi\\notification.png=C\:\\xiaomi\\NoteMaster\\NoteMaster\\NoteMaster\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi_notification.png.flat
|
||||
C\:\\xiaomi\\NoteMaster\\NoteMaster\\NoteMaster\\app\\src\\main\\res\\drawable-hdpi\\list_white_single.9.png=C\:\\xiaomi\\NoteMaster\\NoteMaster\\NoteMaster\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi_list_white_single.9.png.flat
|
||||
C\:\\xiaomi\\NoteMaster\\NoteMaster\\NoteMaster\\app\\src\\main\\res\\xml\\searchable.xml=C\:\\xiaomi\\NoteMaster\\NoteMaster\\NoteMaster\\app\\build\\intermediates\\res\\merged\\debug\\xml_searchable.xml.flat
|
||||
C\:\\xiaomi\\NoteMaster\\NoteMaster\\NoteMaster\\app\\src\\main\\res\\drawable\\new_note.xml=C\:\\xiaomi\\NoteMaster\\NoteMaster\\NoteMaster\\app\\build\\intermediates\\res\\merged\\debug\\drawable_new_note.xml.flat
|
||||
C\:\\xiaomi\\NoteMaster\\NoteMaster\\NoteMaster\\app\\src\\main\\res\\drawable-hdpi\\menu_move.png=C\:\\xiaomi\\NoteMaster\\NoteMaster\\NoteMaster\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi_menu_move.png.flat
|
||||
C\:\\xiaomi\\NoteMaster\\NoteMaster\\NoteMaster\\app\\src\\main\\res\\drawable-hdpi\\title_alert.png=C\:\\xiaomi\\NoteMaster\\NoteMaster\\NoteMaster\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi_title_alert.png.flat
|
||||
C\:\\xiaomi\\NoteMaster\\NoteMaster\\NoteMaster\\app\\src\\main\\res\\drawable-hdpi\\list_yellow_up.9.png=C\:\\xiaomi\\NoteMaster\\NoteMaster\\NoteMaster\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi_list_yellow_up.9.png.flat
|
||||
C\:\\xiaomi\\NoteMaster\\NoteMaster\\NoteMaster\\app\\src\\main\\res\\drawable-hdpi\\list_yellow_middle.9.png=C\:\\xiaomi\\NoteMaster\\NoteMaster\\NoteMaster\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi_list_yellow_middle.9.png.flat
|
||||
C\:\\xiaomi\\NoteMaster\\NoteMaster\\NoteMaster\\app\\src\\main\\res\\drawable-hdpi\\list_white_up.9.png=C\:\\xiaomi\\NoteMaster\\NoteMaster\\NoteMaster\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi_list_white_up.9.png.flat
|
||||
C\:\\xiaomi\\NoteMaster\\NoteMaster\\NoteMaster\\app\\src\\main\\res\\drawable-hdpi\\widget_4x_red.png=C\:\\xiaomi\\NoteMaster\\NoteMaster\\NoteMaster\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi_widget_4x_red.png.flat
|
||||
C\:\\xiaomi\\NoteMaster\\NoteMaster\\NoteMaster\\app\\src\\main\\res\\drawable-hdpi\\list_yellow_down.9.png=C\:\\xiaomi\\NoteMaster\\NoteMaster\\NoteMaster\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi_list_yellow_down.9.png.flat
|
||||
C\:\\xiaomi\\NoteMaster\\NoteMaster\\NoteMaster\\app\\src\\main\\res\\menu\\note_list_options.xml=C\:\\xiaomi\\NoteMaster\\NoteMaster\\NoteMaster\\app\\build\\intermediates\\res\\merged\\debug\\menu_note_list_options.xml.flat
|
||||
C\:\\xiaomi\\NoteMaster\\NoteMaster\\NoteMaster\\app\\src\\main\\res\\menu\\note_list.xml=C\:\\xiaomi\\NoteMaster\\NoteMaster\\NoteMaster\\app\\build\\intermediates\\res\\merged\\debug\\menu_note_list.xml.flat
|
||||
C\:\\xiaomi\\NoteMaster\\NoteMaster\\NoteMaster\\app\\src\\main\\res\\drawable-hdpi\\edit_title_red.9.png=C\:\\xiaomi\\NoteMaster\\NoteMaster\\NoteMaster\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi_edit_title_red.9.png.flat
|
||||
C\:\\xiaomi\\NoteMaster\\NoteMaster\\NoteMaster\\app\\src\\main\\res\\drawable-hdpi\\list_green_down.9.png=C\:\\xiaomi\\NoteMaster\\NoteMaster\\NoteMaster\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi_list_green_down.9.png.flat
|
||||
C\:\\xiaomi\\NoteMaster\\NoteMaster\\NoteMaster\\app\\src\\main\\res\\drawable-hdpi\\widget_2x_blue.png=C\:\\xiaomi\\NoteMaster\\NoteMaster\\NoteMaster\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi_widget_2x_blue.png.flat
|
||||
C\:\\xiaomi\\NoteMaster\\NoteMaster\\NoteMaster\\app\\src\\main\\res\\layout\\datetime_picker.xml=C\:\\xiaomi\\NoteMaster\\NoteMaster\\NoteMaster\\app\\build\\intermediates\\res\\merged\\debug\\layout_datetime_picker.xml.flat
|
||||
C\:\\xiaomi\\NoteMaster\\NoteMaster\\NoteMaster\\app\\src\\main\\res\\layout\\note_edit_list_item.xml=C\:\\xiaomi\\NoteMaster\\NoteMaster\\NoteMaster\\app\\build\\intermediates\\res\\merged\\debug\\layout_note_edit_list_item.xml.flat
|
||||
C\:\\xiaomi\\NoteMaster\\NoteMaster\\NoteMaster\\app\\src\\main\\res\\layout\\widget_2x.xml=C\:\\xiaomi\\NoteMaster\\NoteMaster\\NoteMaster\\app\\build\\intermediates\\res\\merged\\debug\\layout_widget_2x.xml.flat
|
||||
C\:\\xiaomi\\NoteMaster\\NoteMaster\\NoteMaster\\app\\src\\main\\res\\drawable-hdpi\\list_red_up.9.png=C\:\\xiaomi\\NoteMaster\\NoteMaster\\NoteMaster\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi_list_red_up.9.png.flat
|
||||
C\:\\xiaomi\\NoteMaster\\NoteMaster\\NoteMaster\\app\\src\\main\\res\\drawable-hdpi\\bg_color_btn_mask.png=C\:\\xiaomi\\NoteMaster\\NoteMaster\\NoteMaster\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi_bg_color_btn_mask.png.flat
|
||||
C\:\\xiaomi\\NoteMaster\\NoteMaster\\NoteMaster\\app\\src\\main\\res\\menu\\note_list_dropdown.xml=C\:\\xiaomi\\NoteMaster\\NoteMaster\\NoteMaster\\app\\build\\intermediates\\res\\merged\\debug\\menu_note_list_dropdown.xml.flat
|
||||
C\:\\xiaomi\\NoteMaster\\NoteMaster\\NoteMaster\\app\\src\\main\\res\\drawable-hdpi\\list_white_down.9.png=C\:\\xiaomi\\NoteMaster\\NoteMaster\\NoteMaster\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi_list_white_down.9.png.flat
|
||||
C\:\\xiaomi\\NoteMaster\\NoteMaster\\NoteMaster\\app\\src\\main\\res\\drawable-hdpi\\list_blue_single.9.png=C\:\\xiaomi\\NoteMaster\\NoteMaster\\NoteMaster\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi_list_blue_single.9.png.flat
|
||||
C\:\\xiaomi\\NoteMaster\\NoteMaster\\NoteMaster\\app\\src\\main\\res\\drawable-hdpi\\dropdown_icon.9.png=C\:\\xiaomi\\NoteMaster\\NoteMaster\\NoteMaster\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi_dropdown_icon.9.png.flat
|
||||
C\:\\xiaomi\\NoteMaster\\NoteMaster\\NoteMaster\\app\\src\\main\\res\\layout\\note_item.xml=C\:\\xiaomi\\NoteMaster\\NoteMaster\\NoteMaster\\app\\build\\intermediates\\res\\merged\\debug\\layout_note_item.xml.flat
|
||||
C\:\\xiaomi\\NoteMaster\\NoteMaster\\NoteMaster\\app\\src\\main\\res\\drawable-hdpi\\widget_2x_green.png=C\:\\xiaomi\\NoteMaster\\NoteMaster\\NoteMaster\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi_widget_2x_green.png.flat
|
||||
C\:\\xiaomi\\NoteMaster\\NoteMaster\\NoteMaster\\app\\src\\main\\res\\drawable-hdpi\\list_blue_up.9.png=C\:\\xiaomi\\NoteMaster\\NoteMaster\\NoteMaster\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi_list_blue_up.9.png.flat
|
||||
C\:\\xiaomi\\NoteMaster\\NoteMaster\\NoteMaster\\app\\src\\main\\res\\drawable-hdpi\\widget_2x_red.png=C\:\\xiaomi\\NoteMaster\\NoteMaster\\NoteMaster\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi_widget_2x_red.png.flat
|
||||
C\:\\xiaomi\\NoteMaster\\NoteMaster\\NoteMaster\\app\\src\\main\\res\\layout\\widget_4x.xml=C\:\\xiaomi\\NoteMaster\\NoteMaster\\NoteMaster\\app\\build\\intermediates\\res\\merged\\debug\\layout_widget_4x.xml.flat
|
||||
C\:\\xiaomi\\NoteMaster\\NoteMaster\\NoteMaster\\app\\src\\main\\res\\menu\\sub_folder.xml=C\:\\xiaomi\\NoteMaster\\NoteMaster\\NoteMaster\\app\\build\\intermediates\\res\\merged\\debug\\menu_sub_folder.xml.flat
|
||||
C\:\\xiaomi\\NoteMaster\\NoteMaster\\NoteMaster\\app\\src\\main\\res\\xml\\preferences.xml=C\:\\xiaomi\\NoteMaster\\NoteMaster\\NoteMaster\\app\\build\\intermediates\\res\\merged\\debug\\xml_preferences.xml.flat
|
||||
C\:\\xiaomi\\NoteMaster\\NoteMaster\\NoteMaster\\app\\src\\main\\res\\drawable-hdpi\\search_result.png=C\:\\xiaomi\\NoteMaster\\NoteMaster\\NoteMaster\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi_search_result.png.flat
|
||||
C\:\\xiaomi\\NoteMaster\\NoteMaster\\NoteMaster\\app\\src\\main\\res\\drawable-hdpi\\list_yellow_single.9.png=C\:\\xiaomi\\NoteMaster\\NoteMaster\\NoteMaster\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi_list_yellow_single.9.png.flat
|
||||
C\:\\xiaomi\\NoteMaster\\NoteMaster\\NoteMaster\\app\\src\\main\\res\\drawable-hdpi\\list_white_middle.9.png=C\:\\xiaomi\\NoteMaster\\NoteMaster\\NoteMaster\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi_list_white_middle.9.png.flat
|
||||
C\:\\xiaomi\\NoteMaster\\NoteMaster\\NoteMaster\\app\\src\\main\\res\\drawable-hdpi\\font_large.png=C\:\\xiaomi\\NoteMaster\\NoteMaster\\NoteMaster\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi_font_large.png.flat
|
||||
C\:\\xiaomi\\NoteMaster\\NoteMaster\\NoteMaster\\app\\src\\main\\res\\drawable-hdpi\\font_size_selector_bg.9.png=C\:\\xiaomi\\NoteMaster\\NoteMaster\\NoteMaster\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi_font_size_selector_bg.9.png.flat
|
||||
C\:\\xiaomi\\NoteMaster\\NoteMaster\\NoteMaster\\app\\src\\main\\res\\drawable-hdpi\\list_footer_bg.9.png=C\:\\xiaomi\\NoteMaster\\NoteMaster\\NoteMaster\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi_list_footer_bg.9.png.flat
|
||||
C\:\\xiaomi\\NoteMaster\\NoteMaster\\NoteMaster\\app\\src\\main\\res\\drawable-hdpi\\new_note_pressed.png=C\:\\xiaomi\\NoteMaster\\NoteMaster\\NoteMaster\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi_new_note_pressed.png.flat
|
||||
C\:\\xiaomi\\NoteMaster\\NoteMaster\\NoteMaster\\app\\src\\main\\res\\drawable-hdpi\\edit_blue.9.png=C\:\\xiaomi\\NoteMaster\\NoteMaster\\NoteMaster\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi_edit_blue.9.png.flat
|
||||
C\:\\xiaomi\\NoteMaster\\NoteMaster\\NoteMaster\\app\\src\\main\\res\\drawable-hdpi\\list_red_middle.9.png=C\:\\xiaomi\\NoteMaster\\NoteMaster\\NoteMaster\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi_list_red_middle.9.png.flat
|
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="C:\xiaomi\NoteMaster\NoteMaster\NoteMaster\app\src\main\shaders"/></dataSet><dataSet config="debug" ignore_pattern="!.svn:!.git:!.ds_store:!*.scc:.*:<dir>_*:!CVS:!thumbs.db:!picasa.ini:!*~"><source path="C:\xiaomi\NoteMaster\NoteMaster\NoteMaster\app\src\debug\shaders"/></dataSet></merger>
|
@ -0,0 +1,4 @@
|
||||
#Tue Jun 10 15:06:25 GMT+08:00 2025
|
||||
base.0=C\:\\xiaomi\\NoteMaster\\NoteMaster\\NoteMaster\\app\\build\\intermediates\\dex\\debug\\mergeProjectDexDebug\\classes.dex
|
||||
renamed.0=classes.dex
|
||||
path.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.
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in new issue