Suppression de fossiles, le retour.
Binary file res/drawable/beem_contactlist_header_1.png has changed
Binary file res/drawable/beem_sendim_header_1.png has changed
Binary file res/drawable/beem_sendim_textview.png has changed
Binary file res/drawable/closed.png has changed
--- a/src/com/beem/project/beem/jingle/demo/JingleCallActivity.java Wed Nov 11 19:36:36 2009 +0100
+++ b/src/com/beem/project/beem/jingle/demo/JingleCallActivity.java Wed Nov 11 19:54:25 2009 +0100
@@ -47,7 +47,7 @@
java.security.Security.addProvider(new com.sun.security.sasl.Provider());
super.onCreate(savedInstanceState);
setContentView(R.layout.jingle_call_activity);
- mConf = new ConnectionConfiguration("10.0.2.2", 5222);
+ mConf = new ConnectionConfiguration("10.0.2.2", DEFAULT_XMPP_PORT);
// mConf = new ConnectionConfiguration("elyzion.net",
// DEFAULT_XMPP_PORT);
mConf.setSecurityMode(SecurityMode.required);
--- a/src/com/beem/project/beem/service/XmppConnectionAdapter.java Wed Nov 11 19:36:36 2009 +0100
+++ b/src/com/beem/project/beem/service/XmppConnectionAdapter.java Wed Nov 11 19:54:25 2009 +0100
@@ -343,7 +343,7 @@
@Override
public void processPacket(Packet packet) {
String from = packet.getFrom();
- Notification notif = new Notification(com.beem.project.beem.R.drawable.signal, mService
+ Notification notif = new Notification(android.R.drawable.stat_notify_more, mService
.getString(R.string.AcceptContactRequest), System.currentTimeMillis());
notif.defaults = Notification.DEFAULT_ALL;
notif.flags = Notification.FLAG_AUTO_CANCEL;
@@ -443,7 +443,7 @@
@Override
public void processPacket(Packet packet) {
String from = packet.getFrom();
- Notification notif = new Notification(com.beem.project.beem.R.drawable.signal, mService
+ Notification notif = new Notification(android.R.drawable.stat_notify_more, mService
.getString(R.string.AcceptContactRequest), System.currentTimeMillis());
notif.defaults = Notification.DEFAULT_ALL;
notif.flags = Notification.FLAG_AUTO_CANCEL;