Commit Graph

35 Commits

Author SHA1 Message Date
Sebastian Kaspari 9efb7b8e4a Disable input if not connected 2010-03-10 23:12:01 +01:00
Sebastian Kaspari 6d8cbb6ff4 Remember selected conversation in server object 2010-03-10 22:56:44 +01:00
Sebastian Kaspari 7174eb356e Don't show conversation name at top if ServerInfo view is selected 2010-03-10 22:52:48 +01:00
Sebastian Kaspari ec85ac51b7 Ignore empty messages entered 2010-03-10 22:17:53 +01:00
Sebastian Kaspari 9d7e360e7c Scroll to new conversations on create 2010-03-10 22:10:40 +01:00
Sebastian Kaspari 09cb4af8f3 Yaaic now handles private queries :) 2010-03-10 21:34:20 +01:00
Sebastian Kaspari 046342dcd2 ServerActivity now uses conversations instead of channels 2010-03-10 20:56:14 +01:00
Sebastian Kaspari 0342c6ea7f some cleanup 2010-03-10 08:57:37 +01:00
Sebastian Kaspari ed23e0e6dc Implemented command: /quit [<reason>] 2010-03-09 23:46:32 +01:00
Sebastian Kaspari d5e72638d1 Check for commands and parse them 2010-03-09 19:46:02 +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 d43b76c51d Some refactoring 2010-03-09 00:00:53 +01:00
Sebastian Kaspari fa53df0f41 Removed even more dead code 2010-03-08 23:57:38 +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 63dfbc0034 Push channel events to switched view if needed 2010-03-08 21:44:42 +01:00
Sebastian Kaspari 7ce77cf119 Some documentation 2010-03-08 21:38:29 +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 808f56d978 Strip mIRC colors and formatting from messages 2010-03-06 21:05:23 +01:00
Sebastian Kaspari 83099580b8 Add context to message's render() method for importing drawables 2010-03-06 18:59:46 +01:00
Sebastian Kaspari ddf80644bd Use message objects instead of strings 2010-03-06 17:52:22 +01:00
Sebastian Kaspari c8772cea66 ServerActivity: Only handle broadcasts for the assigned server 2010-03-05 19:54:04 +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 5fe3e01f30 Add channel name to CHANNEL_NEW and CHANNEL_REMOVE broadcasts 2010-03-05 14:25:33 +01:00
Sebastian Kaspari 3b991b3733 Show channel name in debug toast 2010-03-02 20: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 4414f5ab7c ChannelListener and ChannelReceiver 2010-03-02 20:18:44 +01:00
Sebastian Kaspari 13efdb5938 imports 2010-03-02 20:04:07 +01:00
Sebastian Kaspari 1eee92fc30 Refactored nearly everything 2009-12-17 21:27:57 +01:00