Compare commits

..

18 Commits

Author SHA1 Message Date
huige deb5ccda92 1
2 years ago
huige a85b070b2d 字数统计1
2 years ago
huige 645c2572e8 计算字数
2 years ago
huige 43269dd32c 2
2 years ago
huige de922e3830 1
2 years ago
huige 65fc34882a Merge branch 'wangshengyu_branch' into develop
2 years ago
huige 42fbbf537d 1
2 years ago
huige 778f920508 可以跑
2 years ago
huige 324a531e59 同步!huige的代码没有问题
2 years ago
huige 6a8f7f7026 Squashed commit of the following:
2 years ago
huige 02b48391bb 直接重置为main
2 years ago
huige 2491233233 全部重来wc!
2 years ago
huige 8e9f1c80e7 Squashed commit of the following:
2 years ago
p3hn76oci 59b59908a3 ADD file via upload
2 years ago
huige f8e5637896 Squashed commit of the following:
2 years ago
huige 438d99d0a6 Merge branch 'main' of https://bdgit.educoder.net/p3ail6tof/ghnb into develop
2 years ago
huige 4b295056e4 芜湖
2 years ago
p3hn76oci c6b97d70e7 Update README.md
2 years ago

Binary file not shown.

Binary file not shown.

Binary file not shown.

@ -0,0 +1,4 @@
<?xml version="1.0" encoding="UTF-8"?>
<module version="4">
<component name="TestModuleProperties" production-module="Code.app.main" />
</module>

@ -0,0 +1,4 @@
<?xml version="1.0" encoding="UTF-8"?>
<module version="4">
<component name="TestModuleProperties" production-module="Code.app.main" />
</module>

@ -0,0 +1,4 @@
<?xml version="1.0" encoding="UTF-8"?>
<module version="4">
<component name="TestModuleProperties" production-module="src.app.main" />
</module>

@ -0,0 +1,4 @@
<?xml version="1.0" encoding="UTF-8"?>
<module version="4">
<component name="TestModuleProperties" production-module="src.app.main" />
</module>

@ -0,0 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="VcsDirectoryMappings">
<mapping directory="$PROJECT_DIR$/.." vcs="Git" />
</component>
</project>

@ -35,16 +35,6 @@
<application <application
android:icon="@drawable/icon_app" android:icon="@drawable/icon_app"
android:label="@string/app_name"> android:label="@string/app_name">
<activity
android:name=".ui.SplashActivity"
android:configChanges="orientation|keyboardHidden|screenSize"
android:label="@string/title_activity_splash"
android:theme="@style/Theme.Code.Fullscreen">
<intent-filter>
<action android:name="android.intent.action.MAIN" />
<category android:name="android.intent.category.LAUNCHER" />
</intent-filter>
</activity>
<activity <activity
android:name=".ui.NotesListActivity" android:name=".ui.NotesListActivity"
android:configChanges="keyboardHidden|orientation|screenSize" android:configChanges="keyboardHidden|orientation|screenSize"
@ -54,6 +44,10 @@
android:uiOptions="splitActionBarWhenNarrow" android:uiOptions="splitActionBarWhenNarrow"
android:windowSoftInputMode="adjustPan"> android:windowSoftInputMode="adjustPan">
<intent-filter>
<action android:name="android.intent.action.MAIN" />
<category android:name="android.intent.category.LAUNCHER" />
</intent-filter>
</activity> </activity>
<activity <activity

@ -2,13 +2,13 @@ apply plugin: 'com.android.application'
android { android {
namespace "net.micode.notes" namespace "net.micode.notes"
compileSdk 22 compileSdk 34
buildToolsVersion "34.0.0" buildToolsVersion "34.0.0"
useLibrary'org.apache.http.legacy' useLibrary'org.apache.http.legacy'
defaultConfig { defaultConfig {
applicationId "net.micode.notes" applicationId "net.micode.notes"
minSdkVersion 21 targetSdkVersion 14
} }
buildTypes { buildTypes {
@ -17,15 +17,7 @@ android {
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.txt' proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.txt'
} }
} }
buildFeatures {
viewBinding true
}
}
dependencies {
implementation 'com.android.support:appcompat-v7:22.+'
} }
tasks.withType(JavaCompile) { tasks.withType(JavaCompile) {
options.encoding = "UTF-8" options.encoding = "UTF-8"
} }

@ -1,100 +0,0 @@
#Thu Jan 18 08:01:17 CST 2024
net.micode.notes.app-main-7\:/color/primary_text_dark.xml=C\:\\Users\\huigenb\\Desktop\\Git\\ghnb\\src\\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\\huigenb\\Desktop\\Git\\ghnb\\src\\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\\huigenb\\Desktop\\Git\\ghnb\\src\\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\\huigenb\\Desktop\\Git\\ghnb\\src\\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\\huigenb\\Desktop\\Git\\ghnb\\src\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_call_record.png.flat
net.micode.notes.app-main-7\:/drawable-hdpi/clock.png=C\:\\Users\\huigenb\\Desktop\\Git\\ghnb\\src\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_clock.png.flat
net.micode.notes.app-main-7\:/drawable-hdpi/delete.png=C\:\\Users\\huigenb\\Desktop\\Git\\ghnb\\src\\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\\huigenb\\Desktop\\Git\\ghnb\\src\\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\\huigenb\\Desktop\\Git\\ghnb\\src\\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\\huigenb\\Desktop\\Git\\ghnb\\src\\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\\huigenb\\Desktop\\Git\\ghnb\\src\\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\\huigenb\\Desktop\\Git\\ghnb\\src\\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\\huigenb\\Desktop\\Git\\ghnb\\src\\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\\huigenb\\Desktop\\Git\\ghnb\\src\\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\\huigenb\\Desktop\\Git\\ghnb\\src\\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\\huigenb\\Desktop\\Git\\ghnb\\src\\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\\huigenb\\Desktop\\Git\\ghnb\\src\\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\\huigenb\\Desktop\\Git\\ghnb\\src\\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\\huigenb\\Desktop\\Git\\ghnb\\src\\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\\huigenb\\Desktop\\Git\\ghnb\\src\\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\\huigenb\\Desktop\\Git\\ghnb\\src\\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\\huigenb\\Desktop\\Git\\ghnb\\src\\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\\huigenb\\Desktop\\Git\\ghnb\\src\\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\\huigenb\\Desktop\\Git\\ghnb\\src\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_icon_app.png.flat
net.micode.notes.app-main-7\:/drawable-hdpi/icon_app_new.png=C\:\\Users\\huigenb\\Desktop\\Git\\ghnb\\src\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_icon_app_new.png.flat
net.micode.notes.app-main-7\:/drawable-hdpi/list_background.png=C\:\\Users\\huigenb\\Desktop\\Git\\ghnb\\src\\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\\huigenb\\Desktop\\Git\\ghnb\\src\\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\\huigenb\\Desktop\\Git\\ghnb\\src\\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\\huigenb\\Desktop\\Git\\ghnb\\src\\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\\huigenb\\Desktop\\Git\\ghnb\\src\\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\\huigenb\\Desktop\\Git\\ghnb\\src\\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\\huigenb\\Desktop\\Git\\ghnb\\src\\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\\huigenb\\Desktop\\Git\\ghnb\\src\\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\\huigenb\\Desktop\\Git\\ghnb\\src\\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\\huigenb\\Desktop\\Git\\ghnb\\src\\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\\huigenb\\Desktop\\Git\\ghnb\\src\\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\\huigenb\\Desktop\\Git\\ghnb\\src\\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\\huigenb\\Desktop\\Git\\ghnb\\src\\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\\huigenb\\Desktop\\Git\\ghnb\\src\\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\\huigenb\\Desktop\\Git\\ghnb\\src\\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\\huigenb\\Desktop\\Git\\ghnb\\src\\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\\huigenb\\Desktop\\Git\\ghnb\\src\\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\\huigenb\\Desktop\\Git\\ghnb\\src\\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\\huigenb\\Desktop\\Git\\ghnb\\src\\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\\huigenb\\Desktop\\Git\\ghnb\\src\\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\\huigenb\\Desktop\\Git\\ghnb\\src\\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\\huigenb\\Desktop\\Git\\ghnb\\src\\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\\huigenb\\Desktop\\Git\\ghnb\\src\\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\\huigenb\\Desktop\\Git\\ghnb\\src\\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\\huigenb\\Desktop\\Git\\ghnb\\src\\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\\huigenb\\Desktop\\Git\\ghnb\\src\\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\\huigenb\\Desktop\\Git\\ghnb\\src\\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\\huigenb\\Desktop\\Git\\ghnb\\src\\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\\huigenb\\Desktop\\Git\\ghnb\\src\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_notification.png.flat
net.micode.notes.app-main-7\:/drawable-hdpi/search_result.png=C\:\\Users\\huigenb\\Desktop\\Git\\ghnb\\src\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_search_result.png.flat
net.micode.notes.app-main-7\:/drawable-hdpi/selected.png=C\:\\Users\\huigenb\\Desktop\\Git\\ghnb\\src\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_selected.png.flat
net.micode.notes.app-main-7\:/drawable-hdpi/splash.png=C\:\\Users\\huigenb\\Desktop\\Git\\ghnb\\src\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_splash.png.flat
net.micode.notes.app-main-7\:/drawable-hdpi/title_alert.png=C\:\\Users\\huigenb\\Desktop\\Git\\ghnb\\src\\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\\huigenb\\Desktop\\Git\\ghnb\\src\\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\\huigenb\\Desktop\\Git\\ghnb\\src\\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\\huigenb\\Desktop\\Git\\ghnb\\src\\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\\huigenb\\Desktop\\Git\\ghnb\\src\\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\\huigenb\\Desktop\\Git\\ghnb\\src\\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\\huigenb\\Desktop\\Git\\ghnb\\src\\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\\huigenb\\Desktop\\Git\\ghnb\\src\\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\\huigenb\\Desktop\\Git\\ghnb\\src\\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\\huigenb\\Desktop\\Git\\ghnb\\src\\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\\huigenb\\Desktop\\Git\\ghnb\\src\\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\\huigenb\\Desktop\\Git\\ghnb\\src\\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\\huigenb\\Desktop\\Git\\ghnb\\src\\app\\build\\intermediates\\merged_res\\debug\\drawable_new_note.xml.flat
net.micode.notes.app-main-7\:/drawable/splash.png=C\:\\Users\\huigenb\\Desktop\\Git\\ghnb\\src\\app\\build\\intermediates\\merged_res\\debug\\drawable_splash.png.flat
net.micode.notes.app-main-7\:/menu/call_note_edit.xml=C\:\\Users\\huigenb\\Desktop\\Git\\ghnb\\src\\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\\huigenb\\Desktop\\Git\\ghnb\\src\\app\\build\\intermediates\\merged_res\\debug\\menu_call_record_folder.xml.flat
net.micode.notes.app-main-7\:/menu/note_edit.xml=C\:\\Users\\huigenb\\Desktop\\Git\\ghnb\\src\\app\\build\\intermediates\\merged_res\\debug\\menu_note_edit.xml.flat
net.micode.notes.app-main-7\:/menu/note_list.xml=C\:\\Users\\huigenb\\Desktop\\Git\\ghnb\\src\\app\\build\\intermediates\\merged_res\\debug\\menu_note_list.xml.flat
net.micode.notes.app-main-7\:/menu/note_list_dropdown.xml=C\:\\Users\\huigenb\\Desktop\\Git\\ghnb\\src\\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\\huigenb\\Desktop\\Git\\ghnb\\src\\app\\build\\intermediates\\merged_res\\debug\\menu_note_list_options.xml.flat
net.micode.notes.app-main-7\:/menu/sub_folder.xml=C\:\\Users\\huigenb\\Desktop\\Git\\ghnb\\src\\app\\build\\intermediates\\merged_res\\debug\\menu_sub_folder.xml.flat
net.micode.notes.app-main-7\:/raw-zh-rCN/introduction=C\:\\Users\\huigenb\\Desktop\\Git\\ghnb\\src\\app\\build\\intermediates\\merged_res\\debug\\raw-zh-rCN_introduction.flat
net.micode.notes.app-main-7\:/raw/introduction=C\:\\Users\\huigenb\\Desktop\\Git\\ghnb\\src\\app\\build\\intermediates\\merged_res\\debug\\raw_introduction.flat
net.micode.notes.app-main-7\:/xml/preferences.xml=C\:\\Users\\huigenb\\Desktop\\Git\\ghnb\\src\\app\\build\\intermediates\\merged_res\\debug\\xml_preferences.xml.flat
net.micode.notes.app-main-7\:/xml/searchable.xml=C\:\\Users\\huigenb\\Desktop\\Git\\ghnb\\src\\app\\build\\intermediates\\merged_res\\debug\\xml_searchable.xml.flat
net.micode.notes.app-main-7\:/xml/widget_2x_info.xml=C\:\\Users\\huigenb\\Desktop\\Git\\ghnb\\src\\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\\huigenb\\Desktop\\Git\\ghnb\\src\\app\\build\\intermediates\\merged_res\\debug\\xml_widget_4x_info.xml.flat
net.micode.notes.app-mergeDebugResources-4\:/layout/account_dialog_title.xml=C\:\\Users\\huigenb\\Desktop\\Git\\ghnb\\src\\app\\build\\intermediates\\merged_res\\debug\\layout_account_dialog_title.xml.flat
net.micode.notes.app-mergeDebugResources-4\:/layout/activity_splash.xml=C\:\\Users\\huigenb\\Desktop\\Git\\ghnb\\src\\app\\build\\intermediates\\merged_res\\debug\\layout_activity_splash.xml.flat
net.micode.notes.app-mergeDebugResources-4\:/layout/add_account_text.xml=C\:\\Users\\huigenb\\Desktop\\Git\\ghnb\\src\\app\\build\\intermediates\\merged_res\\debug\\layout_add_account_text.xml.flat
net.micode.notes.app-mergeDebugResources-4\:/layout/datetime_picker.xml=C\:\\Users\\huigenb\\Desktop\\Git\\ghnb\\src\\app\\build\\intermediates\\merged_res\\debug\\layout_datetime_picker.xml.flat
net.micode.notes.app-mergeDebugResources-4\:/layout/dialog_edit_text.xml=C\:\\Users\\huigenb\\Desktop\\Git\\ghnb\\src\\app\\build\\intermediates\\merged_res\\debug\\layout_dialog_edit_text.xml.flat
net.micode.notes.app-mergeDebugResources-4\:/layout/folder_list_item.xml=C\:\\Users\\huigenb\\Desktop\\Git\\ghnb\\src\\app\\build\\intermediates\\merged_res\\debug\\layout_folder_list_item.xml.flat
net.micode.notes.app-mergeDebugResources-4\:/layout/note_edit.xml=C\:\\Users\\huigenb\\Desktop\\Git\\ghnb\\src\\app\\build\\intermediates\\merged_res\\debug\\layout_note_edit.xml.flat
net.micode.notes.app-mergeDebugResources-4\:/layout/note_edit_list_item.xml=C\:\\Users\\huigenb\\Desktop\\Git\\ghnb\\src\\app\\build\\intermediates\\merged_res\\debug\\layout_note_edit_list_item.xml.flat
net.micode.notes.app-mergeDebugResources-4\:/layout/note_item.xml=C\:\\Users\\huigenb\\Desktop\\Git\\ghnb\\src\\app\\build\\intermediates\\merged_res\\debug\\layout_note_item.xml.flat
net.micode.notes.app-mergeDebugResources-4\:/layout/note_list.xml=C\:\\Users\\huigenb\\Desktop\\Git\\ghnb\\src\\app\\build\\intermediates\\merged_res\\debug\\layout_note_list.xml.flat
net.micode.notes.app-mergeDebugResources-4\:/layout/note_list_dropdown_menu.xml=C\:\\Users\\huigenb\\Desktop\\Git\\ghnb\\src\\app\\build\\intermediates\\merged_res\\debug\\layout_note_list_dropdown_menu.xml.flat
net.micode.notes.app-mergeDebugResources-4\:/layout/note_list_footer.xml=C\:\\Users\\huigenb\\Desktop\\Git\\ghnb\\src\\app\\build\\intermediates\\merged_res\\debug\\layout_note_list_footer.xml.flat
net.micode.notes.app-mergeDebugResources-4\:/layout/settings_header.xml=C\:\\Users\\huigenb\\Desktop\\Git\\ghnb\\src\\app\\build\\intermediates\\merged_res\\debug\\layout_settings_header.xml.flat
net.micode.notes.app-mergeDebugResources-4\:/layout/widget_2x.xml=C\:\\Users\\huigenb\\Desktop\\Git\\ghnb\\src\\app\\build\\intermediates\\merged_res\\debug\\layout_widget_2x.xml.flat
net.micode.notes.app-mergeDebugResources-4\:/layout/widget_4x.xml=C\:\\Users\\huigenb\\Desktop\\Git\\ghnb\\src\\app\\build\\intermediates\\merged_res\\debug\\layout_widget_4x.xml.flat

File diff suppressed because one or more lines are too long

@ -1,100 +0,0 @@
#Thu Jan 18 08:01:19 CST 2024
net.micode.notes.app-main-5\:/color/primary_text_dark.xml=C\:\\Users\\huigenb\\Desktop\\Git\\ghnb\\src\\app\\build\\intermediates\\packaged_res\\debug\\color\\primary_text_dark.xml
net.micode.notes.app-main-5\:/color/secondary_text_dark.xml=C\:\\Users\\huigenb\\Desktop\\Git\\ghnb\\src\\app\\build\\intermediates\\packaged_res\\debug\\color\\secondary_text_dark.xml
net.micode.notes.app-main-5\:/drawable-hdpi/bg_btn_set_color.png=C\:\\Users\\huigenb\\Desktop\\Git\\ghnb\\src\\app\\build\\intermediates\\packaged_res\\debug\\drawable-hdpi-v4\\bg_btn_set_color.png
net.micode.notes.app-main-5\:/drawable-hdpi/bg_color_btn_mask.png=C\:\\Users\\huigenb\\Desktop\\Git\\ghnb\\src\\app\\build\\intermediates\\packaged_res\\debug\\drawable-hdpi-v4\\bg_color_btn_mask.png
net.micode.notes.app-main-5\:/drawable-hdpi/call_record.png=C\:\\Users\\huigenb\\Desktop\\Git\\ghnb\\src\\app\\build\\intermediates\\packaged_res\\debug\\drawable-hdpi-v4\\call_record.png
net.micode.notes.app-main-5\:/drawable-hdpi/clock.png=C\:\\Users\\huigenb\\Desktop\\Git\\ghnb\\src\\app\\build\\intermediates\\packaged_res\\debug\\drawable-hdpi-v4\\clock.png
net.micode.notes.app-main-5\:/drawable-hdpi/delete.png=C\:\\Users\\huigenb\\Desktop\\Git\\ghnb\\src\\app\\build\\intermediates\\packaged_res\\debug\\drawable-hdpi-v4\\delete.png
net.micode.notes.app-main-5\:/drawable-hdpi/dropdown_icon.9.png=C\:\\Users\\huigenb\\Desktop\\Git\\ghnb\\src\\app\\build\\intermediates\\packaged_res\\debug\\drawable-hdpi-v4\\dropdown_icon.9.png
net.micode.notes.app-main-5\:/drawable-hdpi/edit_blue.9.png=C\:\\Users\\huigenb\\Desktop\\Git\\ghnb\\src\\app\\build\\intermediates\\packaged_res\\debug\\drawable-hdpi-v4\\edit_blue.9.png
net.micode.notes.app-main-5\:/drawable-hdpi/edit_green.9.png=C\:\\Users\\huigenb\\Desktop\\Git\\ghnb\\src\\app\\build\\intermediates\\packaged_res\\debug\\drawable-hdpi-v4\\edit_green.9.png
net.micode.notes.app-main-5\:/drawable-hdpi/edit_red.9.png=C\:\\Users\\huigenb\\Desktop\\Git\\ghnb\\src\\app\\build\\intermediates\\packaged_res\\debug\\drawable-hdpi-v4\\edit_red.9.png
net.micode.notes.app-main-5\:/drawable-hdpi/edit_title_blue.9.png=C\:\\Users\\huigenb\\Desktop\\Git\\ghnb\\src\\app\\build\\intermediates\\packaged_res\\debug\\drawable-hdpi-v4\\edit_title_blue.9.png
net.micode.notes.app-main-5\:/drawable-hdpi/edit_title_green.9.png=C\:\\Users\\huigenb\\Desktop\\Git\\ghnb\\src\\app\\build\\intermediates\\packaged_res\\debug\\drawable-hdpi-v4\\edit_title_green.9.png
net.micode.notes.app-main-5\:/drawable-hdpi/edit_title_red.9.png=C\:\\Users\\huigenb\\Desktop\\Git\\ghnb\\src\\app\\build\\intermediates\\packaged_res\\debug\\drawable-hdpi-v4\\edit_title_red.9.png
net.micode.notes.app-main-5\:/drawable-hdpi/edit_title_white.9.png=C\:\\Users\\huigenb\\Desktop\\Git\\ghnb\\src\\app\\build\\intermediates\\packaged_res\\debug\\drawable-hdpi-v4\\edit_title_white.9.png
net.micode.notes.app-main-5\:/drawable-hdpi/edit_title_yellow.9.png=C\:\\Users\\huigenb\\Desktop\\Git\\ghnb\\src\\app\\build\\intermediates\\packaged_res\\debug\\drawable-hdpi-v4\\edit_title_yellow.9.png
net.micode.notes.app-main-5\:/drawable-hdpi/edit_white.9.png=C\:\\Users\\huigenb\\Desktop\\Git\\ghnb\\src\\app\\build\\intermediates\\packaged_res\\debug\\drawable-hdpi-v4\\edit_white.9.png
net.micode.notes.app-main-5\:/drawable-hdpi/edit_yellow.9.png=C\:\\Users\\huigenb\\Desktop\\Git\\ghnb\\src\\app\\build\\intermediates\\packaged_res\\debug\\drawable-hdpi-v4\\edit_yellow.9.png
net.micode.notes.app-main-5\:/drawable-hdpi/font_large.png=C\:\\Users\\huigenb\\Desktop\\Git\\ghnb\\src\\app\\build\\intermediates\\packaged_res\\debug\\drawable-hdpi-v4\\font_large.png
net.micode.notes.app-main-5\:/drawable-hdpi/font_normal.png=C\:\\Users\\huigenb\\Desktop\\Git\\ghnb\\src\\app\\build\\intermediates\\packaged_res\\debug\\drawable-hdpi-v4\\font_normal.png
net.micode.notes.app-main-5\:/drawable-hdpi/font_size_selector_bg.9.png=C\:\\Users\\huigenb\\Desktop\\Git\\ghnb\\src\\app\\build\\intermediates\\packaged_res\\debug\\drawable-hdpi-v4\\font_size_selector_bg.9.png
net.micode.notes.app-main-5\:/drawable-hdpi/font_small.png=C\:\\Users\\huigenb\\Desktop\\Git\\ghnb\\src\\app\\build\\intermediates\\packaged_res\\debug\\drawable-hdpi-v4\\font_small.png
net.micode.notes.app-main-5\:/drawable-hdpi/font_super.png=C\:\\Users\\huigenb\\Desktop\\Git\\ghnb\\src\\app\\build\\intermediates\\packaged_res\\debug\\drawable-hdpi-v4\\font_super.png
net.micode.notes.app-main-5\:/drawable-hdpi/icon_app.png=C\:\\Users\\huigenb\\Desktop\\Git\\ghnb\\src\\app\\build\\intermediates\\packaged_res\\debug\\drawable-hdpi-v4\\icon_app.png
net.micode.notes.app-main-5\:/drawable-hdpi/icon_app_new.png=C\:\\Users\\huigenb\\Desktop\\Git\\ghnb\\src\\app\\build\\intermediates\\packaged_res\\debug\\drawable-hdpi-v4\\icon_app_new.png
net.micode.notes.app-main-5\:/drawable-hdpi/list_background.png=C\:\\Users\\huigenb\\Desktop\\Git\\ghnb\\src\\app\\build\\intermediates\\packaged_res\\debug\\drawable-hdpi-v4\\list_background.png
net.micode.notes.app-main-5\:/drawable-hdpi/list_blue_down.9.png=C\:\\Users\\huigenb\\Desktop\\Git\\ghnb\\src\\app\\build\\intermediates\\packaged_res\\debug\\drawable-hdpi-v4\\list_blue_down.9.png
net.micode.notes.app-main-5\:/drawable-hdpi/list_blue_middle.9.png=C\:\\Users\\huigenb\\Desktop\\Git\\ghnb\\src\\app\\build\\intermediates\\packaged_res\\debug\\drawable-hdpi-v4\\list_blue_middle.9.png
net.micode.notes.app-main-5\:/drawable-hdpi/list_blue_single.9.png=C\:\\Users\\huigenb\\Desktop\\Git\\ghnb\\src\\app\\build\\intermediates\\packaged_res\\debug\\drawable-hdpi-v4\\list_blue_single.9.png
net.micode.notes.app-main-5\:/drawable-hdpi/list_blue_up.9.png=C\:\\Users\\huigenb\\Desktop\\Git\\ghnb\\src\\app\\build\\intermediates\\packaged_res\\debug\\drawable-hdpi-v4\\list_blue_up.9.png
net.micode.notes.app-main-5\:/drawable-hdpi/list_folder.9.png=C\:\\Users\\huigenb\\Desktop\\Git\\ghnb\\src\\app\\build\\intermediates\\packaged_res\\debug\\drawable-hdpi-v4\\list_folder.9.png
net.micode.notes.app-main-5\:/drawable-hdpi/list_footer_bg.9.png=C\:\\Users\\huigenb\\Desktop\\Git\\ghnb\\src\\app\\build\\intermediates\\packaged_res\\debug\\drawable-hdpi-v4\\list_footer_bg.9.png
net.micode.notes.app-main-5\:/drawable-hdpi/list_green_down.9.png=C\:\\Users\\huigenb\\Desktop\\Git\\ghnb\\src\\app\\build\\intermediates\\packaged_res\\debug\\drawable-hdpi-v4\\list_green_down.9.png
net.micode.notes.app-main-5\:/drawable-hdpi/list_green_middle.9.png=C\:\\Users\\huigenb\\Desktop\\Git\\ghnb\\src\\app\\build\\intermediates\\packaged_res\\debug\\drawable-hdpi-v4\\list_green_middle.9.png
net.micode.notes.app-main-5\:/drawable-hdpi/list_green_single.9.png=C\:\\Users\\huigenb\\Desktop\\Git\\ghnb\\src\\app\\build\\intermediates\\packaged_res\\debug\\drawable-hdpi-v4\\list_green_single.9.png
net.micode.notes.app-main-5\:/drawable-hdpi/list_green_up.9.png=C\:\\Users\\huigenb\\Desktop\\Git\\ghnb\\src\\app\\build\\intermediates\\packaged_res\\debug\\drawable-hdpi-v4\\list_green_up.9.png
net.micode.notes.app-main-5\:/drawable-hdpi/list_red_down.9.png=C\:\\Users\\huigenb\\Desktop\\Git\\ghnb\\src\\app\\build\\intermediates\\packaged_res\\debug\\drawable-hdpi-v4\\list_red_down.9.png
net.micode.notes.app-main-5\:/drawable-hdpi/list_red_middle.9.png=C\:\\Users\\huigenb\\Desktop\\Git\\ghnb\\src\\app\\build\\intermediates\\packaged_res\\debug\\drawable-hdpi-v4\\list_red_middle.9.png
net.micode.notes.app-main-5\:/drawable-hdpi/list_red_single.9.png=C\:\\Users\\huigenb\\Desktop\\Git\\ghnb\\src\\app\\build\\intermediates\\packaged_res\\debug\\drawable-hdpi-v4\\list_red_single.9.png
net.micode.notes.app-main-5\:/drawable-hdpi/list_red_up.9.png=C\:\\Users\\huigenb\\Desktop\\Git\\ghnb\\src\\app\\build\\intermediates\\packaged_res\\debug\\drawable-hdpi-v4\\list_red_up.9.png
net.micode.notes.app-main-5\:/drawable-hdpi/list_white_down.9.png=C\:\\Users\\huigenb\\Desktop\\Git\\ghnb\\src\\app\\build\\intermediates\\packaged_res\\debug\\drawable-hdpi-v4\\list_white_down.9.png
net.micode.notes.app-main-5\:/drawable-hdpi/list_white_middle.9.png=C\:\\Users\\huigenb\\Desktop\\Git\\ghnb\\src\\app\\build\\intermediates\\packaged_res\\debug\\drawable-hdpi-v4\\list_white_middle.9.png
net.micode.notes.app-main-5\:/drawable-hdpi/list_white_single.9.png=C\:\\Users\\huigenb\\Desktop\\Git\\ghnb\\src\\app\\build\\intermediates\\packaged_res\\debug\\drawable-hdpi-v4\\list_white_single.9.png
net.micode.notes.app-main-5\:/drawable-hdpi/list_white_up.9.png=C\:\\Users\\huigenb\\Desktop\\Git\\ghnb\\src\\app\\build\\intermediates\\packaged_res\\debug\\drawable-hdpi-v4\\list_white_up.9.png
net.micode.notes.app-main-5\:/drawable-hdpi/list_yellow_down.9.png=C\:\\Users\\huigenb\\Desktop\\Git\\ghnb\\src\\app\\build\\intermediates\\packaged_res\\debug\\drawable-hdpi-v4\\list_yellow_down.9.png
net.micode.notes.app-main-5\:/drawable-hdpi/list_yellow_middle.9.png=C\:\\Users\\huigenb\\Desktop\\Git\\ghnb\\src\\app\\build\\intermediates\\packaged_res\\debug\\drawable-hdpi-v4\\list_yellow_middle.9.png
net.micode.notes.app-main-5\:/drawable-hdpi/list_yellow_single.9.png=C\:\\Users\\huigenb\\Desktop\\Git\\ghnb\\src\\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\\huigenb\\Desktop\\Git\\ghnb\\src\\app\\build\\intermediates\\packaged_res\\debug\\drawable-hdpi-v4\\list_yellow_up.9.png
net.micode.notes.app-main-5\:/drawable-hdpi/menu_delete.png=C\:\\Users\\huigenb\\Desktop\\Git\\ghnb\\src\\app\\build\\intermediates\\packaged_res\\debug\\drawable-hdpi-v4\\menu_delete.png
net.micode.notes.app-main-5\:/drawable-hdpi/menu_move.png=C\:\\Users\\huigenb\\Desktop\\Git\\ghnb\\src\\app\\build\\intermediates\\packaged_res\\debug\\drawable-hdpi-v4\\menu_move.png
net.micode.notes.app-main-5\:/drawable-hdpi/new_note_normal.png=C\:\\Users\\huigenb\\Desktop\\Git\\ghnb\\src\\app\\build\\intermediates\\packaged_res\\debug\\drawable-hdpi-v4\\new_note_normal.png
net.micode.notes.app-main-5\:/drawable-hdpi/new_note_pressed.png=C\:\\Users\\huigenb\\Desktop\\Git\\ghnb\\src\\app\\build\\intermediates\\packaged_res\\debug\\drawable-hdpi-v4\\new_note_pressed.png
net.micode.notes.app-main-5\:/drawable-hdpi/note_edit_color_selector_panel.png=C\:\\Users\\huigenb\\Desktop\\Git\\ghnb\\src\\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\\huigenb\\Desktop\\Git\\ghnb\\src\\app\\build\\intermediates\\packaged_res\\debug\\drawable-hdpi-v4\\notification.png
net.micode.notes.app-main-5\:/drawable-hdpi/search_result.png=C\:\\Users\\huigenb\\Desktop\\Git\\ghnb\\src\\app\\build\\intermediates\\packaged_res\\debug\\drawable-hdpi-v4\\search_result.png
net.micode.notes.app-main-5\:/drawable-hdpi/selected.png=C\:\\Users\\huigenb\\Desktop\\Git\\ghnb\\src\\app\\build\\intermediates\\packaged_res\\debug\\drawable-hdpi-v4\\selected.png
net.micode.notes.app-main-5\:/drawable-hdpi/splash.png=C\:\\Users\\huigenb\\Desktop\\Git\\ghnb\\src\\app\\build\\intermediates\\packaged_res\\debug\\drawable-hdpi-v4\\splash.png
net.micode.notes.app-main-5\:/drawable-hdpi/title_alert.png=C\:\\Users\\huigenb\\Desktop\\Git\\ghnb\\src\\app\\build\\intermediates\\packaged_res\\debug\\drawable-hdpi-v4\\title_alert.png
net.micode.notes.app-main-5\:/drawable-hdpi/title_bar_bg.9.png=C\:\\Users\\huigenb\\Desktop\\Git\\ghnb\\src\\app\\build\\intermediates\\packaged_res\\debug\\drawable-hdpi-v4\\title_bar_bg.9.png
net.micode.notes.app-main-5\:/drawable-hdpi/widget_2x_blue.png=C\:\\Users\\huigenb\\Desktop\\Git\\ghnb\\src\\app\\build\\intermediates\\packaged_res\\debug\\drawable-hdpi-v4\\widget_2x_blue.png
net.micode.notes.app-main-5\:/drawable-hdpi/widget_2x_green.png=C\:\\Users\\huigenb\\Desktop\\Git\\ghnb\\src\\app\\build\\intermediates\\packaged_res\\debug\\drawable-hdpi-v4\\widget_2x_green.png
net.micode.notes.app-main-5\:/drawable-hdpi/widget_2x_red.png=C\:\\Users\\huigenb\\Desktop\\Git\\ghnb\\src\\app\\build\\intermediates\\packaged_res\\debug\\drawable-hdpi-v4\\widget_2x_red.png
net.micode.notes.app-main-5\:/drawable-hdpi/widget_2x_white.png=C\:\\Users\\huigenb\\Desktop\\Git\\ghnb\\src\\app\\build\\intermediates\\packaged_res\\debug\\drawable-hdpi-v4\\widget_2x_white.png
net.micode.notes.app-main-5\:/drawable-hdpi/widget_2x_yellow.png=C\:\\Users\\huigenb\\Desktop\\Git\\ghnb\\src\\app\\build\\intermediates\\packaged_res\\debug\\drawable-hdpi-v4\\widget_2x_yellow.png
net.micode.notes.app-main-5\:/drawable-hdpi/widget_4x_blue.png=C\:\\Users\\huigenb\\Desktop\\Git\\ghnb\\src\\app\\build\\intermediates\\packaged_res\\debug\\drawable-hdpi-v4\\widget_4x_blue.png
net.micode.notes.app-main-5\:/drawable-hdpi/widget_4x_green.png=C\:\\Users\\huigenb\\Desktop\\Git\\ghnb\\src\\app\\build\\intermediates\\packaged_res\\debug\\drawable-hdpi-v4\\widget_4x_green.png
net.micode.notes.app-main-5\:/drawable-hdpi/widget_4x_red.png=C\:\\Users\\huigenb\\Desktop\\Git\\ghnb\\src\\app\\build\\intermediates\\packaged_res\\debug\\drawable-hdpi-v4\\widget_4x_red.png
net.micode.notes.app-main-5\:/drawable-hdpi/widget_4x_white.png=C\:\\Users\\huigenb\\Desktop\\Git\\ghnb\\src\\app\\build\\intermediates\\packaged_res\\debug\\drawable-hdpi-v4\\widget_4x_white.png
net.micode.notes.app-main-5\:/drawable-hdpi/widget_4x_yellow.png=C\:\\Users\\huigenb\\Desktop\\Git\\ghnb\\src\\app\\build\\intermediates\\packaged_res\\debug\\drawable-hdpi-v4\\widget_4x_yellow.png
net.micode.notes.app-main-5\:/drawable/new_note.xml=C\:\\Users\\huigenb\\Desktop\\Git\\ghnb\\src\\app\\build\\intermediates\\packaged_res\\debug\\drawable\\new_note.xml
net.micode.notes.app-main-5\:/drawable/splash.png=C\:\\Users\\huigenb\\Desktop\\Git\\ghnb\\src\\app\\build\\intermediates\\packaged_res\\debug\\drawable\\splash.png
net.micode.notes.app-main-5\:/menu/call_note_edit.xml=C\:\\Users\\huigenb\\Desktop\\Git\\ghnb\\src\\app\\build\\intermediates\\packaged_res\\debug\\menu\\call_note_edit.xml
net.micode.notes.app-main-5\:/menu/call_record_folder.xml=C\:\\Users\\huigenb\\Desktop\\Git\\ghnb\\src\\app\\build\\intermediates\\packaged_res\\debug\\menu\\call_record_folder.xml
net.micode.notes.app-main-5\:/menu/note_edit.xml=C\:\\Users\\huigenb\\Desktop\\Git\\ghnb\\src\\app\\build\\intermediates\\packaged_res\\debug\\menu\\note_edit.xml
net.micode.notes.app-main-5\:/menu/note_list.xml=C\:\\Users\\huigenb\\Desktop\\Git\\ghnb\\src\\app\\build\\intermediates\\packaged_res\\debug\\menu\\note_list.xml
net.micode.notes.app-main-5\:/menu/note_list_dropdown.xml=C\:\\Users\\huigenb\\Desktop\\Git\\ghnb\\src\\app\\build\\intermediates\\packaged_res\\debug\\menu\\note_list_dropdown.xml
net.micode.notes.app-main-5\:/menu/note_list_options.xml=C\:\\Users\\huigenb\\Desktop\\Git\\ghnb\\src\\app\\build\\intermediates\\packaged_res\\debug\\menu\\note_list_options.xml
net.micode.notes.app-main-5\:/menu/sub_folder.xml=C\:\\Users\\huigenb\\Desktop\\Git\\ghnb\\src\\app\\build\\intermediates\\packaged_res\\debug\\menu\\sub_folder.xml
net.micode.notes.app-main-5\:/raw-zh-rCN/introduction=C\:\\Users\\huigenb\\Desktop\\Git\\ghnb\\src\\app\\build\\intermediates\\packaged_res\\debug\\raw-zh-rCN\\introduction
net.micode.notes.app-main-5\:/raw/introduction=C\:\\Users\\huigenb\\Desktop\\Git\\ghnb\\src\\app\\build\\intermediates\\packaged_res\\debug\\raw\\introduction
net.micode.notes.app-main-5\:/xml/preferences.xml=C\:\\Users\\huigenb\\Desktop\\Git\\ghnb\\src\\app\\build\\intermediates\\packaged_res\\debug\\xml\\preferences.xml
net.micode.notes.app-main-5\:/xml/searchable.xml=C\:\\Users\\huigenb\\Desktop\\Git\\ghnb\\src\\app\\build\\intermediates\\packaged_res\\debug\\xml\\searchable.xml
net.micode.notes.app-main-5\:/xml/widget_2x_info.xml=C\:\\Users\\huigenb\\Desktop\\Git\\ghnb\\src\\app\\build\\intermediates\\packaged_res\\debug\\xml\\widget_2x_info.xml
net.micode.notes.app-main-5\:/xml/widget_4x_info.xml=C\:\\Users\\huigenb\\Desktop\\Git\\ghnb\\src\\app\\build\\intermediates\\packaged_res\\debug\\xml\\widget_4x_info.xml
net.micode.notes.app-packageDebugResources-2\:/layout/account_dialog_title.xml=C\:\\Users\\huigenb\\Desktop\\Git\\ghnb\\src\\app\\build\\intermediates\\packaged_res\\debug\\layout\\account_dialog_title.xml
net.micode.notes.app-packageDebugResources-2\:/layout/activity_splash.xml=C\:\\Users\\huigenb\\Desktop\\Git\\ghnb\\src\\app\\build\\intermediates\\packaged_res\\debug\\layout\\activity_splash.xml
net.micode.notes.app-packageDebugResources-2\:/layout/add_account_text.xml=C\:\\Users\\huigenb\\Desktop\\Git\\ghnb\\src\\app\\build\\intermediates\\packaged_res\\debug\\layout\\add_account_text.xml
net.micode.notes.app-packageDebugResources-2\:/layout/datetime_picker.xml=C\:\\Users\\huigenb\\Desktop\\Git\\ghnb\\src\\app\\build\\intermediates\\packaged_res\\debug\\layout\\datetime_picker.xml
net.micode.notes.app-packageDebugResources-2\:/layout/dialog_edit_text.xml=C\:\\Users\\huigenb\\Desktop\\Git\\ghnb\\src\\app\\build\\intermediates\\packaged_res\\debug\\layout\\dialog_edit_text.xml
net.micode.notes.app-packageDebugResources-2\:/layout/folder_list_item.xml=C\:\\Users\\huigenb\\Desktop\\Git\\ghnb\\src\\app\\build\\intermediates\\packaged_res\\debug\\layout\\folder_list_item.xml
net.micode.notes.app-packageDebugResources-2\:/layout/note_edit.xml=C\:\\Users\\huigenb\\Desktop\\Git\\ghnb\\src\\app\\build\\intermediates\\packaged_res\\debug\\layout\\note_edit.xml
net.micode.notes.app-packageDebugResources-2\:/layout/note_edit_list_item.xml=C\:\\Users\\huigenb\\Desktop\\Git\\ghnb\\src\\app\\build\\intermediates\\packaged_res\\debug\\layout\\note_edit_list_item.xml
net.micode.notes.app-packageDebugResources-2\:/layout/note_item.xml=C\:\\Users\\huigenb\\Desktop\\Git\\ghnb\\src\\app\\build\\intermediates\\packaged_res\\debug\\layout\\note_item.xml
net.micode.notes.app-packageDebugResources-2\:/layout/note_list.xml=C\:\\Users\\huigenb\\Desktop\\Git\\ghnb\\src\\app\\build\\intermediates\\packaged_res\\debug\\layout\\note_list.xml
net.micode.notes.app-packageDebugResources-2\:/layout/note_list_dropdown_menu.xml=C\:\\Users\\huigenb\\Desktop\\Git\\ghnb\\src\\app\\build\\intermediates\\packaged_res\\debug\\layout\\note_list_dropdown_menu.xml
net.micode.notes.app-packageDebugResources-2\:/layout/note_list_footer.xml=C\:\\Users\\huigenb\\Desktop\\Git\\ghnb\\src\\app\\build\\intermediates\\packaged_res\\debug\\layout\\note_list_footer.xml
net.micode.notes.app-packageDebugResources-2\:/layout/settings_header.xml=C\:\\Users\\huigenb\\Desktop\\Git\\ghnb\\src\\app\\build\\intermediates\\packaged_res\\debug\\layout\\settings_header.xml
net.micode.notes.app-packageDebugResources-2\:/layout/widget_2x.xml=C\:\\Users\\huigenb\\Desktop\\Git\\ghnb\\src\\app\\build\\intermediates\\packaged_res\\debug\\layout\\widget_2x.xml
net.micode.notes.app-packageDebugResources-2\:/layout/widget_4x.xml=C\:\\Users\\huigenb\\Desktop\\Git\\ghnb\\src\\app\\build\\intermediates\\packaged_res\\debug\\layout\\widget_4x.xml

@ -1,199 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<resources xmlns:ns1="urn:oasis:names:tc:xliff:document:1.2">
<string-array name="format_for_exported_note">
<item>-%s</item>
<item>--%s</item>
<item>--%s</item>
<item>--%s</item>
</string-array>
<string-array name="menu_share_ways">
<item>Messaging</item>
<item>Email</item>
</string-array>
<color name="black_overlay">#66000000</color>
<color name="light_blue_600">#FF039BE5</color>
<color name="light_blue_900">#FF01579B</color>
<color name="light_blue_A200">#FF40C4FF</color>
<color name="light_blue_A400">#FF00B0FF</color>
<color name="user_query_highlight">#335b5b5b</color>
<dimen name="text_font_size_large">26sp</dimen>
<dimen name="text_font_size_medium">20sp</dimen>
<dimen name="text_font_size_normal">17sp</dimen>
<dimen name="text_font_size_small">14sp</dimen>
<dimen name="text_font_size_super">33sp</dimen>
<plurals name="search_results_title">
<item quantity="one"><ns1:g example="1" id="number">%1$s</ns1:g> result for \"<ns1:g example="???" id="search">%2$s</ns1:g>\"</item>
<item quantity="other"><ns1:g example="15" id="number">%1$s</ns1:g> results for \"<ns1:g example="???" id="search">%2$s</ns1:g>\"</item>
</plurals>
<string name="alert_message_delete_folder">Confirm to delete folder and its notes?</string>
<string name="alert_message_delete_note">Confirm to delete this note?</string>
<string name="alert_message_delete_notes">Confirm to delete the selected %d notes?</string>
<string name="alert_title_delete">Delete selected notes</string>
<string name="app_name">Notes</string>
<string name="app_widget2x2">Notes 2x2</string>
<string name="app_widget4x4">Notes 4x4</string>
<string name="button_delete">Delete</string>
<string name="call_record_folder_name">Call notes</string>
<string name="datetime_dialog_cancel">cancel</string>
<string name="datetime_dialog_ok">set</string>
<string name="delete_remind_time_message">Delete reminder successfully</string>
<string name="dummy_button">Dummy Button</string>
<string name="dummy_content">寒假快乐!</string>
<string name="error_note_empty_for_clock">Sorry, can not set clock on empty note</string>
<string name="error_note_empty_for_send_to_desktop">Sorry, can not send and empty note to home</string>
<string name="error_note_not_exist">The note is not exist</string>
<string name="error_sdcard_export">Export failed, please check SD card</string>
<string name="error_sdcard_unmounted">SD card busy, not available now</string>
<string name="error_sync_cancelled">Sync is canceled</string>
<string name="error_sync_internal">Sync failed, internal error occurs</string>
<string name="error_sync_network">Sync failed, please check network and account settings</string>
<string name="failed_sdcard_export">Export fail</string>
<string name="file_name_txt_format">notes_%s.txt</string>
<string name="file_path">/MIUI/notes/</string>
<string name="folder_exist">The folder %1$s exist, please rename</string>
<string name="format_date_ymd">yyyyMMdd</string>
<string name="format_datetime_mdhm">MMMd kk:mm</string>
<string name="format_exported_file_location">Export text file (%1$s) to SD (%2$s) directory</string>
<string name="format_folder_files_count">(%d)</string>
<string name="format_move_notes_to_folder">Have moved selected %1$d notes to %2$s folder</string>
<string name="hint_foler_name">Input name</string>
<string name="info_note_enter_desktop">Note added to home</string>
<string name="menu_alert">Remind me</string>
<string name="menu_create_folder">New Folder</string>
<string name="menu_delete">Delete</string>
<string name="menu_deselect_all">Deselect all</string>
<string name="menu_export_text">Export text</string>
<string name="menu_folder_change_name">Change folder name</string>
<string name="menu_folder_delete">Delete folder</string>
<string name="menu_folder_view">View folder</string>
<string name="menu_font_large">Large</string>
<string name="menu_font_normal">Medium</string>
<string name="menu_font_size">Font size</string>
<string name="menu_font_small">Small</string>
<string name="menu_font_super">Super</string>
<string name="menu_list_mode">Enter check list</string>
<string name="menu_move">Move to folder</string>
<string name="menu_move_parent_folder">Parent folder</string>
<string name="menu_normal_mode">Leave check list</string>
<string name="menu_remove_remind">Delete reminder</string>
<string name="menu_search">Search</string>
<string name="menu_select_all">Select all</string>
<string name="menu_select_none">Nothing selected, the operation is invalid</string>
<string name="menu_select_title">%d selected</string>
<string name="menu_send_to_desktop">Send to home</string>
<string name="menu_setting">Settings</string>
<string name="menu_share">Share</string>
<string name="menu_sync">Sync</string>
<string name="menu_sync_cancel">Cancel syncing</string>
<string name="menu_title_select_folder">Select folder</string>
<string name="note_alert_expired">Expired</string>
<string name="note_link_email">Send email</string>
<string name="note_link_other">Open map</string>
<string name="note_link_tel">Call</string>
<string name="note_link_web">Browse web</string>
<string name="notealert_enter">Take a look</string>
<string name="notealert_ok">Got it</string>
<string name="notelist_menu_new">Add note</string>
<string name="notelist_string_info">...</string>
<string name="preferences_account_summary">Sync notes with google task</string>
<string name="preferences_account_title">Sync account</string>
<string name="preferences_add_account">Add account</string>
<string name="preferences_bg_random_appear_title">New note background color random</string>
<string name="preferences_button_sync_cancel">Cancel syncing</string>
<string name="preferences_button_sync_immediately">Sync immediately</string>
<string name="preferences_dialog_change_account_title">Current account %1$s</string>
<string name="preferences_dialog_change_account_warn_msg">All sync related information will be deleted, which may result in duplicated items sometime</string>
<string name="preferences_dialog_select_account_tips">Please select a google account. Local notes will be synced with google task.</string>
<string name="preferences_dialog_select_account_title">Sync notes</string>
<string name="preferences_last_sync_time">Last sync time %1$s</string>
<string name="preferences_last_sync_time_format">yyyy-MM-dd hh:mm:ss</string>
<string name="preferences_menu_cancel">Cancel</string>
<string name="preferences_menu_change_account">Change sync account</string>
<string name="preferences_menu_remove_account">Remove sync account</string>
<string name="preferences_title">Settings</string>
<string name="preferences_toast_cannot_change_account">Cannot change the account because sync is in progress</string>
<string name="preferences_toast_success_set_accout">%1$s has been set as the sync account</string>
<string name="search">Notes</string>
<string name="search_hint">Search notes</string>
<string name="search_label">Searching Notes</string>
<string name="search_setting_description">Text in your notes</string>
<string name="set_remind_time_message">Set reminder</string>
<string name="success_sdcard_export">Export successful</string>
<string name="success_sync_account">Sync is successful with account %1$s</string>
<string name="sync_progress_init_list">Getting remote note list...</string>
<string name="sync_progress_login">Logging into %1$s...</string>
<string name="sync_progress_syncing">Synchronize local notes with Google Task...</string>
<string name="ticker_cancel">Sync is canceled</string>
<string name="ticker_fail">Sync is failed</string>
<string name="ticker_success">Sync is successful</string>
<string name="ticker_syncing">Syncing notes...</string>
<string name="title_activity_fullscreen">FullscreenActivity</string>
<string name="title_activity_splash">SplashActivity</string>
<string name="widget_havenot_content">No associated note found, click to create associated note.</string>
<string name="widget_under_visit_mode">Privacy modecan not see note content</string>
<style name="HighlightTextAppearancePrimary">
<item name="android:textSize">@dimen/text_font_size_normal</item>
<item name="android:textColor">@color/primary_text_dark</item>
</style>
<style name="HighlightTextAppearanceSecondary">
<item name="android:textSize">@dimen/text_font_size_small</item>
<item name="android:textColor">@color/secondary_text_dark</item>
</style>
<style name="NoteActionBarStyle" parent="@android:style/Widget.Holo.Light.ActionBar.Solid">
<item name="android:displayOptions"/>
<item name="android:visibility">visible</item>
</style>
<style name="NoteTheme" parent="@android:style/Theme.Holo.Light">
<item name="android:actionBarStyle">@style/NoteActionBarStyle</item>
</style>
<style name="TextAppearanceLarge">
<item name="android:textSize">@dimen/text_font_size_large</item>
<item name="android:textColorLink">#0000ff</item>
</style>
<style name="TextAppearanceMedium">
<item name="android:textSize">@dimen/text_font_size_medium</item>
<item name="android:textColorLink">#0000ff</item>
</style>
<style name="TextAppearanceNormal">
<item name="android:textSize">@dimen/text_font_size_normal</item>
<item name="android:textColorLink">#0000ff</item>
</style>
<style name="TextAppearancePrimaryItem">
<item name="android:textSize">@dimen/text_font_size_normal</item>
<item name="android:textColor">@color/primary_text_dark</item>
</style>
<style name="TextAppearanceSecondaryItem">
<item name="android:textSize">@dimen/text_font_size_small</item>
<item name="android:textColor">@color/secondary_text_dark</item>
</style>
<style name="TextAppearanceSuper">
<item name="android:textSize">@dimen/text_font_size_super</item>
<item name="android:textColorLink">#0000ff</item>
</style>
<style name="TextAppearanceUnderMenuIcon">
<item name="android:textSize">@dimen/text_font_size_normal</item>
<item name="android:textColor">@android:color/black</item>
</style>
<style name="Theme.Code" parent="Theme.AppCompat.Light"/>
<style name="Theme.Code.Fullscreen" parent="Theme.Code">
<item name="android:actionBarStyle">@style/Widget.Theme.Code.ActionBar.Fullscreen</item>
<item name="android:windowActionBarOverlay">true</item>
<item name="android:windowBackground">@null</item>
</style>
<style name="ThemeOverlay.Code.FullscreenContainer" parent="">
<item name="fullscreenBackgroundColor">@color/light_blue_600</item>
<item name="fullscreenTextColor">@color/light_blue_A200</item>
</style>
<style name="Widget.Theme.Code.ActionBar.Fullscreen" parent="Widget.AppCompat.ActionBar">
<item name="android:background">@color/black_overlay</item>
</style>
<style name="Widget.Theme.Code.ButtonBar.Fullscreen" parent="">
<item name="android:background">@color/black_overlay</item>
<item name="android:buttonBarStyle">?android:attr/buttonBarStyle</item>
</style>
<declare-styleable name="FullscreenAttrs">
<attr format="color" name="fullscreenBackgroundColor"/>
<attr format="color" name="fullscreenTextColor"/>
</declare-styleable>
</resources>

File diff suppressed because one or more lines are too long

@ -1,25 +1,4 @@
#Thu Jan 18 08:02:49 CST 2024 #Tue Jan 16 01:16:20 CST 2024
base.0=C\:\\Users\\huigenb\\Desktop\\Git\\ghnb\\src\\app\\build\\intermediates\\dex\\debug\\mergeExtDexDebug\\classes.dex base.0=C\:\\Users\\huigenb\\Desktop\\Git\\ghnb\\src\\app\\build\\intermediates\\dex\\debug\\mergeDexDebug\\classes.dex
base.1=C\:\\Users\\huigenb\\Desktop\\Git\\ghnb\\src\\app\\build\\intermediates\\dex\\debug\\mergeProjectDexDebug\\0\\classes.dex
base.2=C\:\\Users\\huigenb\\Desktop\\Git\\ghnb\\src\\app\\build\\intermediates\\dex\\debug\\mergeProjectDexDebug\\11\\classes.dex
base.3=C\:\\Users\\huigenb\\Desktop\\Git\\ghnb\\src\\app\\build\\intermediates\\dex\\debug\\mergeProjectDexDebug\\12\\classes.dex
base.4=C\:\\Users\\huigenb\\Desktop\\Git\\ghnb\\src\\app\\build\\intermediates\\dex\\debug\\mergeProjectDexDebug\\13\\classes.dex
base.5=C\:\\Users\\huigenb\\Desktop\\Git\\ghnb\\src\\app\\build\\intermediates\\dex\\debug\\mergeProjectDexDebug\\15\\classes.dex
base.6=C\:\\Users\\huigenb\\Desktop\\Git\\ghnb\\src\\app\\build\\intermediates\\dex\\debug\\mergeProjectDexDebug\\4\\classes.dex
base.7=C\:\\Users\\huigenb\\Desktop\\Git\\ghnb\\src\\app\\build\\intermediates\\dex\\debug\\mergeProjectDexDebug\\5\\classes.dex
path.0=classes.dex path.0=classes.dex
path.1=0/classes.dex
path.2=11/classes.dex
path.3=12/classes.dex
path.4=13/classes.dex
path.5=15/classes.dex
path.6=4/classes.dex
path.7=5/classes.dex
renamed.0=classes.dex renamed.0=classes.dex
renamed.1=classes2.dex
renamed.2=classes3.dex
renamed.3=classes4.dex
renamed.4=classes5.dex
renamed.5=classes6.dex
renamed.6=classes7.dex
renamed.7=classes8.dex

@ -1,4 +1,4 @@
#Wed Jan 17 14:44:55 CST 2024 #Mon Jan 15 08:29:49 CST 2024
base.0=C\:\\Users\\huigenb\\Desktop\\All tasks\\software\\Code\\app\\build\\intermediates\\dex\\debugAndroidTest\\mergeProjectDexDebugAndroidTest\\0\\classes.dex base.0=C\:\\Users\\huigenb\\Desktop\\All tasks\\software\\Code\\app\\build\\intermediates\\dex\\debugAndroidTest\\mergeDexDebugAndroidTest\\classes.dex
path.0=0/classes.dex path.0=classes.dex
renamed.0=classes.dex renamed.0=classes.dex

@ -2,13 +2,6 @@ R_DEF: Internal format may change without notice
local local
array format_for_exported_note array format_for_exported_note
array menu_share_ways array menu_share_ways
attr? fullscreenBackgroundColor
attr? fullscreenTextColor
color black_overlay
color light_blue_600
color light_blue_900
color light_blue_A200
color light_blue_A400
color primary_text_dark color primary_text_dark
color secondary_text_dark color secondary_text_dark
color user_query_highlight color user_query_highlight
@ -39,7 +32,6 @@ drawable font_size_selector_bg
drawable font_small drawable font_small
drawable font_super drawable font_super
drawable icon_app drawable icon_app
drawable icon_app_new
drawable list_background drawable list_background
drawable list_blue_down drawable list_blue_down
drawable list_blue_middle drawable list_blue_middle
@ -72,7 +64,6 @@ drawable note_edit_color_selector_panel
drawable notification drawable notification
drawable search_result drawable search_result
drawable selected drawable selected
drawable splash
drawable title_alert drawable title_alert
drawable title_bar_bg drawable title_bar_bg
drawable widget_2x_blue drawable widget_2x_blue
@ -94,12 +85,9 @@ id btn_set_bg_color
id cb_edit_item id cb_edit_item
id date id date
id delete id delete
id dummy_button
id et_edit_text id et_edit_text
id et_foler_name id et_foler_name
id font_size_selector id font_size_selector
id fullscreen_content
id fullscreen_content_controls
id hour id hour
id iv_alert_icon id iv_alert_icon
id iv_bg_blue id iv_bg_blue
@ -157,7 +145,6 @@ id tv_title_bar
id widget_bg_image id widget_bg_image
id widget_text id widget_text
layout account_dialog_title layout account_dialog_title
layout activity_splash
layout add_account_text layout add_account_text
layout datetime_picker layout datetime_picker
layout dialog_edit_text layout dialog_edit_text
@ -192,8 +179,6 @@ string call_record_folder_name
string datetime_dialog_cancel string datetime_dialog_cancel
string datetime_dialog_ok string datetime_dialog_ok
string delete_remind_time_message string delete_remind_time_message
string dummy_button
string dummy_content
string error_note_empty_for_clock string error_note_empty_for_clock
string error_note_empty_for_send_to_desktop string error_note_empty_for_send_to_desktop
string error_note_not_exist string error_note_not_exist
@ -282,8 +267,6 @@ string ticker_cancel
string ticker_fail string ticker_fail
string ticker_success string ticker_success
string ticker_syncing string ticker_syncing
string title_activity_fullscreen
string title_activity_splash
string widget_havenot_content string widget_havenot_content
string widget_under_visit_mode string widget_under_visit_mode
style HighlightTextAppearancePrimary style HighlightTextAppearancePrimary
@ -297,12 +280,6 @@ style TextAppearancePrimaryItem
style TextAppearanceSecondaryItem style TextAppearanceSecondaryItem
style TextAppearanceSuper style TextAppearanceSuper
style TextAppearanceUnderMenuIcon style TextAppearanceUnderMenuIcon
style ThemeOverlay.Code.FullscreenContainer
style Theme.Code
style Theme.Code.Fullscreen
style Widget.Theme.Code.ActionBar.Fullscreen
style Widget.Theme.Code.ButtonBar.Fullscreen
styleable FullscreenAttrs fullscreenBackgroundColor fullscreenTextColor
xml preferences xml preferences
xml searchable xml searchable
xml widget_2x_info xml widget_2x_info

@ -20,262 +20,251 @@
20 android:versionName="0.1" > 20 android:versionName="0.1" >
21 21
22 <uses-sdk 22 <uses-sdk
22-->C:\Users\huigenb\Desktop\Git\ghnb\src\app\src\main\AndroidManifest.xml:24:5-44 22-->C:\Users\huigenb\Desktop\Git\ghnb\src\app\src\main\AndroidManifest.xml:23:5-44
23 android:minSdkVersion="21" 23 android:minSdkVersion="1"
23-->C:\Users\huigenb\Desktop\Git\ghnb\src\app\src\main\AndroidManifest.xml:24:15-41 23-->C:\Users\huigenb\Desktop\Git\ghnb\src\app\src\main\AndroidManifest.xml:23:15-41
24 android:targetSdkVersion="21" /> 24 android:targetSdkVersion="14" />
24-->C:\Users\huigenb\Desktop\Git\ghnb\src\app\src\main\AndroidManifest.xml:24:5-44 24-->C:\Users\huigenb\Desktop\Git\ghnb\src\app\src\main\AndroidManifest.xml:23:5-44
25 25
26 <uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" /> 26 <uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />
26-->C:\Users\huigenb\Desktop\Git\ghnb\src\app\src\main\AndroidManifest.xml:26:5-81 26-->C:\Users\huigenb\Desktop\Git\ghnb\src\app\src\main\AndroidManifest.xml:25:5-81
26-->C:\Users\huigenb\Desktop\Git\ghnb\src\app\src\main\AndroidManifest.xml:26:22-78 26-->C:\Users\huigenb\Desktop\Git\ghnb\src\app\src\main\AndroidManifest.xml:25:22-78
27 <uses-permission android:name="com.android.launcher.permission.INSTALL_SHORTCUT" /> 27 <uses-permission android:name="com.android.launcher.permission.INSTALL_SHORTCUT" />
27-->C:\Users\huigenb\Desktop\Git\ghnb\src\app\src\main\AndroidManifest.xml:27:5-88 27-->C:\Users\huigenb\Desktop\Git\ghnb\src\app\src\main\AndroidManifest.xml:26:5-88
27-->C:\Users\huigenb\Desktop\Git\ghnb\src\app\src\main\AndroidManifest.xml:27:22-85 27-->C:\Users\huigenb\Desktop\Git\ghnb\src\app\src\main\AndroidManifest.xml:26:22-85
28 <uses-permission android:name="android.permission.INTERNET" /> 28 <uses-permission android:name="android.permission.INTERNET" />
28-->C:\Users\huigenb\Desktop\Git\ghnb\src\app\src\main\AndroidManifest.xml:28:5-67 28-->C:\Users\huigenb\Desktop\Git\ghnb\src\app\src\main\AndroidManifest.xml:27:5-67
28-->C:\Users\huigenb\Desktop\Git\ghnb\src\app\src\main\AndroidManifest.xml:28:22-64 28-->C:\Users\huigenb\Desktop\Git\ghnb\src\app\src\main\AndroidManifest.xml:27:22-64
29 <uses-permission android:name="android.permission.READ_CONTACTS" /> 29 <uses-permission android:name="android.permission.READ_CONTACTS" />
29-->C:\Users\huigenb\Desktop\Git\ghnb\src\app\src\main\AndroidManifest.xml:29:5-72 29-->C:\Users\huigenb\Desktop\Git\ghnb\src\app\src\main\AndroidManifest.xml:28:5-72
29-->C:\Users\huigenb\Desktop\Git\ghnb\src\app\src\main\AndroidManifest.xml:29:22-69 29-->C:\Users\huigenb\Desktop\Git\ghnb\src\app\src\main\AndroidManifest.xml:28:22-69
30 <uses-permission android:name="android.permission.MANAGE_ACCOUNTS" /> 30 <uses-permission android:name="android.permission.MANAGE_ACCOUNTS" />
30-->C:\Users\huigenb\Desktop\Git\ghnb\src\app\src\main\AndroidManifest.xml:30:5-74 30-->C:\Users\huigenb\Desktop\Git\ghnb\src\app\src\main\AndroidManifest.xml:29:5-74
30-->C:\Users\huigenb\Desktop\Git\ghnb\src\app\src\main\AndroidManifest.xml:30:22-71 30-->C:\Users\huigenb\Desktop\Git\ghnb\src\app\src\main\AndroidManifest.xml:29:22-71
31 <uses-permission android:name="android.permission.AUTHENTICATE_ACCOUNTS" /> 31 <uses-permission android:name="android.permission.AUTHENTICATE_ACCOUNTS" />
31-->C:\Users\huigenb\Desktop\Git\ghnb\src\app\src\main\AndroidManifest.xml:31:5-80 31-->C:\Users\huigenb\Desktop\Git\ghnb\src\app\src\main\AndroidManifest.xml:30:5-80
31-->C:\Users\huigenb\Desktop\Git\ghnb\src\app\src\main\AndroidManifest.xml:31:22-77 31-->C:\Users\huigenb\Desktop\Git\ghnb\src\app\src\main\AndroidManifest.xml:30:22-77
32 <uses-permission android:name="android.permission.GET_ACCOUNTS" /> 32 <uses-permission android:name="android.permission.GET_ACCOUNTS" />
32-->C:\Users\huigenb\Desktop\Git\ghnb\src\app\src\main\AndroidManifest.xml:32:5-71 32-->C:\Users\huigenb\Desktop\Git\ghnb\src\app\src\main\AndroidManifest.xml:31:5-71
32-->C:\Users\huigenb\Desktop\Git\ghnb\src\app\src\main\AndroidManifest.xml:32:22-68 32-->C:\Users\huigenb\Desktop\Git\ghnb\src\app\src\main\AndroidManifest.xml:31:22-68
33 <uses-permission android:name="android.permission.USE_CREDENTIALS" /> 33 <uses-permission android:name="android.permission.USE_CREDENTIALS" />
33-->C:\Users\huigenb\Desktop\Git\ghnb\src\app\src\main\AndroidManifest.xml:33:5-74 33-->C:\Users\huigenb\Desktop\Git\ghnb\src\app\src\main\AndroidManifest.xml:32:5-74
33-->C:\Users\huigenb\Desktop\Git\ghnb\src\app\src\main\AndroidManifest.xml:33:22-71 33-->C:\Users\huigenb\Desktop\Git\ghnb\src\app\src\main\AndroidManifest.xml:32:22-71
34 <uses-permission android:name="android.permission.RECEIVE_BOOT_COMPLETED" /> 34 <uses-permission android:name="android.permission.RECEIVE_BOOT_COMPLETED" />
34-->C:\Users\huigenb\Desktop\Git\ghnb\src\app\src\main\AndroidManifest.xml:34:5-81 34-->C:\Users\huigenb\Desktop\Git\ghnb\src\app\src\main\AndroidManifest.xml:33:5-81
34-->C:\Users\huigenb\Desktop\Git\ghnb\src\app\src\main\AndroidManifest.xml:34:22-78 34-->C:\Users\huigenb\Desktop\Git\ghnb\src\app\src\main\AndroidManifest.xml:33:22-78
35 35
36 <application 36 <application
36-->C:\Users\huigenb\Desktop\Git\ghnb\src\app\src\main\AndroidManifest.xml:36:5-159:19 36-->C:\Users\huigenb\Desktop\Git\ghnb\src\app\src\main\AndroidManifest.xml:35:5-148:19
37 android:debuggable="true" 37 android:debuggable="true"
38 android:icon="@drawable/icon_app_new" 38 android:icon="@drawable/icon_app"
38-->C:\Users\huigenb\Desktop\Git\ghnb\src\app\src\main\AndroidManifest.xml:37:9-46 38-->C:\Users\huigenb\Desktop\Git\ghnb\src\app\src\main\AndroidManifest.xml:36:9-42
39 android:label="@string/app_name" 39 android:label="@string/app_name" >
39-->C:\Users\huigenb\Desktop\Git\ghnb\src\app\src\main\AndroidManifest.xml:38:9-41 39-->C:\Users\huigenb\Desktop\Git\ghnb\src\app\src\main\AndroidManifest.xml:37:9-41
40 android:testOnly="true" > 40 <activity
41 <activity 40-->C:\Users\huigenb\Desktop\Git\ghnb\src\app\src\main\AndroidManifest.xml:38:9-50:20
41-->C:\Users\huigenb\Desktop\Git\ghnb\src\app\src\main\AndroidManifest.xml:41:9-51:20 41 android:name="net.micode.notes.ui.NotesListActivity"
42 android:name="net.micode.notes.ui.SplashActivity" 41-->C:\Users\huigenb\Desktop\Git\ghnb\src\app\src\main\AndroidManifest.xml:39:13-49
42-->C:\Users\huigenb\Desktop\Git\ghnb\src\app\src\main\AndroidManifest.xml:41:19-52 42 android:configChanges="keyboardHidden|orientation|screenSize"
43 android:configChanges="orientation|keyboardHidden|screenSize" 42-->C:\Users\huigenb\Desktop\Git\ghnb\src\app\src\main\AndroidManifest.xml:40:13-74
43-->C:\Users\huigenb\Desktop\Git\ghnb\src\app\src\main\AndroidManifest.xml:42:13-74 43 android:label="@string/app_name"
44 android:label="@string/title_activity_splash" 43-->C:\Users\huigenb\Desktop\Git\ghnb\src\app\src\main\AndroidManifest.xml:41:13-45
44-->C:\Users\huigenb\Desktop\Git\ghnb\src\app\src\main\AndroidManifest.xml:43:13-58 44 android:launchMode="singleTop"
45 android:theme="@style/Theme.Code.Fullscreen" > 44-->C:\Users\huigenb\Desktop\Git\ghnb\src\app\src\main\AndroidManifest.xml:42:13-43
45-->C:\Users\huigenb\Desktop\Git\ghnb\src\app\src\main\AndroidManifest.xml:45:13-57 45 android:theme="@style/NoteTheme"
46 <intent-filter> 45-->C:\Users\huigenb\Desktop\Git\ghnb\src\app\src\main\AndroidManifest.xml:43:13-45
46-->C:\Users\huigenb\Desktop\Git\ghnb\src\app\src\main\AndroidManifest.xml:47:13-50:29 46 android:windowSoftInputMode="adjustPan" >
47 <action android:name="android.intent.action.MAIN" /> 46-->C:\Users\huigenb\Desktop\Git\ghnb\src\app\src\main\AndroidManifest.xml:44:13-52
47-->C:\Users\huigenb\Desktop\Git\ghnb\src\app\src\main\AndroidManifest.xml:48:17-69 47 <intent-filter>
47-->C:\Users\huigenb\Desktop\Git\ghnb\src\app\src\main\AndroidManifest.xml:48:25-66 47-->C:\Users\huigenb\Desktop\Git\ghnb\src\app\src\main\AndroidManifest.xml:46:13-49:29
48 48 <action android:name="android.intent.action.MAIN" />
49 <category android:name="android.intent.category.LAUNCHER" /> 48-->C:\Users\huigenb\Desktop\Git\ghnb\src\app\src\main\AndroidManifest.xml:47:17-69
49-->C:\Users\huigenb\Desktop\Git\ghnb\src\app\src\main\AndroidManifest.xml:49:17-77 48-->C:\Users\huigenb\Desktop\Git\ghnb\src\app\src\main\AndroidManifest.xml:47:25-66
49-->C:\Users\huigenb\Desktop\Git\ghnb\src\app\src\main\AndroidManifest.xml:49:27-74 49
50 </intent-filter> 50 <category android:name="android.intent.category.LAUNCHER" />
51 </activity> 50-->C:\Users\huigenb\Desktop\Git\ghnb\src\app\src\main\AndroidManifest.xml:48:17-77
52 <activity 50-->C:\Users\huigenb\Desktop\Git\ghnb\src\app\src\main\AndroidManifest.xml:48:27-74
52-->C:\Users\huigenb\Desktop\Git\ghnb\src\app\src\main\AndroidManifest.xml:53:9-61:20 51 </intent-filter>
53 android:name="net.micode.notes.ui.NotesListActivity" 52 </activity>
53-->C:\Users\huigenb\Desktop\Git\ghnb\src\app\src\main\AndroidManifest.xml:54:13-49 53 <activity
54 android:configChanges="keyboardHidden|orientation|screenSize" 53-->C:\Users\huigenb\Desktop\Git\ghnb\src\app\src\main\AndroidManifest.xml:52:9-80:20
54-->C:\Users\huigenb\Desktop\Git\ghnb\src\app\src\main\AndroidManifest.xml:55:13-74 54 android:name="net.micode.notes.ui.NoteEditActivity"
55 android:label="@string/app_name" 54-->C:\Users\huigenb\Desktop\Git\ghnb\src\app\src\main\AndroidManifest.xml:53:13-48
55-->C:\Users\huigenb\Desktop\Git\ghnb\src\app\src\main\AndroidManifest.xml:56:13-45 55 android:configChanges="keyboardHidden|orientation|screenSize"
55-->C:\Users\huigenb\Desktop\Git\ghnb\src\app\src\main\AndroidManifest.xml:54:13-74
56 android:launchMode="singleTop" 56 android:launchMode="singleTop"
56-->C:\Users\huigenb\Desktop\Git\ghnb\src\app\src\main\AndroidManifest.xml:57:13-43 56-->C:\Users\huigenb\Desktop\Git\ghnb\src\app\src\main\AndroidManifest.xml:55:13-43
57 android:theme="@style/NoteTheme" 57 android:theme="@style/NoteTheme" >
57-->C:\Users\huigenb\Desktop\Git\ghnb\src\app\src\main\AndroidManifest.xml:58:13-45 57-->C:\Users\huigenb\Desktop\Git\ghnb\src\app\src\main\AndroidManifest.xml:56:13-45
58 android:uiOptions="splitActionBarWhenNarrow" 58 <intent-filter>
58-->C:\Users\huigenb\Desktop\Git\ghnb\src\app\src\main\AndroidManifest.xml:59:13-57 58-->C:\Users\huigenb\Desktop\Git\ghnb\src\app\src\main\AndroidManifest.xml:58:13-63:29
59 android:windowSoftInputMode="adjustPan" > 59 <action android:name="android.intent.action.VIEW" />
59-->C:\Users\huigenb\Desktop\Git\ghnb\src\app\src\main\AndroidManifest.xml:60:13-52 59-->C:\Users\huigenb\Desktop\Git\ghnb\src\app\src\main\AndroidManifest.xml:59:17-69
60 </activity> 59-->C:\Users\huigenb\Desktop\Git\ghnb\src\app\src\main\AndroidManifest.xml:59:25-66
61 <activity 60
61-->C:\Users\huigenb\Desktop\Git\ghnb\src\app\src\main\AndroidManifest.xml:64:9-95:20 61 <category android:name="android.intent.category.DEFAULT" />
62 android:name="net.micode.notes.ui.NoteEditActivity" 61-->C:\Users\huigenb\Desktop\Git\ghnb\src\app\src\main\AndroidManifest.xml:60:17-76
62-->C:\Users\huigenb\Desktop\Git\ghnb\src\app\src\main\AndroidManifest.xml:65:13-48 61-->C:\Users\huigenb\Desktop\Git\ghnb\src\app\src\main\AndroidManifest.xml:60:27-73
63 android:configChanges="keyboardHidden|orientation|screenSize" 62
63-->C:\Users\huigenb\Desktop\Git\ghnb\src\app\src\main\AndroidManifest.xml:66:13-74 63 <data android:mimeType="vnd.android.cursor.item/text_note" />
64 android:launchMode="singleTop" 63-->C:\Users\huigenb\Desktop\Git\ghnb\src\app\src\main\AndroidManifest.xml:61:17-78
64-->C:\Users\huigenb\Desktop\Git\ghnb\src\app\src\main\AndroidManifest.xml:67:13-43 63-->C:\Users\huigenb\Desktop\Git\ghnb\src\app\src\main\AndroidManifest.xml:61:23-75
65 android:theme="@style/NoteTheme" > 64 <data android:mimeType="vnd.android.cursor.item/call_note" />
65-->C:\Users\huigenb\Desktop\Git\ghnb\src\app\src\main\AndroidManifest.xml:68:13-45 64-->C:\Users\huigenb\Desktop\Git\ghnb\src\app\src\main\AndroidManifest.xml:61:17-78
66 <intent-filter android:scheme="http" > 64-->C:\Users\huigenb\Desktop\Git\ghnb\src\app\src\main\AndroidManifest.xml:61:23-75
66-->C:\Users\huigenb\Desktop\Git\ghnb\src\app\src\main\AndroidManifest.xml:70:13-77:29 65 </intent-filter>
66-->C:\Users\huigenb\Desktop\Git\ghnb\src\app\src\main\AndroidManifest.xml:70:28-49 66 <intent-filter>
67 <action android:name="android.intent.action.VIEW" /> 66-->C:\Users\huigenb\Desktop\Git\ghnb\src\app\src\main\AndroidManifest.xml:65:13-70:29
67-->C:\Users\huigenb\Desktop\Git\ghnb\src\app\src\main\AndroidManifest.xml:72:17-69 67 <action android:name="android.intent.action.INSERT_OR_EDIT" />
67-->C:\Users\huigenb\Desktop\Git\ghnb\src\app\src\main\AndroidManifest.xml:72:25-66 67-->C:\Users\huigenb\Desktop\Git\ghnb\src\app\src\main\AndroidManifest.xml:66:17-79
67-->C:\Users\huigenb\Desktop\Git\ghnb\src\app\src\main\AndroidManifest.xml:66:25-76
68 68
69 <category android:name="android.intent.category.DEFAULT" /> 69 <category android:name="android.intent.category.DEFAULT" />
69-->C:\Users\huigenb\Desktop\Git\ghnb\src\app\src\main\AndroidManifest.xml:73:17-76 69-->C:\Users\huigenb\Desktop\Git\ghnb\src\app\src\main\AndroidManifest.xml:60:17-76
69-->C:\Users\huigenb\Desktop\Git\ghnb\src\app\src\main\AndroidManifest.xml:73:27-73 69-->C:\Users\huigenb\Desktop\Git\ghnb\src\app\src\main\AndroidManifest.xml:60:27-73
70 70
71 <data android:mimeType="vnd.android.cursor.item/text_note" /> 71 <data android:mimeType="vnd.android.cursor.item/text_note" />
71-->C:\Users\huigenb\Desktop\Git\ghnb\src\app\src\main\AndroidManifest.xml:75:17-78 71-->C:\Users\huigenb\Desktop\Git\ghnb\src\app\src\main\AndroidManifest.xml:61:17-78
71-->C:\Users\huigenb\Desktop\Git\ghnb\src\app\src\main\AndroidManifest.xml:75:23-75 71-->C:\Users\huigenb\Desktop\Git\ghnb\src\app\src\main\AndroidManifest.xml:61:23-75
72 <data android:mimeType="vnd.android.cursor.item/call_note" /> 72 <data android:mimeType="vnd.android.cursor.item/call_note" />
72-->C:\Users\huigenb\Desktop\Git\ghnb\src\app\src\main\AndroidManifest.xml:75:17-78 72-->C:\Users\huigenb\Desktop\Git\ghnb\src\app\src\main\AndroidManifest.xml:61:17-78
72-->C:\Users\huigenb\Desktop\Git\ghnb\src\app\src\main\AndroidManifest.xml:75:23-75 72-->C:\Users\huigenb\Desktop\Git\ghnb\src\app\src\main\AndroidManifest.xml:61:23-75
73 </intent-filter> 73 </intent-filter>
74 <intent-filter> 74 <intent-filter>
74-->C:\Users\huigenb\Desktop\Git\ghnb\src\app\src\main\AndroidManifest.xml:79:13-85:29 74-->C:\Users\huigenb\Desktop\Git\ghnb\src\app\src\main\AndroidManifest.xml:72:13-75:29
75 <action android:name="android.intent.action.INSERT_OR_EDIT" /> 75 <action android:name="android.intent.action.SEARCH" />
75-->C:\Users\huigenb\Desktop\Git\ghnb\src\app\src\main\AndroidManifest.xml:80:17-79 75-->C:\Users\huigenb\Desktop\Git\ghnb\src\app\src\main\AndroidManifest.xml:73:17-71
75-->C:\Users\huigenb\Desktop\Git\ghnb\src\app\src\main\AndroidManifest.xml:80:25-76 75-->C:\Users\huigenb\Desktop\Git\ghnb\src\app\src\main\AndroidManifest.xml:73:25-68
76 76
77 <category android:name="android.intent.category.DEFAULT" /> 77 <category android:name="android.intent.category.DEFAULT" />
77-->C:\Users\huigenb\Desktop\Git\ghnb\src\app\src\main\AndroidManifest.xml:73:17-76 77-->C:\Users\huigenb\Desktop\Git\ghnb\src\app\src\main\AndroidManifest.xml:60:17-76
77-->C:\Users\huigenb\Desktop\Git\ghnb\src\app\src\main\AndroidManifest.xml:73:27-73 77-->C:\Users\huigenb\Desktop\Git\ghnb\src\app\src\main\AndroidManifest.xml:60:27-73
78 78 </intent-filter>
79 <data android:mimeType="vnd.android.cursor.item/text_note" /> 79
79-->C:\Users\huigenb\Desktop\Git\ghnb\src\app\src\main\AndroidManifest.xml:75:17-78 80 <meta-data
79-->C:\Users\huigenb\Desktop\Git\ghnb\src\app\src\main\AndroidManifest.xml:75:23-75 80-->C:\Users\huigenb\Desktop\Git\ghnb\src\app\src\main\AndroidManifest.xml:77:13-79:54
80 <data android:mimeType="vnd.android.cursor.item/call_note" /> 81 android:name="android.app.searchable"
80-->C:\Users\huigenb\Desktop\Git\ghnb\src\app\src\main\AndroidManifest.xml:75:17-78 81-->C:\Users\huigenb\Desktop\Git\ghnb\src\app\src\main\AndroidManifest.xml:78:17-54
80-->C:\Users\huigenb\Desktop\Git\ghnb\src\app\src\main\AndroidManifest.xml:75:23-75 82 android:resource="@xml/searchable" />
81 </intent-filter> 82-->C:\Users\huigenb\Desktop\Git\ghnb\src\app\src\main\AndroidManifest.xml:79:17-51
82 <intent-filter> 83 </activity>
82-->C:\Users\huigenb\Desktop\Git\ghnb\src\app\src\main\AndroidManifest.xml:87:13-90:29
83 <action android:name="android.intent.action.SEARCH" />
83-->C:\Users\huigenb\Desktop\Git\ghnb\src\app\src\main\AndroidManifest.xml:88:17-71
83-->C:\Users\huigenb\Desktop\Git\ghnb\src\app\src\main\AndroidManifest.xml:88:25-68
84 84
85 <category android:name="android.intent.category.DEFAULT" /> 85 <provider
85-->C:\Users\huigenb\Desktop\Git\ghnb\src\app\src\main\AndroidManifest.xml:73:17-76 85-->C:\Users\huigenb\Desktop\Git\ghnb\src\app\src\main\AndroidManifest.xml:82:9-85:43
85-->C:\Users\huigenb\Desktop\Git\ghnb\src\app\src\main\AndroidManifest.xml:73:27-73 86 android:name="net.micode.notes.data.NotesProvider"
86 </intent-filter> 86-->C:\Users\huigenb\Desktop\Git\ghnb\src\app\src\main\AndroidManifest.xml:83:13-63
87 87 android:authorities="micode_notes"
88 <meta-data 87-->C:\Users\huigenb\Desktop\Git\ghnb\src\app\src\main\AndroidManifest.xml:84:13-47
88-->C:\Users\huigenb\Desktop\Git\ghnb\src\app\src\main\AndroidManifest.xml:92:13-94:54 88 android:multiprocess="true" />
89 android:name="android.app.searchable" 88-->C:\Users\huigenb\Desktop\Git\ghnb\src\app\src\main\AndroidManifest.xml:85:13-40
89-->C:\Users\huigenb\Desktop\Git\ghnb\src\app\src\main\AndroidManifest.xml:93:17-54 89
90 android:resource="@xml/searchable" /> 90 <receiver
90-->C:\Users\huigenb\Desktop\Git\ghnb\src\app\src\main\AndroidManifest.xml:94:17-51 90-->C:\Users\huigenb\Desktop\Git\ghnb\src\app\src\main\AndroidManifest.xml:87:9-99:20
91 </activity> 91 android:name="net.micode.notes.widget.NoteWidgetProvider_2x"
92 91-->C:\Users\huigenb\Desktop\Git\ghnb\src\app\src\main\AndroidManifest.xml:88:13-57
93 <provider 92 android:label="@string/app_widget2x2" >
93-->C:\Users\huigenb\Desktop\Git\ghnb\src\app\src\main\AndroidManifest.xml:97:9-100:43 92-->C:\Users\huigenb\Desktop\Git\ghnb\src\app\src\main\AndroidManifest.xml:89:13-50
94 android:name="net.micode.notes.data.NotesProvider" 93 <intent-filter>
94-->C:\Users\huigenb\Desktop\Git\ghnb\src\app\src\main\AndroidManifest.xml:98:13-63 93-->C:\Users\huigenb\Desktop\Git\ghnb\src\app\src\main\AndroidManifest.xml:90:13-94:29
95 android:authorities="micode_notes" 94 <action android:name="android.appwidget.action.APPWIDGET_UPDATE" />
95-->C:\Users\huigenb\Desktop\Git\ghnb\src\app\src\main\AndroidManifest.xml:99:13-47 94-->C:\Users\huigenb\Desktop\Git\ghnb\src\app\src\main\AndroidManifest.xml:91:17-84
96 android:multiprocess="true" /> 94-->C:\Users\huigenb\Desktop\Git\ghnb\src\app\src\main\AndroidManifest.xml:91:25-81
96-->C:\Users\huigenb\Desktop\Git\ghnb\src\app\src\main\AndroidManifest.xml:100:13-40 95 <action android:name="android.appwidget.action.APPWIDGET_DELETED" />
97 95-->C:\Users\huigenb\Desktop\Git\ghnb\src\app\src\main\AndroidManifest.xml:92:17-85
98 <receiver 95-->C:\Users\huigenb\Desktop\Git\ghnb\src\app\src\main\AndroidManifest.xml:92:25-82
98-->C:\Users\huigenb\Desktop\Git\ghnb\src\app\src\main\AndroidManifest.xml:102:9-114:20 96 <action android:name="android.intent.action.PRIVACY_MODE_CHANGED" />
99 android:name="net.micode.notes.widget.NoteWidgetProvider_2x" 96-->C:\Users\huigenb\Desktop\Git\ghnb\src\app\src\main\AndroidManifest.xml:93:17-85
99-->C:\Users\huigenb\Desktop\Git\ghnb\src\app\src\main\AndroidManifest.xml:103:13-57 96-->C:\Users\huigenb\Desktop\Git\ghnb\src\app\src\main\AndroidManifest.xml:93:25-82
100 android:label="@string/app_widget2x2" > 97 </intent-filter>
100-->C:\Users\huigenb\Desktop\Git\ghnb\src\app\src\main\AndroidManifest.xml:104:13-50 98
101 <intent-filter> 99 <meta-data
101-->C:\Users\huigenb\Desktop\Git\ghnb\src\app\src\main\AndroidManifest.xml:105:13-109:29 99-->C:\Users\huigenb\Desktop\Git\ghnb\src\app\src\main\AndroidManifest.xml:96:13-98:58
102 <action android:name="android.appwidget.action.APPWIDGET_UPDATE" /> 100 android:name="android.appwidget.provider"
102-->C:\Users\huigenb\Desktop\Git\ghnb\src\app\src\main\AndroidManifest.xml:106:17-84 100-->C:\Users\huigenb\Desktop\Git\ghnb\src\app\src\main\AndroidManifest.xml:97:17-58
102-->C:\Users\huigenb\Desktop\Git\ghnb\src\app\src\main\AndroidManifest.xml:106:25-81 101 android:resource="@xml/widget_2x_info" />
103 <action android:name="android.appwidget.action.APPWIDGET_DELETED" /> 101-->C:\Users\huigenb\Desktop\Git\ghnb\src\app\src\main\AndroidManifest.xml:98:17-55
103-->C:\Users\huigenb\Desktop\Git\ghnb\src\app\src\main\AndroidManifest.xml:107:17-85 102 </receiver>
103-->C:\Users\huigenb\Desktop\Git\ghnb\src\app\src\main\AndroidManifest.xml:107:25-82 103 <receiver
104 <action android:name="android.intent.action.PRIVACY_MODE_CHANGED" /> 103-->C:\Users\huigenb\Desktop\Git\ghnb\src\app\src\main\AndroidManifest.xml:100:9-113:20
104-->C:\Users\huigenb\Desktop\Git\ghnb\src\app\src\main\AndroidManifest.xml:108:17-85 104 android:name="net.micode.notes.widget.NoteWidgetProvider_4x"
104-->C:\Users\huigenb\Desktop\Git\ghnb\src\app\src\main\AndroidManifest.xml:108:25-82 104-->C:\Users\huigenb\Desktop\Git\ghnb\src\app\src\main\AndroidManifest.xml:101:13-57
105 </intent-filter> 105 android:label="@string/app_widget4x4" >
106 105-->C:\Users\huigenb\Desktop\Git\ghnb\src\app\src\main\AndroidManifest.xml:102:13-50
107 <meta-data 106 <intent-filter>
107-->C:\Users\huigenb\Desktop\Git\ghnb\src\app\src\main\AndroidManifest.xml:111:13-113:58 106-->C:\Users\huigenb\Desktop\Git\ghnb\src\app\src\main\AndroidManifest.xml:90:13-94:29
108 android:name="android.appwidget.provider" 107 <action android:name="android.appwidget.action.APPWIDGET_UPDATE" />
108-->C:\Users\huigenb\Desktop\Git\ghnb\src\app\src\main\AndroidManifest.xml:112:17-58 107-->C:\Users\huigenb\Desktop\Git\ghnb\src\app\src\main\AndroidManifest.xml:91:17-84
109 android:resource="@xml/widget_2x_info" /> 107-->C:\Users\huigenb\Desktop\Git\ghnb\src\app\src\main\AndroidManifest.xml:91:25-81
109-->C:\Users\huigenb\Desktop\Git\ghnb\src\app\src\main\AndroidManifest.xml:113:17-55 108 <action android:name="android.appwidget.action.APPWIDGET_DELETED" />
110 </receiver> 108-->C:\Users\huigenb\Desktop\Git\ghnb\src\app\src\main\AndroidManifest.xml:92:17-85
111 <receiver 108-->C:\Users\huigenb\Desktop\Git\ghnb\src\app\src\main\AndroidManifest.xml:92:25-82
111-->C:\Users\huigenb\Desktop\Git\ghnb\src\app\src\main\AndroidManifest.xml:115:9-128:20 109 <action android:name="android.intent.action.PRIVACY_MODE_CHANGED" />
112 android:name="net.micode.notes.widget.NoteWidgetProvider_4x" 109-->C:\Users\huigenb\Desktop\Git\ghnb\src\app\src\main\AndroidManifest.xml:93:17-85
112-->C:\Users\huigenb\Desktop\Git\ghnb\src\app\src\main\AndroidManifest.xml:116:13-57 109-->C:\Users\huigenb\Desktop\Git\ghnb\src\app\src\main\AndroidManifest.xml:93:25-82
113 android:label="@string/app_widget4x4" > 110 </intent-filter>
113-->C:\Users\huigenb\Desktop\Git\ghnb\src\app\src\main\AndroidManifest.xml:117:13-50 111
114 <intent-filter> 112 <meta-data
114-->C:\Users\huigenb\Desktop\Git\ghnb\src\app\src\main\AndroidManifest.xml:105:13-109:29 112-->C:\Users\huigenb\Desktop\Git\ghnb\src\app\src\main\AndroidManifest.xml:96:13-98:58
115 <action android:name="android.appwidget.action.APPWIDGET_UPDATE" /> 113 android:name="android.appwidget.provider"
115-->C:\Users\huigenb\Desktop\Git\ghnb\src\app\src\main\AndroidManifest.xml:106:17-84 113-->C:\Users\huigenb\Desktop\Git\ghnb\src\app\src\main\AndroidManifest.xml:97:17-58
115-->C:\Users\huigenb\Desktop\Git\ghnb\src\app\src\main\AndroidManifest.xml:106:25-81 114 android:resource="@xml/widget_4x_info" />
116 <action android:name="android.appwidget.action.APPWIDGET_DELETED" /> 114-->C:\Users\huigenb\Desktop\Git\ghnb\src\app\src\main\AndroidManifest.xml:98:17-55
116-->C:\Users\huigenb\Desktop\Git\ghnb\src\app\src\main\AndroidManifest.xml:107:17-85 115 </receiver>
116-->C:\Users\huigenb\Desktop\Git\ghnb\src\app\src\main\AndroidManifest.xml:107:25-82 116 <receiver android:name="net.micode.notes.ui.AlarmInitReceiver" >
117 <action android:name="android.intent.action.PRIVACY_MODE_CHANGED" /> 116-->C:\Users\huigenb\Desktop\Git\ghnb\src\app\src\main\AndroidManifest.xml:115:9-119:20
117-->C:\Users\huigenb\Desktop\Git\ghnb\src\app\src\main\AndroidManifest.xml:108:17-85 116-->C:\Users\huigenb\Desktop\Git\ghnb\src\app\src\main\AndroidManifest.xml:115:19-55
117-->C:\Users\huigenb\Desktop\Git\ghnb\src\app\src\main\AndroidManifest.xml:108:25-82 117 <intent-filter>
118 </intent-filter> 117-->C:\Users\huigenb\Desktop\Git\ghnb\src\app\src\main\AndroidManifest.xml:116:13-118:29
119 118 <action android:name="android.intent.action.BOOT_COMPLETED" />
120 <meta-data 118-->C:\Users\huigenb\Desktop\Git\ghnb\src\app\src\main\AndroidManifest.xml:117:17-79
120-->C:\Users\huigenb\Desktop\Git\ghnb\src\app\src\main\AndroidManifest.xml:111:13-113:58 118-->C:\Users\huigenb\Desktop\Git\ghnb\src\app\src\main\AndroidManifest.xml:117:25-76
121 android:name="android.appwidget.provider" 119 </intent-filter>
121-->C:\Users\huigenb\Desktop\Git\ghnb\src\app\src\main\AndroidManifest.xml:112:17-58 120 </receiver>
122 android:resource="@xml/widget_4x_info" /> 121 <receiver
122-->C:\Users\huigenb\Desktop\Git\ghnb\src\app\src\main\AndroidManifest.xml:113:17-55 121-->C:\Users\huigenb\Desktop\Git\ghnb\src\app\src\main\AndroidManifest.xml:121:9-124:20
123 </receiver> 122 android:name="net.micode.notes.ui.AlarmReceiver"
124 <receiver android:name="net.micode.notes.ui.AlarmInitReceiver" > 122-->C:\Users\huigenb\Desktop\Git\ghnb\src\app\src\main\AndroidManifest.xml:122:13-61
124-->C:\Users\huigenb\Desktop\Git\ghnb\src\app\src\main\AndroidManifest.xml:130:9-134:20 123 android:process=":remote" >
124-->C:\Users\huigenb\Desktop\Git\ghnb\src\app\src\main\AndroidManifest.xml:130:19-55 123-->C:\Users\huigenb\Desktop\Git\ghnb\src\app\src\main\AndroidManifest.xml:123:13-38
125 <intent-filter> 124 </receiver>
125-->C:\Users\huigenb\Desktop\Git\ghnb\src\app\src\main\AndroidManifest.xml:131:13-133:29 125
126 <action android:name="android.intent.action.BOOT_COMPLETED" /> 126 <activity
126-->C:\Users\huigenb\Desktop\Git\ghnb\src\app\src\main\AndroidManifest.xml:132:17-79 126-->C:\Users\huigenb\Desktop\Git\ghnb\src\app\src\main\AndroidManifest.xml:126:9-131:20
126-->C:\Users\huigenb\Desktop\Git\ghnb\src\app\src\main\AndroidManifest.xml:132:25-76 127 android:name="net.micode.notes.ui.AlarmAlertActivity"
127 </intent-filter> 127-->C:\Users\huigenb\Desktop\Git\ghnb\src\app\src\main\AndroidManifest.xml:127:13-50
128 </receiver> 128 android:label="@string/app_name"
129 <receiver 128-->C:\Users\huigenb\Desktop\Git\ghnb\src\app\src\main\AndroidManifest.xml:128:13-45
129-->C:\Users\huigenb\Desktop\Git\ghnb\src\app\src\main\AndroidManifest.xml:136:9-138:50 129 android:launchMode="singleInstance"
130 android:name="net.micode.notes.ui.AlarmReceiver" 129-->C:\Users\huigenb\Desktop\Git\ghnb\src\app\src\main\AndroidManifest.xml:129:13-48
130-->C:\Users\huigenb\Desktop\Git\ghnb\src\app\src\main\AndroidManifest.xml:137:13-61 130 android:theme="@android:style/Theme.Holo.Wallpaper.NoTitleBar" >
131 android:process=":remote" /> 130-->C:\Users\huigenb\Desktop\Git\ghnb\src\app\src\main\AndroidManifest.xml:130:13-75
131-->C:\Users\huigenb\Desktop\Git\ghnb\src\app\src\main\AndroidManifest.xml:138:13-38 131 </activity>
132 132 <activity
133 <activity 132-->C:\Users\huigenb\Desktop\Git\ghnb\src\app\src\main\AndroidManifest.xml:133:9-138:20
133-->C:\Users\huigenb\Desktop\Git\ghnb\src\app\src\main\AndroidManifest.xml:140:9-144:87 133 android:name="net.micode.notes.ui.NotesPreferenceActivity"
134 android:name="net.micode.notes.ui.AlarmAlertActivity" 133-->C:\Users\huigenb\Desktop\Git\ghnb\src\app\src\main\AndroidManifest.xml:134:13-71
134-->C:\Users\huigenb\Desktop\Git\ghnb\src\app\src\main\AndroidManifest.xml:141:13-50 134 android:label="@string/preferences_title"
135 android:label="@string/app_name" 134-->C:\Users\huigenb\Desktop\Git\ghnb\src\app\src\main\AndroidManifest.xml:135:13-54
135-->C:\Users\huigenb\Desktop\Git\ghnb\src\app\src\main\AndroidManifest.xml:142:13-45 135 android:launchMode="singleTop"
136 android:launchMode="singleInstance" 135-->C:\Users\huigenb\Desktop\Git\ghnb\src\app\src\main\AndroidManifest.xml:136:13-43
136-->C:\Users\huigenb\Desktop\Git\ghnb\src\app\src\main\AndroidManifest.xml:143:13-48 136 android:theme="@android:style/Theme.Holo.Light" >
137 android:theme="@android:style/Theme.Holo.Wallpaper.NoTitleBar" /> 136-->C:\Users\huigenb\Desktop\Git\ghnb\src\app\src\main\AndroidManifest.xml:137:13-60
137-->C:\Users\huigenb\Desktop\Git\ghnb\src\app\src\main\AndroidManifest.xml:144:13-75 137 </activity>
138 <activity 138
138-->C:\Users\huigenb\Desktop\Git\ghnb\src\app\src\main\AndroidManifest.xml:146:9-150:72 139 <service
139 android:name="net.micode.notes.ui.NotesPreferenceActivity" 139-->C:\Users\huigenb\Desktop\Git\ghnb\src\app\src\main\AndroidManifest.xml:140:9-143:19
139-->C:\Users\huigenb\Desktop\Git\ghnb\src\app\src\main\AndroidManifest.xml:147:13-71 140 android:name="net.micode.notes.gtask.remote.GTaskSyncService"
140 android:label="@string/preferences_title" 140-->C:\Users\huigenb\Desktop\Git\ghnb\src\app\src\main\AndroidManifest.xml:141:13-74
140-->C:\Users\huigenb\Desktop\Git\ghnb\src\app\src\main\AndroidManifest.xml:148:13-54 141 android:exported="false" >
141 android:launchMode="singleTop" 141-->C:\Users\huigenb\Desktop\Git\ghnb\src\app\src\main\AndroidManifest.xml:142:13-37
141-->C:\Users\huigenb\Desktop\Git\ghnb\src\app\src\main\AndroidManifest.xml:149:13-43 142 </service>
142 android:theme="@android:style/Theme.Holo.Light" />
142-->C:\Users\huigenb\Desktop\Git\ghnb\src\app\src\main\AndroidManifest.xml:150:13-60
143 143
144 <service 144 <meta-data
144-->C:\Users\huigenb\Desktop\Git\ghnb\src\app\src\main\AndroidManifest.xml:152:9-154:48 144-->C:\Users\huigenb\Desktop\Git\ghnb\src\app\src\main\AndroidManifest.xml:145:9-147:52
145 android:name="net.micode.notes.gtask.remote.GTaskSyncService" 145 android:name="android.app.default_searchable"
145-->C:\Users\huigenb\Desktop\Git\ghnb\src\app\src\main\AndroidManifest.xml:153:13-74 145-->C:\Users\huigenb\Desktop\Git\ghnb\src\app\src\main\AndroidManifest.xml:146:13-58
146 android:exported="false" /> 146 android:value=".ui.NoteEditActivity" />
146-->C:\Users\huigenb\Desktop\Git\ghnb\src\app\src\main\AndroidManifest.xml:154:13-37 146-->C:\Users\huigenb\Desktop\Git\ghnb\src\app\src\main\AndroidManifest.xml:147:13-49
147 147 </application>
148 <meta-data 148
148-->C:\Users\huigenb\Desktop\Git\ghnb\src\app\src\main\AndroidManifest.xml:156:9-158:52 149</manifest>
149 android:name="android.app.default_searchable"
149-->C:\Users\huigenb\Desktop\Git\ghnb\src\app\src\main\AndroidManifest.xml:157:13-58
150 android:value=".ui.NoteEditActivity" />
150-->C:\Users\huigenb\Desktop\Git\ghnb\src\app\src\main\AndroidManifest.xml:158:13-49
151 </application>
152
153</manifest>

@ -3,30 +3,30 @@
3 package="net.micode.notes.test" > 3 package="net.micode.notes.test" >
4 4
5 <uses-sdk 5 <uses-sdk
5-->C:\Users\huigenb\Desktop\All tasks\software\Code\app\build\intermediates\tmp\manifest\androidTest\debug\tempFile1ProcessTestManifest4526580328007469061.xml:5:5-74 5-->C:\Users\huigenb\Desktop\All tasks\software\Code\app\build\intermediates\tmp\manifest\androidTest\debug\tempFile1ProcessTestManifest15300880854266798536.xml:5:5-73
6 android:minSdkVersion="21" 6 android:minSdkVersion="1"
6-->C:\Users\huigenb\Desktop\All tasks\software\Code\app\build\intermediates\tmp\manifest\androidTest\debug\tempFile1ProcessTestManifest4526580328007469061.xml:5:15-41 6-->C:\Users\huigenb\Desktop\All tasks\software\Code\app\build\intermediates\tmp\manifest\androidTest\debug\tempFile1ProcessTestManifest15300880854266798536.xml:5:15-40
7 android:targetSdkVersion="21" /> 7 android:targetSdkVersion="14" />
7-->C:\Users\huigenb\Desktop\All tasks\software\Code\app\build\intermediates\tmp\manifest\androidTest\debug\tempFile1ProcessTestManifest4526580328007469061.xml:5:42-71 7-->C:\Users\huigenb\Desktop\All tasks\software\Code\app\build\intermediates\tmp\manifest\androidTest\debug\tempFile1ProcessTestManifest15300880854266798536.xml:5:41-70
8 8
9 <instrumentation 9 <instrumentation
9-->C:\Users\huigenb\Desktop\All tasks\software\Code\app\build\intermediates\tmp\manifest\androidTest\debug\tempFile1ProcessTestManifest4526580328007469061.xml:11:5-15:66 9-->C:\Users\huigenb\Desktop\All tasks\software\Code\app\build\intermediates\tmp\manifest\androidTest\debug\tempFile1ProcessTestManifest15300880854266798536.xml:11:5-15:66
10 android:name="android.test.InstrumentationTestRunner" 10 android:name="android.test.InstrumentationTestRunner"
10-->C:\Users\huigenb\Desktop\All tasks\software\Code\app\build\intermediates\tmp\manifest\androidTest\debug\tempFile1ProcessTestManifest4526580328007469061.xml:11:22-75 10-->C:\Users\huigenb\Desktop\All tasks\software\Code\app\build\intermediates\tmp\manifest\androidTest\debug\tempFile1ProcessTestManifest15300880854266798536.xml:11:22-75
11 android:functionalTest="false" 11 android:functionalTest="false"
11-->C:\Users\huigenb\Desktop\All tasks\software\Code\app\build\intermediates\tmp\manifest\androidTest\debug\tempFile1ProcessTestManifest4526580328007469061.xml:14:22-52 11-->C:\Users\huigenb\Desktop\All tasks\software\Code\app\build\intermediates\tmp\manifest\androidTest\debug\tempFile1ProcessTestManifest15300880854266798536.xml:14:22-52
12 android:handleProfiling="false" 12 android:handleProfiling="false"
12-->C:\Users\huigenb\Desktop\All tasks\software\Code\app\build\intermediates\tmp\manifest\androidTest\debug\tempFile1ProcessTestManifest4526580328007469061.xml:13:22-53 12-->C:\Users\huigenb\Desktop\All tasks\software\Code\app\build\intermediates\tmp\manifest\androidTest\debug\tempFile1ProcessTestManifest15300880854266798536.xml:13:22-53
13 android:label="Tests for net.micode.notes" 13 android:label="Tests for net.micode.notes"
13-->C:\Users\huigenb\Desktop\All tasks\software\Code\app\build\intermediates\tmp\manifest\androidTest\debug\tempFile1ProcessTestManifest4526580328007469061.xml:15:22-64 13-->C:\Users\huigenb\Desktop\All tasks\software\Code\app\build\intermediates\tmp\manifest\androidTest\debug\tempFile1ProcessTestManifest15300880854266798536.xml:15:22-64
14 android:targetPackage="net.micode.notes" /> 14 android:targetPackage="net.micode.notes" />
14-->C:\Users\huigenb\Desktop\All tasks\software\Code\app\build\intermediates\tmp\manifest\androidTest\debug\tempFile1ProcessTestManifest4526580328007469061.xml:12:22-62 14-->C:\Users\huigenb\Desktop\All tasks\software\Code\app\build\intermediates\tmp\manifest\androidTest\debug\tempFile1ProcessTestManifest15300880854266798536.xml:12:22-62
15 15
16 <application android:debuggable="true" > 16 <application android:debuggable="true" >
16-->C:\Users\huigenb\Desktop\All tasks\software\Code\app\build\intermediates\tmp\manifest\androidTest\debug\tempFile1ProcessTestManifest4526580328007469061.xml:7:5-9:19 16-->C:\Users\huigenb\Desktop\All tasks\software\Code\app\build\intermediates\tmp\manifest\androidTest\debug\tempFile1ProcessTestManifest15300880854266798536.xml:7:5-9:19
17 <uses-library android:name="android.test.runner" /> 17 <uses-library android:name="android.test.runner" />
17-->C:\Users\huigenb\Desktop\All tasks\software\Code\app\build\intermediates\tmp\manifest\androidTest\debug\tempFile1ProcessTestManifest4526580328007469061.xml:8:9-60 17-->C:\Users\huigenb\Desktop\All tasks\software\Code\app\build\intermediates\tmp\manifest\androidTest\debug\tempFile1ProcessTestManifest15300880854266798536.xml:8:9-60
17-->C:\Users\huigenb\Desktop\All tasks\software\Code\app\build\intermediates\tmp\manifest\androidTest\debug\tempFile1ProcessTestManifest4526580328007469061.xml:8:23-57 17-->C:\Users\huigenb\Desktop\All tasks\software\Code\app\build\intermediates\tmp\manifest\androidTest\debug\tempFile1ProcessTestManifest15300880854266798536.xml:8:23-57
18 </application> 18 </application>
19 19
20</manifest> 20</manifest>

@ -20,8 +20,8 @@
android:versionName="0.1" > android:versionName="0.1" >
<uses-sdk <uses-sdk
android:minSdkVersion="21" android:minSdkVersion="1"
android:targetSdkVersion="21" /> android:targetSdkVersion="14" />
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" /> <uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />
<uses-permission android:name="com.android.launcher.permission.INSTALL_SHORTCUT" /> <uses-permission android:name="com.android.launcher.permission.INSTALL_SHORTCUT" />
@ -35,35 +35,27 @@
<application <application
android:debuggable="true" android:debuggable="true"
android:icon="@drawable/icon_app_new" android:icon="@drawable/icon_app"
android:label="@string/app_name" android:label="@string/app_name" >
android:testOnly="true" >
<activity
android:name="net.micode.notes.ui.SplashActivity"
android:configChanges="orientation|keyboardHidden|screenSize"
android:label="@string/title_activity_splash"
android:theme="@style/Theme.Code.Fullscreen" >
<intent-filter>
<action android:name="android.intent.action.MAIN" />
<category android:name="android.intent.category.LAUNCHER" />
</intent-filter>
</activity>
<activity <activity
android:name="net.micode.notes.ui.NotesListActivity" android:name="net.micode.notes.ui.NotesListActivity"
android:configChanges="keyboardHidden|orientation|screenSize" android:configChanges="keyboardHidden|orientation|screenSize"
android:label="@string/app_name" android:label="@string/app_name"
android:launchMode="singleTop" android:launchMode="singleTop"
android:theme="@style/NoteTheme" android:theme="@style/NoteTheme"
android:uiOptions="splitActionBarWhenNarrow"
android:windowSoftInputMode="adjustPan" > android:windowSoftInputMode="adjustPan" >
<intent-filter>
<action android:name="android.intent.action.MAIN" />
<category android:name="android.intent.category.LAUNCHER" />
</intent-filter>
</activity> </activity>
<activity <activity
android:name="net.micode.notes.ui.NoteEditActivity" android:name="net.micode.notes.ui.NoteEditActivity"
android:configChanges="keyboardHidden|orientation|screenSize" android:configChanges="keyboardHidden|orientation|screenSize"
android:launchMode="singleTop" android:launchMode="singleTop"
android:theme="@style/NoteTheme" > android:theme="@style/NoteTheme" >
<intent-filter android:scheme="http" > <intent-filter>
<action android:name="android.intent.action.VIEW" /> <action android:name="android.intent.action.VIEW" />
<category android:name="android.intent.category.DEFAULT" /> <category android:name="android.intent.category.DEFAULT" />
@ -128,22 +120,26 @@
</receiver> </receiver>
<receiver <receiver
android:name="net.micode.notes.ui.AlarmReceiver" android:name="net.micode.notes.ui.AlarmReceiver"
android:process=":remote" /> android:process=":remote" >
</receiver>
<activity <activity
android:name="net.micode.notes.ui.AlarmAlertActivity" android:name="net.micode.notes.ui.AlarmAlertActivity"
android:label="@string/app_name" android:label="@string/app_name"
android:launchMode="singleInstance" android:launchMode="singleInstance"
android:theme="@android:style/Theme.Holo.Wallpaper.NoTitleBar" /> android:theme="@android:style/Theme.Holo.Wallpaper.NoTitleBar" >
</activity>
<activity <activity
android:name="net.micode.notes.ui.NotesPreferenceActivity" android:name="net.micode.notes.ui.NotesPreferenceActivity"
android:label="@string/preferences_title" android:label="@string/preferences_title"
android:launchMode="singleTop" android:launchMode="singleTop"
android:theme="@android:style/Theme.Holo.Light" /> android:theme="@android:style/Theme.Holo.Light" >
</activity>
<service <service
android:name="net.micode.notes.gtask.remote.GTaskSyncService" android:name="net.micode.notes.gtask.remote.GTaskSyncService"
android:exported="false" /> android:exported="false" >
</service>
<meta-data <meta-data
android:name="android.app.default_searchable" android:name="android.app.default_searchable"

@ -20,8 +20,8 @@
android:versionName="0.1" > android:versionName="0.1" >
<uses-sdk <uses-sdk
android:minSdkVersion="21" android:minSdkVersion="1"
android:targetSdkVersion="21" /> android:targetSdkVersion="14" />
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" /> <uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />
<uses-permission android:name="com.android.launcher.permission.INSTALL_SHORTCUT" /> <uses-permission android:name="com.android.launcher.permission.INSTALL_SHORTCUT" />
@ -35,35 +35,27 @@
<application <application
android:debuggable="true" android:debuggable="true"
android:icon="@drawable/icon_app_new" android:icon="@drawable/icon_app"
android:label="@string/app_name" android:label="@string/app_name" >
android:testOnly="true" >
<activity
android:name="net.micode.notes.ui.SplashActivity"
android:configChanges="orientation|keyboardHidden|screenSize"
android:label="@string/title_activity_splash"
android:theme="@style/Theme.Code.Fullscreen" >
<intent-filter>
<action android:name="android.intent.action.MAIN" />
<category android:name="android.intent.category.LAUNCHER" />
</intent-filter>
</activity>
<activity <activity
android:name="net.micode.notes.ui.NotesListActivity" android:name="net.micode.notes.ui.NotesListActivity"
android:configChanges="keyboardHidden|orientation|screenSize" android:configChanges="keyboardHidden|orientation|screenSize"
android:label="@string/app_name" android:label="@string/app_name"
android:launchMode="singleTop" android:launchMode="singleTop"
android:theme="@style/NoteTheme" android:theme="@style/NoteTheme"
android:uiOptions="splitActionBarWhenNarrow"
android:windowSoftInputMode="adjustPan" > android:windowSoftInputMode="adjustPan" >
<intent-filter>
<action android:name="android.intent.action.MAIN" />
<category android:name="android.intent.category.LAUNCHER" />
</intent-filter>
</activity> </activity>
<activity <activity
android:name="net.micode.notes.ui.NoteEditActivity" android:name="net.micode.notes.ui.NoteEditActivity"
android:configChanges="keyboardHidden|orientation|screenSize" android:configChanges="keyboardHidden|orientation|screenSize"
android:launchMode="singleTop" android:launchMode="singleTop"
android:theme="@style/NoteTheme" > android:theme="@style/NoteTheme" >
<intent-filter android:scheme="http" > <intent-filter>
<action android:name="android.intent.action.VIEW" /> <action android:name="android.intent.action.VIEW" />
<category android:name="android.intent.category.DEFAULT" /> <category android:name="android.intent.category.DEFAULT" />
@ -128,22 +120,26 @@
</receiver> </receiver>
<receiver <receiver
android:name="net.micode.notes.ui.AlarmReceiver" android:name="net.micode.notes.ui.AlarmReceiver"
android:process=":remote" /> android:process=":remote" >
</receiver>
<activity <activity
android:name="net.micode.notes.ui.AlarmAlertActivity" android:name="net.micode.notes.ui.AlarmAlertActivity"
android:label="@string/app_name" android:label="@string/app_name"
android:launchMode="singleInstance" android:launchMode="singleInstance"
android:theme="@android:style/Theme.Holo.Wallpaper.NoTitleBar" /> android:theme="@android:style/Theme.Holo.Wallpaper.NoTitleBar" >
</activity>
<activity <activity
android:name="net.micode.notes.ui.NotesPreferenceActivity" android:name="net.micode.notes.ui.NotesPreferenceActivity"
android:label="@string/preferences_title" android:label="@string/preferences_title"
android:launchMode="singleTop" android:launchMode="singleTop"
android:theme="@android:style/Theme.Holo.Light" /> android:theme="@android:style/Theme.Holo.Light" >
</activity>
<service <service
android:name="net.micode.notes.gtask.remote.GTaskSyncService" android:name="net.micode.notes.gtask.remote.GTaskSyncService"
android:exported="false" /> android:exported="false" >
</service>
<meta-data <meta-data
android:name="android.app.default_searchable" android:name="android.app.default_searchable"

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

Loading…
Cancel
Save