--- a/src/com/beem/project/beem/service/RosterAdapter.java Thu Apr 23 20:25:41 2009 +0200
+++ b/src/com/beem/project/beem/service/RosterAdapter.java Thu Apr 23 20:32:19 2009 +0200
@@ -15,11 +15,8 @@
import org.jivesoftware.smack.RosterListener;
import org.jivesoftware.smack.XMPPException;
import org.jivesoftware.smack.packet.Presence;
-import org.jivesoftware.smack.packet.Presence.Type;
import org.jivesoftware.smack.util.StringUtils;
-import com.beem.project.beem.BeemApplication;
-import com.beem.project.beem.BeemService;
import com.beem.project.beem.service.aidl.IBeemRosterListener;
import android.os.RemoteCallbackList;
--- a/src/com/beem/project/beem/ui/ChangeStatus.java Thu Apr 23 20:25:41 2009 +0200
+++ b/src/com/beem/project/beem/ui/ChangeStatus.java Thu Apr 23 20:32:19 2009 +0200
@@ -13,13 +13,11 @@
import android.os.RemoteException;
import android.view.View;
import android.view.View.OnClickListener;
-import android.widget.AdapterView;
import android.widget.ArrayAdapter;
import android.widget.Button;
import android.widget.Spinner;
import android.widget.TextView;
import android.widget.Toast;
-import android.widget.AdapterView.OnItemSelectedListener;
import com.beem.project.beem.BeemApplication;
import com.beem.project.beem.BeemService;
--- a/src/com/beem/project/beem/ui/ContactListSettings.java Thu Apr 23 20:25:41 2009 +0200
+++ b/src/com/beem/project/beem/ui/ContactListSettings.java Thu Apr 23 20:32:19 2009 +0200
@@ -1,10 +1,8 @@
package com.beem.project.beem.ui;
import android.app.Activity;
-import android.content.Context;
import android.content.SharedPreferences;
import android.os.Bundle;
-import android.util.Log;
import android.view.View;
import android.view.View.OnClickListener;
import android.widget.AdapterView;
@@ -13,7 +11,6 @@
import android.widget.EditText;
import android.widget.LinearLayout;
import android.widget.Spinner;
-import android.widget.TextView;
import android.widget.AdapterView.OnItemSelectedListener;
import com.beem.project.beem.R;
--- a/src/com/beem/project/beem/ui/SendIMDialogSmiley.java Thu Apr 23 20:25:41 2009 +0200
+++ b/src/com/beem/project/beem/ui/SendIMDialogSmiley.java Thu Apr 23 20:32:19 2009 +0200
@@ -4,7 +4,6 @@
import android.app.Dialog;
import android.content.SharedPreferences;
-import android.widget.Button;
public class SendIMDialogSmiley extends Dialog {
private SendIM mSendIM;
--- a/src/com/beem/project/beem/ui/Subscription.java Thu Apr 23 20:25:41 2009 +0200
+++ b/src/com/beem/project/beem/ui/Subscription.java Thu Apr 23 20:32:19 2009 +0200
@@ -10,11 +10,9 @@
import com.beem.project.beem.R;
import com.beem.project.beem.service.PresenceAdapter;
import com.beem.project.beem.service.aidl.IXmppFacade;
-import com.beem.project.beem.utils.PresenceType;
import android.app.Activity;
import android.os.Bundle;
-import android.os.Parcelable;
import android.os.RemoteException;
import android.view.View;
import android.view.View.OnClickListener;