Htqi
2245717290 4 months ago
parent c692fe311d
commit 5045d9cb64

@ -1,2 +1,2 @@
#Sun May 04 14:42:53 CST 2025
#Sun May 04 21:29:43 CST 2025
gradle.version=8.10

@ -0,0 +1,3 @@
{
"java.configuration.updateBuildConfiguration": "automatic"
}

@ -1,30 +1,47 @@
// build.gradle
plugins {
id 'com.android.application'
}
apply plugin: 'com.android.application'
android {
namespace 'main.micode.notes'
compileSdk 33
namespace 'micode.notes'
compileSdkVersion 33
defaultConfig {
applicationId "main.micode.notes"
minSdk 21
targetSdk 33
applicationId "micode.notes"
minSdkVersion 14
targetSdkVersion 33
versionCode 1
versionName "1.0"
multiDexEnabled true
}
buildTypes {
release {
minifyEnabled false
proguardFiles getDefaultProguardFile('proguard-android-optimize.txt'), 'proguard-rules.pro'
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.txt'
}
}
lintOptions {
abortOnError false
}
compileOptions {
sourceCompatibility JavaVersion.VERSION_1_8
targetCompatibility JavaVersion.VERSION_1_8
coreLibraryDesugaringEnabled true
}
}
dependencies {
implementation 'androidx.appcompat:appcompat:1.5.1'
implementation 'androidx.core:core-ktx:1.9.0'
implementation 'com.google.android.material:material:1.7.0'
implementation fileTree(dir: 'libs', include: ['*.jar'])
implementation 'androidx.appcompat:appcompat:1.6.1'
implementation 'androidx.legacy:legacy-support-v4:1.0.0'
implementation 'com.google.android.material:material:1.9.0'
implementation 'androidx.multidex:multidex:2.0.1'
implementation 'com.squareup.okhttp3:okhttp:4.9.3'
implementation 'androidx.swiperefreshlayout:swiperefreshlayout:1.1.0'
implementation 'androidx.preference:preference:1.2.0'
implementation 'androidx.coordinatorlayout:coordinatorlayout:1.2.0'
implementation 'androidx.cardview:cardview:1.0.0'
coreLibraryDesugaring 'com.android.tools:desugar_jdk_libs:1.1.5'
}

@ -0,0 +1,11 @@
<?xml version="1.0" encoding="utf-8"?>
<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:width="24dp"
android:height="24dp"
android:viewportWidth="24"
android:viewportHeight="24"
android:tint="?attr/colorControlNormal">
<path
android:fillColor="@android:color/white"
android:pathData="M19,13h-6v6h-2v-6H5v-2h6V5h2v6h6v2z"/>
</vector>

@ -0,0 +1,11 @@
<?xml version="1.0" encoding="utf-8"?>
<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:width="24dp"
android:height="24dp"
android:viewportWidth="24"
android:viewportHeight="24"
android:tint="?attr/colorControlNormal">
<path
android:fillColor="@android:color/white"
android:pathData="M6,19c0,1.1 0.9,2 2,2h8c1.1,0 2,-0.9 2,-2V7H6v12zM19,4h-3.5l-1,-1h-5l-1,1H5v2h14V4z"/>
</vector>

@ -0,0 +1,11 @@
<?xml version="1.0" encoding="utf-8"?>
<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:width="24dp"
android:height="24dp"
android:viewportWidth="24"
android:viewportHeight="24"
android:tint="?attr/colorControlNormal">
<path
android:fillColor="@android:color/white"
android:pathData="M18,16.08c-0.76,0 -1.44,0.3 -1.96,0.77L8.91,12.7c0.05,-0.23 0.09,-0.46 0.09,-0.7s-0.04,-0.47 -0.09,-0.7l7.05,-4.11c0.54,0.5 1.25,0.81 2.04,0.81 1.66,0 3,-1.34 3,-3s-1.34,-3 -3,-3 -3,1.34 -3,3c0,0.24 0.04,0.47 0.09,0.7L8.04,9.81C7.5,9.31 6.79,9 6,9c-1.66,0 -3,1.34 -3,3s1.34,3 3,3c0.79,0 1.5,-0.31 2.04,-0.81l7.12,4.16c-0.05,0.21 -0.08,0.43 -0.08,0.65 0,1.61 1.31,2.92 2.92,2.92 1.61,0 2.92,-1.31 2.92,-2.92s-1.31,-2.92 -2.92,-2.92z"/>
</vector>

@ -0,0 +1,10 @@
<?xml version="1.0" encoding="utf-8"?>
<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:width="24dp"
android:height="24dp"
android:viewportWidth="24"
android:viewportHeight="24">
<path
android:fillColor="#FF5722"
android:pathData="M19,3H5C3.9,3 3,3.9 3,5v14c0,1.1 0.9,2 2,2h14c1.1,0 2,-0.9 2,-2V5C21,3.9 20.1,3 19,3zM14,17H7v-2h7V17zM17,13H7v-2h10V13zM17,9H7V7h10V9z" />
</vector>

Binary file not shown.

After

Width:  |  Height:  |  Size: 182 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 245 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 462 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 247 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 110 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 150 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 262 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 160 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 110 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 169 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 280 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 189 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 144 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 253 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 557 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 358 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 245 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 365 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 866 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 541 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 308 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 454 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 752 B

@ -4,7 +4,7 @@
"type": "APK",
"kind": "Directory"
},
"applicationId": "main.micode.notes",
"applicationId": "micode.notes",
"variantName": "debug",
"elements": [
{

@ -4,7 +4,7 @@
"type": "COMPATIBLE_SCREEN_MANIFEST",
"kind": "Directory"
},
"applicationId": "main.micode.notes",
"applicationId": "micode.notes",
"variantName": "debug",
"elements": []
}

@ -1,8 +1,39 @@
#Sun May 04 17:59:14 CST 2025
main.micode.notes.app-main-30\:/drawable/icon_app.xml=C\:\\Users\\HP\\Desktop\\class\\SoftwareEngineering\\Work\\zcy-hj-htq\\Notes-master\\app\\build\\intermediates\\merged_res\\debug\\drawable_icon_app.xml.flat
main.micode.notes.app-main-30\:/drawable/widget_background.xml=C\:\\Users\\HP\\Desktop\\class\\SoftwareEngineering\\Work\\zcy-hj-htq\\Notes-master\\app\\build\\intermediates\\merged_res\\debug\\drawable_widget_background.xml.flat
main.micode.notes.app-main-30\:/layout/widget_2x.xml=C\:\\Users\\HP\\Desktop\\class\\SoftwareEngineering\\Work\\zcy-hj-htq\\Notes-master\\app\\build\\intermediates\\merged_res\\debug\\layout_widget_2x.xml.flat
main.micode.notes.app-main-30\:/layout/widget_4x.xml=C\:\\Users\\HP\\Desktop\\class\\SoftwareEngineering\\Work\\zcy-hj-htq\\Notes-master\\app\\build\\intermediates\\merged_res\\debug\\layout_widget_4x.xml.flat
main.micode.notes.app-main-30\:/xml/searchable.xml=C\:\\Users\\HP\\Desktop\\class\\SoftwareEngineering\\Work\\zcy-hj-htq\\Notes-master\\app\\build\\intermediates\\merged_res\\debug\\xml_searchable.xml.flat
main.micode.notes.app-main-30\:/xml/widget_2x_info.xml=C\:\\Users\\HP\\Desktop\\class\\SoftwareEngineering\\Work\\zcy-hj-htq\\Notes-master\\app\\build\\intermediates\\merged_res\\debug\\xml_widget_2x_info.xml.flat
main.micode.notes.app-main-30\:/xml/widget_4x_info.xml=C\:\\Users\\HP\\Desktop\\class\\SoftwareEngineering\\Work\\zcy-hj-htq\\Notes-master\\app\\build\\intermediates\\merged_res\\debug\\xml_widget_4x_info.xml.flat
#Sun May 04 21:45:49 CST 2025
micode.notes.app-main-39\:/drawable/widget_background.xml=C\:\\Users\\HP\\Desktop\\class\\SoftwareEngineering\\Work\\zcy-hj-htq\\Notes-master\\app\\build\\intermediates\\merged_res\\debug\\drawable_widget_background.xml.flat
micode.notes.app-main-39\:/layout/note_list.xml=C\:\\Users\\HP\\Desktop\\class\\SoftwareEngineering\\Work\\zcy-hj-htq\\Notes-master\\app\\build\\intermediates\\merged_res\\debug\\layout_note_list.xml.flat
micode.notes.app-main-39\:/layout/preferences.xml=C\:\\Users\\HP\\Desktop\\class\\SoftwareEngineering\\Work\\zcy-hj-htq\\Notes-master\\app\\build\\intermediates\\merged_res\\debug\\layout_preferences.xml.flat
micode.notes.app-main-39\:/layout/widget_2x.xml=C\:\\Users\\HP\\Desktop\\class\\SoftwareEngineering\\Work\\zcy-hj-htq\\Notes-master\\app\\build\\intermediates\\merged_res\\debug\\layout_widget_2x.xml.flat
micode.notes.app-main-39\:/layout/widget_4x.xml=C\:\\Users\\HP\\Desktop\\class\\SoftwareEngineering\\Work\\zcy-hj-htq\\Notes-master\\app\\build\\intermediates\\merged_res\\debug\\layout_widget_4x.xml.flat
micode.notes.app-main-39\:/menu/note_item_options.xml=C\:\\Users\\HP\\Desktop\\class\\SoftwareEngineering\\Work\\zcy-hj-htq\\Notes-master\\app\\build\\intermediates\\merged_res\\debug\\menu_note_item_options.xml.flat
micode.notes.app-main-39\:/raw/introduction.txt=C\:\\Users\\HP\\Desktop\\class\\SoftwareEngineering\\Work\\zcy-hj-htq\\Notes-master\\app\\build\\intermediates\\merged_res\\debug\\raw_introduction.txt.flat
micode.notes.app-main-39\:/xml/searchable.xml=C\:\\Users\\HP\\Desktop\\class\\SoftwareEngineering\\Work\\zcy-hj-htq\\Notes-master\\app\\build\\intermediates\\merged_res\\debug\\xml_searchable.xml.flat
micode.notes.app-main-39\:/xml/widget_2x_info.xml=C\:\\Users\\HP\\Desktop\\class\\SoftwareEngineering\\Work\\zcy-hj-htq\\Notes-master\\app\\build\\intermediates\\merged_res\\debug\\xml_widget_2x_info.xml.flat
micode.notes.app-main-39\:/xml/widget_4x_info.xml=C\:\\Users\\HP\\Desktop\\class\\SoftwareEngineering\\Work\\zcy-hj-htq\\Notes-master\\app\\build\\intermediates\\merged_res\\debug\\xml_widget_4x_info.xml.flat
micode.notes.app-pngs-33\:/drawable-anydpi-v21/ic_add.xml=C\:\\Users\\HP\\Desktop\\class\\SoftwareEngineering\\Work\\zcy-hj-htq\\Notes-master\\app\\build\\intermediates\\merged_res\\debug\\drawable-anydpi-v21_ic_add.xml.flat
micode.notes.app-pngs-33\:/drawable-anydpi-v21/ic_delete.xml=C\:\\Users\\HP\\Desktop\\class\\SoftwareEngineering\\Work\\zcy-hj-htq\\Notes-master\\app\\build\\intermediates\\merged_res\\debug\\drawable-anydpi-v21_ic_delete.xml.flat
micode.notes.app-pngs-33\:/drawable-anydpi-v21/ic_share.xml=C\:\\Users\\HP\\Desktop\\class\\SoftwareEngineering\\Work\\zcy-hj-htq\\Notes-master\\app\\build\\intermediates\\merged_res\\debug\\drawable-anydpi-v21_ic_share.xml.flat
micode.notes.app-pngs-33\:/drawable-anydpi-v21/icon_app.xml=C\:\\Users\\HP\\Desktop\\class\\SoftwareEngineering\\Work\\zcy-hj-htq\\Notes-master\\app\\build\\intermediates\\merged_res\\debug\\drawable-anydpi-v21_icon_app.xml.flat
micode.notes.app-pngs-33\:/drawable-hdpi/ic_add.png=C\:\\Users\\HP\\Desktop\\class\\SoftwareEngineering\\Work\\zcy-hj-htq\\Notes-master\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_ic_add.png.flat
micode.notes.app-pngs-33\:/drawable-hdpi/ic_delete.png=C\:\\Users\\HP\\Desktop\\class\\SoftwareEngineering\\Work\\zcy-hj-htq\\Notes-master\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_ic_delete.png.flat
micode.notes.app-pngs-33\:/drawable-hdpi/ic_share.png=C\:\\Users\\HP\\Desktop\\class\\SoftwareEngineering\\Work\\zcy-hj-htq\\Notes-master\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_ic_share.png.flat
micode.notes.app-pngs-33\:/drawable-hdpi/icon_app.png=C\:\\Users\\HP\\Desktop\\class\\SoftwareEngineering\\Work\\zcy-hj-htq\\Notes-master\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_icon_app.png.flat
micode.notes.app-pngs-33\:/drawable-ldpi/ic_add.png=C\:\\Users\\HP\\Desktop\\class\\SoftwareEngineering\\Work\\zcy-hj-htq\\Notes-master\\app\\build\\intermediates\\merged_res\\debug\\drawable-ldpi_ic_add.png.flat
micode.notes.app-pngs-33\:/drawable-ldpi/ic_delete.png=C\:\\Users\\HP\\Desktop\\class\\SoftwareEngineering\\Work\\zcy-hj-htq\\Notes-master\\app\\build\\intermediates\\merged_res\\debug\\drawable-ldpi_ic_delete.png.flat
micode.notes.app-pngs-33\:/drawable-ldpi/ic_share.png=C\:\\Users\\HP\\Desktop\\class\\SoftwareEngineering\\Work\\zcy-hj-htq\\Notes-master\\app\\build\\intermediates\\merged_res\\debug\\drawable-ldpi_ic_share.png.flat
micode.notes.app-pngs-33\:/drawable-ldpi/icon_app.png=C\:\\Users\\HP\\Desktop\\class\\SoftwareEngineering\\Work\\zcy-hj-htq\\Notes-master\\app\\build\\intermediates\\merged_res\\debug\\drawable-ldpi_icon_app.png.flat
micode.notes.app-pngs-33\:/drawable-mdpi/ic_add.png=C\:\\Users\\HP\\Desktop\\class\\SoftwareEngineering\\Work\\zcy-hj-htq\\Notes-master\\app\\build\\intermediates\\merged_res\\debug\\drawable-mdpi_ic_add.png.flat
micode.notes.app-pngs-33\:/drawable-mdpi/ic_delete.png=C\:\\Users\\HP\\Desktop\\class\\SoftwareEngineering\\Work\\zcy-hj-htq\\Notes-master\\app\\build\\intermediates\\merged_res\\debug\\drawable-mdpi_ic_delete.png.flat
micode.notes.app-pngs-33\:/drawable-mdpi/ic_share.png=C\:\\Users\\HP\\Desktop\\class\\SoftwareEngineering\\Work\\zcy-hj-htq\\Notes-master\\app\\build\\intermediates\\merged_res\\debug\\drawable-mdpi_ic_share.png.flat
micode.notes.app-pngs-33\:/drawable-mdpi/icon_app.png=C\:\\Users\\HP\\Desktop\\class\\SoftwareEngineering\\Work\\zcy-hj-htq\\Notes-master\\app\\build\\intermediates\\merged_res\\debug\\drawable-mdpi_icon_app.png.flat
micode.notes.app-pngs-33\:/drawable-xhdpi/ic_add.png=C\:\\Users\\HP\\Desktop\\class\\SoftwareEngineering\\Work\\zcy-hj-htq\\Notes-master\\app\\build\\intermediates\\merged_res\\debug\\drawable-xhdpi_ic_add.png.flat
micode.notes.app-pngs-33\:/drawable-xhdpi/ic_delete.png=C\:\\Users\\HP\\Desktop\\class\\SoftwareEngineering\\Work\\zcy-hj-htq\\Notes-master\\app\\build\\intermediates\\merged_res\\debug\\drawable-xhdpi_ic_delete.png.flat
micode.notes.app-pngs-33\:/drawable-xhdpi/ic_share.png=C\:\\Users\\HP\\Desktop\\class\\SoftwareEngineering\\Work\\zcy-hj-htq\\Notes-master\\app\\build\\intermediates\\merged_res\\debug\\drawable-xhdpi_ic_share.png.flat
micode.notes.app-pngs-33\:/drawable-xhdpi/icon_app.png=C\:\\Users\\HP\\Desktop\\class\\SoftwareEngineering\\Work\\zcy-hj-htq\\Notes-master\\app\\build\\intermediates\\merged_res\\debug\\drawable-xhdpi_icon_app.png.flat
micode.notes.app-pngs-33\:/drawable-xxhdpi/ic_add.png=C\:\\Users\\HP\\Desktop\\class\\SoftwareEngineering\\Work\\zcy-hj-htq\\Notes-master\\app\\build\\intermediates\\merged_res\\debug\\drawable-xxhdpi_ic_add.png.flat
micode.notes.app-pngs-33\:/drawable-xxhdpi/ic_delete.png=C\:\\Users\\HP\\Desktop\\class\\SoftwareEngineering\\Work\\zcy-hj-htq\\Notes-master\\app\\build\\intermediates\\merged_res\\debug\\drawable-xxhdpi_ic_delete.png.flat
micode.notes.app-pngs-33\:/drawable-xxhdpi/ic_share.png=C\:\\Users\\HP\\Desktop\\class\\SoftwareEngineering\\Work\\zcy-hj-htq\\Notes-master\\app\\build\\intermediates\\merged_res\\debug\\drawable-xxhdpi_ic_share.png.flat
micode.notes.app-pngs-33\:/drawable-xxhdpi/icon_app.png=C\:\\Users\\HP\\Desktop\\class\\SoftwareEngineering\\Work\\zcy-hj-htq\\Notes-master\\app\\build\\intermediates\\merged_res\\debug\\drawable-xxhdpi_icon_app.png.flat
micode.notes.app-pngs-33\:/drawable-xxxhdpi/ic_add.png=C\:\\Users\\HP\\Desktop\\class\\SoftwareEngineering\\Work\\zcy-hj-htq\\Notes-master\\app\\build\\intermediates\\merged_res\\debug\\drawable-xxxhdpi_ic_add.png.flat
micode.notes.app-pngs-33\:/drawable-xxxhdpi/ic_delete.png=C\:\\Users\\HP\\Desktop\\class\\SoftwareEngineering\\Work\\zcy-hj-htq\\Notes-master\\app\\build\\intermediates\\merged_res\\debug\\drawable-xxxhdpi_ic_delete.png.flat
micode.notes.app-pngs-33\:/drawable-xxxhdpi/ic_share.png=C\:\\Users\\HP\\Desktop\\class\\SoftwareEngineering\\Work\\zcy-hj-htq\\Notes-master\\app\\build\\intermediates\\merged_res\\debug\\drawable-xxxhdpi_ic_share.png.flat
micode.notes.app-pngs-33\:/drawable-xxxhdpi/icon_app.png=C\:\\Users\\HP\\Desktop\\class\\SoftwareEngineering\\Work\\zcy-hj-htq\\Notes-master\\app\\build\\intermediates\\merged_res\\debug\\drawable-xxxhdpi_icon_app.png.flat

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

Loading…
Cancel
Save