Added lastConnected timestamp to Contact, for display in contact list.

This commit is contained in:
akwizgran
2013-02-27 15:12:01 +00:00
parent b4de633823
commit 1e8a8d985d
5 changed files with 152 additions and 37 deletions

View File

@@ -81,7 +81,7 @@ public abstract class DatabaseComponentTest extends BriarTestCase {
timestamp = System.currentTimeMillis();
size = 1234;
raw = new byte[size];
contact = new Contact(contactId, contactName);
contact = new Contact(contactId, contactName, timestamp);
message = new TestMessage(messageId, null, groupId, authorId, subject,
timestamp, raw);
privateMessage = new TestMessage(messageId, null, null, null, subject,