huige 2 years ago
parent 778f920508
commit 42fbbf537d

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 -
listingFile=../../apk/debug/output-metadata.json
listingFile=../../../outputs/apk/debug/output-metadata.json

@ -1,4 +1,4 @@
#Sat Dec 23 08:55:42 CST 2023
#Thu Jan 04 10:17:27 CST 2024
net.micode.notes.app-main-6\:/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-6\:/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-6\:/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

@ -1,4 +1,4 @@
#Sat Dec 23 08:55:43 CST 2023
#Thu Jan 04 10:17:29 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

@ -1,4 +1,4 @@
#Sat Dec 23 09:01:09 CST 2023
#Thu Jan 04 10:17:36 CST 2024
base.0=C\:\\Users\\huigenb\\Desktop\\Git\\ghnb\\src\\app\\build\\intermediates\\dex\\debug\\mergeDexDebug\\classes.dex
path.0=classes.dex
renamed.0=classes.dex

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

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

@ -36,8 +36,7 @@
<application
android:debuggable="true"
android:icon="@drawable/icon_app"
android:label="@string/app_name"
android:testOnly="true" >
android:label="@string/app_name" >
<activity
android:name="net.micode.notes.ui.NotesListActivity"
android:configChanges="keyboardHidden|orientation|screenSize"

@ -36,8 +36,7 @@
<application
android:debuggable="true"
android:icon="@drawable/icon_app"
android:label="@string/app_name"
android:testOnly="true" >
android:label="@string/app_name" >
<activity
android:name="net.micode.notes.ui.NotesListActivity"
android:configChanges="keyboardHidden|orientation|screenSize"

@ -36,8 +36,7 @@
<application
android:debuggable="true"
android:icon="@drawable/icon_app"
android:label="@string/app_name"
android:testOnly="true" >
android:label="@string/app_name" >
<activity
android:name="net.micode.notes.ui.NotesListActivity"
android:configChanges="keyboardHidden|orientation|screenSize"

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

Loading…
Cancel
Save