新功能添加完毕

新增功能:便签隐藏
CHENHELIN_BRANCH
Miyu Kawaii 2 years ago
parent 303157b9b9
commit b4f3363941

Binary file not shown.

@ -1,20 +0,0 @@
{
"version": 3,
"artifactType": {
"type": "APK",
"kind": "Directory"
},
"applicationId": "net.micode.notes",
"variantName": "debug",
"elements": [
{
"type": "SINGLE",
"filters": [],
"attributes": [],
"versionCode": 1,
"versionName": "0.1",
"outputFile": "app-debug.apk"
}
],
"elementType": "File"
}

@ -1,2 +1,2 @@
#- File Locator - #- File Locator -
listingFile=../../apk/debug/output-metadata.json listingFile=../../../outputs/apk/debug/output-metadata.json

@ -1,4 +1,4 @@
#Mon Jun 05 07:28:36 HKT 2023 #Tue Jun 06 19:26:24 HKT 2023
path.4=13/classes.dex path.4=13/classes.dex
path.3=12/classes.dex path.3=12/classes.dex
path.2=11/classes.dex path.2=11/classes.dex

@ -60,215 +60,214 @@
38 android:extractNativeLibs="false" 38 android:extractNativeLibs="false"
39 android:icon="@drawable/icon_app" 39 android:icon="@drawable/icon_app"
39-->D:\MINOTES\app\src\main\AndroidManifest.xml:36:9-42 39-->D:\MINOTES\app\src\main\AndroidManifest.xml:36:9-42
40 android:label="@string/app_name" 40 android:label="@string/app_name" >
40-->D:\MINOTES\app\src\main\AndroidManifest.xml:37:9-41 40-->D:\MINOTES\app\src\main\AndroidManifest.xml:37:9-41
41 android:testOnly="true" > 41 <activity
42 <activity 41-->D:\MINOTES\app\src\main\AndroidManifest.xml:38:9-51:20
42-->D:\MINOTES\app\src\main\AndroidManifest.xml:38:9-51:20 42 android:name="net.micode.notes.ui.NotesListActivity"
43 android:name="net.micode.notes.ui.NotesListActivity" 42-->D:\MINOTES\app\src\main\AndroidManifest.xml:39:13-49
43-->D:\MINOTES\app\src\main\AndroidManifest.xml:39:13-49 43 android:configChanges="keyboardHidden|orientation|screenSize"
44 android:configChanges="keyboardHidden|orientation|screenSize" 43-->D:\MINOTES\app\src\main\AndroidManifest.xml:40:13-74
44-->D:\MINOTES\app\src\main\AndroidManifest.xml:40:13-74 44 android:label="@string/app_name"
45 android:label="@string/app_name" 44-->D:\MINOTES\app\src\main\AndroidManifest.xml:41:13-45
45-->D:\MINOTES\app\src\main\AndroidManifest.xml:41:13-45 45 android:launchMode="singleTop"
46 android:launchMode="singleTop" 45-->D:\MINOTES\app\src\main\AndroidManifest.xml:42:13-43
46-->D:\MINOTES\app\src\main\AndroidManifest.xml:42:13-43 46 android:theme="@style/NoteTheme"
47 android:theme="@style/NoteTheme" 46-->D:\MINOTES\app\src\main\AndroidManifest.xml:43:13-45
47-->D:\MINOTES\app\src\main\AndroidManifest.xml:43:13-45 47 android:uiOptions="splitActionBarWhenNarrow"
48 android:uiOptions="splitActionBarWhenNarrow" 47-->D:\MINOTES\app\src\main\AndroidManifest.xml:44:13-57
48-->D:\MINOTES\app\src\main\AndroidManifest.xml:44:13-57 48 android:windowSoftInputMode="adjustPan" >
49 android:windowSoftInputMode="adjustPan" > 48-->D:\MINOTES\app\src\main\AndroidManifest.xml:45:13-52
49-->D:\MINOTES\app\src\main\AndroidManifest.xml:45:13-52 49 <intent-filter>
50 <intent-filter> 49-->D:\MINOTES\app\src\main\AndroidManifest.xml:47:13-50:29
50-->D:\MINOTES\app\src\main\AndroidManifest.xml:47:13-50:29 50 <action android:name="android.intent.action.MAIN" />
51 <action android:name="android.intent.action.MAIN" /> 50-->D:\MINOTES\app\src\main\AndroidManifest.xml:48:17-69
51-->D:\MINOTES\app\src\main\AndroidManifest.xml:48:17-69 50-->D:\MINOTES\app\src\main\AndroidManifest.xml:48:25-66
51-->D:\MINOTES\app\src\main\AndroidManifest.xml:48:25-66 51
52 52 <category android:name="android.intent.category.LAUNCHER" />
53 <category android:name="android.intent.category.LAUNCHER" /> 52-->D:\MINOTES\app\src\main\AndroidManifest.xml:49:17-77
53-->D:\MINOTES\app\src\main\AndroidManifest.xml:49:17-77 52-->D:\MINOTES\app\src\main\AndroidManifest.xml:49:27-74
53-->D:\MINOTES\app\src\main\AndroidManifest.xml:49:27-74 53 </intent-filter>
54 </intent-filter> 54 </activity>
55 </activity> 55 <activity
56 <activity 55-->D:\MINOTES\app\src\main\AndroidManifest.xml:53:9-81:20
56-->D:\MINOTES\app\src\main\AndroidManifest.xml:53:9-81:20 56 android:name="net.micode.notes.ui.NoteEditActivity"
57 android:name="net.micode.notes.ui.NoteEditActivity" 56-->D:\MINOTES\app\src\main\AndroidManifest.xml:54:13-48
57-->D:\MINOTES\app\src\main\AndroidManifest.xml:54:13-48 57 android:configChanges="keyboardHidden|orientation|screenSize"
58 android:configChanges="keyboardHidden|orientation|screenSize" 57-->D:\MINOTES\app\src\main\AndroidManifest.xml:55:13-74
58-->D:\MINOTES\app\src\main\AndroidManifest.xml:55:13-74 58 android:launchMode="singleTop"
59 android:launchMode="singleTop" 58-->D:\MINOTES\app\src\main\AndroidManifest.xml:56:13-43
59-->D:\MINOTES\app\src\main\AndroidManifest.xml:56:13-43 59 android:theme="@style/NoteTheme" >
60 android:theme="@style/NoteTheme" > 59-->D:\MINOTES\app\src\main\AndroidManifest.xml:57:13-45
60-->D:\MINOTES\app\src\main\AndroidManifest.xml:57:13-45 60 <intent-filter>
61 <intent-filter> 60-->D:\MINOTES\app\src\main\AndroidManifest.xml:59:13-64:29
61-->D:\MINOTES\app\src\main\AndroidManifest.xml:59:13-64:29 61 <action android:name="android.intent.action.VIEW" />
62 <action android:name="android.intent.action.VIEW" /> 61-->D:\MINOTES\app\src\main\AndroidManifest.xml:60:17-69
62-->D:\MINOTES\app\src\main\AndroidManifest.xml:60:17-69 61-->D:\MINOTES\app\src\main\AndroidManifest.xml:60:25-66
62-->D:\MINOTES\app\src\main\AndroidManifest.xml:60:25-66 62
63 63 <category android:name="android.intent.category.DEFAULT" />
64 <category android:name="android.intent.category.DEFAULT" /> 63-->D:\MINOTES\app\src\main\AndroidManifest.xml:61:17-76
64-->D:\MINOTES\app\src\main\AndroidManifest.xml:61:17-76 63-->D:\MINOTES\app\src\main\AndroidManifest.xml:61:27-73
64-->D:\MINOTES\app\src\main\AndroidManifest.xml:61:27-73 64
65 65 <data android:mimeType="vnd.android.cursor.item/text_note" />
66 <data android:mimeType="vnd.android.cursor.item/text_note" /> 65-->D:\MINOTES\app\src\main\AndroidManifest.xml:62:17-78
65-->D:\MINOTES\app\src\main\AndroidManifest.xml:62:23-75
66 <data android:mimeType="vnd.android.cursor.item/call_note" />
66-->D:\MINOTES\app\src\main\AndroidManifest.xml:62:17-78 66-->D:\MINOTES\app\src\main\AndroidManifest.xml:62:17-78
66-->D:\MINOTES\app\src\main\AndroidManifest.xml:62:23-75 66-->D:\MINOTES\app\src\main\AndroidManifest.xml:62:23-75
67 <data android:mimeType="vnd.android.cursor.item/call_note" /> 67 </intent-filter>
67-->D:\MINOTES\app\src\main\AndroidManifest.xml:62:17-78 68 <intent-filter>
67-->D:\MINOTES\app\src\main\AndroidManifest.xml:62:23-75 68-->D:\MINOTES\app\src\main\AndroidManifest.xml:66:13-71:29
68 </intent-filter> 69 <action android:name="android.intent.action.INSERT_OR_EDIT" />
69 <intent-filter> 69-->D:\MINOTES\app\src\main\AndroidManifest.xml:67:17-79
69-->D:\MINOTES\app\src\main\AndroidManifest.xml:66:13-71:29 69-->D:\MINOTES\app\src\main\AndroidManifest.xml:67:25-76
70 <action android:name="android.intent.action.INSERT_OR_EDIT" /> 70
70-->D:\MINOTES\app\src\main\AndroidManifest.xml:67:17-79 71 <category android:name="android.intent.category.DEFAULT" />
70-->D:\MINOTES\app\src\main\AndroidManifest.xml:67:25-76 71-->D:\MINOTES\app\src\main\AndroidManifest.xml:61:17-76
71 71-->D:\MINOTES\app\src\main\AndroidManifest.xml:61:27-73
72 <category android:name="android.intent.category.DEFAULT" /> 72
72-->D:\MINOTES\app\src\main\AndroidManifest.xml:61:17-76 73 <data android:mimeType="vnd.android.cursor.item/text_note" />
72-->D:\MINOTES\app\src\main\AndroidManifest.xml:61:27-73 73-->D:\MINOTES\app\src\main\AndroidManifest.xml:62:17-78
73 73-->D:\MINOTES\app\src\main\AndroidManifest.xml:62:23-75
74 <data android:mimeType="vnd.android.cursor.item/text_note" /> 74 <data android:mimeType="vnd.android.cursor.item/call_note" />
74-->D:\MINOTES\app\src\main\AndroidManifest.xml:62:17-78 74-->D:\MINOTES\app\src\main\AndroidManifest.xml:62:17-78
74-->D:\MINOTES\app\src\main\AndroidManifest.xml:62:23-75 74-->D:\MINOTES\app\src\main\AndroidManifest.xml:62:23-75
75 <data android:mimeType="vnd.android.cursor.item/call_note" /> 75 </intent-filter>
75-->D:\MINOTES\app\src\main\AndroidManifest.xml:62:17-78 76 <intent-filter>
75-->D:\MINOTES\app\src\main\AndroidManifest.xml:62:23-75 76-->D:\MINOTES\app\src\main\AndroidManifest.xml:73:13-76:29
76 </intent-filter> 77 <action android:name="android.intent.action.SEARCH" />
77 <intent-filter> 77-->D:\MINOTES\app\src\main\AndroidManifest.xml:74:17-71
77-->D:\MINOTES\app\src\main\AndroidManifest.xml:73:13-76:29 77-->D:\MINOTES\app\src\main\AndroidManifest.xml:74:25-68
78 <action android:name="android.intent.action.SEARCH" /> 78
78-->D:\MINOTES\app\src\main\AndroidManifest.xml:74:17-71 79 <category android:name="android.intent.category.DEFAULT" />
78-->D:\MINOTES\app\src\main\AndroidManifest.xml:74:25-68 79-->D:\MINOTES\app\src\main\AndroidManifest.xml:61:17-76
79 79-->D:\MINOTES\app\src\main\AndroidManifest.xml:61:27-73
80 <category android:name="android.intent.category.DEFAULT" /> 80 </intent-filter>
80-->D:\MINOTES\app\src\main\AndroidManifest.xml:61:17-76 81
80-->D:\MINOTES\app\src\main\AndroidManifest.xml:61:27-73 82 <meta-data
81 </intent-filter> 82-->D:\MINOTES\app\src\main\AndroidManifest.xml:78:13-80:54
82 83 android:name="android.app.searchable"
83 <meta-data 83-->D:\MINOTES\app\src\main\AndroidManifest.xml:79:17-54
83-->D:\MINOTES\app\src\main\AndroidManifest.xml:78:13-80:54 84 android:resource="@xml/searchable" />
84 android:name="android.app.searchable" 84-->D:\MINOTES\app\src\main\AndroidManifest.xml:80:17-51
84-->D:\MINOTES\app\src\main\AndroidManifest.xml:79:17-54 85 </activity>
85 android:resource="@xml/searchable" /> 86
85-->D:\MINOTES\app\src\main\AndroidManifest.xml:80:17-51 87 <provider
86 </activity> 87-->D:\MINOTES\app\src\main\AndroidManifest.xml:83:9-86:43
87 88 android:name="net.micode.notes.data.NotesProvider"
88 <provider 88-->D:\MINOTES\app\src\main\AndroidManifest.xml:84:13-63
88-->D:\MINOTES\app\src\main\AndroidManifest.xml:83:9-86:43 89 android:authorities="micode_notes"
89 android:name="net.micode.notes.data.NotesProvider" 89-->D:\MINOTES\app\src\main\AndroidManifest.xml:85:13-47
89-->D:\MINOTES\app\src\main\AndroidManifest.xml:84:13-63 90 android:multiprocess="true" />
90 android:authorities="micode_notes" 90-->D:\MINOTES\app\src\main\AndroidManifest.xml:86:13-40
90-->D:\MINOTES\app\src\main\AndroidManifest.xml:85:13-47 91
91 android:multiprocess="true" /> 92 <receiver
91-->D:\MINOTES\app\src\main\AndroidManifest.xml:86:13-40 92-->D:\MINOTES\app\src\main\AndroidManifest.xml:88:9-100:20
92 93 android:name="net.micode.notes.widget.NoteWidgetProvider_2x"
93 <receiver 93-->D:\MINOTES\app\src\main\AndroidManifest.xml:89:13-57
93-->D:\MINOTES\app\src\main\AndroidManifest.xml:88:9-100:20 94 android:label="@string/app_widget2x2" >
94 android:name="net.micode.notes.widget.NoteWidgetProvider_2x" 94-->D:\MINOTES\app\src\main\AndroidManifest.xml:90:13-50
94-->D:\MINOTES\app\src\main\AndroidManifest.xml:89:13-57 95 <intent-filter>
95 android:label="@string/app_widget2x2" > 95-->D:\MINOTES\app\src\main\AndroidManifest.xml:91:13-95:29
95-->D:\MINOTES\app\src\main\AndroidManifest.xml:90:13-50 96 <action android:name="android.appwidget.action.APPWIDGET_UPDATE" />
96 <intent-filter> 96-->D:\MINOTES\app\src\main\AndroidManifest.xml:92:17-84
96-->D:\MINOTES\app\src\main\AndroidManifest.xml:91:13-95:29 96-->D:\MINOTES\app\src\main\AndroidManifest.xml:92:25-81
97 <action android:name="android.appwidget.action.APPWIDGET_UPDATE" /> 97 <action android:name="android.appwidget.action.APPWIDGET_DELETED" />
97-->D:\MINOTES\app\src\main\AndroidManifest.xml:92:17-84 97-->D:\MINOTES\app\src\main\AndroidManifest.xml:93:17-85
97-->D:\MINOTES\app\src\main\AndroidManifest.xml:92:25-81 97-->D:\MINOTES\app\src\main\AndroidManifest.xml:93:25-82
98 <action android:name="android.appwidget.action.APPWIDGET_DELETED" /> 98 <action android:name="android.intent.action.PRIVACY_MODE_CHANGED" />
98-->D:\MINOTES\app\src\main\AndroidManifest.xml:93:17-85 98-->D:\MINOTES\app\src\main\AndroidManifest.xml:94:17-85
98-->D:\MINOTES\app\src\main\AndroidManifest.xml:93:25-82 98-->D:\MINOTES\app\src\main\AndroidManifest.xml:94:25-82
99 <action android:name="android.intent.action.PRIVACY_MODE_CHANGED" /> 99 </intent-filter>
99-->D:\MINOTES\app\src\main\AndroidManifest.xml:94:17-85 100
99-->D:\MINOTES\app\src\main\AndroidManifest.xml:94:25-82 101 <meta-data
100 </intent-filter> 101-->D:\MINOTES\app\src\main\AndroidManifest.xml:97:13-99:58
101 102 android:name="android.appwidget.provider"
102 <meta-data 102-->D:\MINOTES\app\src\main\AndroidManifest.xml:98:17-58
102-->D:\MINOTES\app\src\main\AndroidManifest.xml:97:13-99:58 103 android:resource="@xml/widget_2x_info" />
103 android:name="android.appwidget.provider" 103-->D:\MINOTES\app\src\main\AndroidManifest.xml:99:17-55
103-->D:\MINOTES\app\src\main\AndroidManifest.xml:98:17-58 104 </receiver>
104 android:resource="@xml/widget_2x_info" /> 105 <receiver
104-->D:\MINOTES\app\src\main\AndroidManifest.xml:99:17-55 105-->D:\MINOTES\app\src\main\AndroidManifest.xml:101:9-114:20
105 </receiver> 106 android:name="net.micode.notes.widget.NoteWidgetProvider_4x"
106 <receiver 106-->D:\MINOTES\app\src\main\AndroidManifest.xml:102:13-57
106-->D:\MINOTES\app\src\main\AndroidManifest.xml:101:9-114:20 107 android:label="@string/app_widget4x4" >
107 android:name="net.micode.notes.widget.NoteWidgetProvider_4x" 107-->D:\MINOTES\app\src\main\AndroidManifest.xml:103:13-50
107-->D:\MINOTES\app\src\main\AndroidManifest.xml:102:13-57 108 <intent-filter>
108 android:label="@string/app_widget4x4" > 108-->D:\MINOTES\app\src\main\AndroidManifest.xml:91:13-95:29
108-->D:\MINOTES\app\src\main\AndroidManifest.xml:103:13-50 109 <action android:name="android.appwidget.action.APPWIDGET_UPDATE" />
109 <intent-filter> 109-->D:\MINOTES\app\src\main\AndroidManifest.xml:92:17-84
109-->D:\MINOTES\app\src\main\AndroidManifest.xml:91:13-95:29 109-->D:\MINOTES\app\src\main\AndroidManifest.xml:92:25-81
110 <action android:name="android.appwidget.action.APPWIDGET_UPDATE" /> 110 <action android:name="android.appwidget.action.APPWIDGET_DELETED" />
110-->D:\MINOTES\app\src\main\AndroidManifest.xml:92:17-84 110-->D:\MINOTES\app\src\main\AndroidManifest.xml:93:17-85
110-->D:\MINOTES\app\src\main\AndroidManifest.xml:92:25-81 110-->D:\MINOTES\app\src\main\AndroidManifest.xml:93:25-82
111 <action android:name="android.appwidget.action.APPWIDGET_DELETED" /> 111 <action android:name="android.intent.action.PRIVACY_MODE_CHANGED" />
111-->D:\MINOTES\app\src\main\AndroidManifest.xml:93:17-85 111-->D:\MINOTES\app\src\main\AndroidManifest.xml:94:17-85
111-->D:\MINOTES\app\src\main\AndroidManifest.xml:93:25-82 111-->D:\MINOTES\app\src\main\AndroidManifest.xml:94:25-82
112 <action android:name="android.intent.action.PRIVACY_MODE_CHANGED" /> 112 </intent-filter>
112-->D:\MINOTES\app\src\main\AndroidManifest.xml:94:17-85 113
112-->D:\MINOTES\app\src\main\AndroidManifest.xml:94:25-82 114 <meta-data
113 </intent-filter> 114-->D:\MINOTES\app\src\main\AndroidManifest.xml:97:13-99:58
114 115 android:name="android.appwidget.provider"
115 <meta-data 115-->D:\MINOTES\app\src\main\AndroidManifest.xml:98:17-58
115-->D:\MINOTES\app\src\main\AndroidManifest.xml:97:13-99:58 116 android:resource="@xml/widget_4x_info" />
116 android:name="android.appwidget.provider" 116-->D:\MINOTES\app\src\main\AndroidManifest.xml:99:17-55
116-->D:\MINOTES\app\src\main\AndroidManifest.xml:98:17-58 117 </receiver>
117 android:resource="@xml/widget_4x_info" /> 118 <receiver android:name="net.micode.notes.ui.AlarmInitReceiver" >
117-->D:\MINOTES\app\src\main\AndroidManifest.xml:99:17-55 118-->D:\MINOTES\app\src\main\AndroidManifest.xml:116:9-120:20
118 </receiver> 118-->D:\MINOTES\app\src\main\AndroidManifest.xml:116:19-55
119 <receiver android:name="net.micode.notes.ui.AlarmInitReceiver" > 119 <intent-filter>
119-->D:\MINOTES\app\src\main\AndroidManifest.xml:116:9-120:20 119-->D:\MINOTES\app\src\main\AndroidManifest.xml:117:13-119:29
119-->D:\MINOTES\app\src\main\AndroidManifest.xml:116:19-55 120 <action android:name="android.intent.action.BOOT_COMPLETED" />
120 <intent-filter> 120-->D:\MINOTES\app\src\main\AndroidManifest.xml:118:17-79
120-->D:\MINOTES\app\src\main\AndroidManifest.xml:117:13-119:29 120-->D:\MINOTES\app\src\main\AndroidManifest.xml:118:25-76
121 <action android:name="android.intent.action.BOOT_COMPLETED" /> 121 </intent-filter>
121-->D:\MINOTES\app\src\main\AndroidManifest.xml:118:17-79 122 </receiver>
121-->D:\MINOTES\app\src\main\AndroidManifest.xml:118:25-76 123 <receiver
122 </intent-filter> 123-->D:\MINOTES\app\src\main\AndroidManifest.xml:122:9-125:20
123 </receiver> 124 android:name="net.micode.notes.ui.AlarmReceiver"
124 <receiver 124-->D:\MINOTES\app\src\main\AndroidManifest.xml:123:13-61
124-->D:\MINOTES\app\src\main\AndroidManifest.xml:122:9-125:20 125 android:process=":remote" >
125 android:name="net.micode.notes.ui.AlarmReceiver" 125-->D:\MINOTES\app\src\main\AndroidManifest.xml:124:13-38
125-->D:\MINOTES\app\src\main\AndroidManifest.xml:123:13-61 126 </receiver>
126 android:process=":remote" > 127
126-->D:\MINOTES\app\src\main\AndroidManifest.xml:124:13-38 128 <activity
127 </receiver> 128-->D:\MINOTES\app\src\main\AndroidManifest.xml:127:9-132:20
128 129 android:name="net.micode.notes.ui.AlarmAlertActivity"
129 <activity 129-->D:\MINOTES\app\src\main\AndroidManifest.xml:128:13-50
129-->D:\MINOTES\app\src\main\AndroidManifest.xml:127:9-132:20 130 android:label="@string/app_name"
130 android:name="net.micode.notes.ui.AlarmAlertActivity" 130-->D:\MINOTES\app\src\main\AndroidManifest.xml:129:13-45
130-->D:\MINOTES\app\src\main\AndroidManifest.xml:128:13-50 131 android:launchMode="singleInstance"
131 android:label="@string/app_name" 131-->D:\MINOTES\app\src\main\AndroidManifest.xml:130:13-48
131-->D:\MINOTES\app\src\main\AndroidManifest.xml:129:13-45 132 android:theme="@android:style/Theme.Holo.Wallpaper.NoTitleBar" >
132 android:launchMode="singleInstance" 132-->D:\MINOTES\app\src\main\AndroidManifest.xml:131:13-75
132-->D:\MINOTES\app\src\main\AndroidManifest.xml:130:13-48 133 </activity>
133 android:theme="@android:style/Theme.Holo.Wallpaper.NoTitleBar" > 134 <activity
133-->D:\MINOTES\app\src\main\AndroidManifest.xml:131:13-75 134-->D:\MINOTES\app\src\main\AndroidManifest.xml:134:9-139:20
134 </activity> 135 android:name="net.micode.notes.ui.NotesPreferenceActivity"
135 <activity 135-->D:\MINOTES\app\src\main\AndroidManifest.xml:135:13-71
135-->D:\MINOTES\app\src\main\AndroidManifest.xml:134:9-139:20 136 android:label="@string/preferences_title"
136 android:name="net.micode.notes.ui.NotesPreferenceActivity" 136-->D:\MINOTES\app\src\main\AndroidManifest.xml:136:13-54
136-->D:\MINOTES\app\src\main\AndroidManifest.xml:135:13-71 137 android:launchMode="singleTop"
137 android:label="@string/preferences_title" 137-->D:\MINOTES\app\src\main\AndroidManifest.xml:137:13-43
137-->D:\MINOTES\app\src\main\AndroidManifest.xml:136:13-54 138 android:theme="@android:style/Theme.Holo.Light" >
138 android:launchMode="singleTop" 138-->D:\MINOTES\app\src\main\AndroidManifest.xml:138:13-60
138-->D:\MINOTES\app\src\main\AndroidManifest.xml:137:13-43 139 </activity>
139 android:theme="@android:style/Theme.Holo.Light" > 140
139-->D:\MINOTES\app\src\main\AndroidManifest.xml:138:13-60 141 <service
140 </activity> 141-->D:\MINOTES\app\src\main\AndroidManifest.xml:141:9-144:19
141 142 android:name="net.micode.notes.gtask.remote.GTaskSyncService"
142 <service 142-->D:\MINOTES\app\src\main\AndroidManifest.xml:142:13-74
142-->D:\MINOTES\app\src\main\AndroidManifest.xml:141:9-144:19 143 android:exported="false" >
143 android:name="net.micode.notes.gtask.remote.GTaskSyncService" 143-->D:\MINOTES\app\src\main\AndroidManifest.xml:143:13-37
143-->D:\MINOTES\app\src\main\AndroidManifest.xml:142:13-74 144 </service>
144 android:exported="false" > 145
144-->D:\MINOTES\app\src\main\AndroidManifest.xml:143:13-37 146 <meta-data
145 </service> 146-->D:\MINOTES\app\src\main\AndroidManifest.xml:146:9-148:52
146 147 android:name="android.app.default_searchable"
147 <meta-data 147-->D:\MINOTES\app\src\main\AndroidManifest.xml:147:13-58
147-->D:\MINOTES\app\src\main\AndroidManifest.xml:146:9-148:52 148 android:value=".ui.NoteEditActivity" />
148 android:name="android.app.default_searchable" 148-->D:\MINOTES\app\src\main\AndroidManifest.xml:148:13-49
148-->D:\MINOTES\app\src\main\AndroidManifest.xml:147:13-58 149 </application>
149 android:value=".ui.NoteEditActivity" /> 150
149-->D:\MINOTES\app\src\main\AndroidManifest.xml:148:13-49 151</manifest>
150 </application>
151
152</manifest>

@ -37,8 +37,7 @@
android:debuggable="true" android:debuggable="true"
android:extractNativeLibs="false" android:extractNativeLibs="false"
android:icon="@drawable/icon_app" android:icon="@drawable/icon_app"
android:label="@string/app_name" android:label="@string/app_name" >
android:testOnly="true" >
<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"

@ -37,8 +37,7 @@
android:debuggable="true" android:debuggable="true"
android:extractNativeLibs="false" android:extractNativeLibs="false"
android:icon="@drawable/icon_app" android:icon="@drawable/icon_app"
android:label="@string/app_name" android:label="@string/app_name" >
android:testOnly="true" >
<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"

@ -37,8 +37,7 @@
android:debuggable="true" android:debuggable="true"
android:extractNativeLibs="false" android:extractNativeLibs="false"
android:icon="@drawable/icon_app" android:icon="@drawable/icon_app"
android:label="@string/app_name" android:label="@string/app_name" >
android:testOnly="true" >
<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"

@ -315,10 +315,12 @@ public class NotesListActivity extends Activity implements OnClickListener, OnIt
mMoveMenu.setOnMenuItemClickListener(this); mMoveMenu.setOnMenuItemClickListener(this);
} }
if (mFocusNoteDataItem.getParentId() == Notes.ID_PRIVATE_FOLDER) { if (mFocusNoteDataItem.getParentId() == Notes.ID_PRIVATE_FOLDER) {
mAddNewNote.setVisibility(View.GONE);
mMoveToPrivate.setVisible(false); mMoveToPrivate.setVisible(false);
mMoveToRoot.setVisible(true); mMoveToRoot.setVisible(true);
mMoveToRoot.setOnMenuItemClickListener(this); mMoveToRoot.setOnMenuItemClickListener(this);
} else{ } else{
mAddNewNote.setVisibility(View.VISIBLE);
mMoveToPrivate.setVisible(true); mMoveToPrivate.setVisible(true);
mMoveToRoot.setVisible(false); mMoveToRoot.setVisible(false);
mMoveToPrivate.setOnMenuItemClickListener(this); mMoveToPrivate.setOnMenuItemClickListener(this);
@ -454,6 +456,7 @@ public class NotesListActivity extends Activity implements OnClickListener, OnIt
break; break;
case R.id.move_to_root: case R.id.move_to_root:
movToRoot(); movToRoot();
break; break;
default: default:
return false; return false;
@ -1406,6 +1409,7 @@ public class NotesListActivity extends Activity implements OnClickListener, OnIt
} }
private void backToRoot() { private void backToRoot() {
mTitleBar.setVisibility(View.GONE);
mCurrentFolderId = Notes.ID_ROOT_FOLDER; mCurrentFolderId = Notes.ID_ROOT_FOLDER;
startAsyncNotesListQuery(); startAsyncNotesListQuery();
mState = ListEditState.NOTE_LIST; mState = ListEditState.NOTE_LIST;
@ -1413,6 +1417,8 @@ public class NotesListActivity extends Activity implements OnClickListener, OnIt
} }
private void callPrivateFolder() { private void callPrivateFolder() {
mTitleBar.setVisibility(View.VISIBLE);
mTitleBar.setText("---------This is where Secret lieS---------");
mCurrentFolderId = Notes.ID_PRIVATE_FOLDER; mCurrentFolderId = Notes.ID_PRIVATE_FOLDER;
startAsyncNotesListQuery(); startAsyncNotesListQuery();
mState = ListEditState.PRIVATE_FOLDER; mState = ListEditState.PRIVATE_FOLDER;

Loading…
Cancel
Save