1
0
mirror of https://github.com/moparisthebest/Yaaic synced 2024-08-13 16:53:50 -04:00
Commit Graph

32 Commits

Author SHA1 Message Date
Sebastian Kaspari
abc75c068a Disabled vertical fading for conversation views 2010-03-12 00:31:02 +01:00
Sebastian Kaspari
986325ceef Changed scrollbar style of conversation view 2010-03-12 00:16:42 +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
5517660011 DeckAdapter now uses conversations instead of channels 2010-03-10 20:45:56 +01:00
Sebastian Kaspari
8dda8861e1 Show name of selected channel at the top 2010-03-09 02:11:34 +01:00
Sebastian Kaspari
691f3b3982 Get channel view from channel list and not from a (broken) cache 2010-03-09 01:57:22 +01:00
Sebastian Kaspari
7a46c98e6c Show entered message and post to channel 2010-03-09 00:30:17 +01:00
Sebastian Kaspari
fa53df0f41 Removed even more dead code 2010-03-08 23:57:38 +01:00
Sebastian Kaspari
3a7ad82cce Removed dead code 2010-03-08 23:56:40 +01:00
Sebastian Kaspari
e2848d505a calculate channel preview size on base of parent's size 2010-03-08 23:56:14 +01:00
Sebastian Kaspari
f3b6587310 scroll to bottom if message view is created 2010-03-08 22:32:49 +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
ecfa10f483 Hide divider and remove line break on channel messages 2010-03-08 21:54:20 +01:00
Sebastian Kaspari
63dfbc0034 Push channel events to switched view if needed 2010-03-08 21:44:42 +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
Sebastian Kaspari
a84a8ef51c imports 2010-03-08 19:55:32 +01:00
Sebastian Kaspari
60b0df6c26 Added autoscrolling to channel switcher 2010-03-07 01:01:35 +01:00
Sebastian Kaspari
b57a9c369c Channel View: Use Monospace Font (11) and a padding of 5 2010-03-06 20:24:15 +01:00
Sebastian Kaspari
0a222994b3 imports 2010-03-06 19:19:34 +01:00
Sebastian Kaspari
25020e3329 Add context to message's render() method for importing drawables 2010-03-06 18:59:05 +01:00
Sebastian Kaspari
e90c438158 Some text adjustments 2010-03-06 18:22:44 +01:00
Sebastian Kaspari
ddf80644bd Use message objects instead of strings 2010-03-06 17:52:22 +01:00
Sebastian Kaspari
9367d44220 Remove channels on disconnect 2010-03-05 19:43:02 +01:00
Sebastian Kaspari
ef8ddfa227 Single channel view on channel selection 2010-03-05 19:34:05 +01:00
Sebastian Kaspari
c1f392bf08 Show messages in channel canvas 2010-03-05 16:25:15 +01:00
Sebastian Kaspari
ebf72421cb Use a gallery for switching channels 2010-03-05 15:56:57 +01:00
Sebastian Kaspari
1eee92fc30 Refactored nearly everything 2009-12-17 21:27:57 +01:00