author | "Vincent Veronis" |
Thu, 21 Jul 2011 23:03:26 +0200 | |
changeset 897 | 07de7eb304b6 |
parent 891 | 37e794524cac |
child 904 | c067ee9a604c |
permissions | -rw-r--r-- |
306
2d33fd5c95a7
Ticket #177 - Add of missing files
J. Da Silva <dasilvj@gmail.com>
parents:
282
diff
changeset
|
1 |
<?xml version="1.0" encoding="UTF-8"?> |
881 | 2 |
<manifest |
3 |
xmlns:android="http://schemas.android.com/apk/res/android" |
|
4 |
package="com.beem.project.beem" |
|
5 |
android:versionCode="7" |
|
855
8d19f91dd64c
Update AndroidManifest for 0.1.5
Da Risk <darisk972@gmail.com>
parents:
851
diff
changeset
|
6 |
android:versionName="0.1.5"> |
881 | 7 |
<application |
8 |
android:label="@string/app_name" |
|
9 |
android:icon="@drawable/beem_launcher_icon_silver" |
|
10 |
android:theme="@style/Theme.BEEM.Default" |
|
851
9ec7877a249d
Remove debuggable since it si automatically add sdk-tools-r8
Da Risk <darisk972@gmail.com>
parents:
847
diff
changeset
|
11 |
android:name=".BeemApplication"> |
881 | 12 |
<activity |
13 |
android:name=".ui.Login" |
|
14 |
android:label="@string/app_name" |
|
745 | 15 |
android:launchMode="standard"> |
22
280112cd9602
Reorganisation des fichiers de linterface.
marseille@marseille-desktop
parents:
21
diff
changeset
|
16 |
<intent-filter> |
881 | 17 |
<action |
18 |
android:name="android.intent.action.MAIN" /> |
|
19 |
<category |
|
20 |
android:name="android.intent.category.LAUNCHER" /> |
|
22
280112cd9602
Reorganisation des fichiers de linterface.
marseille@marseille-desktop
parents:
21
diff
changeset
|
21 |
</intent-filter> |
550
443a5937ad7a
Finitions modification login de bart.
Vincent Veronis <veroni_v@epitech.net>
parents:
545
diff
changeset
|
22 |
</activity> |
881 | 23 |
<activity |
24 |
android:name=".ui.wizard.Account" |
|
25 |
android:label="Account wizard" /> |
|
26 |
<activity |
|
27 |
android:name=".ui.wizard.AccountConfigure" |
|
863 | 28 |
android:label="Account wizard" /> |
881 | 29 |
<activity |
30 |
android:name=".ui.LoginAnim" |
|
31 |
android:label="@string/login_login_progress" |
|
32 |
android:launchMode="singleTop" |
|
33 |
android:screenOrientation="portrait" /> |
|
34 |
<activity |
|
35 |
android:name=".ui.Settings" |
|
36 |
android:label="@string/edit_settings_name"> |
|
884 | 37 |
<intent-filter |
38 |
android:label="Beem Android Account"> |
|
404
3c8ca2a1a327
changement de la gestion des settings.
Nikita Kozlov <nikita@beem-project.com>
parents:
392
diff
changeset
|
39 |
<action |
884 | 40 |
android:name="com.beem.project.beem.SETTINGS" /> |
881 | 41 |
<category |
42 |
android:name="android.intent.category.DEFAULT" /> |
|
404
3c8ca2a1a327
changement de la gestion des settings.
Nikita Kozlov <nikita@beem-project.com>
parents:
392
diff
changeset
|
43 |
</intent-filter> |
881 | 44 |
<intent-filter |
45 |
android:label="Beem Connection"> |
|
518
6b8089c9b834
Creation de l'activite PrivacyList et d'une interface PrivacyListListener ainsi que son implementation.
Jean-Manuel Da Silva <dasilvj@gmail.com>
parents:
500
diff
changeset
|
46 |
<action |
6b8089c9b834
Creation de l'activite PrivacyList et d'une interface PrivacyListListener ainsi que son implementation.
Jean-Manuel Da Silva <dasilvj@gmail.com>
parents:
500
diff
changeset
|
47 |
android:name="com.beem.project.beem.service.XmppConnectionAdapter.CONNECTION_CLOSED" /> |
6b8089c9b834
Creation de l'activite PrivacyList et d'une interface PrivacyListListener ainsi que son implementation.
Jean-Manuel Da Silva <dasilvj@gmail.com>
parents:
500
diff
changeset
|
48 |
</intent-filter> |
480
eb6f1fbea903
Premier jet de l'activite chat, devant remplacer par la suite SendIM.
dasilvj
parents:
467
diff
changeset
|
49 |
</activity> |
881 | 50 |
<activity |
51 |
android:name=".ui.Chat" |
|
52 |
android:label="@string/chat_name" |
|
53 |
android:launchMode="singleTop"> |
|
54 |
<intent-filter |
|
55 |
android:label="Beem Connection"> |
|
390
d9737e4bc517
debut de la gestion du disconnect
Nikita Kozlov <nikita@beem-project.com>
parents:
380
diff
changeset
|
56 |
<action |
d9737e4bc517
debut de la gestion du disconnect
Nikita Kozlov <nikita@beem-project.com>
parents:
380
diff
changeset
|
57 |
android:name="com.beem.project.beem.service.XmppConnectionAdapter.CONNECTION_CLOSED" /> |
889 | 58 |
</intent-filter> |
59 |
<intent-filter> |
|
60 |
<action |
|
61 |
android:name="android.intent.action.SENDTO" /> |
|
62 |
<category |
|
63 |
android:name="android.intent.category.DEFAULT" /> |
|
64 |
<category |
|
65 |
android:name="com.android.im.category.JABBER" /> |
|
66 |
<data |
|
67 |
android:scheme="im" /> |
|
68 |
</intent-filter> |
|
69 |
<intent-filter> |
|
70 |
<action |
|
71 |
android:name="android.intent.action.SENDTO" /> |
|
72 |
<category |
|
73 |
android:name="android.intent.category.DEFAULT" /> |
|
74 |
<data |
|
75 |
android:scheme="imto" |
|
76 |
android:host="jabber" /> |
|
77 |
</intent-filter> |
|
390
d9737e4bc517
debut de la gestion du disconnect
Nikita Kozlov <nikita@beem-project.com>
parents:
380
diff
changeset
|
78 |
</activity> |
881 | 79 |
<activity |
80 |
android:name=".ui.ChangeStatus" |
|
81 |
android:label="@string/ChangeStatusActTitle" |
|
82 |
android:launchMode="singleTask" |
|
83 |
android:windowSoftInputMode="stateHidden"> |
|
84 |
<intent-filter |
|
884 | 85 |
android:label="Beem Android Account"> |
86 |
<action |
|
87 |
android:name="com.beem.project.beem.CHANGESTATUS" /> |
|
88 |
<category |
|
89 |
android:name="android.intent.category.DEFAULT" /> |
|
90 |
</intent-filter> |
|
91 |
<intent-filter |
|
881 | 92 |
android:label="Beem Connection"> |
93 |
<action |
|
94 |
android:name="com.beem.project.beem.service.XmppConnectionAdapter.CONNECTION_CLOSED" /> |
|
95 |
</intent-filter> |
|
96 |
</activity> |
|
97 |
<activity |
|
98 |
android:name=".ui.AddContact" |
|
99 |
android:label="@string/AddCActTitle"> |
|
100 |
<intent-filter |
|
101 |
android:label="Beem Connection"> |
|
390
d9737e4bc517
debut de la gestion du disconnect
Nikita Kozlov <nikita@beem-project.com>
parents:
380
diff
changeset
|
102 |
<action |
d9737e4bc517
debut de la gestion du disconnect
Nikita Kozlov <nikita@beem-project.com>
parents:
380
diff
changeset
|
103 |
android:name="com.beem.project.beem.service.XmppConnectionAdapter.CONNECTION_CLOSED" /> |
d9737e4bc517
debut de la gestion du disconnect
Nikita Kozlov <nikita@beem-project.com>
parents:
380
diff
changeset
|
104 |
</intent-filter> |
d9737e4bc517
debut de la gestion du disconnect
Nikita Kozlov <nikita@beem-project.com>
parents:
380
diff
changeset
|
105 |
</activity> |
881 | 106 |
<activity |
107 |
android:name=".ui.Subscription" |
|
108 |
android:label="@string/app_name"> |
|
109 |
<intent-filter |
|
110 |
android:label="Beem Connection"> |
|
392 | 111 |
<action |
112 |
android:name="com.beem.project.beem.service.XmppConnectionAdapter.CONNECTION_CLOSED" /> |
|
113 |
</intent-filter> |
|
114 |
</activity> |
|
881 | 115 |
<activity |
116 |
android:name=".ui.CreateAccount" |
|
117 |
android:label="@string/create_account_name" /> |
|
118 |
<activity |
|
119 |
android:name=".ui.ContactList" |
|
120 |
android:label="@string/contact_list_name" |
|
380
9416b5711edd
petit commit pour bundle
Nikita Kozlov <nikita@beem-project.com>
parents:
367
diff
changeset
|
121 |
android:launchMode="singleTask"> |
881 | 122 |
<intent-filter |
123 |
android:label="Beem Connection"> |
|
390
d9737e4bc517
debut de la gestion du disconnect
Nikita Kozlov <nikita@beem-project.com>
parents:
380
diff
changeset
|
124 |
<action |
d9737e4bc517
debut de la gestion du disconnect
Nikita Kozlov <nikita@beem-project.com>
parents:
380
diff
changeset
|
125 |
android:name="com.beem.project.beem.service.XmppConnectionAdapter.CONNECTION_CLOSED" /> |
380
9416b5711edd
petit commit pour bundle
Nikita Kozlov <nikita@beem-project.com>
parents:
367
diff
changeset
|
126 |
</intent-filter> |
9416b5711edd
petit commit pour bundle
Nikita Kozlov <nikita@beem-project.com>
parents:
367
diff
changeset
|
127 |
</activity> |
881 | 128 |
<activity |
129 |
android:name=".ui.GroupList" |
|
130 |
android:label="GroupList"> |
|
131 |
<intent-filter |
|
132 |
android:label="Beem Connection"> |
|
430
ebadf7ab35ee
debut du change groups
Nikita Kozlov <nikita@beem-project.com>
parents:
416
diff
changeset
|
133 |
<action |
ebadf7ab35ee
debut du change groups
Nikita Kozlov <nikita@beem-project.com>
parents:
416
diff
changeset
|
134 |
android:name="com.beem.project.beem.service.XmppConnectionAdapter.CONNECTION_CLOSED" /> |
ebadf7ab35ee
debut du change groups
Nikita Kozlov <nikita@beem-project.com>
parents:
416
diff
changeset
|
135 |
</intent-filter> |
ebadf7ab35ee
debut du change groups
Nikita Kozlov <nikita@beem-project.com>
parents:
416
diff
changeset
|
136 |
</activity> |
881 | 137 |
<activity |
138 |
android:name=".ui.PrivacyList" |
|
139 |
android:label="@string/privacy_list_name"> |
|
140 |
<intent-filter |
|
141 |
android:label="Beem Connection"> |
|
518
6b8089c9b834
Creation de l'activite PrivacyList et d'une interface PrivacyListListener ainsi que son implementation.
Jean-Manuel Da Silva <dasilvj@gmail.com>
parents:
500
diff
changeset
|
142 |
<action |
6b8089c9b834
Creation de l'activite PrivacyList et d'une interface PrivacyListListener ainsi que son implementation.
Jean-Manuel Da Silva <dasilvj@gmail.com>
parents:
500
diff
changeset
|
143 |
android:name="com.beem.project.beem.service.XmppConnectionAdapter.CONNECTION_CLOSED" /> |
6b8089c9b834
Creation de l'activite PrivacyList et d'une interface PrivacyListListener ainsi que son implementation.
Jean-Manuel Da Silva <dasilvj@gmail.com>
parents:
500
diff
changeset
|
144 |
</intent-filter> |
6b8089c9b834
Creation de l'activite PrivacyList et d'une interface PrivacyListListener ainsi que son implementation.
Jean-Manuel Da Silva <dasilvj@gmail.com>
parents:
500
diff
changeset
|
145 |
</activity> |
884 | 146 |
<activity |
147 |
android:name="com.beem.project.beem.account.ManageAccountsSettings" |
|
148 |
android:label="Sync Settings"> |
|
149 |
</activity> |
|
655
a122632f8622
add some screen definition in the manifest
Nikita Kozlov <nikita@beem-project.com>
parents:
641
diff
changeset
|
150 |
<!-- |
a122632f8622
add some screen definition in the manifest
Nikita Kozlov <nikita@beem-project.com>
parents:
641
diff
changeset
|
151 |
Could be interesting if we would launch beem at startup <receiver |
a122632f8622
add some screen definition in the manifest
Nikita Kozlov <nikita@beem-project.com>
parents:
641
diff
changeset
|
152 |
android:name=".tool.BeemBroadcastReceiver" android:enabled="true"> |
a122632f8622
add some screen definition in the manifest
Nikita Kozlov <nikita@beem-project.com>
parents:
641
diff
changeset
|
153 |
<intent-filter> <action |
a122632f8622
add some screen definition in the manifest
Nikita Kozlov <nikita@beem-project.com>
parents:
641
diff
changeset
|
154 |
android:name="android.intent.action.BOOT_COMPLETED" /> |
a122632f8622
add some screen definition in the manifest
Nikita Kozlov <nikita@beem-project.com>
parents:
641
diff
changeset
|
155 |
</intent-filter> </receiver> |
a122632f8622
add some screen definition in the manifest
Nikita Kozlov <nikita@beem-project.com>
parents:
641
diff
changeset
|
156 |
--> |
881 | 157 |
<provider |
158 |
android:name=".providers.AvatarProvider" |
|
886 | 159 |
android:label="Avatar Provider" |
872 | 160 |
android:authorities="com.beem.project.beem.providers.avatarprovider" |
897
07de7eb304b6
New Concept service from da_risk but not up to date.
"Vincent Veronis"
parents:
891
diff
changeset
|
161 |
android:exported="false" /> |
891 | 162 |
<provider |
163 |
android:name=".providers.MessageProvider" |
|
164 |
android:label="Message Provider" |
|
165 |
android:authorities="com.beem.project.beem.providers.messageprovider" |
|
897
07de7eb304b6
New Concept service from da_risk but not up to date.
"Vincent Veronis"
parents:
891
diff
changeset
|
166 |
android:exported="false" /> |
881 | 167 |
<service |
168 |
android:name=".account.AuthenticatorService" |
|
169 |
android:exported="true" |
|
170 |
android:process=":auth"> |
|
863 | 171 |
<intent-filter> |
881 | 172 |
<action |
173 |
android:name="android.accounts.AccountAuthenticator" /> |
|
863 | 174 |
</intent-filter> |
881 | 175 |
<meta-data |
176 |
android:name="android.accounts.AccountAuthenticator" |
|
863 | 177 |
android:resource="@xml/authenticator" /> |
178 |
</service> |
|
881 | 179 |
<service |
180 |
android:name=".account.SyncAdapterService" |
|
181 |
android:exported="true" |
|
182 |
android:process=":contacts"> |
|
879 | 183 |
<intent-filter> |
881 | 184 |
<action |
185 |
android:name="android.content.SyncAdapter" /> |
|
879 | 186 |
</intent-filter> |
881 | 187 |
<meta-data |
188 |
android:name="android.content.SyncAdapter" |
|
879 | 189 |
android:resource="@xml/sync_contacts" /> |
886 | 190 |
<meta-data |
191 |
android:name="android.provider.CONTACTS_STRUCTURE" |
|
192 |
android:resource="@xml/contacts" /> |
|
879 | 193 |
</service> |
881 | 194 |
<service |
195 |
android:name="BeemService" |
|
196 |
android:enabled="true" |
|
197 |
android:label="Beem Service" |
|
198 |
android:permission="com.beem.project.beem.BEEM_SERVICE"> |
|
22
280112cd9602
Reorganisation des fichiers de linterface.
marseille@marseille-desktop
parents:
21
diff
changeset
|
199 |
<intent-filter> |
881 | 200 |
<action |
201 |
android:name="com.beem.project.beem.BeemService"></action> |
|
22
280112cd9602
Reorganisation des fichiers de linterface.
marseille@marseille-desktop
parents:
21
diff
changeset
|
202 |
</intent-filter> |
897
07de7eb304b6
New Concept service from da_risk but not up to date.
"Vincent Veronis"
parents:
891
diff
changeset
|
203 |
<intent-filter> |
07de7eb304b6
New Concept service from da_risk but not up to date.
"Vincent Veronis"
parents:
891
diff
changeset
|
204 |
<action |
07de7eb304b6
New Concept service from da_risk but not up to date.
"Vincent Veronis"
parents:
891
diff
changeset
|
205 |
android:name="com.beem.project.beem.BeemService" /> |
07de7eb304b6
New Concept service from da_risk but not up to date.
"Vincent Veronis"
parents:
891
diff
changeset
|
206 |
<action |
07de7eb304b6
New Concept service from da_risk but not up to date.
"Vincent Veronis"
parents:
891
diff
changeset
|
207 |
android:name="com.beem.project.beem.intent.action.SYNC" /> |
07de7eb304b6
New Concept service from da_risk but not up to date.
"Vincent Veronis"
parents:
891
diff
changeset
|
208 |
<action |
07de7eb304b6
New Concept service from da_risk but not up to date.
"Vincent Veronis"
parents:
891
diff
changeset
|
209 |
android:name="com.beem.project.beem.intent.action.CONNECT" /> |
07de7eb304b6
New Concept service from da_risk but not up to date.
"Vincent Veronis"
parents:
891
diff
changeset
|
210 |
<action |
07de7eb304b6
New Concept service from da_risk but not up to date.
"Vincent Veronis"
parents:
891
diff
changeset
|
211 |
android:name="com.beem.project.beem.intent.action.DISCONNECT" /> |
07de7eb304b6
New Concept service from da_risk but not up to date.
"Vincent Veronis"
parents:
891
diff
changeset
|
212 |
<action |
07de7eb304b6
New Concept service from da_risk but not up to date.
"Vincent Veronis"
parents:
891
diff
changeset
|
213 |
android:name="com.beem.project.beem.intent.action.SEND_MESSAGE" /> |
07de7eb304b6
New Concept service from da_risk but not up to date.
"Vincent Veronis"
parents:
891
diff
changeset
|
214 |
</intent-filter> |
22
280112cd9602
Reorganisation des fichiers de linterface.
marseille@marseille-desktop
parents:
21
diff
changeset
|
215 |
</service> |
280112cd9602
Reorganisation des fichiers de linterface.
marseille@marseille-desktop
parents:
21
diff
changeset
|
216 |
</application> |
881 | 217 |
<permission |
218 |
android:permissionGroup="android.permission-group.NETWORK" |
|
219 |
android:label="BeemService" |
|
220 |
android:description="@string/BeemServiceDescription" |
|
221 |
android:name="com.beem.project.beem.BEEM_SERVICE" /> |
|
222 |
<uses-permission |
|
223 |
android:name="android.permission.INTERNET" /> |
|
224 |
<uses-permission |
|
225 |
android:name="android.permission.VIBRATE" /> |
|
226 |
<uses-permission |
|
227 |
android:name="android.permission.WRITE_EXTERNAL_STORAGE" /> |
|
228 |
<uses-permission |
|
229 |
android:name="android.permission.ACCESS_NETWORK_STATE" /> |
|
230 |
<uses-permission |
|
863 | 231 |
android:name="com.beem.project.beem.BEEM_SERVICE" /> |
881 | 232 |
<uses-permission |
233 |
android:name="android.permission.AUTHENTICATE_ACCOUNTS" /> |
|
234 |
<uses-permission |
|
235 |
android:name="android.permission.GET_ACCOUNTS" /> |
|
236 |
<uses-permission |
|
237 |
android:name="android.permission.READ_CONTACTS" /> |
|
238 |
<uses-permission |
|
239 |
android:name="android.permission.WRITE_CONTACTS" /> |
|
240 |
<uses-permission |
|
241 |
android:name="android.permission.MANAGE_ACCOUNTS" /> |
|
242 |
<uses-permission |
|
243 |
android:name="android.permission.READ_SYNC_SETTINGS" /> |
|
244 |
<uses-permission |
|
245 |
android:name="android.permission.WRITE_SYNC_SETTINGS" /> |
|
246 |
<uses-sdk |
|
247 |
android:minSdkVersion="8" |
|
248 |
android:targetSdkVersion="8" /> |
|
249 |
<supports-screens |
|
250 |
android:largeScreens="true" |
|
251 |
android:normalScreens="true" |
|
252 |
android:smallScreens="true" |
|
863 | 253 |
android:anyDensity="true" /> |
872 | 254 |
</manifest> |