Commit Graph

15 Commits

Author SHA1 Message Date
Sebastian Kaspari 705ad8c00a MessageListAdapter: cache field lookups 2010-03-21 16:06:52 +01:00
Sebastian Kaspari ee417675a7 MessageListAdapter: Removed synchronized from addMessage() 2010-03-21 15:31:36 +01:00
Sebastian Kaspari ac3fe7bb57 Removed synchronized list from MessageListAdapter 2010-03-21 15:29:42 +01:00
Sebastian Kaspari 63fa7910d0 Remove old messages from the conversation view if messages.count() > HISTORY_SIZE 2010-03-14 00:04:18 +01:00
Sebastian Kaspari 1bce5e1fc9 Added 2010 ;) 2010-03-13 16:52:20 +01:00
Sebastian Kaspari 0a5ded2e99 identation 2010-03-12 20:35:25 +01:00
Sebastian Kaspari 733ecd7d96 Do not expose complete history list, make the history accessible via index - see issue 2 2010-03-11 23:46:11 +01:00
Sebastian Kaspari 14ca3e0668 Synchronized all LinkedLists - see issue 2 2010-03-11 23:41:31 +01:00
Sebastian Kaspari e7a903851e Remove channel views on part 2010-03-11 01:10:21 +01:00
Sebastian Kaspari 35f430ad9b MessageListAdapter: Synchonize the addMessage() method as the LinkedList may throw an ConcurrentModificationException 2010-03-10 23:27:24 +01:00
Sebastian Kaspari b8043453bd Don't write name into ServerInfo view (as there's no name) 2010-03-10 22:48:21 +01:00
Sebastian Kaspari d1e6b0ffa8 MessageListAdapter now uses conversations instead of channels 2010-03-10 20:46:07 +01:00
Sebastian Kaspari 8dda8861e1 Show name of selected channel at the top 2010-03-09 02:11:34 +01:00
Sebastian Kaspari 59b590a2ee Clear message buffer if view has been build from history 2010-03-08 21:59:38 +01:00
Sebastian Kaspari add973918d Using a ListView with TextViews instead of a lot of SpannableStrings in one TextView for Messages; Fixed a not closed database cursor problem 2010-03-08 21:36:36 +01:00