2015-08-05 19:48:41 +02:00
|
|
|
package ch.dissem.apps.abit;
|
|
|
|
|
2015-10-08 14:11:45 +02:00
|
|
|
import android.accounts.Account;
|
|
|
|
import android.accounts.AccountManager;
|
2015-10-23 22:40:09 +02:00
|
|
|
import android.content.ComponentName;
|
2015-10-12 14:44:01 +02:00
|
|
|
import android.content.ContentResolver;
|
2015-10-23 22:40:09 +02:00
|
|
|
import android.content.Context;
|
2015-08-05 19:48:41 +02:00
|
|
|
import android.content.Intent;
|
2015-10-23 22:40:09 +02:00
|
|
|
import android.content.ServiceConnection;
|
2015-08-05 19:48:41 +02:00
|
|
|
import android.os.Bundle;
|
2015-10-23 22:40:09 +02:00
|
|
|
import android.os.Handler;
|
|
|
|
import android.os.IBinder;
|
|
|
|
import android.os.Message;
|
|
|
|
import android.os.Messenger;
|
|
|
|
import android.os.RemoteException;
|
2015-09-11 07:59:39 +02:00
|
|
|
import android.support.v4.app.Fragment;
|
2015-08-05 19:48:41 +02:00
|
|
|
import android.support.v7.app.AppCompatActivity;
|
|
|
|
import android.support.v7.widget.Toolbar;
|
|
|
|
import android.view.View;
|
|
|
|
import android.widget.AdapterView;
|
2015-10-12 14:44:01 +02:00
|
|
|
import android.widget.CompoundButton;
|
2015-10-06 12:51:09 +02:00
|
|
|
|
2015-08-14 17:25:05 +02:00
|
|
|
import com.mikepenz.community_material_typeface_library.CommunityMaterial;
|
2015-08-05 19:48:41 +02:00
|
|
|
import com.mikepenz.google_material_typeface_library.GoogleMaterial;
|
|
|
|
import com.mikepenz.iconics.IconicsDrawable;
|
|
|
|
import com.mikepenz.materialdrawer.Drawer;
|
|
|
|
import com.mikepenz.materialdrawer.DrawerBuilder;
|
|
|
|
import com.mikepenz.materialdrawer.accountswitcher.AccountHeader;
|
|
|
|
import com.mikepenz.materialdrawer.accountswitcher.AccountHeaderBuilder;
|
|
|
|
import com.mikepenz.materialdrawer.model.PrimaryDrawerItem;
|
|
|
|
import com.mikepenz.materialdrawer.model.ProfileDrawerItem;
|
|
|
|
import com.mikepenz.materialdrawer.model.ProfileSettingDrawerItem;
|
2015-10-12 14:44:01 +02:00
|
|
|
import com.mikepenz.materialdrawer.model.SwitchDrawerItem;
|
2015-08-05 19:48:41 +02:00
|
|
|
import com.mikepenz.materialdrawer.model.interfaces.IDrawerItem;
|
|
|
|
import com.mikepenz.materialdrawer.model.interfaces.IProfile;
|
|
|
|
import com.mikepenz.materialdrawer.model.interfaces.Nameable;
|
2015-10-12 14:44:01 +02:00
|
|
|
import com.mikepenz.materialdrawer.model.interfaces.OnCheckedChangeListener;
|
2015-10-06 12:51:09 +02:00
|
|
|
|
2015-08-28 13:49:53 +02:00
|
|
|
import org.slf4j.Logger;
|
|
|
|
import org.slf4j.LoggerFactory;
|
2015-08-05 19:48:41 +02:00
|
|
|
|
2015-09-11 07:59:39 +02:00
|
|
|
import java.io.Serializable;
|
2015-10-31 07:49:03 +01:00
|
|
|
import java.lang.ref.WeakReference;
|
2015-08-05 19:48:41 +02:00
|
|
|
import java.util.ArrayList;
|
2015-11-22 12:28:31 +01:00
|
|
|
import java.util.Collection;
|
|
|
|
import java.util.List;
|
2015-08-05 19:48:41 +02:00
|
|
|
|
2015-10-18 21:47:07 +02:00
|
|
|
import ch.dissem.apps.abit.listener.ActionBarListener;
|
|
|
|
import ch.dissem.apps.abit.listener.ListSelectionListener;
|
2015-10-31 07:49:03 +01:00
|
|
|
import ch.dissem.apps.abit.service.BitmessageService;
|
2015-10-12 14:44:01 +02:00
|
|
|
import ch.dissem.apps.abit.service.Singleton;
|
|
|
|
import ch.dissem.apps.abit.synchronization.Authenticator;
|
|
|
|
import ch.dissem.bitmessage.entity.BitmessageAddress;
|
|
|
|
import ch.dissem.bitmessage.entity.Plaintext;
|
|
|
|
import ch.dissem.bitmessage.entity.valueobject.Label;
|
2015-10-23 22:40:09 +02:00
|
|
|
import ch.dissem.bitmessage.ports.AddressRepository;
|
|
|
|
import ch.dissem.bitmessage.ports.MessageRepository;
|
2015-10-12 14:44:01 +02:00
|
|
|
|
2015-10-31 07:49:03 +01:00
|
|
|
import static ch.dissem.apps.abit.service.BitmessageService.DATA_FIELD_IDENTITY;
|
|
|
|
import static ch.dissem.apps.abit.service.BitmessageService.MSG_START_NODE;
|
|
|
|
import static ch.dissem.apps.abit.service.BitmessageService.MSG_STOP_NODE;
|
2015-10-12 14:44:01 +02:00
|
|
|
import static ch.dissem.apps.abit.synchronization.StubProvider.AUTHORITY;
|
|
|
|
|
2015-08-05 19:48:41 +02:00
|
|
|
|
|
|
|
/**
|
|
|
|
* An activity representing a list of Messages. This activity
|
|
|
|
* has different presentations for handset and tablet-size devices. On
|
|
|
|
* handsets, the activity presents a list of items, which when touched,
|
|
|
|
* lead to a {@link MessageDetailActivity} representing
|
|
|
|
* item details. On tablets, the activity presents the list of items and
|
|
|
|
* item details side-by-side using two vertical panes.
|
|
|
|
* <p>
|
|
|
|
* The activity makes heavy use of fragments. The list of items is a
|
|
|
|
* {@link MessageListFragment} and the item details
|
|
|
|
* (if present) is a {@link MessageDetailFragment}.
|
|
|
|
* </p><p>
|
|
|
|
* This activity also implements the required
|
2015-09-11 07:59:39 +02:00
|
|
|
* {@link ListSelectionListener} interface
|
2015-08-05 19:48:41 +02:00
|
|
|
* to listen for item selections.
|
|
|
|
* </p>
|
|
|
|
*/
|
2015-11-22 12:28:31 +01:00
|
|
|
public class MainActivity extends AppCompatActivity
|
2015-09-11 07:59:39 +02:00
|
|
|
implements ListSelectionListener<Serializable>, ActionBarListener {
|
2015-09-04 08:19:07 +02:00
|
|
|
public static final String EXTRA_SHOW_MESSAGE = "ch.dissem.abit.ShowMessage";
|
|
|
|
public static final String ACTION_SHOW_INBOX = "ch.dissem.abit.ShowInbox";
|
2015-08-28 13:49:53 +02:00
|
|
|
|
2015-11-22 12:28:31 +01:00
|
|
|
private static final Logger LOG = LoggerFactory.getLogger(MainActivity.class);
|
2015-10-31 07:49:03 +01:00
|
|
|
private static final long SYNC_FREQUENCY = 15 * 60; // seconds
|
2015-08-05 19:48:41 +02:00
|
|
|
private static final int ADD_IDENTITY = 1;
|
|
|
|
|
|
|
|
/**
|
|
|
|
* Whether or not the activity is in two-pane mode, i.e. running on a tablet
|
|
|
|
* device.
|
|
|
|
*/
|
|
|
|
private boolean twoPane;
|
|
|
|
|
2015-10-31 07:49:03 +01:00
|
|
|
private static IncomingHandler incomingHandler = new IncomingHandler();
|
|
|
|
private static Messenger messenger = new Messenger(incomingHandler);
|
|
|
|
private static Messenger service;
|
|
|
|
private static boolean bound;
|
|
|
|
private static ServiceConnection connection = new ServiceConnection() {
|
2015-10-23 22:40:09 +02:00
|
|
|
@Override
|
|
|
|
public void onServiceConnected(ComponentName name, IBinder service) {
|
2015-11-22 12:28:31 +01:00
|
|
|
MainActivity.service = new Messenger(service);
|
|
|
|
MainActivity.bound = true;
|
2015-10-23 22:40:09 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
@Override
|
|
|
|
public void onServiceDisconnected(ComponentName name) {
|
|
|
|
service = null;
|
|
|
|
bound = false;
|
|
|
|
}
|
|
|
|
};
|
|
|
|
|
2015-08-05 19:48:41 +02:00
|
|
|
private Label selectedLabel;
|
|
|
|
|
2015-10-23 22:40:09 +02:00
|
|
|
private MessageRepository messageRepo;
|
|
|
|
private AddressRepository addressRepo;
|
2015-11-11 21:03:03 +01:00
|
|
|
private BitmessageAddress selectedIdentity;
|
2015-10-23 22:40:09 +02:00
|
|
|
|
2015-08-05 19:48:41 +02:00
|
|
|
@Override
|
|
|
|
protected void onCreate(Bundle savedInstanceState) {
|
|
|
|
super.onCreate(savedInstanceState);
|
2015-10-23 22:40:09 +02:00
|
|
|
messageRepo = Singleton.getMessageRepository(this);
|
|
|
|
addressRepo = Singleton.getAddressRepository(this);
|
2015-11-22 12:28:31 +01:00
|
|
|
List<Label> labels = messageRepo.getLabels();
|
|
|
|
if (selectedLabel == null) {
|
|
|
|
selectedLabel = labels.get(0);
|
|
|
|
}
|
2015-08-05 19:48:41 +02:00
|
|
|
|
|
|
|
setContentView(R.layout.activity_message_list);
|
|
|
|
|
2015-08-14 17:25:05 +02:00
|
|
|
final Toolbar toolbar = (Toolbar) findViewById(R.id.toolbar);
|
2015-08-05 19:48:41 +02:00
|
|
|
setSupportActionBar(toolbar);
|
|
|
|
|
2015-09-11 07:59:39 +02:00
|
|
|
MessageListFragment listFragment = new MessageListFragment();
|
|
|
|
getSupportFragmentManager().beginTransaction().replace(R.id.item_list, listFragment).commit();
|
|
|
|
|
2015-08-05 19:48:41 +02:00
|
|
|
if (findViewById(R.id.message_detail_container) != null) {
|
|
|
|
// The detail container view will be present only in the
|
|
|
|
// large-screen layouts (res/values-large and
|
|
|
|
// res/values-sw600dp). If this view is present, then the
|
|
|
|
// activity should be in two-pane mode.
|
|
|
|
twoPane = true;
|
2015-10-08 14:11:45 +02:00
|
|
|
|
|
|
|
// In two-pane mode, list items should be given the
|
|
|
|
// 'activated' state when touched.
|
|
|
|
listFragment.setActivateOnItemClick(true);
|
2015-08-05 19:48:41 +02:00
|
|
|
}
|
|
|
|
|
2015-11-22 12:28:31 +01:00
|
|
|
createDrawer(toolbar, labels);
|
2015-08-05 19:48:41 +02:00
|
|
|
|
2015-09-04 08:19:07 +02:00
|
|
|
Singleton.getMessageListener(this).resetNotification();
|
|
|
|
|
|
|
|
// handle intents
|
|
|
|
if (getIntent().hasExtra(EXTRA_SHOW_MESSAGE)) {
|
2015-10-06 12:51:09 +02:00
|
|
|
onItemSelected(getIntent().getSerializableExtra(EXTRA_SHOW_MESSAGE));
|
|
|
|
}
|
2015-10-08 14:11:45 +02:00
|
|
|
|
2015-10-12 14:44:01 +02:00
|
|
|
createSyncAccount();
|
2015-10-08 14:11:45 +02:00
|
|
|
}
|
|
|
|
|
2015-10-12 14:44:01 +02:00
|
|
|
private void createSyncAccount() {
|
|
|
|
// Create account, if it's missing. (Either first run, or user has deleted account.)
|
|
|
|
Account account = new Account(Authenticator.ACCOUNT_NAME, Authenticator.ACCOUNT_TYPE);
|
|
|
|
|
|
|
|
if (AccountManager.get(this).addAccountExplicitly(account, null, null)) {
|
|
|
|
// Inform the system that this account supports sync
|
|
|
|
ContentResolver.setIsSyncable(account, AUTHORITY, 1);
|
|
|
|
// Inform the system that this account is eligible for auto sync when the network is up
|
|
|
|
ContentResolver.setSyncAutomatically(account, AUTHORITY, true);
|
|
|
|
// Recommend a schedule for automatic synchronization. The system may modify this based
|
|
|
|
// on other scheduled syncs and network utilization.
|
|
|
|
ContentResolver.addPeriodicSync(account, AUTHORITY, new Bundle(), SYNC_FREQUENCY);
|
2015-10-08 14:11:45 +02:00
|
|
|
}
|
2015-08-05 19:48:41 +02:00
|
|
|
}
|
|
|
|
|
2015-09-11 07:59:39 +02:00
|
|
|
private void changeList(AbstractItemListFragment<?> listFragment) {
|
|
|
|
getSupportFragmentManager()
|
|
|
|
.beginTransaction()
|
|
|
|
.replace(R.id.item_list, listFragment)
|
|
|
|
.addToBackStack(null)
|
|
|
|
.commit();
|
|
|
|
|
|
|
|
if (twoPane) {
|
|
|
|
// In two-pane mode, list items should be given the
|
|
|
|
// 'activated' state when touched.
|
|
|
|
listFragment.setActivateOnItemClick(true);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2015-11-22 12:28:31 +01:00
|
|
|
private void createDrawer(Toolbar toolbar, Collection<Label> labels) {
|
2015-08-05 19:48:41 +02:00
|
|
|
final ArrayList<IProfile> profiles = new ArrayList<>();
|
2015-10-23 22:40:09 +02:00
|
|
|
for (BitmessageAddress identity : addressRepo.getIdentities()) {
|
2015-08-28 13:49:53 +02:00
|
|
|
LOG.info("Adding identity " + identity.getAddress());
|
2015-08-05 19:48:41 +02:00
|
|
|
profiles.add(new ProfileDrawerItem()
|
2015-09-04 08:19:07 +02:00
|
|
|
.withIcon(new Identicon(identity))
|
2015-08-05 19:48:41 +02:00
|
|
|
.withName(identity.toString())
|
|
|
|
.withEmail(identity.getAddress())
|
|
|
|
.withTag(identity)
|
|
|
|
);
|
|
|
|
}
|
|
|
|
profiles.add(new ProfileSettingDrawerItem()
|
|
|
|
.withName("Add Identity")
|
|
|
|
.withDescription("Create new identity")
|
|
|
|
.withIcon(new IconicsDrawable(this, GoogleMaterial.Icon.gmd_add)
|
|
|
|
.actionBar()
|
|
|
|
.paddingDp(5)
|
|
|
|
.colorRes(R.color.icons))
|
|
|
|
.withIdentifier(ADD_IDENTITY)
|
|
|
|
);
|
|
|
|
profiles.add(new ProfileSettingDrawerItem()
|
2015-08-14 17:25:05 +02:00
|
|
|
.withName(getString(R.string.manage_identity))
|
2015-08-05 19:48:41 +02:00
|
|
|
.withIcon(GoogleMaterial.Icon.gmd_settings)
|
|
|
|
);
|
|
|
|
// Create the AccountHeader
|
2015-10-31 07:49:03 +01:00
|
|
|
AccountHeader accountHeader = new AccountHeaderBuilder()
|
2015-08-05 19:48:41 +02:00
|
|
|
.withActivity(this)
|
|
|
|
.withHeaderBackground(R.drawable.header)
|
|
|
|
.withProfiles(profiles)
|
|
|
|
.withOnAccountHeaderListener(new AccountHeader.OnAccountHeaderListener() {
|
|
|
|
@Override
|
|
|
|
public boolean onProfileChanged(View view, IProfile profile, boolean currentProfile) {
|
|
|
|
if (profile.getIdentifier() == ADD_IDENTITY) {
|
2015-10-23 22:40:09 +02:00
|
|
|
try {
|
|
|
|
Message message = Message.obtain(null, BitmessageService.MSG_CREATE_IDENTITY);
|
|
|
|
message.replyTo = messenger;
|
|
|
|
service.send(message);
|
|
|
|
} catch (RemoteException e) {
|
|
|
|
LOG.error(e.getMessage(), e);
|
2015-08-05 19:48:41 +02:00
|
|
|
}
|
2015-11-11 21:03:03 +01:00
|
|
|
} else if (profile instanceof ProfileDrawerItem) {
|
|
|
|
Object tag = ((ProfileDrawerItem) profile).getTag();
|
|
|
|
if (tag instanceof BitmessageAddress) {
|
|
|
|
selectedIdentity = (BitmessageAddress) tag;
|
|
|
|
}
|
2015-08-05 19:48:41 +02:00
|
|
|
}
|
|
|
|
// false if it should close the drawer
|
|
|
|
return false;
|
|
|
|
}
|
|
|
|
})
|
|
|
|
.build();
|
2015-11-11 21:03:03 +01:00
|
|
|
if (profiles.size() > 0) {
|
|
|
|
accountHeader.setActiveProfile(profiles.get(0), true);
|
|
|
|
}
|
2015-10-31 07:49:03 +01:00
|
|
|
incomingHandler.updateAccountHeader(accountHeader);
|
2015-08-05 19:48:41 +02:00
|
|
|
|
|
|
|
ArrayList<IDrawerItem> drawerItems = new ArrayList<>();
|
2015-11-22 12:28:31 +01:00
|
|
|
for (Label label : labels) {
|
2015-09-06 17:45:21 +02:00
|
|
|
PrimaryDrawerItem item = new PrimaryDrawerItem().withName(label.toString()).withTag(label);
|
2015-11-11 21:03:03 +01:00
|
|
|
if (label.getType() == null) {
|
|
|
|
item.withIcon(CommunityMaterial.Icon.cmd_label);
|
|
|
|
} else {
|
|
|
|
switch (label.getType()) {
|
|
|
|
case INBOX:
|
|
|
|
item.withIcon(GoogleMaterial.Icon.gmd_inbox);
|
|
|
|
break;
|
|
|
|
case DRAFT:
|
|
|
|
item.withIcon(CommunityMaterial.Icon.cmd_file);
|
|
|
|
break;
|
|
|
|
case SENT:
|
|
|
|
item.withIcon(CommunityMaterial.Icon.cmd_send);
|
|
|
|
break;
|
|
|
|
case BROADCAST:
|
|
|
|
item.withIcon(CommunityMaterial.Icon.cmd_rss);
|
|
|
|
break;
|
|
|
|
case UNREAD:
|
|
|
|
item.withIcon(GoogleMaterial.Icon.gmd_markunread_mailbox);
|
|
|
|
break;
|
|
|
|
case TRASH:
|
|
|
|
item.withIcon(GoogleMaterial.Icon.gmd_delete);
|
|
|
|
break;
|
|
|
|
default:
|
|
|
|
item.withIcon(CommunityMaterial.Icon.cmd_label);
|
|
|
|
}
|
2015-09-06 17:45:21 +02:00
|
|
|
}
|
|
|
|
drawerItems.add(item);
|
2015-08-05 19:48:41 +02:00
|
|
|
}
|
2015-10-12 16:00:43 +02:00
|
|
|
drawerItems.add(new PrimaryDrawerItem()
|
|
|
|
.withName(R.string.archive)
|
|
|
|
.withTag(null)
|
|
|
|
.withIcon(CommunityMaterial.Icon.cmd_archive)
|
|
|
|
);
|
|
|
|
|
2015-08-05 19:48:41 +02:00
|
|
|
|
|
|
|
new DrawerBuilder()
|
|
|
|
.withActivity(this)
|
|
|
|
.withToolbar(toolbar)
|
|
|
|
.withAccountHeader(accountHeader)
|
|
|
|
.withDrawerItems(drawerItems)
|
|
|
|
.addStickyDrawerItems(
|
2015-10-12 14:44:01 +02:00
|
|
|
new PrimaryDrawerItem()
|
2015-11-11 21:03:03 +01:00
|
|
|
.withName(R.string.contacts_and_subscriptions)
|
|
|
|
.withIcon(GoogleMaterial.Icon.gmd_contacts),
|
2015-10-12 14:44:01 +02:00
|
|
|
new PrimaryDrawerItem()
|
2015-08-05 19:48:41 +02:00
|
|
|
.withName(R.string.settings)
|
2015-10-12 14:44:01 +02:00
|
|
|
.withIcon(GoogleMaterial.Icon.gmd_settings),
|
|
|
|
new SwitchDrawerItem()
|
|
|
|
.withName(R.string.full_node)
|
|
|
|
.withIcon(CommunityMaterial.Icon.cmd_cloud_outline)
|
2015-10-24 20:59:24 +02:00
|
|
|
.withChecked(BitmessageService.isRunning())
|
2015-10-12 14:44:01 +02:00
|
|
|
.withOnCheckedChangeListener(new OnCheckedChangeListener() {
|
|
|
|
@Override
|
|
|
|
public void onCheckedChanged(IDrawerItem drawerItem, CompoundButton buttonView, boolean isChecked) {
|
2015-10-24 20:59:24 +02:00
|
|
|
if (messenger != null) {
|
|
|
|
if (isChecked) {
|
|
|
|
try {
|
|
|
|
service.send(Message.obtain(null, MSG_START_NODE));
|
|
|
|
} catch (RemoteException e) {
|
|
|
|
LOG.error(e.getMessage(), e);
|
|
|
|
}
|
|
|
|
} else {
|
|
|
|
try {
|
|
|
|
service.send(Message.obtain(null, MSG_STOP_NODE));
|
|
|
|
} catch (RemoteException e) {
|
|
|
|
LOG.error(e.getMessage(), e);
|
|
|
|
}
|
2015-10-23 22:40:09 +02:00
|
|
|
}
|
2015-10-21 16:43:13 +02:00
|
|
|
}
|
2015-10-12 14:44:01 +02:00
|
|
|
}
|
|
|
|
})
|
2015-08-05 19:48:41 +02:00
|
|
|
)
|
|
|
|
.withOnDrawerItemClickListener(new Drawer.OnDrawerItemClickListener() {
|
|
|
|
@Override
|
|
|
|
public boolean onItemClick(AdapterView<?> adapterView, View view, int i, long l, IDrawerItem item) {
|
|
|
|
if (item.getTag() instanceof Label) {
|
|
|
|
selectedLabel = (Label) item.getTag();
|
2015-10-18 21:47:07 +02:00
|
|
|
showSelectedLabel();
|
2015-09-11 07:59:39 +02:00
|
|
|
return false;
|
2015-08-05 19:48:41 +02:00
|
|
|
} else if (item instanceof Nameable<?>) {
|
|
|
|
Nameable<?> ni = (Nameable<?>) item;
|
|
|
|
switch (ni.getNameRes()) {
|
2015-11-11 21:03:03 +01:00
|
|
|
case R.string.contacts_and_subscriptions:
|
2015-09-11 07:59:39 +02:00
|
|
|
if (!(getSupportFragmentManager().findFragmentById(R.id.item_list) instanceof SubscriptionListFragment)) {
|
|
|
|
changeList(new SubscriptionListFragment());
|
|
|
|
} else {
|
|
|
|
((SubscriptionListFragment) getSupportFragmentManager()
|
|
|
|
.findFragmentById(R.id.item_list)).updateList();
|
|
|
|
}
|
2015-08-14 17:25:05 +02:00
|
|
|
break;
|
2015-08-05 19:48:41 +02:00
|
|
|
case R.string.settings:
|
2015-11-22 12:28:31 +01:00
|
|
|
startActivity(new Intent(MainActivity.this, SettingsActivity.class));
|
2015-08-05 19:48:41 +02:00
|
|
|
break;
|
2015-10-18 21:47:07 +02:00
|
|
|
case R.string.archive:
|
|
|
|
selectedLabel = null;
|
|
|
|
showSelectedLabel();
|
|
|
|
break;
|
2015-10-12 14:44:01 +02:00
|
|
|
case R.string.full_node:
|
|
|
|
return true;
|
2015-08-05 19:48:41 +02:00
|
|
|
}
|
|
|
|
}
|
|
|
|
return false;
|
|
|
|
}
|
|
|
|
})
|
2015-09-11 07:59:39 +02:00
|
|
|
.withCloseOnClick(true)
|
2015-08-05 19:48:41 +02:00
|
|
|
.build();
|
|
|
|
}
|
|
|
|
|
2015-10-18 21:47:07 +02:00
|
|
|
private void showSelectedLabel() {
|
|
|
|
if (getSupportFragmentManager().findFragmentById(R.id.item_list) instanceof MessageListFragment) {
|
|
|
|
((MessageListFragment) getSupportFragmentManager()
|
|
|
|
.findFragmentById(R.id.item_list)).updateList(selectedLabel);
|
|
|
|
} else {
|
2015-10-23 22:40:09 +02:00
|
|
|
MessageListFragment listFragment = new MessageListFragment();
|
2015-10-18 21:47:07 +02:00
|
|
|
changeList(listFragment);
|
|
|
|
listFragment.updateList(selectedLabel);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2015-08-05 19:48:41 +02:00
|
|
|
/**
|
2015-09-11 07:59:39 +02:00
|
|
|
* Callback method from {@link ListSelectionListener}
|
2015-08-05 19:48:41 +02:00
|
|
|
* indicating that the item with the given ID was selected.
|
|
|
|
*/
|
|
|
|
@Override
|
2015-09-11 07:59:39 +02:00
|
|
|
public void onItemSelected(Serializable item) {
|
2015-08-05 19:48:41 +02:00
|
|
|
if (twoPane) {
|
|
|
|
// In two-pane mode, show the detail view in this activity by
|
|
|
|
// adding or replacing the detail fragment using a
|
|
|
|
// fragment transaction.
|
|
|
|
Bundle arguments = new Bundle();
|
2015-09-11 07:59:39 +02:00
|
|
|
arguments.putSerializable(MessageDetailFragment.ARG_ITEM, item);
|
|
|
|
Fragment fragment;
|
|
|
|
if (item instanceof Plaintext)
|
|
|
|
fragment = new MessageDetailFragment();
|
|
|
|
else if (item instanceof BitmessageAddress)
|
|
|
|
fragment = new SubscriptionDetailFragment();
|
|
|
|
else
|
|
|
|
throw new IllegalArgumentException("Plaintext or BitmessageAddress expected, but was "
|
|
|
|
+ item.getClass().getSimpleName());
|
2015-08-05 19:48:41 +02:00
|
|
|
fragment.setArguments(arguments);
|
|
|
|
getSupportFragmentManager().beginTransaction()
|
|
|
|
.replace(R.id.message_detail_container, fragment)
|
|
|
|
.commit();
|
|
|
|
} else {
|
|
|
|
// In single-pane mode, simply start the detail activity
|
|
|
|
// for the selected item ID.
|
2015-09-11 07:59:39 +02:00
|
|
|
Intent detailIntent;
|
|
|
|
if (item instanceof Plaintext)
|
|
|
|
detailIntent = new Intent(this, MessageDetailActivity.class);
|
|
|
|
else if (item instanceof BitmessageAddress)
|
|
|
|
detailIntent = new Intent(this, SubscriptionDetailActivity.class);
|
|
|
|
else
|
|
|
|
throw new IllegalArgumentException("Plaintext or BitmessageAddress expected, but was "
|
|
|
|
+ item.getClass().getSimpleName());
|
|
|
|
|
|
|
|
detailIntent.putExtra(MessageDetailFragment.ARG_ITEM, item);
|
2015-08-05 19:48:41 +02:00
|
|
|
startActivity(detailIntent);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2015-09-06 17:45:21 +02:00
|
|
|
@Override
|
|
|
|
public void updateTitle(CharSequence title) {
|
2015-10-18 21:47:07 +02:00
|
|
|
//noinspection ConstantConditions
|
2015-09-06 17:45:21 +02:00
|
|
|
getSupportActionBar().setTitle(title);
|
|
|
|
}
|
|
|
|
|
2015-08-05 19:48:41 +02:00
|
|
|
public Label getSelectedLabel() {
|
|
|
|
return selectedLabel;
|
|
|
|
}
|
2015-08-28 13:49:53 +02:00
|
|
|
|
2015-10-23 22:40:09 +02:00
|
|
|
@Override
|
|
|
|
protected void onStart() {
|
|
|
|
super.onStart();
|
|
|
|
bindService(new Intent(this, BitmessageService.class), connection, Context.BIND_AUTO_CREATE);
|
|
|
|
}
|
|
|
|
|
|
|
|
@Override
|
|
|
|
protected void onStop() {
|
|
|
|
if (bound) {
|
|
|
|
unbindService(connection);
|
|
|
|
bound = false;
|
|
|
|
}
|
|
|
|
super.onStop();
|
|
|
|
}
|
|
|
|
|
2015-11-11 21:03:03 +01:00
|
|
|
public BitmessageAddress getSelectedIdentity() {
|
|
|
|
return selectedIdentity;
|
|
|
|
}
|
|
|
|
|
2015-10-31 07:49:03 +01:00
|
|
|
private static class IncomingHandler extends Handler {
|
|
|
|
private WeakReference<AccountHeader> accountHeaderRef;
|
|
|
|
|
|
|
|
private IncomingHandler() {
|
|
|
|
accountHeaderRef = new WeakReference<>(null);
|
|
|
|
}
|
|
|
|
|
2015-11-11 21:03:03 +01:00
|
|
|
public void updateAccountHeader(AccountHeader accountHeader) {
|
2015-10-31 07:49:03 +01:00
|
|
|
accountHeaderRef = new WeakReference<>(accountHeader);
|
|
|
|
}
|
|
|
|
|
2015-10-23 22:40:09 +02:00
|
|
|
@Override
|
|
|
|
public void handleMessage(Message msg) {
|
|
|
|
switch (msg.what) {
|
2015-10-25 09:50:40 +01:00
|
|
|
case BitmessageService.MSG_CREATE_IDENTITY: {
|
2015-10-31 07:49:03 +01:00
|
|
|
AccountHeader accountHeader = accountHeaderRef.get();
|
|
|
|
if (accountHeader == null) break;
|
|
|
|
|
2015-10-25 09:50:40 +01:00
|
|
|
Serializable data = msg.getData().getSerializable(DATA_FIELD_IDENTITY);
|
|
|
|
if (data instanceof BitmessageAddress) {
|
|
|
|
BitmessageAddress identity = (BitmessageAddress) data;
|
|
|
|
IProfile newProfile = new ProfileDrawerItem()
|
|
|
|
.withName(identity.toString())
|
|
|
|
.withEmail(identity.getAddress())
|
|
|
|
.withTag(identity);
|
|
|
|
if (accountHeader.getProfiles() != null) {
|
|
|
|
//we know that there are 2 setting elements. set the new profile above them ;)
|
|
|
|
accountHeader.addProfile(newProfile, accountHeader.getProfiles().size() - 2);
|
|
|
|
} else {
|
|
|
|
accountHeader.addProfiles(newProfile);
|
|
|
|
}
|
2015-10-23 22:40:09 +02:00
|
|
|
}
|
|
|
|
break;
|
2015-10-25 09:50:40 +01:00
|
|
|
}
|
2015-10-23 22:40:09 +02:00
|
|
|
default:
|
|
|
|
super.handleMessage(msg);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
2015-08-05 19:48:41 +02:00
|
|
|
}
|