Commit Graph

33 Commits

Author SHA1 Message Date
Sebastian Kaspari d9755926ec Server class uses conversations instead of channels 2010-03-10 20:33:43 +01:00
Sebastian Kaspari 396f1ad4d9 First basic implementation of a query model class 2010-03-10 09:37:48 +01:00
Sebastian Kaspari 38564ad644 Conversation: Added abstract method getType() and added constants TYPE_* 2010-03-10 09:37:31 +01:00
Sebastian Kaspari 1c128cc682 Channel now inherits from Conversation 2010-03-10 09:32:20 +01:00
Sebastian Kaspari 3b8f6ee494 Remember channel's topic and print on /topic 2010-03-09 23:35:40 +01:00
Sebastian Kaspari 2c60fec377 Channel: Removed dead code 2010-03-09 23:07:28 +01:00
Sebastian Kaspari ff1ccb7aea Fixed bug in Channel.pollBufferedMessages() - Messages were polled in the wrong order 2010-03-09 20:22:19 +01:00
Sebastian Kaspari 6b8b1d25b9 Fixed identation for messages with icons 2010-03-09 00:33:35 +01:00
Sebastian Kaspari d43b76c51d Some refactoring 2010-03-09 00:00:53 +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 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 9fb8460b6d Added yellow to message colors 2010-03-06 20:59:22 +01:00
Sebastian Kaspari b5c248e5c7 Added posibility to set colors for messages 2010-03-06 20:52:54 +01:00
Sebastian Kaspari 0d0173f2e6 Added a space between text and icon 2010-03-06 20:37:58 +01:00
Sebastian Kaspari a75539c344 Only prefix message with a space if there's an icon to show 2010-03-06 20:33:09 +01:00
Sebastian Kaspari bd932234f5 Only prefix message with a space if there's an icon to show 2010-03-06 20:32:49 +01:00
Sebastian Kaspari b1e7a35acf Message: render(): Dynamic icon size 2010-03-06 19:31:24 +01:00
Sebastian Kaspari c5eef56151 Some adjustments in render() 2010-03-06 19:20:17 +01:00
Sebastian Kaspari 4e97dd2295 Added icon support to messages 2010-03-06 18:58:27 +01:00
Sebastian Kaspari ddf80644bd Use message objects instead of strings 2010-03-06 17:52:22 +01:00
Sebastian Kaspari fca84d3075 First implementation of org.yaaic.model.Message 2010-03-06 17:16:35 +01:00
Sebastian Kaspari 38fe74fcc9 Send server id on CHANNEL broadcasts 2010-03-05 19:47:55 +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 a361f957db Send channel name as extra on CHANNEL_MESSAGE broadcast 2010-03-02 20:28:32 +01:00
Sebastian Kaspari 13efdb5938 imports 2010-03-02 20:04:07 +01:00
Sebastian Kaspari db5ac3a467 Implemented IRCConnection.onKick() 2010-03-02 19:47:43 +01:00
Sebastian Kaspari 9d90a2d40e Implemented IRCConnection.onJoin() 2010-03-02 19:43:27 +01:00
Sebastian Kaspari 7445f51422 Implemented IRCConnection.onAction() 2010-03-02 19:40:05 +01:00
Sebastian Kaspari 3c8e02c9dd First simple channel model 2010-03-02 19:27:35 +01:00
Sebastian Kaspari 98eb8a36cf Broadcast events for channel and user actions 2010-03-02 18:43:10 +01:00
Sebastian Kaspari 1eee92fc30 Refactored nearly everything 2009-12-17 21:27:57 +01:00