Compare commits
No commits in common. 'main' and 'master' have entirely different histories.
@ -1,35 +0,0 @@
|
||||
# ---> Android
|
||||
# Gradle files
|
||||
.gradle/
|
||||
build/
|
||||
|
||||
# Local configuration file (sdk path, etc)
|
||||
local.properties
|
||||
|
||||
# Log/OS Files
|
||||
*.log
|
||||
|
||||
# Android Studio generated files and folders
|
||||
captures/
|
||||
.externalNativeBuild/
|
||||
.cxx/
|
||||
*.apk
|
||||
output.json
|
||||
|
||||
# IntelliJ
|
||||
*.iml
|
||||
.idea/
|
||||
misc.xml
|
||||
deploymentTargetDropDown.xml
|
||||
render.experimental.xml
|
||||
|
||||
# Keystore files
|
||||
*.jks
|
||||
*.keystore
|
||||
|
||||
# Google Services (e.g. APIs or Firebase)
|
||||
google-services.json
|
||||
|
||||
# Android Profiling
|
||||
*.hprof
|
||||
|
||||
@ -1,20 +0,0 @@
|
||||
Copyright (c) 1995-1999 The Apache Group. All rights reserved.
|
||||
|
||||
Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
|
||||
|
||||
1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
|
||||
|
||||
2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.
|
||||
|
||||
3. All advertising materials mentioning features or use of this software must display the following acknowledgment: "This product includes software developed by the Apache Group for use in the Apache HTTP server project (http://www.apache.org/)."
|
||||
|
||||
4. The names "Apache" and "Apache Software Foundation" must not be used to endorse or promote products derived from this software without prior written permission. For written permission, please contact apache@apache.org.
|
||||
|
||||
5. Products derived from this software may not be called "Apache" nor may "Apache" appear in their name, without prior written permission of the Apache Group.
|
||||
|
||||
6. Redistributions of any form whatsoever must retain the following acknowledgment:
|
||||
"This product includes software developed by the Apache Group for use in the Apache HTTP server project (http://www.apache.org/)."
|
||||
|
||||
THIS SOFTWARE IS PROVIDED BY THE APACHE GROUP ``AS IS'' AND ANY EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE APACHE GROUP OR ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
This software consists of voluntary contributions made by many individuals on behalf of the Apache Group and was originally based on public domain software written at the National Center for Supercomputing Applications, University of Illinois, Urbana-Champaign. For more information on the Apache Group and the Apache HTTP server project, please see <http://www.apache.org/>.
|
||||
@ -0,0 +1,30 @@
|
||||
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'
|
||||
}
|
||||
}
|
||||
}
|
||||
android {
|
||||
// ...
|
||||
lintOptions {
|
||||
checkReleaseBuilds false
|
||||
// 添加以下代码
|
||||
checkTestSources false
|
||||
lintConfig file("lint.xml")
|
||||
// ...
|
||||
}
|
||||
}
|
||||
@ -0,0 +1,10 @@
|
||||
/**
|
||||
* Automatically generated file. DO NOT MODIFY
|
||||
*/
|
||||
package net.micode.notes.test;
|
||||
|
||||
public final class BuildConfig {
|
||||
public static final boolean DEBUG = Boolean.parseBoolean("true");
|
||||
public static final String APPLICATION_ID = "net.micode.notes.test";
|
||||
public static final String BUILD_TYPE = "debug";
|
||||
}
|
||||
@ -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 @@
|
||||
{}
|
||||
@ -0,0 +1 @@
|
||||
{}
|
||||
Binary file not shown.
@ -0,0 +1,20 @@
|
||||
{
|
||||
"version": 3,
|
||||
"artifactType": {
|
||||
"type": "APK",
|
||||
"kind": "Directory"
|
||||
},
|
||||
"applicationId": "net.micode.notes",
|
||||
"variantName": "debug",
|
||||
"elements": [
|
||||
{
|
||||
"type": "SINGLE",
|
||||
"filters": [],
|
||||
"attributes": [],
|
||||
"versionCode": 1,
|
||||
"versionName": "0.1",
|
||||
"outputFile": "app-debug.apk"
|
||||
}
|
||||
],
|
||||
"elementType": "File"
|
||||
}
|
||||
@ -0,0 +1,2 @@
|
||||
#- File Locator -
|
||||
listingFile=../../apk/debug/output-metadata.json
|
||||
@ -0,0 +1,2 @@
|
||||
#- File Locator -
|
||||
listingFile=../../../outputs/apk/androidTest/debug/output-metadata.json
|
||||
@ -0,0 +1,2 @@
|
||||
#- File Locator -
|
||||
listingFile=../../../../../../../Desktop/release/output-metadata.json
|
||||
@ -0,0 +1,2 @@
|
||||
appMetadataVersion=1.1
|
||||
androidGradlePluginVersion=7.4.2
|
||||
@ -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": []
|
||||
}
|
||||
@ -0,0 +1,10 @@
|
||||
{
|
||||
"version": 3,
|
||||
"artifactType": {
|
||||
"type": "COMPATIBLE_SCREEN_MANIFEST",
|
||||
"kind": "Directory"
|
||||
},
|
||||
"applicationId": "net.micode.notes",
|
||||
"variantName": "release",
|
||||
"elements": []
|
||||
}
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -0,0 +1,117 @@
|
||||
# This is a configuration file for ProGuard.
|
||||
# http://proguard.sourceforge.net/index.html#manual/usage.html
|
||||
#
|
||||
# Starting with version 2.2 of the Android plugin for Gradle, this file is distributed together with
|
||||
# the plugin and unpacked at build-time. The files in $ANDROID_HOME are no longer maintained and
|
||||
# will be ignored by new version of the Android plugin for Gradle.
|
||||
|
||||
# Optimizations: If you don't want to optimize, use the proguard-android.txt configuration file
|
||||
# instead of this one, which turns off the optimization flags.
|
||||
# Adding optimization introduces certain risks, since for example not all optimizations performed by
|
||||
# ProGuard works on all versions of Dalvik. The following flags turn off various optimizations
|
||||
# known to have issues, but the list may not be complete or up to date. (The "arithmetic"
|
||||
# optimization can be used if you are only targeting Android 2.0 or later.) Make sure you test
|
||||
# thoroughly if you go this route.
|
||||
-optimizations !code/simplification/arithmetic,!code/simplification/cast,!field/*,!class/merging/*
|
||||
-optimizationpasses 5
|
||||
-allowaccessmodification
|
||||
|
||||
-dontusemixedcaseclassnames
|
||||
-dontskipnonpubliclibraryclasses
|
||||
-verbose
|
||||
|
||||
# Preserve some attributes that may be required for reflection.
|
||||
-keepattributes AnnotationDefault,
|
||||
EnclosingMethod,
|
||||
InnerClasses,
|
||||
RuntimeVisibleAnnotations,
|
||||
RuntimeVisibleParameterAnnotations,
|
||||
RuntimeVisibleTypeAnnotations,
|
||||
Signature
|
||||
|
||||
-keep public class com.google.vending.licensing.ILicensingService
|
||||
-keep public class com.android.vending.licensing.ILicensingService
|
||||
-keep public class com.google.android.vending.licensing.ILicensingService
|
||||
-dontnote com.android.vending.licensing.ILicensingService
|
||||
-dontnote com.google.vending.licensing.ILicensingService
|
||||
-dontnote com.google.android.vending.licensing.ILicensingService
|
||||
|
||||
# For native methods, see http://proguard.sourceforge.net/manual/examples.html#native
|
||||
-keepclasseswithmembernames,includedescriptorclasses class * {
|
||||
native <methods>;
|
||||
}
|
||||
|
||||
# Keep setters in Views so that animations can still work.
|
||||
-keepclassmembers public class * extends android.view.View {
|
||||
void set*(***);
|
||||
*** get*();
|
||||
}
|
||||
|
||||
# We want to keep methods in Activity that could be used in the XML attribute onClick.
|
||||
-keepclassmembers class * extends android.app.Activity {
|
||||
public void *(android.view.View);
|
||||
}
|
||||
|
||||
# For enumeration classes, see http://proguard.sourceforge.net/manual/examples.html#enumerations
|
||||
-keepclassmembers enum * {
|
||||
public static **[] values();
|
||||
public static ** valueOf(java.lang.String);
|
||||
}
|
||||
|
||||
-keepclassmembers class * implements android.os.Parcelable {
|
||||
public static final ** CREATOR;
|
||||
}
|
||||
|
||||
# Preserve annotated Javascript interface methods.
|
||||
-keepclassmembers class * {
|
||||
@android.webkit.JavascriptInterface <methods>;
|
||||
}
|
||||
|
||||
# The support libraries contains references to newer platform versions.
|
||||
# Don't warn about those in case this app is linking against an older
|
||||
# platform version. We know about them, and they are safe.
|
||||
-dontnote android.support.**
|
||||
-dontnote androidx.**
|
||||
-dontwarn android.support.**
|
||||
-dontwarn androidx.**
|
||||
|
||||
# This class is deprecated, but remains for backward compatibility.
|
||||
-dontwarn android.util.FloatMath
|
||||
|
||||
# Understand the @Keep support annotation.
|
||||
-keep class android.support.annotation.Keep
|
||||
-keep class androidx.annotation.Keep
|
||||
|
||||
-keep @android.support.annotation.Keep class * {*;}
|
||||
-keep @androidx.annotation.Keep class * {*;}
|
||||
|
||||
-keepclasseswithmembers class * {
|
||||
@android.support.annotation.Keep <methods>;
|
||||
}
|
||||
|
||||
-keepclasseswithmembers class * {
|
||||
@androidx.annotation.Keep <methods>;
|
||||
}
|
||||
|
||||
-keepclasseswithmembers class * {
|
||||
@android.support.annotation.Keep <fields>;
|
||||
}
|
||||
|
||||
-keepclasseswithmembers class * {
|
||||
@androidx.annotation.Keep <fields>;
|
||||
}
|
||||
|
||||
-keepclasseswithmembers class * {
|
||||
@android.support.annotation.Keep <init>(...);
|
||||
}
|
||||
|
||||
-keepclasseswithmembers class * {
|
||||
@androidx.annotation.Keep <init>(...);
|
||||
}
|
||||
|
||||
# These classes are duplicated between android.jar and org.apache.http.legacy.jar.
|
||||
-dontnote org.apache.http.**
|
||||
-dontnote android.net.http.**
|
||||
|
||||
# These classes are duplicated between android.jar and core-lambda-stubs.jar.
|
||||
-dontnote java.lang.invoke.**
|
||||
@ -0,0 +1,116 @@
|
||||
# This is a configuration file for ProGuard.
|
||||
# http://proguard.sourceforge.net/index.html#manual/usage.html
|
||||
#
|
||||
# Starting with version 2.2 of the Android plugin for Gradle, this file is distributed together with
|
||||
# the plugin and unpacked at build-time. The files in $ANDROID_HOME are no longer maintained and
|
||||
# will be ignored by new version of the Android plugin for Gradle.
|
||||
|
||||
# Optimization is turned off by default. Dex does not like code run
|
||||
# through the ProGuard optimize steps (and performs some
|
||||
# of these optimizations on its own).
|
||||
# Note that if you want to enable optimization, you cannot just
|
||||
# include optimization flags in your own project configuration file;
|
||||
# instead you will need to point to the
|
||||
# "proguard-android-optimize.txt" file instead of this one from your
|
||||
# project.properties file.
|
||||
-dontoptimize
|
||||
|
||||
-dontusemixedcaseclassnames
|
||||
-dontskipnonpubliclibraryclasses
|
||||
-verbose
|
||||
|
||||
# Preserve some attributes that may be required for reflection.
|
||||
-keepattributes AnnotationDefault,
|
||||
EnclosingMethod,
|
||||
InnerClasses,
|
||||
RuntimeVisibleAnnotations,
|
||||
RuntimeVisibleParameterAnnotations,
|
||||
RuntimeVisibleTypeAnnotations,
|
||||
Signature
|
||||
|
||||
-keep public class com.google.vending.licensing.ILicensingService
|
||||
-keep public class com.android.vending.licensing.ILicensingService
|
||||
-keep public class com.google.android.vending.licensing.ILicensingService
|
||||
-dontnote com.android.vending.licensing.ILicensingService
|
||||
-dontnote com.google.vending.licensing.ILicensingService
|
||||
-dontnote com.google.android.vending.licensing.ILicensingService
|
||||
|
||||
# For native methods, see http://proguard.sourceforge.net/manual/examples.html#native
|
||||
-keepclasseswithmembernames,includedescriptorclasses class * {
|
||||
native <methods>;
|
||||
}
|
||||
|
||||
# Keep setters in Views so that animations can still work.
|
||||
-keepclassmembers public class * extends android.view.View {
|
||||
void set*(***);
|
||||
*** get*();
|
||||
}
|
||||
|
||||
# We want to keep methods in Activity that could be used in the XML attribute onClick.
|
||||
-keepclassmembers class * extends android.app.Activity {
|
||||
public void *(android.view.View);
|
||||
}
|
||||
|
||||
# For enumeration classes, see http://proguard.sourceforge.net/manual/examples.html#enumerations
|
||||
-keepclassmembers enum * {
|
||||
public static **[] values();
|
||||
public static ** valueOf(java.lang.String);
|
||||
}
|
||||
|
||||
-keepclassmembers class * implements android.os.Parcelable {
|
||||
public static final ** CREATOR;
|
||||
}
|
||||
|
||||
# Preserve annotated Javascript interface methods.
|
||||
-keepclassmembers class * {
|
||||
@android.webkit.JavascriptInterface <methods>;
|
||||
}
|
||||
|
||||
# The support libraries contains references to newer platform versions.
|
||||
# Don't warn about those in case this app is linking against an older
|
||||
# platform version. We know about them, and they are safe.
|
||||
-dontnote android.support.**
|
||||
-dontnote androidx.**
|
||||
-dontwarn android.support.**
|
||||
-dontwarn androidx.**
|
||||
|
||||
# This class is deprecated, but remains for backward compatibility.
|
||||
-dontwarn android.util.FloatMath
|
||||
|
||||
# Understand the @Keep support annotation.
|
||||
-keep class android.support.annotation.Keep
|
||||
-keep class androidx.annotation.Keep
|
||||
|
||||
-keep @android.support.annotation.Keep class * {*;}
|
||||
-keep @androidx.annotation.Keep class * {*;}
|
||||
|
||||
-keepclasseswithmembers class * {
|
||||
@android.support.annotation.Keep <methods>;
|
||||
}
|
||||
|
||||
-keepclasseswithmembers class * {
|
||||
@androidx.annotation.Keep <methods>;
|
||||
}
|
||||
|
||||
-keepclasseswithmembers class * {
|
||||
@android.support.annotation.Keep <fields>;
|
||||
}
|
||||
|
||||
-keepclasseswithmembers class * {
|
||||
@androidx.annotation.Keep <fields>;
|
||||
}
|
||||
|
||||
-keepclasseswithmembers class * {
|
||||
@android.support.annotation.Keep <init>(...);
|
||||
}
|
||||
|
||||
-keepclasseswithmembers class * {
|
||||
@androidx.annotation.Keep <init>(...);
|
||||
}
|
||||
|
||||
# These classes are duplicated between android.jar and org.apache.http.legacy.jar.
|
||||
-dontnote org.apache.http.**
|
||||
-dontnote android.net.http.**
|
||||
|
||||
# These classes are duplicated between android.jar and core-lambda-stubs.jar.
|
||||
-dontnote java.lang.invoke.**
|
||||
@ -0,0 +1,117 @@
|
||||
# This is a configuration file for ProGuard.
|
||||
# http://proguard.sourceforge.net/index.html#manual/usage.html
|
||||
#
|
||||
# Starting with version 2.2 of the Android plugin for Gradle, this file is distributed together with
|
||||
# the plugin and unpacked at build-time. The files in $ANDROID_HOME are no longer maintained and
|
||||
# will be ignored by new version of the Android plugin for Gradle.
|
||||
|
||||
# Optimizations can be turned on and off in the 'postProcessing' DSL block.
|
||||
# The configuration below is applied if optimizations are enabled.
|
||||
# Adding optimization introduces certain risks, since for example not all optimizations performed by
|
||||
# ProGuard works on all versions of Dalvik. The following flags turn off various optimizations
|
||||
# known to have issues, but the list may not be complete or up to date. (The "arithmetic"
|
||||
# optimization can be used if you are only targeting Android 2.0 or later.) Make sure you test
|
||||
# thoroughly if you go this route.
|
||||
-optimizations !code/simplification/arithmetic,!code/simplification/cast,!field/*,!class/merging/*
|
||||
-optimizationpasses 5
|
||||
-allowaccessmodification
|
||||
|
||||
-dontusemixedcaseclassnames
|
||||
-dontskipnonpubliclibraryclasses
|
||||
-verbose
|
||||
|
||||
# Preserve some attributes that may be required for reflection.
|
||||
-keepattributes AnnotationDefault,
|
||||
EnclosingMethod,
|
||||
InnerClasses,
|
||||
RuntimeVisibleAnnotations,
|
||||
RuntimeVisibleParameterAnnotations,
|
||||
RuntimeVisibleTypeAnnotations,
|
||||
Signature
|
||||
|
||||
-keep public class com.google.vending.licensing.ILicensingService
|
||||
-keep public class com.android.vending.licensing.ILicensingService
|
||||
-keep public class com.google.android.vending.licensing.ILicensingService
|
||||
-dontnote com.android.vending.licensing.ILicensingService
|
||||
-dontnote com.google.vending.licensing.ILicensingService
|
||||
-dontnote com.google.android.vending.licensing.ILicensingService
|
||||
|
||||
# For native methods, see http://proguard.sourceforge.net/manual/examples.html#native
|
||||
-keepclasseswithmembernames,includedescriptorclasses class * {
|
||||
native <methods>;
|
||||
}
|
||||
|
||||
# Keep setters in Views so that animations can still work.
|
||||
-keepclassmembers public class * extends android.view.View {
|
||||
void set*(***);
|
||||
*** get*();
|
||||
}
|
||||
|
||||
# We want to keep methods in Activity that could be used in the XML attribute onClick.
|
||||
-keepclassmembers class * extends android.app.Activity {
|
||||
public void *(android.view.View);
|
||||
}
|
||||
|
||||
# For enumeration classes, see http://proguard.sourceforge.net/manual/examples.html#enumerations
|
||||
-keepclassmembers enum * {
|
||||
public static **[] values();
|
||||
public static ** valueOf(java.lang.String);
|
||||
}
|
||||
|
||||
-keepclassmembers class * implements android.os.Parcelable {
|
||||
public static final ** CREATOR;
|
||||
}
|
||||
|
||||
# Preserve annotated Javascript interface methods.
|
||||
-keepclassmembers class * {
|
||||
@android.webkit.JavascriptInterface <methods>;
|
||||
}
|
||||
|
||||
# The support libraries contains references to newer platform versions.
|
||||
# Don't warn about those in case this app is linking against an older
|
||||
# platform version. We know about them, and they are safe.
|
||||
-dontnote android.support.**
|
||||
-dontnote androidx.**
|
||||
-dontwarn android.support.**
|
||||
-dontwarn androidx.**
|
||||
|
||||
# This class is deprecated, but remains for backward compatibility.
|
||||
-dontwarn android.util.FloatMath
|
||||
|
||||
# Understand the @Keep support annotation.
|
||||
-keep class android.support.annotation.Keep
|
||||
-keep class androidx.annotation.Keep
|
||||
|
||||
-keep @android.support.annotation.Keep class * {*;}
|
||||
-keep @androidx.annotation.Keep class * {*;}
|
||||
|
||||
-keepclasseswithmembers class * {
|
||||
@android.support.annotation.Keep <methods>;
|
||||
}
|
||||
|
||||
-keepclasseswithmembers class * {
|
||||
@androidx.annotation.Keep <methods>;
|
||||
}
|
||||
|
||||
-keepclasseswithmembers class * {
|
||||
@android.support.annotation.Keep <fields>;
|
||||
}
|
||||
|
||||
-keepclasseswithmembers class * {
|
||||
@androidx.annotation.Keep <fields>;
|
||||
}
|
||||
|
||||
-keepclasseswithmembers class * {
|
||||
@android.support.annotation.Keep <init>(...);
|
||||
}
|
||||
|
||||
-keepclasseswithmembers class * {
|
||||
@androidx.annotation.Keep <init>(...);
|
||||
}
|
||||
|
||||
# These classes are duplicated between android.jar and org.apache.http.legacy.jar.
|
||||
-dontnote org.apache.http.**
|
||||
-dontnote android.net.http.**
|
||||
|
||||
# These classes are duplicated between android.jar and core-lambda-stubs.jar.
|
||||
-dontnote java.lang.invoke.**
|
||||
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 @@
|
||||
4
|
||||
Binary file not shown.
@ -0,0 +1,96 @@
|
||||
#Thu Dec 14 16:38:37 CST 2023
|
||||
net.micode.notes.app-main-7\:/color/primary_text_dark.xml=C\:\\Users\\86159\\Desktop\\Notes-master\\app\\build\\intermediates\\merged_res\\debug\\color_primary_text_dark.xml.flat
|
||||
net.micode.notes.app-main-7\:/color/secondary_text_dark.xml=C\:\\Users\\86159\\Desktop\\Notes-master\\app\\build\\intermediates\\merged_res\\debug\\color_secondary_text_dark.xml.flat
|
||||
net.micode.notes.app-main-7\:/drawable-hdpi/bg_btn_set_color.png=C\:\\Users\\86159\\Desktop\\Notes-master\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_bg_btn_set_color.png.flat
|
||||
net.micode.notes.app-main-7\:/drawable-hdpi/bg_color_btn_mask.png=C\:\\Users\\86159\\Desktop\\Notes-master\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_bg_color_btn_mask.png.flat
|
||||
net.micode.notes.app-main-7\:/drawable-hdpi/call_record.png=C\:\\Users\\86159\\Desktop\\Notes-master\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_call_record.png.flat
|
||||
net.micode.notes.app-main-7\:/drawable-hdpi/clock.png=C\:\\Users\\86159\\Desktop\\Notes-master\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_clock.png.flat
|
||||
net.micode.notes.app-main-7\:/drawable-hdpi/delete.png=C\:\\Users\\86159\\Desktop\\Notes-master\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_delete.png.flat
|
||||
net.micode.notes.app-main-7\:/drawable-hdpi/dropdown_icon.9.png=C\:\\Users\\86159\\Desktop\\Notes-master\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_dropdown_icon.9.png.flat
|
||||
net.micode.notes.app-main-7\:/drawable-hdpi/edit_blue.9.png=C\:\\Users\\86159\\Desktop\\Notes-master\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_edit_blue.9.png.flat
|
||||
net.micode.notes.app-main-7\:/drawable-hdpi/edit_green.9.png=C\:\\Users\\86159\\Desktop\\Notes-master\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_edit_green.9.png.flat
|
||||
net.micode.notes.app-main-7\:/drawable-hdpi/edit_red.9.png=C\:\\Users\\86159\\Desktop\\Notes-master\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_edit_red.9.png.flat
|
||||
net.micode.notes.app-main-7\:/drawable-hdpi/edit_title_blue.9.png=C\:\\Users\\86159\\Desktop\\Notes-master\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_edit_title_blue.9.png.flat
|
||||
net.micode.notes.app-main-7\:/drawable-hdpi/edit_title_green.9.png=C\:\\Users\\86159\\Desktop\\Notes-master\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_edit_title_green.9.png.flat
|
||||
net.micode.notes.app-main-7\:/drawable-hdpi/edit_title_red.9.png=C\:\\Users\\86159\\Desktop\\Notes-master\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_edit_title_red.9.png.flat
|
||||
net.micode.notes.app-main-7\:/drawable-hdpi/edit_title_white.9.png=C\:\\Users\\86159\\Desktop\\Notes-master\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_edit_title_white.9.png.flat
|
||||
net.micode.notes.app-main-7\:/drawable-hdpi/edit_title_yellow.9.png=C\:\\Users\\86159\\Desktop\\Notes-master\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_edit_title_yellow.9.png.flat
|
||||
net.micode.notes.app-main-7\:/drawable-hdpi/edit_white.9.png=C\:\\Users\\86159\\Desktop\\Notes-master\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_edit_white.9.png.flat
|
||||
net.micode.notes.app-main-7\:/drawable-hdpi/edit_yellow.9.png=C\:\\Users\\86159\\Desktop\\Notes-master\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_edit_yellow.9.png.flat
|
||||
net.micode.notes.app-main-7\:/drawable-hdpi/font_large.png=C\:\\Users\\86159\\Desktop\\Notes-master\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_font_large.png.flat
|
||||
net.micode.notes.app-main-7\:/drawable-hdpi/font_normal.png=C\:\\Users\\86159\\Desktop\\Notes-master\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_font_normal.png.flat
|
||||
net.micode.notes.app-main-7\:/drawable-hdpi/font_size_selector_bg.9.png=C\:\\Users\\86159\\Desktop\\Notes-master\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_font_size_selector_bg.9.png.flat
|
||||
net.micode.notes.app-main-7\:/drawable-hdpi/font_small.png=C\:\\Users\\86159\\Desktop\\Notes-master\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_font_small.png.flat
|
||||
net.micode.notes.app-main-7\:/drawable-hdpi/font_super.png=C\:\\Users\\86159\\Desktop\\Notes-master\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_font_super.png.flat
|
||||
net.micode.notes.app-main-7\:/drawable-hdpi/icon_app.png=C\:\\Users\\86159\\Desktop\\Notes-master\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_icon_app.png.flat
|
||||
net.micode.notes.app-main-7\:/drawable-hdpi/list_background.png=C\:\\Users\\86159\\Desktop\\Notes-master\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_list_background.png.flat
|
||||
net.micode.notes.app-main-7\:/drawable-hdpi/list_blue_down.9.png=C\:\\Users\\86159\\Desktop\\Notes-master\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_list_blue_down.9.png.flat
|
||||
net.micode.notes.app-main-7\:/drawable-hdpi/list_blue_middle.9.png=C\:\\Users\\86159\\Desktop\\Notes-master\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_list_blue_middle.9.png.flat
|
||||
net.micode.notes.app-main-7\:/drawable-hdpi/list_blue_single.9.png=C\:\\Users\\86159\\Desktop\\Notes-master\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_list_blue_single.9.png.flat
|
||||
net.micode.notes.app-main-7\:/drawable-hdpi/list_blue_up.9.png=C\:\\Users\\86159\\Desktop\\Notes-master\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_list_blue_up.9.png.flat
|
||||
net.micode.notes.app-main-7\:/drawable-hdpi/list_folder.9.png=C\:\\Users\\86159\\Desktop\\Notes-master\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_list_folder.9.png.flat
|
||||
net.micode.notes.app-main-7\:/drawable-hdpi/list_footer_bg.9.png=C\:\\Users\\86159\\Desktop\\Notes-master\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_list_footer_bg.9.png.flat
|
||||
net.micode.notes.app-main-7\:/drawable-hdpi/list_green_down.9.png=C\:\\Users\\86159\\Desktop\\Notes-master\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_list_green_down.9.png.flat
|
||||
net.micode.notes.app-main-7\:/drawable-hdpi/list_green_middle.9.png=C\:\\Users\\86159\\Desktop\\Notes-master\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_list_green_middle.9.png.flat
|
||||
net.micode.notes.app-main-7\:/drawable-hdpi/list_green_single.9.png=C\:\\Users\\86159\\Desktop\\Notes-master\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_list_green_single.9.png.flat
|
||||
net.micode.notes.app-main-7\:/drawable-hdpi/list_green_up.9.png=C\:\\Users\\86159\\Desktop\\Notes-master\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_list_green_up.9.png.flat
|
||||
net.micode.notes.app-main-7\:/drawable-hdpi/list_red_down.9.png=C\:\\Users\\86159\\Desktop\\Notes-master\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_list_red_down.9.png.flat
|
||||
net.micode.notes.app-main-7\:/drawable-hdpi/list_red_middle.9.png=C\:\\Users\\86159\\Desktop\\Notes-master\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_list_red_middle.9.png.flat
|
||||
net.micode.notes.app-main-7\:/drawable-hdpi/list_red_single.9.png=C\:\\Users\\86159\\Desktop\\Notes-master\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_list_red_single.9.png.flat
|
||||
net.micode.notes.app-main-7\:/drawable-hdpi/list_red_up.9.png=C\:\\Users\\86159\\Desktop\\Notes-master\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_list_red_up.9.png.flat
|
||||
net.micode.notes.app-main-7\:/drawable-hdpi/list_white_down.9.png=C\:\\Users\\86159\\Desktop\\Notes-master\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_list_white_down.9.png.flat
|
||||
net.micode.notes.app-main-7\:/drawable-hdpi/list_white_middle.9.png=C\:\\Users\\86159\\Desktop\\Notes-master\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_list_white_middle.9.png.flat
|
||||
net.micode.notes.app-main-7\:/drawable-hdpi/list_white_single.9.png=C\:\\Users\\86159\\Desktop\\Notes-master\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_list_white_single.9.png.flat
|
||||
net.micode.notes.app-main-7\:/drawable-hdpi/list_white_up.9.png=C\:\\Users\\86159\\Desktop\\Notes-master\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_list_white_up.9.png.flat
|
||||
net.micode.notes.app-main-7\:/drawable-hdpi/list_yellow_down.9.png=C\:\\Users\\86159\\Desktop\\Notes-master\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_list_yellow_down.9.png.flat
|
||||
net.micode.notes.app-main-7\:/drawable-hdpi/list_yellow_middle.9.png=C\:\\Users\\86159\\Desktop\\Notes-master\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_list_yellow_middle.9.png.flat
|
||||
net.micode.notes.app-main-7\:/drawable-hdpi/list_yellow_single.9.png=C\:\\Users\\86159\\Desktop\\Notes-master\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_list_yellow_single.9.png.flat
|
||||
net.micode.notes.app-main-7\:/drawable-hdpi/list_yellow_up.9.png=C\:\\Users\\86159\\Desktop\\Notes-master\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_list_yellow_up.9.png.flat
|
||||
net.micode.notes.app-main-7\:/drawable-hdpi/menu_delete.png=C\:\\Users\\86159\\Desktop\\Notes-master\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_menu_delete.png.flat
|
||||
net.micode.notes.app-main-7\:/drawable-hdpi/menu_move.png=C\:\\Users\\86159\\Desktop\\Notes-master\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_menu_move.png.flat
|
||||
net.micode.notes.app-main-7\:/drawable-hdpi/new_note_normal.png=C\:\\Users\\86159\\Desktop\\Notes-master\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_new_note_normal.png.flat
|
||||
net.micode.notes.app-main-7\:/drawable-hdpi/new_note_pressed.png=C\:\\Users\\86159\\Desktop\\Notes-master\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_new_note_pressed.png.flat
|
||||
net.micode.notes.app-main-7\:/drawable-hdpi/note_edit_color_selector_panel.png=C\:\\Users\\86159\\Desktop\\Notes-master\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_note_edit_color_selector_panel.png.flat
|
||||
net.micode.notes.app-main-7\:/drawable-hdpi/notification.png=C\:\\Users\\86159\\Desktop\\Notes-master\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_notification.png.flat
|
||||
net.micode.notes.app-main-7\:/drawable-hdpi/search_result.png=C\:\\Users\\86159\\Desktop\\Notes-master\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_search_result.png.flat
|
||||
net.micode.notes.app-main-7\:/drawable-hdpi/selected.png=C\:\\Users\\86159\\Desktop\\Notes-master\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_selected.png.flat
|
||||
net.micode.notes.app-main-7\:/drawable-hdpi/title_alert.png=C\:\\Users\\86159\\Desktop\\Notes-master\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_title_alert.png.flat
|
||||
net.micode.notes.app-main-7\:/drawable-hdpi/title_bar_bg.9.png=C\:\\Users\\86159\\Desktop\\Notes-master\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_title_bar_bg.9.png.flat
|
||||
net.micode.notes.app-main-7\:/drawable-hdpi/widget_2x_blue.png=C\:\\Users\\86159\\Desktop\\Notes-master\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_widget_2x_blue.png.flat
|
||||
net.micode.notes.app-main-7\:/drawable-hdpi/widget_2x_green.png=C\:\\Users\\86159\\Desktop\\Notes-master\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_widget_2x_green.png.flat
|
||||
net.micode.notes.app-main-7\:/drawable-hdpi/widget_2x_red.png=C\:\\Users\\86159\\Desktop\\Notes-master\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_widget_2x_red.png.flat
|
||||
net.micode.notes.app-main-7\:/drawable-hdpi/widget_2x_white.png=C\:\\Users\\86159\\Desktop\\Notes-master\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_widget_2x_white.png.flat
|
||||
net.micode.notes.app-main-7\:/drawable-hdpi/widget_2x_yellow.png=C\:\\Users\\86159\\Desktop\\Notes-master\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_widget_2x_yellow.png.flat
|
||||
net.micode.notes.app-main-7\:/drawable-hdpi/widget_4x_blue.png=C\:\\Users\\86159\\Desktop\\Notes-master\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_widget_4x_blue.png.flat
|
||||
net.micode.notes.app-main-7\:/drawable-hdpi/widget_4x_green.png=C\:\\Users\\86159\\Desktop\\Notes-master\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_widget_4x_green.png.flat
|
||||
net.micode.notes.app-main-7\:/drawable-hdpi/widget_4x_red.png=C\:\\Users\\86159\\Desktop\\Notes-master\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_widget_4x_red.png.flat
|
||||
net.micode.notes.app-main-7\:/drawable-hdpi/widget_4x_white.png=C\:\\Users\\86159\\Desktop\\Notes-master\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_widget_4x_white.png.flat
|
||||
net.micode.notes.app-main-7\:/drawable-hdpi/widget_4x_yellow.png=C\:\\Users\\86159\\Desktop\\Notes-master\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_widget_4x_yellow.png.flat
|
||||
net.micode.notes.app-main-7\:/drawable/new_note.xml=C\:\\Users\\86159\\Desktop\\Notes-master\\app\\build\\intermediates\\merged_res\\debug\\drawable_new_note.xml.flat
|
||||
net.micode.notes.app-main-7\:/layout/account_dialog_title.xml=C\:\\Users\\86159\\Desktop\\Notes-master\\app\\build\\intermediates\\merged_res\\debug\\layout_account_dialog_title.xml.flat
|
||||
net.micode.notes.app-main-7\:/layout/add_account_text.xml=C\:\\Users\\86159\\Desktop\\Notes-master\\app\\build\\intermediates\\merged_res\\debug\\layout_add_account_text.xml.flat
|
||||
net.micode.notes.app-main-7\:/layout/datetime_picker.xml=C\:\\Users\\86159\\Desktop\\Notes-master\\app\\build\\intermediates\\merged_res\\debug\\layout_datetime_picker.xml.flat
|
||||
net.micode.notes.app-main-7\:/layout/dialog_edit_text.xml=C\:\\Users\\86159\\Desktop\\Notes-master\\app\\build\\intermediates\\merged_res\\debug\\layout_dialog_edit_text.xml.flat
|
||||
net.micode.notes.app-main-7\:/layout/folder_list_item.xml=C\:\\Users\\86159\\Desktop\\Notes-master\\app\\build\\intermediates\\merged_res\\debug\\layout_folder_list_item.xml.flat
|
||||
net.micode.notes.app-main-7\:/layout/note_edit.xml=C\:\\Users\\86159\\Desktop\\Notes-master\\app\\build\\intermediates\\merged_res\\debug\\layout_note_edit.xml.flat
|
||||
net.micode.notes.app-main-7\:/layout/note_edit_list_item.xml=C\:\\Users\\86159\\Desktop\\Notes-master\\app\\build\\intermediates\\merged_res\\debug\\layout_note_edit_list_item.xml.flat
|
||||
net.micode.notes.app-main-7\:/layout/note_item.xml=C\:\\Users\\86159\\Desktop\\Notes-master\\app\\build\\intermediates\\merged_res\\debug\\layout_note_item.xml.flat
|
||||
net.micode.notes.app-main-7\:/layout/note_list.xml=C\:\\Users\\86159\\Desktop\\Notes-master\\app\\build\\intermediates\\merged_res\\debug\\layout_note_list.xml.flat
|
||||
net.micode.notes.app-main-7\:/layout/note_list_dropdown_menu.xml=C\:\\Users\\86159\\Desktop\\Notes-master\\app\\build\\intermediates\\merged_res\\debug\\layout_note_list_dropdown_menu.xml.flat
|
||||
net.micode.notes.app-main-7\:/layout/note_list_footer.xml=C\:\\Users\\86159\\Desktop\\Notes-master\\app\\build\\intermediates\\merged_res\\debug\\layout_note_list_footer.xml.flat
|
||||
net.micode.notes.app-main-7\:/layout/settings_header.xml=C\:\\Users\\86159\\Desktop\\Notes-master\\app\\build\\intermediates\\merged_res\\debug\\layout_settings_header.xml.flat
|
||||
net.micode.notes.app-main-7\:/layout/widget_2x.xml=C\:\\Users\\86159\\Desktop\\Notes-master\\app\\build\\intermediates\\merged_res\\debug\\layout_widget_2x.xml.flat
|
||||
net.micode.notes.app-main-7\:/layout/widget_4x.xml=C\:\\Users\\86159\\Desktop\\Notes-master\\app\\build\\intermediates\\merged_res\\debug\\layout_widget_4x.xml.flat
|
||||
net.micode.notes.app-main-7\:/menu/call_note_edit.xml=C\:\\Users\\86159\\Desktop\\Notes-master\\app\\build\\intermediates\\merged_res\\debug\\menu_call_note_edit.xml.flat
|
||||
net.micode.notes.app-main-7\:/menu/call_record_folder.xml=C\:\\Users\\86159\\Desktop\\Notes-master\\app\\build\\intermediates\\merged_res\\debug\\menu_call_record_folder.xml.flat
|
||||
net.micode.notes.app-main-7\:/menu/note_edit.xml=C\:\\Users\\86159\\Desktop\\Notes-master\\app\\build\\intermediates\\merged_res\\debug\\menu_note_edit.xml.flat
|
||||
net.micode.notes.app-main-7\:/menu/note_list.xml=C\:\\Users\\86159\\Desktop\\Notes-master\\app\\build\\intermediates\\merged_res\\debug\\menu_note_list.xml.flat
|
||||
net.micode.notes.app-main-7\:/menu/note_list_dropdown.xml=C\:\\Users\\86159\\Desktop\\Notes-master\\app\\build\\intermediates\\merged_res\\debug\\menu_note_list_dropdown.xml.flat
|
||||
net.micode.notes.app-main-7\:/menu/note_list_options.xml=C\:\\Users\\86159\\Desktop\\Notes-master\\app\\build\\intermediates\\merged_res\\debug\\menu_note_list_options.xml.flat
|
||||
net.micode.notes.app-main-7\:/menu/sub_folder.xml=C\:\\Users\\86159\\Desktop\\Notes-master\\app\\build\\intermediates\\merged_res\\debug\\menu_sub_folder.xml.flat
|
||||
net.micode.notes.app-main-7\:/raw-zh-rCN/introduction=C\:\\Users\\86159\\Desktop\\Notes-master\\app\\build\\intermediates\\merged_res\\debug\\raw-zh-rCN_introduction.flat
|
||||
net.micode.notes.app-main-7\:/raw/introduction=C\:\\Users\\86159\\Desktop\\Notes-master\\app\\build\\intermediates\\merged_res\\debug\\raw_introduction.flat
|
||||
net.micode.notes.app-main-7\:/xml/preferences.xml=C\:\\Users\\86159\\Desktop\\Notes-master\\app\\build\\intermediates\\merged_res\\debug\\xml_preferences.xml.flat
|
||||
net.micode.notes.app-main-7\:/xml/searchable.xml=C\:\\Users\\86159\\Desktop\\Notes-master\\app\\build\\intermediates\\merged_res\\debug\\xml_searchable.xml.flat
|
||||
net.micode.notes.app-main-7\:/xml/widget_2x_info.xml=C\:\\Users\\86159\\Desktop\\Notes-master\\app\\build\\intermediates\\merged_res\\debug\\xml_widget_2x_info.xml.flat
|
||||
net.micode.notes.app-main-7\:/xml/widget_4x_info.xml=C\:\\Users\\86159\\Desktop\\Notes-master\\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 @@
|
||||
#Mon Sep 25 20:24:07 CST 2023
|
||||
net.micode.notes.app-main-5\:/xml/searchable.xml=C\:\\Users\\Neusoft\\AndroidStudioProjects\\Notes-master\\app\\build\\intermediates\\packaged_res\\debug\\xml\\searchable.xml
|
||||
net.micode.notes.app-main-5\:/drawable-hdpi/list_green_down.9.png=C\:\\Users\\Neusoft\\AndroidStudioProjects\\Notes-master\\app\\build\\intermediates\\packaged_res\\debug\\drawable-hdpi-v4\\list_green_down.9.png
|
||||
net.micode.notes.app-main-5\:/drawable-hdpi/bg_color_btn_mask.png=C\:\\Users\\Neusoft\\AndroidStudioProjects\\Notes-master\\app\\build\\intermediates\\packaged_res\\debug\\drawable-hdpi-v4\\bg_color_btn_mask.png
|
||||
net.micode.notes.app-main-5\:/drawable-hdpi/search_result.png=C\:\\Users\\Neusoft\\AndroidStudioProjects\\Notes-master\\app\\build\\intermediates\\packaged_res\\debug\\drawable-hdpi-v4\\search_result.png
|
||||
net.micode.notes.app-main-5\:/drawable-hdpi/edit_title_yellow.9.png=C\:\\Users\\Neusoft\\AndroidStudioProjects\\Notes-master\\app\\build\\intermediates\\packaged_res\\debug\\drawable-hdpi-v4\\edit_title_yellow.9.png
|
||||
net.micode.notes.app-main-5\:/drawable-hdpi/list_folder.9.png=C\:\\Users\\Neusoft\\AndroidStudioProjects\\Notes-master\\app\\build\\intermediates\\packaged_res\\debug\\drawable-hdpi-v4\\list_folder.9.png
|
||||
net.micode.notes.app-main-5\:/menu/note_list_dropdown.xml=C\:\\Users\\Neusoft\\AndroidStudioProjects\\Notes-master\\app\\build\\intermediates\\packaged_res\\debug\\menu\\note_list_dropdown.xml
|
||||
net.micode.notes.app-main-5\:/layout/widget_2x.xml=C\:\\Users\\Neusoft\\AndroidStudioProjects\\Notes-master\\app\\build\\intermediates\\packaged_res\\debug\\layout\\widget_2x.xml
|
||||
net.micode.notes.app-main-5\:/drawable-hdpi/widget_4x_blue.png=C\:\\Users\\Neusoft\\AndroidStudioProjects\\Notes-master\\app\\build\\intermediates\\packaged_res\\debug\\drawable-hdpi-v4\\widget_4x_blue.png
|
||||
net.micode.notes.app-main-5\:/drawable-hdpi/delete.png=C\:\\Users\\Neusoft\\AndroidStudioProjects\\Notes-master\\app\\build\\intermediates\\packaged_res\\debug\\drawable-hdpi-v4\\delete.png
|
||||
net.micode.notes.app-main-5\:/drawable/new_note.xml=C\:\\Users\\Neusoft\\AndroidStudioProjects\\Notes-master\\app\\build\\intermediates\\packaged_res\\debug\\drawable\\new_note.xml
|
||||
net.micode.notes.app-main-5\:/drawable-hdpi/edit_title_green.9.png=C\:\\Users\\Neusoft\\AndroidStudioProjects\\Notes-master\\app\\build\\intermediates\\packaged_res\\debug\\drawable-hdpi-v4\\edit_title_green.9.png
|
||||
net.micode.notes.app-main-5\:/drawable-hdpi/edit_title_blue.9.png=C\:\\Users\\Neusoft\\AndroidStudioProjects\\Notes-master\\app\\build\\intermediates\\packaged_res\\debug\\drawable-hdpi-v4\\edit_title_blue.9.png
|
||||
net.micode.notes.app-main-5\:/drawable-hdpi/clock.png=C\:\\Users\\Neusoft\\AndroidStudioProjects\\Notes-master\\app\\build\\intermediates\\packaged_res\\debug\\drawable-hdpi-v4\\clock.png
|
||||
net.micode.notes.app-main-5\:/drawable-hdpi/list_red_down.9.png=C\:\\Users\\Neusoft\\AndroidStudioProjects\\Notes-master\\app\\build\\intermediates\\packaged_res\\debug\\drawable-hdpi-v4\\list_red_down.9.png
|
||||
net.micode.notes.app-main-5\:/layout/account_dialog_title.xml=C\:\\Users\\Neusoft\\AndroidStudioProjects\\Notes-master\\app\\build\\intermediates\\packaged_res\\debug\\layout\\account_dialog_title.xml
|
||||
net.micode.notes.app-main-5\:/menu/note_list.xml=C\:\\Users\\Neusoft\\AndroidStudioProjects\\Notes-master\\app\\build\\intermediates\\packaged_res\\debug\\menu\\note_list.xml
|
||||
net.micode.notes.app-main-5\:/drawable-hdpi/font_large.png=C\:\\Users\\Neusoft\\AndroidStudioProjects\\Notes-master\\app\\build\\intermediates\\packaged_res\\debug\\drawable-hdpi-v4\\font_large.png
|
||||
net.micode.notes.app-main-5\:/drawable-hdpi/selected.png=C\:\\Users\\Neusoft\\AndroidStudioProjects\\Notes-master\\app\\build\\intermediates\\packaged_res\\debug\\drawable-hdpi-v4\\selected.png
|
||||
net.micode.notes.app-main-5\:/drawable-hdpi/list_yellow_single.9.png=C\:\\Users\\Neusoft\\AndroidStudioProjects\\Notes-master\\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=C\:\\Users\\Neusoft\\AndroidStudioProjects\\Notes-master\\app\\build\\intermediates\\packaged_res\\debug\\drawable-hdpi-v4\\list_yellow_up.9.png
|
||||
net.micode.notes.app-main-5\:/drawable-hdpi/edit_red.9.png=C\:\\Users\\Neusoft\\AndroidStudioProjects\\Notes-master\\app\\build\\intermediates\\packaged_res\\debug\\drawable-hdpi-v4\\edit_red.9.png
|
||||
net.micode.notes.app-main-5\:/xml/widget_4x_info.xml=C\:\\Users\\Neusoft\\AndroidStudioProjects\\Notes-master\\app\\build\\intermediates\\packaged_res\\debug\\xml\\widget_4x_info.xml
|
||||
net.micode.notes.app-main-5\:/drawable-hdpi/note_edit_color_selector_panel.png=C\:\\Users\\Neusoft\\AndroidStudioProjects\\Notes-master\\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=C\:\\Users\\Neusoft\\AndroidStudioProjects\\Notes-master\\app\\build\\intermediates\\packaged_res\\debug\\drawable-hdpi-v4\\notification.png
|
||||
net.micode.notes.app-main-5\:/drawable-hdpi/edit_white.9.png=C\:\\Users\\Neusoft\\AndroidStudioProjects\\Notes-master\\app\\build\\intermediates\\packaged_res\\debug\\drawable-hdpi-v4\\edit_white.9.png
|
||||
net.micode.notes.app-main-5\:/drawable-hdpi/list_white_single.9.png=C\:\\Users\\Neusoft\\AndroidStudioProjects\\Notes-master\\app\\build\\intermediates\\packaged_res\\debug\\drawable-hdpi-v4\\list_white_single.9.png
|
||||
net.micode.notes.app-main-5\:/drawable-hdpi/list_background.png=C\:\\Users\\Neusoft\\AndroidStudioProjects\\Notes-master\\app\\build\\intermediates\\packaged_res\\debug\\drawable-hdpi-v4\\list_background.png
|
||||
net.micode.notes.app-main-5\:/drawable-hdpi/list_white_up.9.png=C\:\\Users\\Neusoft\\AndroidStudioProjects\\Notes-master\\app\\build\\intermediates\\packaged_res\\debug\\drawable-hdpi-v4\\list_white_up.9.png
|
||||
net.micode.notes.app-main-5\:/drawable-hdpi/widget_4x_yellow.png=C\:\\Users\\Neusoft\\AndroidStudioProjects\\Notes-master\\app\\build\\intermediates\\packaged_res\\debug\\drawable-hdpi-v4\\widget_4x_yellow.png
|
||||
net.micode.notes.app-main-5\:/drawable-hdpi/widget_2x_yellow.png=C\:\\Users\\Neusoft\\AndroidStudioProjects\\Notes-master\\app\\build\\intermediates\\packaged_res\\debug\\drawable-hdpi-v4\\widget_2x_yellow.png
|
||||
net.micode.notes.app-main-5\:/menu/note_edit.xml=C\:\\Users\\Neusoft\\AndroidStudioProjects\\Notes-master\\app\\build\\intermediates\\packaged_res\\debug\\menu\\note_edit.xml
|
||||
net.micode.notes.app-main-5\:/layout/datetime_picker.xml=C\:\\Users\\Neusoft\\AndroidStudioProjects\\Notes-master\\app\\build\\intermediates\\packaged_res\\debug\\layout\\datetime_picker.xml
|
||||
net.micode.notes.app-main-5\:/raw-zh-rCN/introduction=C\:\\Users\\Neusoft\\AndroidStudioProjects\\Notes-master\\app\\build\\intermediates\\packaged_res\\debug\\raw-zh-rCN\\introduction
|
||||
net.micode.notes.app-main-5\:/drawable-hdpi/title_bar_bg.9.png=C\:\\Users\\Neusoft\\AndroidStudioProjects\\Notes-master\\app\\build\\intermediates\\packaged_res\\debug\\drawable-hdpi-v4\\title_bar_bg.9.png
|
||||
net.micode.notes.app-main-5\:/drawable-hdpi/new_note_pressed.png=C\:\\Users\\Neusoft\\AndroidStudioProjects\\Notes-master\\app\\build\\intermediates\\packaged_res\\debug\\drawable-hdpi-v4\\new_note_pressed.png
|
||||
net.micode.notes.app-main-5\:/drawable-hdpi/list_footer_bg.9.png=C\:\\Users\\Neusoft\\AndroidStudioProjects\\Notes-master\\app\\build\\intermediates\\packaged_res\\debug\\drawable-hdpi-v4\\list_footer_bg.9.png
|
||||
net.micode.notes.app-main-5\:/drawable-hdpi/title_alert.png=C\:\\Users\\Neusoft\\AndroidStudioProjects\\Notes-master\\app\\build\\intermediates\\packaged_res\\debug\\drawable-hdpi-v4\\title_alert.png
|
||||
net.micode.notes.app-main-5\:/drawable-hdpi/font_normal.png=C\:\\Users\\Neusoft\\AndroidStudioProjects\\Notes-master\\app\\build\\intermediates\\packaged_res\\debug\\drawable-hdpi-v4\\font_normal.png
|
||||
net.micode.notes.app-main-5\:/drawable-hdpi/font_small.png=C\:\\Users\\Neusoft\\AndroidStudioProjects\\Notes-master\\app\\build\\intermediates\\packaged_res\\debug\\drawable-hdpi-v4\\font_small.png
|
||||
net.micode.notes.app-main-5\:/drawable-hdpi/bg_btn_set_color.png=C\:\\Users\\Neusoft\\AndroidStudioProjects\\Notes-master\\app\\build\\intermediates\\packaged_res\\debug\\drawable-hdpi-v4\\bg_btn_set_color.png
|
||||
net.micode.notes.app-main-5\:/drawable-hdpi/list_blue_up.9.png=C\:\\Users\\Neusoft\\AndroidStudioProjects\\Notes-master\\app\\build\\intermediates\\packaged_res\\debug\\drawable-hdpi-v4\\list_blue_up.9.png
|
||||
net.micode.notes.app-main-5\:/drawable-hdpi/list_green_up.9.png=C\:\\Users\\Neusoft\\AndroidStudioProjects\\Notes-master\\app\\build\\intermediates\\packaged_res\\debug\\drawable-hdpi-v4\\list_green_up.9.png
|
||||
net.micode.notes.app-main-5\:/drawable-hdpi/list_blue_middle.9.png=C\:\\Users\\Neusoft\\AndroidStudioProjects\\Notes-master\\app\\build\\intermediates\\packaged_res\\debug\\drawable-hdpi-v4\\list_blue_middle.9.png
|
||||
net.micode.notes.app-main-5\:/layout/note_edit.xml=C\:\\Users\\Neusoft\\AndroidStudioProjects\\Notes-master\\app\\build\\intermediates\\packaged_res\\debug\\layout\\note_edit.xml
|
||||
net.micode.notes.app-main-5\:/menu/sub_folder.xml=C\:\\Users\\Neusoft\\AndroidStudioProjects\\Notes-master\\app\\build\\intermediates\\packaged_res\\debug\\menu\\sub_folder.xml
|
||||
net.micode.notes.app-main-5\:/drawable-hdpi/icon_app.png=C\:\\Users\\Neusoft\\AndroidStudioProjects\\Notes-master\\app\\build\\intermediates\\packaged_res\\debug\\drawable-hdpi-v4\\icon_app.png
|
||||
net.micode.notes.app-main-5\:/raw/introduction=C\:\\Users\\Neusoft\\AndroidStudioProjects\\Notes-master\\app\\build\\intermediates\\packaged_res\\debug\\raw\\introduction
|
||||
net.micode.notes.app-main-5\:/drawable-hdpi/edit_yellow.9.png=C\:\\Users\\Neusoft\\AndroidStudioProjects\\Notes-master\\app\\build\\intermediates\\packaged_res\\debug\\drawable-hdpi-v4\\edit_yellow.9.png
|
||||
net.micode.notes.app-main-5\:/drawable-hdpi/widget_2x_blue.png=C\:\\Users\\Neusoft\\AndroidStudioProjects\\Notes-master\\app\\build\\intermediates\\packaged_res\\debug\\drawable-hdpi-v4\\widget_2x_blue.png
|
||||
net.micode.notes.app-main-5\:/drawable-hdpi/list_blue_single.9.png=C\:\\Users\\Neusoft\\AndroidStudioProjects\\Notes-master\\app\\build\\intermediates\\packaged_res\\debug\\drawable-hdpi-v4\\list_blue_single.9.png
|
||||
net.micode.notes.app-main-5\:/drawable-hdpi/new_note_normal.png=C\:\\Users\\Neusoft\\AndroidStudioProjects\\Notes-master\\app\\build\\intermediates\\packaged_res\\debug\\drawable-hdpi-v4\\new_note_normal.png
|
||||
net.micode.notes.app-main-5\:/drawable-hdpi/menu_move.png=C\:\\Users\\Neusoft\\AndroidStudioProjects\\Notes-master\\app\\build\\intermediates\\packaged_res\\debug\\drawable-hdpi-v4\\menu_move.png
|
||||
net.micode.notes.app-main-5\:/drawable-hdpi/list_green_middle.9.png=C\:\\Users\\Neusoft\\AndroidStudioProjects\\Notes-master\\app\\build\\intermediates\\packaged_res\\debug\\drawable-hdpi-v4\\list_green_middle.9.png
|
||||
net.micode.notes.app-main-5\:/drawable-hdpi/widget_4x_green.png=C\:\\Users\\Neusoft\\AndroidStudioProjects\\Notes-master\\app\\build\\intermediates\\packaged_res\\debug\\drawable-hdpi-v4\\widget_4x_green.png
|
||||
net.micode.notes.app-main-5\:/drawable-hdpi/list_red_single.9.png=C\:\\Users\\Neusoft\\AndroidStudioProjects\\Notes-master\\app\\build\\intermediates\\packaged_res\\debug\\drawable-hdpi-v4\\list_red_single.9.png
|
||||
net.micode.notes.app-main-5\:/drawable-hdpi/edit_blue.9.png=C\:\\Users\\Neusoft\\AndroidStudioProjects\\Notes-master\\app\\build\\intermediates\\packaged_res\\debug\\drawable-hdpi-v4\\edit_blue.9.png
|
||||
net.micode.notes.app-main-5\:/drawable-hdpi/font_super.png=C\:\\Users\\Neusoft\\AndroidStudioProjects\\Notes-master\\app\\build\\intermediates\\packaged_res\\debug\\drawable-hdpi-v4\\font_super.png
|
||||
net.micode.notes.app-main-5\:/drawable-hdpi/font_size_selector_bg.9.png=C\:\\Users\\Neusoft\\AndroidStudioProjects\\Notes-master\\app\\build\\intermediates\\packaged_res\\debug\\drawable-hdpi-v4\\font_size_selector_bg.9.png
|
||||
net.micode.notes.app-main-5\:/drawable-hdpi/widget_2x_red.png=C\:\\Users\\Neusoft\\AndroidStudioProjects\\Notes-master\\app\\build\\intermediates\\packaged_res\\debug\\drawable-hdpi-v4\\widget_2x_red.png
|
||||
net.micode.notes.app-main-5\:/drawable-hdpi/edit_title_red.9.png=C\:\\Users\\Neusoft\\AndroidStudioProjects\\Notes-master\\app\\build\\intermediates\\packaged_res\\debug\\drawable-hdpi-v4\\edit_title_red.9.png
|
||||
net.micode.notes.app-main-5\:/xml/widget_2x_info.xml=C\:\\Users\\Neusoft\\AndroidStudioProjects\\Notes-master\\app\\build\\intermediates\\packaged_res\\debug\\xml\\widget_2x_info.xml
|
||||
net.micode.notes.app-main-5\:/layout/note_list_dropdown_menu.xml=C\:\\Users\\Neusoft\\AndroidStudioProjects\\Notes-master\\app\\build\\intermediates\\packaged_res\\debug\\layout\\note_list_dropdown_menu.xml
|
||||
net.micode.notes.app-main-5\:/layout/folder_list_item.xml=C\:\\Users\\Neusoft\\AndroidStudioProjects\\Notes-master\\app\\build\\intermediates\\packaged_res\\debug\\layout\\folder_list_item.xml
|
||||
net.micode.notes.app-main-5\:/menu/call_record_folder.xml=C\:\\Users\\Neusoft\\AndroidStudioProjects\\Notes-master\\app\\build\\intermediates\\packaged_res\\debug\\menu\\call_record_folder.xml
|
||||
net.micode.notes.app-main-5\:/drawable-hdpi/list_yellow_middle.9.png=C\:\\Users\\Neusoft\\AndroidStudioProjects\\Notes-master\\app\\build\\intermediates\\packaged_res\\debug\\drawable-hdpi-v4\\list_yellow_middle.9.png
|
||||
net.micode.notes.app-main-5\:/drawable-hdpi/widget_4x_red.png=C\:\\Users\\Neusoft\\AndroidStudioProjects\\Notes-master\\app\\build\\intermediates\\packaged_res\\debug\\drawable-hdpi-v4\\widget_4x_red.png
|
||||
net.micode.notes.app-main-5\:/drawable-hdpi/dropdown_icon.9.png=C\:\\Users\\Neusoft\\AndroidStudioProjects\\Notes-master\\app\\build\\intermediates\\packaged_res\\debug\\drawable-hdpi-v4\\dropdown_icon.9.png
|
||||
net.micode.notes.app-main-5\:/drawable-hdpi/list_green_single.9.png=C\:\\Users\\Neusoft\\AndroidStudioProjects\\Notes-master\\app\\build\\intermediates\\packaged_res\\debug\\drawable-hdpi-v4\\list_green_single.9.png
|
||||
net.micode.notes.app-main-5\:/menu/call_note_edit.xml=C\:\\Users\\Neusoft\\AndroidStudioProjects\\Notes-master\\app\\build\\intermediates\\packaged_res\\debug\\menu\\call_note_edit.xml
|
||||
net.micode.notes.app-main-5\:/drawable-hdpi/widget_2x_white.png=C\:\\Users\\Neusoft\\AndroidStudioProjects\\Notes-master\\app\\build\\intermediates\\packaged_res\\debug\\drawable-hdpi-v4\\widget_2x_white.png
|
||||
net.micode.notes.app-main-5\:/layout/add_account_text.xml=C\:\\Users\\Neusoft\\AndroidStudioProjects\\Notes-master\\app\\build\\intermediates\\packaged_res\\debug\\layout\\add_account_text.xml
|
||||
net.micode.notes.app-main-5\:/drawable-hdpi/list_blue_down.9.png=C\:\\Users\\Neusoft\\AndroidStudioProjects\\Notes-master\\app\\build\\intermediates\\packaged_res\\debug\\drawable-hdpi-v4\\list_blue_down.9.png
|
||||
net.micode.notes.app-main-5\:/layout/note_edit_list_item.xml=C\:\\Users\\Neusoft\\AndroidStudioProjects\\Notes-master\\app\\build\\intermediates\\packaged_res\\debug\\layout\\note_edit_list_item.xml
|
||||
net.micode.notes.app-main-5\:/drawable-hdpi/call_record.png=C\:\\Users\\Neusoft\\AndroidStudioProjects\\Notes-master\\app\\build\\intermediates\\packaged_res\\debug\\drawable-hdpi-v4\\call_record.png
|
||||
net.micode.notes.app-main-5\:/xml/preferences.xml=C\:\\Users\\Neusoft\\AndroidStudioProjects\\Notes-master\\app\\build\\intermediates\\packaged_res\\debug\\xml\\preferences.xml
|
||||
net.micode.notes.app-main-5\:/layout/widget_4x.xml=C\:\\Users\\Neusoft\\AndroidStudioProjects\\Notes-master\\app\\build\\intermediates\\packaged_res\\debug\\layout\\widget_4x.xml
|
||||
net.micode.notes.app-main-5\:/layout/settings_header.xml=C\:\\Users\\Neusoft\\AndroidStudioProjects\\Notes-master\\app\\build\\intermediates\\packaged_res\\debug\\layout\\settings_header.xml
|
||||
net.micode.notes.app-main-5\:/layout/note_list.xml=C\:\\Users\\Neusoft\\AndroidStudioProjects\\Notes-master\\app\\build\\intermediates\\packaged_res\\debug\\layout\\note_list.xml
|
||||
net.micode.notes.app-main-5\:/drawable-hdpi/list_red_up.9.png=C\:\\Users\\Neusoft\\AndroidStudioProjects\\Notes-master\\app\\build\\intermediates\\packaged_res\\debug\\drawable-hdpi-v4\\list_red_up.9.png
|
||||
net.micode.notes.app-main-5\:/drawable-hdpi/widget_2x_green.png=C\:\\Users\\Neusoft\\AndroidStudioProjects\\Notes-master\\app\\build\\intermediates\\packaged_res\\debug\\drawable-hdpi-v4\\widget_2x_green.png
|
||||
net.micode.notes.app-main-5\:/drawable-hdpi/edit_title_white.9.png=C\:\\Users\\Neusoft\\AndroidStudioProjects\\Notes-master\\app\\build\\intermediates\\packaged_res\\debug\\drawable-hdpi-v4\\edit_title_white.9.png
|
||||
net.micode.notes.app-main-5\:/drawable-hdpi/edit_green.9.png=C\:\\Users\\Neusoft\\AndroidStudioProjects\\Notes-master\\app\\build\\intermediates\\packaged_res\\debug\\drawable-hdpi-v4\\edit_green.9.png
|
||||
net.micode.notes.app-main-5\:/drawable-hdpi/list_red_middle.9.png=C\:\\Users\\Neusoft\\AndroidStudioProjects\\Notes-master\\app\\build\\intermediates\\packaged_res\\debug\\drawable-hdpi-v4\\list_red_middle.9.png
|
||||
net.micode.notes.app-main-5\:/drawable-hdpi/menu_delete.png=C\:\\Users\\Neusoft\\AndroidStudioProjects\\Notes-master\\app\\build\\intermediates\\packaged_res\\debug\\drawable-hdpi-v4\\menu_delete.png
|
||||
net.micode.notes.app-main-5\:/menu/note_list_options.xml=C\:\\Users\\Neusoft\\AndroidStudioProjects\\Notes-master\\app\\build\\intermediates\\packaged_res\\debug\\menu\\note_list_options.xml
|
||||
net.micode.notes.app-main-5\:/color/secondary_text_dark.xml=C\:\\Users\\Neusoft\\AndroidStudioProjects\\Notes-master\\app\\build\\intermediates\\packaged_res\\debug\\color\\secondary_text_dark.xml
|
||||
net.micode.notes.app-main-5\:/layout/note_item.xml=C\:\\Users\\Neusoft\\AndroidStudioProjects\\Notes-master\\app\\build\\intermediates\\packaged_res\\debug\\layout\\note_item.xml
|
||||
net.micode.notes.app-main-5\:/drawable-hdpi/list_white_down.9.png=C\:\\Users\\Neusoft\\AndroidStudioProjects\\Notes-master\\app\\build\\intermediates\\packaged_res\\debug\\drawable-hdpi-v4\\list_white_down.9.png
|
||||
net.micode.notes.app-main-5\:/drawable-hdpi/list_yellow_down.9.png=C\:\\Users\\Neusoft\\AndroidStudioProjects\\Notes-master\\app\\build\\intermediates\\packaged_res\\debug\\drawable-hdpi-v4\\list_yellow_down.9.png
|
||||
net.micode.notes.app-main-5\:/drawable-hdpi/list_white_middle.9.png=C\:\\Users\\Neusoft\\AndroidStudioProjects\\Notes-master\\app\\build\\intermediates\\packaged_res\\debug\\drawable-hdpi-v4\\list_white_middle.9.png
|
||||
net.micode.notes.app-main-5\:/layout/note_list_footer.xml=C\:\\Users\\Neusoft\\AndroidStudioProjects\\Notes-master\\app\\build\\intermediates\\packaged_res\\debug\\layout\\note_list_footer.xml
|
||||
net.micode.notes.app-main-5\:/drawable-hdpi/widget_4x_white.png=C\:\\Users\\Neusoft\\AndroidStudioProjects\\Notes-master\\app\\build\\intermediates\\packaged_res\\debug\\drawable-hdpi-v4\\widget_4x_white.png
|
||||
net.micode.notes.app-main-5\:/layout/dialog_edit_text.xml=C\:\\Users\\Neusoft\\AndroidStudioProjects\\Notes-master\\app\\build\\intermediates\\packaged_res\\debug\\layout\\dialog_edit_text.xml
|
||||
net.micode.notes.app-main-5\:/color/primary_text_dark.xml=C\:\\Users\\Neusoft\\AndroidStudioProjects\\Notes-master\\app\\build\\intermediates\\packaged_res\\debug\\color\\primary_text_dark.xml
|
||||
File diff suppressed because one or more lines are too long
Binary file not shown.
@ -0,0 +1 @@
|
||||
#Thu Oct 19 17:03:46 CST 2023
|
||||
@ -0,0 +1,2 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<merger version="3"><dataSet aapt-namespace="http://schemas.android.com/apk/res-auto" config="androidTest$Generated" generated="true" ignore_pattern="!.svn:!.git:!.ds_store:!*.scc:.*:<dir>_*:!CVS:!thumbs.db:!picasa.ini:!*~"><source path="C:\Users\86159\Desktop\软工\新建文件夹\Notes-master\app\src\androidTest\res"/><source path="C:\Users\86159\Desktop\软工\新建文件夹\Notes-master\app\build\generated\res\rs\androidTest\debug"/><source path="C:\Users\86159\Desktop\软工\新建文件夹\Notes-master\app\build\generated\res\resValues\androidTest\debug"/></dataSet><dataSet aapt-namespace="http://schemas.android.com/apk/res-auto" config="androidTest" generated-set="androidTest$Generated" ignore_pattern="!.svn:!.git:!.ds_store:!*.scc:.*:<dir>_*:!CVS:!thumbs.db:!picasa.ini:!*~"><source path="C:\Users\86159\Desktop\软工\新建文件夹\Notes-master\app\src\androidTest\res"/><source path="C:\Users\86159\Desktop\软工\新建文件夹\Notes-master\app\build\generated\res\rs\androidTest\debug"/><source path="C:\Users\86159\Desktop\软工\新建文件夹\Notes-master\app\build\generated\res\resValues\androidTest\debug"/></dataSet><dataSet aapt-namespace="http://schemas.android.com/apk/res-auto" config="androidTestDebug$Generated" generated="true" ignore_pattern="!.svn:!.git:!.ds_store:!*.scc:.*:<dir>_*:!CVS:!thumbs.db:!picasa.ini:!*~"><source path="C:\Users\86159\Desktop\软工\新建文件夹\Notes-master\app\src\androidTestDebug\res"/></dataSet><dataSet aapt-namespace="http://schemas.android.com/apk/res-auto" config="androidTestDebug" generated-set="androidTestDebug$Generated" ignore_pattern="!.svn:!.git:!.ds_store:!*.scc:.*:<dir>_*:!CVS:!thumbs.db:!picasa.ini:!*~"><source path="C:\Users\86159\Desktop\软工\新建文件夹\Notes-master\app\src\androidTestDebug\res"/></dataSet><dataSet aapt-namespace="http://schemas.android.com/apk/res-auto" config="generated$Generated" generated="true" ignore_pattern="!.svn:!.git:!.ds_store:!*.scc:.*:<dir>_*:!CVS:!thumbs.db:!picasa.ini:!*~"/><dataSet aapt-namespace="http://schemas.android.com/apk/res-auto" config="generated" generated-set="generated$Generated" ignore_pattern="!.svn:!.git:!.ds_store:!*.scc:.*:<dir>_*:!CVS:!thumbs.db:!picasa.ini:!*~"/><mergedItems/></merger>
|
||||
@ -0,0 +1,19 @@
|
||||
<lint-module
|
||||
format="1"
|
||||
dir="C:\Users\Neusoft\AndroidStudioProjects\Notes-master\app"
|
||||
name=":app"
|
||||
type="APP"
|
||||
maven="Notes-master:app:"
|
||||
agpVersion="8.1.0"
|
||||
buildFolder="build"
|
||||
bootClassPath="D:\AndroidStudio\Android\Sdk\platforms\android-30\android.jar;D:\AndroidStudio\Android\Sdk\platforms\android-30\optional\org.apache.http.legacy.jar;D:\AndroidStudio\Android\Sdk\build-tools\34.0.0\core-lambda-stubs.jar"
|
||||
javaSourceLevel="1.8"
|
||||
compileTarget="android-30"
|
||||
neverShrinking="true">
|
||||
<lintOptions
|
||||
abortOnError="true"
|
||||
absolutePaths="true"
|
||||
checkReleaseBuilds="true"
|
||||
explainIssues="true"/>
|
||||
<variant name="release"/>
|
||||
</lint-module>
|
||||
@ -0,0 +1,2 @@
|
||||
<dependencies>
|
||||
</dependencies>
|
||||
@ -0,0 +1,2 @@
|
||||
<libraries>
|
||||
</libraries>
|
||||
@ -0,0 +1,30 @@
|
||||
<variant
|
||||
name="release"
|
||||
package="net.micode.notes"
|
||||
minSdkVersion="14"
|
||||
targetSdkVersion="29"
|
||||
mergedManifest="build\intermediates\merged_manifest\release\AndroidManifest.xml"
|
||||
proguardFiles="build\intermediates\default_proguard_files\global\proguard-android.txt-8.1.0;proguard-rules.txt"
|
||||
partialResultsDir="build\intermediates\lint_vital_partial_results\release\out"
|
||||
desugaredMethodsFiles="D:\AndroidStudiogGradle\caches\transforms-3\15a9bd8e9eae8e6ad4884aa64dedcffd\transformed\D8BackportedDesugaredMethods.txt">
|
||||
<buildFeatures
|
||||
namespacing="REQUIRED"/>
|
||||
<sourceProviders>
|
||||
<sourceProvider
|
||||
manifests="src\main\AndroidManifest.xml"
|
||||
javaDirectories="src\main\java;src\release\java;src\main\kotlin;src\release\kotlin"
|
||||
resDirectories="src\main\res;src\release\res"
|
||||
assetsDirectories="src\main\assets;src\release\assets"/>
|
||||
</sourceProviders>
|
||||
<testSourceProviders>
|
||||
</testSourceProviders>
|
||||
<testFixturesSourceProviders>
|
||||
</testFixturesSourceProviders>
|
||||
<mainArtifact
|
||||
classOutputs="build\intermediates\javac\release\classes;build\intermediates\compile_and_runtime_not_namespaced_r_class_jar\release\R.jar"
|
||||
applicationId="net.micode.notes"
|
||||
generatedSourceFolders="build\generated\ap_generated_sources\release\out"
|
||||
generatedResourceFolders="build\generated\res\resValues\release"
|
||||
desugaredMethodsFiles="D:\AndroidStudiogGradle\caches\transforms-3\15a9bd8e9eae8e6ad4884aa64dedcffd\transformed\D8BackportedDesugaredMethods.txt">
|
||||
</mainArtifact>
|
||||
</variant>
|
||||
@ -0,0 +1,19 @@
|
||||
<lint-module
|
||||
format="1"
|
||||
dir="C:\Users\Neusoft\AndroidStudioProjects\Notes-master\app"
|
||||
name=":app"
|
||||
type="APP"
|
||||
maven="Notes-master:app:"
|
||||
agpVersion="8.1.0"
|
||||
buildFolder="build"
|
||||
bootClassPath="D:\AndroidStudio\Android\Sdk\platforms\android-30\android.jar;D:\AndroidStudio\Android\Sdk\platforms\android-30\optional\org.apache.http.legacy.jar;D:\AndroidStudio\Android\Sdk\build-tools\34.0.0\core-lambda-stubs.jar"
|
||||
javaSourceLevel="1.8"
|
||||
compileTarget="android-30"
|
||||
neverShrinking="true">
|
||||
<lintOptions
|
||||
abortOnError="true"
|
||||
absolutePaths="true"
|
||||
checkReleaseBuilds="true"
|
||||
explainIssues="true"/>
|
||||
<variant name="release"/>
|
||||
</lint-module>
|
||||
@ -0,0 +1,2 @@
|
||||
<dependencies>
|
||||
</dependencies>
|
||||
@ -0,0 +1,2 @@
|
||||
<libraries>
|
||||
</libraries>
|
||||
@ -0,0 +1,30 @@
|
||||
<variant
|
||||
name="release"
|
||||
package="net.micode.notes"
|
||||
minSdkVersion="14"
|
||||
targetSdkVersion="29"
|
||||
mergedManifest="build\intermediates\merged_manifest\release\AndroidManifest.xml"
|
||||
manifestMergeReport="build\outputs\logs\manifest-merger-release-report.txt"
|
||||
proguardFiles="build\intermediates\default_proguard_files\global\proguard-android.txt-8.1.0;proguard-rules.txt"
|
||||
partialResultsDir="build\intermediates\lint_vital_partial_results\release\out">
|
||||
<buildFeatures
|
||||
namespacing="REQUIRED"/>
|
||||
<sourceProviders>
|
||||
<sourceProvider
|
||||
manifests="src\main\AndroidManifest.xml"
|
||||
javaDirectories="src\main\java;src\release\java;src\main\kotlin;src\release\kotlin"
|
||||
resDirectories="src\main\res;src\release\res"
|
||||
assetsDirectories="src\main\assets;src\release\assets"/>
|
||||
</sourceProviders>
|
||||
<testSourceProviders>
|
||||
</testSourceProviders>
|
||||
<testFixturesSourceProviders>
|
||||
</testFixturesSourceProviders>
|
||||
<mainArtifact
|
||||
classOutputs="build\intermediates\javac\release\classes;build\intermediates\compile_and_runtime_not_namespaced_r_class_jar\release\R.jar"
|
||||
applicationId="net.micode.notes"
|
||||
generatedSourceFolders="build\generated\ap_generated_sources\release\out"
|
||||
generatedResourceFolders="build\generated\res\resValues\release"
|
||||
desugaredMethodsFiles="D:\AndroidStudiogGradle\caches\transforms-3\15a9bd8e9eae8e6ad4884aa64dedcffd\transformed\D8BackportedDesugaredMethods.txt">
|
||||
</mainArtifact>
|
||||
</variant>
|
||||
@ -0,0 +1,2 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<merger version="3"><dataSet config="androidTest" ignore_pattern="!.svn:!.git:!.ds_store:!*.scc:.*:<dir>_*:!CVS:!thumbs.db:!picasa.ini:!*~"><source path="C:\Users\86159\Desktop\软工\新建文件夹\Notes-master\app\src\androidTest\assets"/><source path="C:\Users\86159\Desktop\软工\新建文件夹\Notes-master\app\build\intermediates\shader_assets\debugAndroidTest\out"/></dataSet><dataSet config="androidTestDebug" ignore_pattern="!.svn:!.git:!.ds_store:!*.scc:.*:<dir>_*:!CVS:!thumbs.db:!picasa.ini:!*~"><source path="C:\Users\86159\Desktop\软工\新建文件夹\Notes-master\app\src\androidTestDebug\assets"/></dataSet></merger>
|
||||
@ -0,0 +1,2 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<merger version="3"><dataSet config="androidTest" ignore_pattern="!.svn:!.git:!.ds_store:!*.scc:.*:<dir>_*:!CVS:!thumbs.db:!picasa.ini:!*~"><source path="C:\Users\86159\Desktop\软工\新建文件夹\Notes-master\app\src\androidTest\jniLibs"/></dataSet><dataSet config="androidTestDebug" ignore_pattern="!.svn:!.git:!.ds_store:!*.scc:.*:<dir>_*:!CVS:!thumbs.db:!picasa.ini:!*~"><source path="C:\Users\86159\Desktop\软工\新建文件夹\Notes-master\app\src\androidTestDebug\jniLibs"/></dataSet></merger>
|
||||
@ -0,0 +1,2 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<merger version="3"><dataSet config="androidTest" ignore_pattern="!.svn:!.git:!.ds_store:!*.scc:.*:<dir>_*:!CVS:!thumbs.db:!picasa.ini:!*~"><source path="C:\Users\86159\Desktop\软工\新建文件夹\Notes-master\app\src\androidTest\shaders"/></dataSet><dataSet config="androidTestDebug" ignore_pattern="!.svn:!.git:!.ds_store:!*.scc:.*:<dir>_*:!CVS:!thumbs.db:!picasa.ini:!*~"><source path="C:\Users\86159\Desktop\软工\新建文件夹\Notes-master\app\src\androidTestDebug\shaders"/></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:\Users\86159\Desktop\Notes-master\app\src\main\assets"/><source path="C:\Users\86159\Desktop\Notes-master\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:\Users\86159\Desktop\Notes-master\app\src\debug\assets"/></dataSet></merger>
|
||||
@ -0,0 +1,2 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<merger version="3"><dataSet config="main" ignore_pattern="!.svn:!.git:!.ds_store:!*.scc:.*:<dir>_*:!CVS:!thumbs.db:!picasa.ini:!*~"><source path="C:\Users\86159\Desktop\Notes-master\app\src\main\jniLibs"/></dataSet><dataSet config="debug" ignore_pattern="!.svn:!.git:!.ds_store:!*.scc:.*:<dir>_*:!CVS:!thumbs.db:!picasa.ini:!*~"><source path="C:\Users\86159\Desktop\Notes-master\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="C:\Users\86159\Desktop\Notes-master\app\src\main\shaders"/></dataSet><dataSet config="debug" ignore_pattern="!.svn:!.git:!.ds_store:!*.scc:.*:<dir>_*:!CVS:!thumbs.db:!picasa.ini:!*~"><source path="C:\Users\86159\Desktop\Notes-master\app\src\debug\shaders"/></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:\Users\Neusoft\AndroidStudioProjects\Notes-master\app\src\main\assets"/></dataSet><dataSet config="release" ignore_pattern="!.svn:!.git:!.ds_store:!*.scc:.*:<dir>_*:!CVS:!thumbs.db:!picasa.ini:!*~"><source path="C:\Users\Neusoft\AndroidStudioProjects\Notes-master\app\src\release\assets"/></dataSet><dataSet config="generated" ignore_pattern="!.svn:!.git:!.ds_store:!*.scc:.*:<dir>_*:!CVS:!thumbs.db:!picasa.ini:!*~"><source path="C:\Users\Neusoft\AndroidStudioProjects\Notes-master\app\build\intermediates\shader_assets\release\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="C:\Users\Neusoft\AndroidStudioProjects\Notes-master\app\src\main\jniLibs"/></dataSet><dataSet config="release" ignore_pattern="!.svn:!.git:!.ds_store:!*.scc:.*:<dir>_*:!CVS:!thumbs.db:!picasa.ini:!*~"><source path="C:\Users\Neusoft\AndroidStudioProjects\Notes-master\app\src\release\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="C:\Users\Neusoft\AndroidStudioProjects\Notes-master\app\src\main\shaders"/></dataSet><dataSet config="release" ignore_pattern="!.svn:!.git:!.ds_store:!*.scc:.*:<dir>_*:!CVS:!thumbs.db:!picasa.ini:!*~"><source path="C:\Users\Neusoft\AndroidStudioProjects\Notes-master\app\src\release\shaders"/></dataSet></merger>
|
||||
@ -0,0 +1,4 @@
|
||||
#Tue Dec 19 19:25:47 CST 2023
|
||||
base.0=C\:\\Users\\86159\\Desktop\\Notes-master\\app\\build\\intermediates\\dex\\debug\\mergeDexDebug\\classes.dex
|
||||
path.0=classes.dex
|
||||
renamed.0=classes.dex
|
||||
Binary file not shown.
Binary file not shown.
@ -0,0 +1,4 @@
|
||||
#Mon Sep 25 20:36:23 CST 2023
|
||||
base.0=C\:\\Users\\Neusoft\\AndroidStudioProjects\\Notes-master\\app\\build\\intermediates\\dex\\debugAndroidTest\\mergeDexDebugAndroidTest\\classes.dex
|
||||
renamed.0=classes.dex
|
||||
path.0=classes.dex
|
||||
Binary file not shown.
Binary file not shown.
@ -0,0 +1,4 @@
|
||||
#Mon Sep 25 20:41:52 CST 2023
|
||||
base.0=C\:\\Users\\Neusoft\\AndroidStudioProjects\\Notes-master\\app\\build\\intermediates\\dex\\release\\mergeDexRelease\\classes.dex
|
||||
renamed.0=classes.dex
|
||||
path.0=classes.dex
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -0,0 +1,96 @@
|
||||
#Mon Sep 25 20:41:29 CST 2023
|
||||
net.micode.notes.app-main-5\:/xml/searchable.xml=C\:\\Users\\Neusoft\\AndroidStudioProjects\\Notes-master\\app\\build\\intermediates\\merged_res\\release\\xml_searchable.xml.flat
|
||||
net.micode.notes.app-main-5\:/drawable-hdpi/list_green_down.9.png=C\:\\Users\\Neusoft\\AndroidStudioProjects\\Notes-master\\app\\build\\intermediates\\merged_res\\release\\drawable-hdpi_list_green_down.9.png.flat
|
||||
net.micode.notes.app-main-5\:/drawable-hdpi/bg_color_btn_mask.png=C\:\\Users\\Neusoft\\AndroidStudioProjects\\Notes-master\\app\\build\\intermediates\\merged_res\\release\\drawable-hdpi_bg_color_btn_mask.png.flat
|
||||
net.micode.notes.app-main-5\:/drawable-hdpi/search_result.png=C\:\\Users\\Neusoft\\AndroidStudioProjects\\Notes-master\\app\\build\\intermediates\\merged_res\\release\\drawable-hdpi_search_result.png.flat
|
||||
net.micode.notes.app-main-5\:/drawable-hdpi/edit_title_yellow.9.png=C\:\\Users\\Neusoft\\AndroidStudioProjects\\Notes-master\\app\\build\\intermediates\\merged_res\\release\\drawable-hdpi_edit_title_yellow.9.png.flat
|
||||
net.micode.notes.app-main-5\:/drawable-hdpi/list_folder.9.png=C\:\\Users\\Neusoft\\AndroidStudioProjects\\Notes-master\\app\\build\\intermediates\\merged_res\\release\\drawable-hdpi_list_folder.9.png.flat
|
||||
net.micode.notes.app-main-5\:/menu/note_list_dropdown.xml=C\:\\Users\\Neusoft\\AndroidStudioProjects\\Notes-master\\app\\build\\intermediates\\merged_res\\release\\menu_note_list_dropdown.xml.flat
|
||||
net.micode.notes.app-main-5\:/layout/widget_2x.xml=C\:\\Users\\Neusoft\\AndroidStudioProjects\\Notes-master\\app\\build\\intermediates\\merged_res\\release\\layout_widget_2x.xml.flat
|
||||
net.micode.notes.app-main-5\:/drawable-hdpi/widget_4x_blue.png=C\:\\Users\\Neusoft\\AndroidStudioProjects\\Notes-master\\app\\build\\intermediates\\merged_res\\release\\drawable-hdpi_widget_4x_blue.png.flat
|
||||
net.micode.notes.app-main-5\:/drawable-hdpi/delete.png=C\:\\Users\\Neusoft\\AndroidStudioProjects\\Notes-master\\app\\build\\intermediates\\merged_res\\release\\drawable-hdpi_delete.png.flat
|
||||
net.micode.notes.app-main-5\:/drawable/new_note.xml=C\:\\Users\\Neusoft\\AndroidStudioProjects\\Notes-master\\app\\build\\intermediates\\merged_res\\release\\drawable_new_note.xml.flat
|
||||
net.micode.notes.app-main-5\:/drawable-hdpi/edit_title_green.9.png=C\:\\Users\\Neusoft\\AndroidStudioProjects\\Notes-master\\app\\build\\intermediates\\merged_res\\release\\drawable-hdpi_edit_title_green.9.png.flat
|
||||
net.micode.notes.app-main-5\:/drawable-hdpi/edit_title_blue.9.png=C\:\\Users\\Neusoft\\AndroidStudioProjects\\Notes-master\\app\\build\\intermediates\\merged_res\\release\\drawable-hdpi_edit_title_blue.9.png.flat
|
||||
net.micode.notes.app-main-5\:/drawable-hdpi/clock.png=C\:\\Users\\Neusoft\\AndroidStudioProjects\\Notes-master\\app\\build\\intermediates\\merged_res\\release\\drawable-hdpi_clock.png.flat
|
||||
net.micode.notes.app-main-5\:/drawable-hdpi/list_red_down.9.png=C\:\\Users\\Neusoft\\AndroidStudioProjects\\Notes-master\\app\\build\\intermediates\\merged_res\\release\\drawable-hdpi_list_red_down.9.png.flat
|
||||
net.micode.notes.app-main-5\:/layout/account_dialog_title.xml=C\:\\Users\\Neusoft\\AndroidStudioProjects\\Notes-master\\app\\build\\intermediates\\merged_res\\release\\layout_account_dialog_title.xml.flat
|
||||
net.micode.notes.app-main-5\:/menu/note_list.xml=C\:\\Users\\Neusoft\\AndroidStudioProjects\\Notes-master\\app\\build\\intermediates\\merged_res\\release\\menu_note_list.xml.flat
|
||||
net.micode.notes.app-main-5\:/drawable-hdpi/font_large.png=C\:\\Users\\Neusoft\\AndroidStudioProjects\\Notes-master\\app\\build\\intermediates\\merged_res\\release\\drawable-hdpi_font_large.png.flat
|
||||
net.micode.notes.app-main-5\:/drawable-hdpi/selected.png=C\:\\Users\\Neusoft\\AndroidStudioProjects\\Notes-master\\app\\build\\intermediates\\merged_res\\release\\drawable-hdpi_selected.png.flat
|
||||
net.micode.notes.app-main-5\:/drawable-hdpi/list_yellow_single.9.png=C\:\\Users\\Neusoft\\AndroidStudioProjects\\Notes-master\\app\\build\\intermediates\\merged_res\\release\\drawable-hdpi_list_yellow_single.9.png.flat
|
||||
net.micode.notes.app-main-5\:/drawable-hdpi/list_yellow_up.9.png=C\:\\Users\\Neusoft\\AndroidStudioProjects\\Notes-master\\app\\build\\intermediates\\merged_res\\release\\drawable-hdpi_list_yellow_up.9.png.flat
|
||||
net.micode.notes.app-main-5\:/drawable-hdpi/edit_red.9.png=C\:\\Users\\Neusoft\\AndroidStudioProjects\\Notes-master\\app\\build\\intermediates\\merged_res\\release\\drawable-hdpi_edit_red.9.png.flat
|
||||
net.micode.notes.app-main-5\:/xml/widget_4x_info.xml=C\:\\Users\\Neusoft\\AndroidStudioProjects\\Notes-master\\app\\build\\intermediates\\merged_res\\release\\xml_widget_4x_info.xml.flat
|
||||
net.micode.notes.app-main-5\:/drawable-hdpi/note_edit_color_selector_panel.png=C\:\\Users\\Neusoft\\AndroidStudioProjects\\Notes-master\\app\\build\\intermediates\\merged_res\\release\\drawable-hdpi_note_edit_color_selector_panel.png.flat
|
||||
net.micode.notes.app-main-5\:/drawable-hdpi/notification.png=C\:\\Users\\Neusoft\\AndroidStudioProjects\\Notes-master\\app\\build\\intermediates\\merged_res\\release\\drawable-hdpi_notification.png.flat
|
||||
net.micode.notes.app-main-5\:/drawable-hdpi/edit_white.9.png=C\:\\Users\\Neusoft\\AndroidStudioProjects\\Notes-master\\app\\build\\intermediates\\merged_res\\release\\drawable-hdpi_edit_white.9.png.flat
|
||||
net.micode.notes.app-main-5\:/drawable-hdpi/list_white_single.9.png=C\:\\Users\\Neusoft\\AndroidStudioProjects\\Notes-master\\app\\build\\intermediates\\merged_res\\release\\drawable-hdpi_list_white_single.9.png.flat
|
||||
net.micode.notes.app-main-5\:/drawable-hdpi/list_background.png=C\:\\Users\\Neusoft\\AndroidStudioProjects\\Notes-master\\app\\build\\intermediates\\merged_res\\release\\drawable-hdpi_list_background.png.flat
|
||||
net.micode.notes.app-main-5\:/drawable-hdpi/list_white_up.9.png=C\:\\Users\\Neusoft\\AndroidStudioProjects\\Notes-master\\app\\build\\intermediates\\merged_res\\release\\drawable-hdpi_list_white_up.9.png.flat
|
||||
net.micode.notes.app-main-5\:/drawable-hdpi/widget_4x_yellow.png=C\:\\Users\\Neusoft\\AndroidStudioProjects\\Notes-master\\app\\build\\intermediates\\merged_res\\release\\drawable-hdpi_widget_4x_yellow.png.flat
|
||||
net.micode.notes.app-main-5\:/drawable-hdpi/widget_2x_yellow.png=C\:\\Users\\Neusoft\\AndroidStudioProjects\\Notes-master\\app\\build\\intermediates\\merged_res\\release\\drawable-hdpi_widget_2x_yellow.png.flat
|
||||
net.micode.notes.app-main-5\:/menu/note_edit.xml=C\:\\Users\\Neusoft\\AndroidStudioProjects\\Notes-master\\app\\build\\intermediates\\merged_res\\release\\menu_note_edit.xml.flat
|
||||
net.micode.notes.app-main-5\:/layout/datetime_picker.xml=C\:\\Users\\Neusoft\\AndroidStudioProjects\\Notes-master\\app\\build\\intermediates\\merged_res\\release\\layout_datetime_picker.xml.flat
|
||||
net.micode.notes.app-main-5\:/raw-zh-rCN/introduction=C\:\\Users\\Neusoft\\AndroidStudioProjects\\Notes-master\\app\\build\\intermediates\\merged_res\\release\\raw-zh-rCN_introduction.flat
|
||||
net.micode.notes.app-main-5\:/drawable-hdpi/title_bar_bg.9.png=C\:\\Users\\Neusoft\\AndroidStudioProjects\\Notes-master\\app\\build\\intermediates\\merged_res\\release\\drawable-hdpi_title_bar_bg.9.png.flat
|
||||
net.micode.notes.app-main-5\:/drawable-hdpi/new_note_pressed.png=C\:\\Users\\Neusoft\\AndroidStudioProjects\\Notes-master\\app\\build\\intermediates\\merged_res\\release\\drawable-hdpi_new_note_pressed.png.flat
|
||||
net.micode.notes.app-main-5\:/drawable-hdpi/list_footer_bg.9.png=C\:\\Users\\Neusoft\\AndroidStudioProjects\\Notes-master\\app\\build\\intermediates\\merged_res\\release\\drawable-hdpi_list_footer_bg.9.png.flat
|
||||
net.micode.notes.app-main-5\:/drawable-hdpi/title_alert.png=C\:\\Users\\Neusoft\\AndroidStudioProjects\\Notes-master\\app\\build\\intermediates\\merged_res\\release\\drawable-hdpi_title_alert.png.flat
|
||||
net.micode.notes.app-main-5\:/drawable-hdpi/font_normal.png=C\:\\Users\\Neusoft\\AndroidStudioProjects\\Notes-master\\app\\build\\intermediates\\merged_res\\release\\drawable-hdpi_font_normal.png.flat
|
||||
net.micode.notes.app-main-5\:/drawable-hdpi/font_small.png=C\:\\Users\\Neusoft\\AndroidStudioProjects\\Notes-master\\app\\build\\intermediates\\merged_res\\release\\drawable-hdpi_font_small.png.flat
|
||||
net.micode.notes.app-main-5\:/drawable-hdpi/bg_btn_set_color.png=C\:\\Users\\Neusoft\\AndroidStudioProjects\\Notes-master\\app\\build\\intermediates\\merged_res\\release\\drawable-hdpi_bg_btn_set_color.png.flat
|
||||
net.micode.notes.app-main-5\:/drawable-hdpi/list_blue_up.9.png=C\:\\Users\\Neusoft\\AndroidStudioProjects\\Notes-master\\app\\build\\intermediates\\merged_res\\release\\drawable-hdpi_list_blue_up.9.png.flat
|
||||
net.micode.notes.app-main-5\:/drawable-hdpi/list_green_up.9.png=C\:\\Users\\Neusoft\\AndroidStudioProjects\\Notes-master\\app\\build\\intermediates\\merged_res\\release\\drawable-hdpi_list_green_up.9.png.flat
|
||||
net.micode.notes.app-main-5\:/drawable-hdpi/list_blue_middle.9.png=C\:\\Users\\Neusoft\\AndroidStudioProjects\\Notes-master\\app\\build\\intermediates\\merged_res\\release\\drawable-hdpi_list_blue_middle.9.png.flat
|
||||
net.micode.notes.app-main-5\:/layout/note_edit.xml=C\:\\Users\\Neusoft\\AndroidStudioProjects\\Notes-master\\app\\build\\intermediates\\merged_res\\release\\layout_note_edit.xml.flat
|
||||
net.micode.notes.app-main-5\:/menu/sub_folder.xml=C\:\\Users\\Neusoft\\AndroidStudioProjects\\Notes-master\\app\\build\\intermediates\\merged_res\\release\\menu_sub_folder.xml.flat
|
||||
net.micode.notes.app-main-5\:/drawable-hdpi/icon_app.png=C\:\\Users\\Neusoft\\AndroidStudioProjects\\Notes-master\\app\\build\\intermediates\\merged_res\\release\\drawable-hdpi_icon_app.png.flat
|
||||
net.micode.notes.app-main-5\:/raw/introduction=C\:\\Users\\Neusoft\\AndroidStudioProjects\\Notes-master\\app\\build\\intermediates\\merged_res\\release\\raw_introduction.flat
|
||||
net.micode.notes.app-main-5\:/drawable-hdpi/edit_yellow.9.png=C\:\\Users\\Neusoft\\AndroidStudioProjects\\Notes-master\\app\\build\\intermediates\\merged_res\\release\\drawable-hdpi_edit_yellow.9.png.flat
|
||||
net.micode.notes.app-main-5\:/drawable-hdpi/widget_2x_blue.png=C\:\\Users\\Neusoft\\AndroidStudioProjects\\Notes-master\\app\\build\\intermediates\\merged_res\\release\\drawable-hdpi_widget_2x_blue.png.flat
|
||||
net.micode.notes.app-main-5\:/drawable-hdpi/list_blue_single.9.png=C\:\\Users\\Neusoft\\AndroidStudioProjects\\Notes-master\\app\\build\\intermediates\\merged_res\\release\\drawable-hdpi_list_blue_single.9.png.flat
|
||||
net.micode.notes.app-main-5\:/drawable-hdpi/new_note_normal.png=C\:\\Users\\Neusoft\\AndroidStudioProjects\\Notes-master\\app\\build\\intermediates\\merged_res\\release\\drawable-hdpi_new_note_normal.png.flat
|
||||
net.micode.notes.app-main-5\:/drawable-hdpi/menu_move.png=C\:\\Users\\Neusoft\\AndroidStudioProjects\\Notes-master\\app\\build\\intermediates\\merged_res\\release\\drawable-hdpi_menu_move.png.flat
|
||||
net.micode.notes.app-main-5\:/drawable-hdpi/list_green_middle.9.png=C\:\\Users\\Neusoft\\AndroidStudioProjects\\Notes-master\\app\\build\\intermediates\\merged_res\\release\\drawable-hdpi_list_green_middle.9.png.flat
|
||||
net.micode.notes.app-main-5\:/drawable-hdpi/widget_4x_green.png=C\:\\Users\\Neusoft\\AndroidStudioProjects\\Notes-master\\app\\build\\intermediates\\merged_res\\release\\drawable-hdpi_widget_4x_green.png.flat
|
||||
net.micode.notes.app-main-5\:/drawable-hdpi/list_red_single.9.png=C\:\\Users\\Neusoft\\AndroidStudioProjects\\Notes-master\\app\\build\\intermediates\\merged_res\\release\\drawable-hdpi_list_red_single.9.png.flat
|
||||
net.micode.notes.app-main-5\:/drawable-hdpi/edit_blue.9.png=C\:\\Users\\Neusoft\\AndroidStudioProjects\\Notes-master\\app\\build\\intermediates\\merged_res\\release\\drawable-hdpi_edit_blue.9.png.flat
|
||||
net.micode.notes.app-main-5\:/drawable-hdpi/font_super.png=C\:\\Users\\Neusoft\\AndroidStudioProjects\\Notes-master\\app\\build\\intermediates\\merged_res\\release\\drawable-hdpi_font_super.png.flat
|
||||
net.micode.notes.app-main-5\:/drawable-hdpi/font_size_selector_bg.9.png=C\:\\Users\\Neusoft\\AndroidStudioProjects\\Notes-master\\app\\build\\intermediates\\merged_res\\release\\drawable-hdpi_font_size_selector_bg.9.png.flat
|
||||
net.micode.notes.app-main-5\:/drawable-hdpi/widget_2x_red.png=C\:\\Users\\Neusoft\\AndroidStudioProjects\\Notes-master\\app\\build\\intermediates\\merged_res\\release\\drawable-hdpi_widget_2x_red.png.flat
|
||||
net.micode.notes.app-main-5\:/drawable-hdpi/edit_title_red.9.png=C\:\\Users\\Neusoft\\AndroidStudioProjects\\Notes-master\\app\\build\\intermediates\\merged_res\\release\\drawable-hdpi_edit_title_red.9.png.flat
|
||||
net.micode.notes.app-main-5\:/xml/widget_2x_info.xml=C\:\\Users\\Neusoft\\AndroidStudioProjects\\Notes-master\\app\\build\\intermediates\\merged_res\\release\\xml_widget_2x_info.xml.flat
|
||||
net.micode.notes.app-main-5\:/layout/note_list_dropdown_menu.xml=C\:\\Users\\Neusoft\\AndroidStudioProjects\\Notes-master\\app\\build\\intermediates\\merged_res\\release\\layout_note_list_dropdown_menu.xml.flat
|
||||
net.micode.notes.app-main-5\:/layout/folder_list_item.xml=C\:\\Users\\Neusoft\\AndroidStudioProjects\\Notes-master\\app\\build\\intermediates\\merged_res\\release\\layout_folder_list_item.xml.flat
|
||||
net.micode.notes.app-main-5\:/menu/call_record_folder.xml=C\:\\Users\\Neusoft\\AndroidStudioProjects\\Notes-master\\app\\build\\intermediates\\merged_res\\release\\menu_call_record_folder.xml.flat
|
||||
net.micode.notes.app-main-5\:/drawable-hdpi/list_yellow_middle.9.png=C\:\\Users\\Neusoft\\AndroidStudioProjects\\Notes-master\\app\\build\\intermediates\\merged_res\\release\\drawable-hdpi_list_yellow_middle.9.png.flat
|
||||
net.micode.notes.app-main-5\:/drawable-hdpi/widget_4x_red.png=C\:\\Users\\Neusoft\\AndroidStudioProjects\\Notes-master\\app\\build\\intermediates\\merged_res\\release\\drawable-hdpi_widget_4x_red.png.flat
|
||||
net.micode.notes.app-main-5\:/drawable-hdpi/dropdown_icon.9.png=C\:\\Users\\Neusoft\\AndroidStudioProjects\\Notes-master\\app\\build\\intermediates\\merged_res\\release\\drawable-hdpi_dropdown_icon.9.png.flat
|
||||
net.micode.notes.app-main-5\:/drawable-hdpi/list_green_single.9.png=C\:\\Users\\Neusoft\\AndroidStudioProjects\\Notes-master\\app\\build\\intermediates\\merged_res\\release\\drawable-hdpi_list_green_single.9.png.flat
|
||||
net.micode.notes.app-main-5\:/menu/call_note_edit.xml=C\:\\Users\\Neusoft\\AndroidStudioProjects\\Notes-master\\app\\build\\intermediates\\merged_res\\release\\menu_call_note_edit.xml.flat
|
||||
net.micode.notes.app-main-5\:/drawable-hdpi/widget_2x_white.png=C\:\\Users\\Neusoft\\AndroidStudioProjects\\Notes-master\\app\\build\\intermediates\\merged_res\\release\\drawable-hdpi_widget_2x_white.png.flat
|
||||
net.micode.notes.app-main-5\:/layout/add_account_text.xml=C\:\\Users\\Neusoft\\AndroidStudioProjects\\Notes-master\\app\\build\\intermediates\\merged_res\\release\\layout_add_account_text.xml.flat
|
||||
net.micode.notes.app-main-5\:/drawable-hdpi/list_blue_down.9.png=C\:\\Users\\Neusoft\\AndroidStudioProjects\\Notes-master\\app\\build\\intermediates\\merged_res\\release\\drawable-hdpi_list_blue_down.9.png.flat
|
||||
net.micode.notes.app-main-5\:/layout/note_edit_list_item.xml=C\:\\Users\\Neusoft\\AndroidStudioProjects\\Notes-master\\app\\build\\intermediates\\merged_res\\release\\layout_note_edit_list_item.xml.flat
|
||||
net.micode.notes.app-main-5\:/drawable-hdpi/call_record.png=C\:\\Users\\Neusoft\\AndroidStudioProjects\\Notes-master\\app\\build\\intermediates\\merged_res\\release\\drawable-hdpi_call_record.png.flat
|
||||
net.micode.notes.app-main-5\:/xml/preferences.xml=C\:\\Users\\Neusoft\\AndroidStudioProjects\\Notes-master\\app\\build\\intermediates\\merged_res\\release\\xml_preferences.xml.flat
|
||||
net.micode.notes.app-main-5\:/layout/widget_4x.xml=C\:\\Users\\Neusoft\\AndroidStudioProjects\\Notes-master\\app\\build\\intermediates\\merged_res\\release\\layout_widget_4x.xml.flat
|
||||
net.micode.notes.app-main-5\:/layout/settings_header.xml=C\:\\Users\\Neusoft\\AndroidStudioProjects\\Notes-master\\app\\build\\intermediates\\merged_res\\release\\layout_settings_header.xml.flat
|
||||
net.micode.notes.app-main-5\:/layout/note_list.xml=C\:\\Users\\Neusoft\\AndroidStudioProjects\\Notes-master\\app\\build\\intermediates\\merged_res\\release\\layout_note_list.xml.flat
|
||||
net.micode.notes.app-main-5\:/drawable-hdpi/list_red_up.9.png=C\:\\Users\\Neusoft\\AndroidStudioProjects\\Notes-master\\app\\build\\intermediates\\merged_res\\release\\drawable-hdpi_list_red_up.9.png.flat
|
||||
net.micode.notes.app-main-5\:/drawable-hdpi/widget_2x_green.png=C\:\\Users\\Neusoft\\AndroidStudioProjects\\Notes-master\\app\\build\\intermediates\\merged_res\\release\\drawable-hdpi_widget_2x_green.png.flat
|
||||
net.micode.notes.app-main-5\:/drawable-hdpi/edit_title_white.9.png=C\:\\Users\\Neusoft\\AndroidStudioProjects\\Notes-master\\app\\build\\intermediates\\merged_res\\release\\drawable-hdpi_edit_title_white.9.png.flat
|
||||
net.micode.notes.app-main-5\:/drawable-hdpi/edit_green.9.png=C\:\\Users\\Neusoft\\AndroidStudioProjects\\Notes-master\\app\\build\\intermediates\\merged_res\\release\\drawable-hdpi_edit_green.9.png.flat
|
||||
net.micode.notes.app-main-5\:/drawable-hdpi/list_red_middle.9.png=C\:\\Users\\Neusoft\\AndroidStudioProjects\\Notes-master\\app\\build\\intermediates\\merged_res\\release\\drawable-hdpi_list_red_middle.9.png.flat
|
||||
net.micode.notes.app-main-5\:/drawable-hdpi/menu_delete.png=C\:\\Users\\Neusoft\\AndroidStudioProjects\\Notes-master\\app\\build\\intermediates\\merged_res\\release\\drawable-hdpi_menu_delete.png.flat
|
||||
net.micode.notes.app-main-5\:/menu/note_list_options.xml=C\:\\Users\\Neusoft\\AndroidStudioProjects\\Notes-master\\app\\build\\intermediates\\merged_res\\release\\menu_note_list_options.xml.flat
|
||||
net.micode.notes.app-main-5\:/color/secondary_text_dark.xml=C\:\\Users\\Neusoft\\AndroidStudioProjects\\Notes-master\\app\\build\\intermediates\\merged_res\\release\\color_secondary_text_dark.xml.flat
|
||||
net.micode.notes.app-main-5\:/layout/note_item.xml=C\:\\Users\\Neusoft\\AndroidStudioProjects\\Notes-master\\app\\build\\intermediates\\merged_res\\release\\layout_note_item.xml.flat
|
||||
net.micode.notes.app-main-5\:/drawable-hdpi/list_white_down.9.png=C\:\\Users\\Neusoft\\AndroidStudioProjects\\Notes-master\\app\\build\\intermediates\\merged_res\\release\\drawable-hdpi_list_white_down.9.png.flat
|
||||
net.micode.notes.app-main-5\:/drawable-hdpi/list_yellow_down.9.png=C\:\\Users\\Neusoft\\AndroidStudioProjects\\Notes-master\\app\\build\\intermediates\\merged_res\\release\\drawable-hdpi_list_yellow_down.9.png.flat
|
||||
net.micode.notes.app-main-5\:/drawable-hdpi/list_white_middle.9.png=C\:\\Users\\Neusoft\\AndroidStudioProjects\\Notes-master\\app\\build\\intermediates\\merged_res\\release\\drawable-hdpi_list_white_middle.9.png.flat
|
||||
net.micode.notes.app-main-5\:/layout/note_list_footer.xml=C\:\\Users\\Neusoft\\AndroidStudioProjects\\Notes-master\\app\\build\\intermediates\\merged_res\\release\\layout_note_list_footer.xml.flat
|
||||
net.micode.notes.app-main-5\:/drawable-hdpi/widget_4x_white.png=C\:\\Users\\Neusoft\\AndroidStudioProjects\\Notes-master\\app\\build\\intermediates\\merged_res\\release\\drawable-hdpi_widget_4x_white.png.flat
|
||||
net.micode.notes.app-main-5\:/layout/dialog_edit_text.xml=C\:\\Users\\Neusoft\\AndroidStudioProjects\\Notes-master\\app\\build\\intermediates\\merged_res\\release\\layout_dialog_edit_text.xml.flat
|
||||
net.micode.notes.app-main-5\:/color/primary_text_dark.xml=C\:\\Users\\Neusoft\\AndroidStudioProjects\\Notes-master\\app\\build\\intermediates\\merged_res\\release\\color_primary_text_dark.xml.flat
|
||||
File diff suppressed because one or more lines are too long
@ -0,0 +1,96 @@
|
||||
#Mon Sep 25 20:41:30 CST 2023
|
||||
net.micode.notes.app-main-4\:/drawable-hdpi/list_background.png=C\:\\Users\\Neusoft\\AndroidStudioProjects\\Notes-master\\app\\build\\intermediates\\packaged_res\\release\\drawable-hdpi-v4\\list_background.png
|
||||
net.micode.notes.app-main-4\:/drawable-hdpi/menu_delete.png=C\:\\Users\\Neusoft\\AndroidStudioProjects\\Notes-master\\app\\build\\intermediates\\packaged_res\\release\\drawable-hdpi-v4\\menu_delete.png
|
||||
net.micode.notes.app-main-4\:/drawable-hdpi/list_green_middle.9.png=C\:\\Users\\Neusoft\\AndroidStudioProjects\\Notes-master\\app\\build\\intermediates\\packaged_res\\release\\drawable-hdpi-v4\\list_green_middle.9.png
|
||||
net.micode.notes.app-main-4\:/drawable-hdpi/search_result.png=C\:\\Users\\Neusoft\\AndroidStudioProjects\\Notes-master\\app\\build\\intermediates\\packaged_res\\release\\drawable-hdpi-v4\\search_result.png
|
||||
net.micode.notes.app-main-4\:/layout/note_item.xml=C\:\\Users\\Neusoft\\AndroidStudioProjects\\Notes-master\\app\\build\\intermediates\\packaged_res\\release\\layout\\note_item.xml
|
||||
net.micode.notes.app-main-4\:/drawable-hdpi/font_super.png=C\:\\Users\\Neusoft\\AndroidStudioProjects\\Notes-master\\app\\build\\intermediates\\packaged_res\\release\\drawable-hdpi-v4\\font_super.png
|
||||
net.micode.notes.app-main-4\:/drawable-hdpi/list_folder.9.png=C\:\\Users\\Neusoft\\AndroidStudioProjects\\Notes-master\\app\\build\\intermediates\\packaged_res\\release\\drawable-hdpi-v4\\list_folder.9.png
|
||||
net.micode.notes.app-main-4\:/layout/note_edit_list_item.xml=C\:\\Users\\Neusoft\\AndroidStudioProjects\\Notes-master\\app\\build\\intermediates\\packaged_res\\release\\layout\\note_edit_list_item.xml
|
||||
net.micode.notes.app-main-4\:/drawable-hdpi/list_yellow_down.9.png=C\:\\Users\\Neusoft\\AndroidStudioProjects\\Notes-master\\app\\build\\intermediates\\packaged_res\\release\\drawable-hdpi-v4\\list_yellow_down.9.png
|
||||
net.micode.notes.app-main-4\:/color/secondary_text_dark.xml=C\:\\Users\\Neusoft\\AndroidStudioProjects\\Notes-master\\app\\build\\intermediates\\packaged_res\\release\\color\\secondary_text_dark.xml
|
||||
net.micode.notes.app-main-4\:/drawable-hdpi/list_blue_down.9.png=C\:\\Users\\Neusoft\\AndroidStudioProjects\\Notes-master\\app\\build\\intermediates\\packaged_res\\release\\drawable-hdpi-v4\\list_blue_down.9.png
|
||||
net.micode.notes.app-main-4\:/drawable-hdpi/call_record.png=C\:\\Users\\Neusoft\\AndroidStudioProjects\\Notes-master\\app\\build\\intermediates\\packaged_res\\release\\drawable-hdpi-v4\\call_record.png
|
||||
net.micode.notes.app-main-4\:/raw/introduction=C\:\\Users\\Neusoft\\AndroidStudioProjects\\Notes-master\\app\\build\\intermediates\\packaged_res\\release\\raw\\introduction
|
||||
net.micode.notes.app-main-4\:/drawable-hdpi/bg_btn_set_color.png=C\:\\Users\\Neusoft\\AndroidStudioProjects\\Notes-master\\app\\build\\intermediates\\packaged_res\\release\\drawable-hdpi-v4\\bg_btn_set_color.png
|
||||
net.micode.notes.app-main-4\:/drawable-hdpi/edit_white.9.png=C\:\\Users\\Neusoft\\AndroidStudioProjects\\Notes-master\\app\\build\\intermediates\\packaged_res\\release\\drawable-hdpi-v4\\edit_white.9.png
|
||||
net.micode.notes.app-main-4\:/layout/widget_2x.xml=C\:\\Users\\Neusoft\\AndroidStudioProjects\\Notes-master\\app\\build\\intermediates\\packaged_res\\release\\layout\\widget_2x.xml
|
||||
net.micode.notes.app-main-4\:/menu/call_note_edit.xml=C\:\\Users\\Neusoft\\AndroidStudioProjects\\Notes-master\\app\\build\\intermediates\\packaged_res\\release\\menu\\call_note_edit.xml
|
||||
net.micode.notes.app-main-4\:/layout/note_list.xml=C\:\\Users\\Neusoft\\AndroidStudioProjects\\Notes-master\\app\\build\\intermediates\\packaged_res\\release\\layout\\note_list.xml
|
||||
net.micode.notes.app-main-4\:/menu/note_list_dropdown.xml=C\:\\Users\\Neusoft\\AndroidStudioProjects\\Notes-master\\app\\build\\intermediates\\packaged_res\\release\\menu\\note_list_dropdown.xml
|
||||
net.micode.notes.app-main-4\:/layout/account_dialog_title.xml=C\:\\Users\\Neusoft\\AndroidStudioProjects\\Notes-master\\app\\build\\intermediates\\packaged_res\\release\\layout\\account_dialog_title.xml
|
||||
net.micode.notes.app-main-4\:/drawable-hdpi/list_green_single.9.png=C\:\\Users\\Neusoft\\AndroidStudioProjects\\Notes-master\\app\\build\\intermediates\\packaged_res\\release\\drawable-hdpi-v4\\list_green_single.9.png
|
||||
net.micode.notes.app-main-4\:/drawable-hdpi/delete.png=C\:\\Users\\Neusoft\\AndroidStudioProjects\\Notes-master\\app\\build\\intermediates\\packaged_res\\release\\drawable-hdpi-v4\\delete.png
|
||||
net.micode.notes.app-main-4\:/drawable-hdpi/edit_green.9.png=C\:\\Users\\Neusoft\\AndroidStudioProjects\\Notes-master\\app\\build\\intermediates\\packaged_res\\release\\drawable-hdpi-v4\\edit_green.9.png
|
||||
net.micode.notes.app-main-4\:/xml/widget_2x_info.xml=C\:\\Users\\Neusoft\\AndroidStudioProjects\\Notes-master\\app\\build\\intermediates\\packaged_res\\release\\xml\\widget_2x_info.xml
|
||||
net.micode.notes.app-main-4\:/drawable-hdpi/list_green_up.9.png=C\:\\Users\\Neusoft\\AndroidStudioProjects\\Notes-master\\app\\build\\intermediates\\packaged_res\\release\\drawable-hdpi-v4\\list_green_up.9.png
|
||||
net.micode.notes.app-main-4\:/drawable-hdpi/widget_4x_white.png=C\:\\Users\\Neusoft\\AndroidStudioProjects\\Notes-master\\app\\build\\intermediates\\packaged_res\\release\\drawable-hdpi-v4\\widget_4x_white.png
|
||||
net.micode.notes.app-main-4\:/drawable-hdpi/list_red_single.9.png=C\:\\Users\\Neusoft\\AndroidStudioProjects\\Notes-master\\app\\build\\intermediates\\packaged_res\\release\\drawable-hdpi-v4\\list_red_single.9.png
|
||||
net.micode.notes.app-main-4\:/menu/note_list_options.xml=C\:\\Users\\Neusoft\\AndroidStudioProjects\\Notes-master\\app\\build\\intermediates\\packaged_res\\release\\menu\\note_list_options.xml
|
||||
net.micode.notes.app-main-4\:/layout/settings_header.xml=C\:\\Users\\Neusoft\\AndroidStudioProjects\\Notes-master\\app\\build\\intermediates\\packaged_res\\release\\layout\\settings_header.xml
|
||||
net.micode.notes.app-main-4\:/drawable-hdpi/new_note_normal.png=C\:\\Users\\Neusoft\\AndroidStudioProjects\\Notes-master\\app\\build\\intermediates\\packaged_res\\release\\drawable-hdpi-v4\\new_note_normal.png
|
||||
net.micode.notes.app-main-4\:/drawable-hdpi/title_bar_bg.9.png=C\:\\Users\\Neusoft\\AndroidStudioProjects\\Notes-master\\app\\build\\intermediates\\packaged_res\\release\\drawable-hdpi-v4\\title_bar_bg.9.png
|
||||
net.micode.notes.app-main-4\:/drawable-hdpi/font_normal.png=C\:\\Users\\Neusoft\\AndroidStudioProjects\\Notes-master\\app\\build\\intermediates\\packaged_res\\release\\drawable-hdpi-v4\\font_normal.png
|
||||
net.micode.notes.app-main-4\:/xml/searchable.xml=C\:\\Users\\Neusoft\\AndroidStudioProjects\\Notes-master\\app\\build\\intermediates\\packaged_res\\release\\xml\\searchable.xml
|
||||
net.micode.notes.app-main-4\:/drawable-hdpi/list_red_up.9.png=C\:\\Users\\Neusoft\\AndroidStudioProjects\\Notes-master\\app\\build\\intermediates\\packaged_res\\release\\drawable-hdpi-v4\\list_red_up.9.png
|
||||
net.micode.notes.app-main-4\:/drawable-hdpi/title_alert.png=C\:\\Users\\Neusoft\\AndroidStudioProjects\\Notes-master\\app\\build\\intermediates\\packaged_res\\release\\drawable-hdpi-v4\\title_alert.png
|
||||
net.micode.notes.app-main-4\:/drawable-hdpi/edit_title_white.9.png=C\:\\Users\\Neusoft\\AndroidStudioProjects\\Notes-master\\app\\build\\intermediates\\packaged_res\\release\\drawable-hdpi-v4\\edit_title_white.9.png
|
||||
net.micode.notes.app-main-4\:/color/primary_text_dark.xml=C\:\\Users\\Neusoft\\AndroidStudioProjects\\Notes-master\\app\\build\\intermediates\\packaged_res\\release\\color\\primary_text_dark.xml
|
||||
net.micode.notes.app-main-4\:/drawable/new_note.xml=C\:\\Users\\Neusoft\\AndroidStudioProjects\\Notes-master\\app\\build\\intermediates\\packaged_res\\release\\drawable\\new_note.xml
|
||||
net.micode.notes.app-main-4\:/drawable-hdpi/list_white_single.9.png=C\:\\Users\\Neusoft\\AndroidStudioProjects\\Notes-master\\app\\build\\intermediates\\packaged_res\\release\\drawable-hdpi-v4\\list_white_single.9.png
|
||||
net.micode.notes.app-main-4\:/menu/call_record_folder.xml=C\:\\Users\\Neusoft\\AndroidStudioProjects\\Notes-master\\app\\build\\intermediates\\packaged_res\\release\\menu\\call_record_folder.xml
|
||||
net.micode.notes.app-main-4\:/drawable-hdpi/edit_blue.9.png=C\:\\Users\\Neusoft\\AndroidStudioProjects\\Notes-master\\app\\build\\intermediates\\packaged_res\\release\\drawable-hdpi-v4\\edit_blue.9.png
|
||||
net.micode.notes.app-main-4\:/drawable-hdpi/bg_color_btn_mask.png=C\:\\Users\\Neusoft\\AndroidStudioProjects\\Notes-master\\app\\build\\intermediates\\packaged_res\\release\\drawable-hdpi-v4\\bg_color_btn_mask.png
|
||||
net.micode.notes.app-main-4\:/drawable-hdpi/widget_2x_white.png=C\:\\Users\\Neusoft\\AndroidStudioProjects\\Notes-master\\app\\build\\intermediates\\packaged_res\\release\\drawable-hdpi-v4\\widget_2x_white.png
|
||||
net.micode.notes.app-main-4\:/layout/note_edit.xml=C\:\\Users\\Neusoft\\AndroidStudioProjects\\Notes-master\\app\\build\\intermediates\\packaged_res\\release\\layout\\note_edit.xml
|
||||
net.micode.notes.app-main-4\:/drawable-hdpi/list_red_down.9.png=C\:\\Users\\Neusoft\\AndroidStudioProjects\\Notes-master\\app\\build\\intermediates\\packaged_res\\release\\drawable-hdpi-v4\\list_red_down.9.png
|
||||
net.micode.notes.app-main-4\:/drawable-hdpi/list_yellow_middle.9.png=C\:\\Users\\Neusoft\\AndroidStudioProjects\\Notes-master\\app\\build\\intermediates\\packaged_res\\release\\drawable-hdpi-v4\\list_yellow_middle.9.png
|
||||
net.micode.notes.app-main-4\:/drawable-hdpi/font_large.png=C\:\\Users\\Neusoft\\AndroidStudioProjects\\Notes-master\\app\\build\\intermediates\\packaged_res\\release\\drawable-hdpi-v4\\font_large.png
|
||||
net.micode.notes.app-main-4\:/drawable-hdpi/widget_4x_blue.png=C\:\\Users\\Neusoft\\AndroidStudioProjects\\Notes-master\\app\\build\\intermediates\\packaged_res\\release\\drawable-hdpi-v4\\widget_4x_blue.png
|
||||
net.micode.notes.app-main-4\:/xml/preferences.xml=C\:\\Users\\Neusoft\\AndroidStudioProjects\\Notes-master\\app\\build\\intermediates\\packaged_res\\release\\xml\\preferences.xml
|
||||
net.micode.notes.app-main-4\:/drawable-hdpi/list_blue_single.9.png=C\:\\Users\\Neusoft\\AndroidStudioProjects\\Notes-master\\app\\build\\intermediates\\packaged_res\\release\\drawable-hdpi-v4\\list_blue_single.9.png
|
||||
net.micode.notes.app-main-4\:/raw-zh-rCN/introduction=C\:\\Users\\Neusoft\\AndroidStudioProjects\\Notes-master\\app\\build\\intermediates\\packaged_res\\release\\raw-zh-rCN\\introduction
|
||||
net.micode.notes.app-main-4\:/layout/datetime_picker.xml=C\:\\Users\\Neusoft\\AndroidStudioProjects\\Notes-master\\app\\build\\intermediates\\packaged_res\\release\\layout\\datetime_picker.xml
|
||||
net.micode.notes.app-main-4\:/drawable-hdpi/edit_title_blue.9.png=C\:\\Users\\Neusoft\\AndroidStudioProjects\\Notes-master\\app\\build\\intermediates\\packaged_res\\release\\drawable-hdpi-v4\\edit_title_blue.9.png
|
||||
net.micode.notes.app-main-4\:/layout/folder_list_item.xml=C\:\\Users\\Neusoft\\AndroidStudioProjects\\Notes-master\\app\\build\\intermediates\\packaged_res\\release\\layout\\folder_list_item.xml
|
||||
net.micode.notes.app-main-4\:/layout/note_list_footer.xml=C\:\\Users\\Neusoft\\AndroidStudioProjects\\Notes-master\\app\\build\\intermediates\\packaged_res\\release\\layout\\note_list_footer.xml
|
||||
net.micode.notes.app-main-4\:/drawable-hdpi/font_size_selector_bg.9.png=C\:\\Users\\Neusoft\\AndroidStudioProjects\\Notes-master\\app\\build\\intermediates\\packaged_res\\release\\drawable-hdpi-v4\\font_size_selector_bg.9.png
|
||||
net.micode.notes.app-main-4\:/drawable-hdpi/list_yellow_up.9.png=C\:\\Users\\Neusoft\\AndroidStudioProjects\\Notes-master\\app\\build\\intermediates\\packaged_res\\release\\drawable-hdpi-v4\\list_yellow_up.9.png
|
||||
net.micode.notes.app-main-4\:/layout/add_account_text.xml=C\:\\Users\\Neusoft\\AndroidStudioProjects\\Notes-master\\app\\build\\intermediates\\packaged_res\\release\\layout\\add_account_text.xml
|
||||
net.micode.notes.app-main-4\:/drawable-hdpi/list_blue_up.9.png=C\:\\Users\\Neusoft\\AndroidStudioProjects\\Notes-master\\app\\build\\intermediates\\packaged_res\\release\\drawable-hdpi-v4\\list_blue_up.9.png
|
||||
net.micode.notes.app-main-4\:/drawable-hdpi/dropdown_icon.9.png=C\:\\Users\\Neusoft\\AndroidStudioProjects\\Notes-master\\app\\build\\intermediates\\packaged_res\\release\\drawable-hdpi-v4\\dropdown_icon.9.png
|
||||
net.micode.notes.app-main-4\:/drawable-hdpi/list_white_middle.9.png=C\:\\Users\\Neusoft\\AndroidStudioProjects\\Notes-master\\app\\build\\intermediates\\packaged_res\\release\\drawable-hdpi-v4\\list_white_middle.9.png
|
||||
net.micode.notes.app-main-4\:/drawable-hdpi/clock.png=C\:\\Users\\Neusoft\\AndroidStudioProjects\\Notes-master\\app\\build\\intermediates\\packaged_res\\release\\drawable-hdpi-v4\\clock.png
|
||||
net.micode.notes.app-main-4\:/drawable-hdpi/list_white_up.9.png=C\:\\Users\\Neusoft\\AndroidStudioProjects\\Notes-master\\app\\build\\intermediates\\packaged_res\\release\\drawable-hdpi-v4\\list_white_up.9.png
|
||||
net.micode.notes.app-main-4\:/drawable-hdpi/edit_title_green.9.png=C\:\\Users\\Neusoft\\AndroidStudioProjects\\Notes-master\\app\\build\\intermediates\\packaged_res\\release\\drawable-hdpi-v4\\edit_title_green.9.png
|
||||
net.micode.notes.app-main-4\:/drawable-hdpi/widget_2x_green.png=C\:\\Users\\Neusoft\\AndroidStudioProjects\\Notes-master\\app\\build\\intermediates\\packaged_res\\release\\drawable-hdpi-v4\\widget_2x_green.png
|
||||
net.micode.notes.app-main-4\:/layout/dialog_edit_text.xml=C\:\\Users\\Neusoft\\AndroidStudioProjects\\Notes-master\\app\\build\\intermediates\\packaged_res\\release\\layout\\dialog_edit_text.xml
|
||||
net.micode.notes.app-main-4\:/xml/widget_4x_info.xml=C\:\\Users\\Neusoft\\AndroidStudioProjects\\Notes-master\\app\\build\\intermediates\\packaged_res\\release\\xml\\widget_4x_info.xml
|
||||
net.micode.notes.app-main-4\:/menu/note_edit.xml=C\:\\Users\\Neusoft\\AndroidStudioProjects\\Notes-master\\app\\build\\intermediates\\packaged_res\\release\\menu\\note_edit.xml
|
||||
net.micode.notes.app-main-4\:/drawable-hdpi/selected.png=C\:\\Users\\Neusoft\\AndroidStudioProjects\\Notes-master\\app\\build\\intermediates\\packaged_res\\release\\drawable-hdpi-v4\\selected.png
|
||||
net.micode.notes.app-main-4\:/drawable-hdpi/notification.png=C\:\\Users\\Neusoft\\AndroidStudioProjects\\Notes-master\\app\\build\\intermediates\\packaged_res\\release\\drawable-hdpi-v4\\notification.png
|
||||
net.micode.notes.app-main-4\:/layout/note_list_dropdown_menu.xml=C\:\\Users\\Neusoft\\AndroidStudioProjects\\Notes-master\\app\\build\\intermediates\\packaged_res\\release\\layout\\note_list_dropdown_menu.xml
|
||||
net.micode.notes.app-main-4\:/drawable-hdpi/widget_4x_yellow.png=C\:\\Users\\Neusoft\\AndroidStudioProjects\\Notes-master\\app\\build\\intermediates\\packaged_res\\release\\drawable-hdpi-v4\\widget_4x_yellow.png
|
||||
net.micode.notes.app-main-4\:/menu/sub_folder.xml=C\:\\Users\\Neusoft\\AndroidStudioProjects\\Notes-master\\app\\build\\intermediates\\packaged_res\\release\\menu\\sub_folder.xml
|
||||
net.micode.notes.app-main-4\:/drawable-hdpi/note_edit_color_selector_panel.png=C\:\\Users\\Neusoft\\AndroidStudioProjects\\Notes-master\\app\\build\\intermediates\\packaged_res\\release\\drawable-hdpi-v4\\note_edit_color_selector_panel.png
|
||||
net.micode.notes.app-main-4\:/drawable-hdpi/menu_move.png=C\:\\Users\\Neusoft\\AndroidStudioProjects\\Notes-master\\app\\build\\intermediates\\packaged_res\\release\\drawable-hdpi-v4\\menu_move.png
|
||||
net.micode.notes.app-main-4\:/drawable-hdpi/widget_2x_red.png=C\:\\Users\\Neusoft\\AndroidStudioProjects\\Notes-master\\app\\build\\intermediates\\packaged_res\\release\\drawable-hdpi-v4\\widget_2x_red.png
|
||||
net.micode.notes.app-main-4\:/drawable-hdpi/widget_2x_yellow.png=C\:\\Users\\Neusoft\\AndroidStudioProjects\\Notes-master\\app\\build\\intermediates\\packaged_res\\release\\drawable-hdpi-v4\\widget_2x_yellow.png
|
||||
net.micode.notes.app-main-4\:/drawable-hdpi/new_note_pressed.png=C\:\\Users\\Neusoft\\AndroidStudioProjects\\Notes-master\\app\\build\\intermediates\\packaged_res\\release\\drawable-hdpi-v4\\new_note_pressed.png
|
||||
net.micode.notes.app-main-4\:/drawable-hdpi/edit_title_yellow.9.png=C\:\\Users\\Neusoft\\AndroidStudioProjects\\Notes-master\\app\\build\\intermediates\\packaged_res\\release\\drawable-hdpi-v4\\edit_title_yellow.9.png
|
||||
net.micode.notes.app-main-4\:/drawable-hdpi/widget_4x_red.png=C\:\\Users\\Neusoft\\AndroidStudioProjects\\Notes-master\\app\\build\\intermediates\\packaged_res\\release\\drawable-hdpi-v4\\widget_4x_red.png
|
||||
net.micode.notes.app-main-4\:/drawable-hdpi/list_footer_bg.9.png=C\:\\Users\\Neusoft\\AndroidStudioProjects\\Notes-master\\app\\build\\intermediates\\packaged_res\\release\\drawable-hdpi-v4\\list_footer_bg.9.png
|
||||
net.micode.notes.app-main-4\:/drawable-hdpi/list_white_down.9.png=C\:\\Users\\Neusoft\\AndroidStudioProjects\\Notes-master\\app\\build\\intermediates\\packaged_res\\release\\drawable-hdpi-v4\\list_white_down.9.png
|
||||
net.micode.notes.app-main-4\:/drawable-hdpi/list_blue_middle.9.png=C\:\\Users\\Neusoft\\AndroidStudioProjects\\Notes-master\\app\\build\\intermediates\\packaged_res\\release\\drawable-hdpi-v4\\list_blue_middle.9.png
|
||||
net.micode.notes.app-main-4\:/drawable-hdpi/list_red_middle.9.png=C\:\\Users\\Neusoft\\AndroidStudioProjects\\Notes-master\\app\\build\\intermediates\\packaged_res\\release\\drawable-hdpi-v4\\list_red_middle.9.png
|
||||
net.micode.notes.app-main-4\:/drawable-hdpi/icon_app.png=C\:\\Users\\Neusoft\\AndroidStudioProjects\\Notes-master\\app\\build\\intermediates\\packaged_res\\release\\drawable-hdpi-v4\\icon_app.png
|
||||
net.micode.notes.app-main-4\:/drawable-hdpi/edit_red.9.png=C\:\\Users\\Neusoft\\AndroidStudioProjects\\Notes-master\\app\\build\\intermediates\\packaged_res\\release\\drawable-hdpi-v4\\edit_red.9.png
|
||||
net.micode.notes.app-main-4\:/drawable-hdpi/widget_2x_blue.png=C\:\\Users\\Neusoft\\AndroidStudioProjects\\Notes-master\\app\\build\\intermediates\\packaged_res\\release\\drawable-hdpi-v4\\widget_2x_blue.png
|
||||
net.micode.notes.app-main-4\:/drawable-hdpi/widget_4x_green.png=C\:\\Users\\Neusoft\\AndroidStudioProjects\\Notes-master\\app\\build\\intermediates\\packaged_res\\release\\drawable-hdpi-v4\\widget_4x_green.png
|
||||
net.micode.notes.app-main-4\:/drawable-hdpi/font_small.png=C\:\\Users\\Neusoft\\AndroidStudioProjects\\Notes-master\\app\\build\\intermediates\\packaged_res\\release\\drawable-hdpi-v4\\font_small.png
|
||||
net.micode.notes.app-main-4\:/menu/note_list.xml=C\:\\Users\\Neusoft\\AndroidStudioProjects\\Notes-master\\app\\build\\intermediates\\packaged_res\\release\\menu\\note_list.xml
|
||||
net.micode.notes.app-main-4\:/drawable-hdpi/list_yellow_single.9.png=C\:\\Users\\Neusoft\\AndroidStudioProjects\\Notes-master\\app\\build\\intermediates\\packaged_res\\release\\drawable-hdpi-v4\\list_yellow_single.9.png
|
||||
net.micode.notes.app-main-4\:/layout/widget_4x.xml=C\:\\Users\\Neusoft\\AndroidStudioProjects\\Notes-master\\app\\build\\intermediates\\packaged_res\\release\\layout\\widget_4x.xml
|
||||
net.micode.notes.app-main-4\:/drawable-hdpi/list_green_down.9.png=C\:\\Users\\Neusoft\\AndroidStudioProjects\\Notes-master\\app\\build\\intermediates\\packaged_res\\release\\drawable-hdpi-v4\\list_green_down.9.png
|
||||
net.micode.notes.app-main-4\:/drawable-hdpi/edit_title_red.9.png=C\:\\Users\\Neusoft\\AndroidStudioProjects\\Notes-master\\app\\build\\intermediates\\packaged_res\\release\\drawable-hdpi-v4\\edit_title_red.9.png
|
||||
net.micode.notes.app-main-4\:/drawable-hdpi/edit_yellow.9.png=C\:\\Users\\Neusoft\\AndroidStudioProjects\\Notes-master\\app\\build\\intermediates\\packaged_res\\release\\drawable-hdpi-v4\\edit_yellow.9.png
|
||||
File diff suppressed because one or more lines are too long
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in new issue