Commit Graph

  • c5dc8115d2 Implemented command: /topic <topic> Sebastian Kaspari 2010-03-09 23:26:56 +0100
  • 2b2500ee38 Log to android debug log instead of standard output Sebastian Kaspari 2010-03-09 23:20:16 +0100
  • 6548cbe894 Implemented command: /echo <text> Sebastian Kaspari 2010-03-09 23:14:02 +0100
  • 2c60fec377 Channel: Removed dead code Sebastian Kaspari 2010-03-09 23:07:28 +0100
  • 218b2a8ed5 Implemented onQuit() event for other users Sebastian Kaspari 2010-03-09 22:42:12 +0100
  • 608ea2e614 Pircbot Patch: Call onQuit() before removing the user. Otherwise we do not know which channels the user was on Sebastian Kaspari 2010-03-09 22:41:01 +0100
  • 7ee8984f9a Implemented command: /names Sebastian Kaspari 2010-03-09 22:25:54 +0100
  • 2dd9d4a3e8 Implemented /me <action> Sebastian Kaspari 2010-03-09 22:14:39 +0100
  • ea4e90fb60 BaseCommand: New helpers: mergeParams(String[]), mergeParams(String[], int) Sebastian Kaspari 2010-03-09 22:14:07 +0100
  • 3abf251c36 New command syntax: /command <param> [<optional>] Sebastian Kaspari 2010-03-09 22:00:04 +0100
  • dee13c82bf Implemented onNickChange IRC event Sebastian Kaspari 2010-03-09 21:58:05 +0100
  • 995ba53319 Implemented /join channel [key] Sebastian Kaspari 2010-03-09 20:24:33 +0100
  • ff1ccb7aea Fixed bug in Channel.pollBufferedMessages() - Messages were polled in the wrong order Sebastian Kaspari 2010-03-09 20:22:19 +0100
  • 8cec5b100d CommandParser: imports Sebastian Kaspari 2010-03-09 20:13:53 +0100
  • 9b572792ea Commands can throw CommandExceptions Sebastian Kaspari 2010-03-09 20:13:29 +0100
  • 4c3fb69a02 Implemented the first command: /nick Sebastian Kaspari 2010-03-09 19:58:51 +0100
  • 3dc268219d BaseCommand: source documentation Sebastian Kaspari 2010-03-09 19:55:16 +0100
  • d5e72638d1 Check for commands and parse them Sebastian Kaspari 2010-03-09 19:46:02 +0100
  • 8dda8861e1 Show name of selected channel at the top Sebastian Kaspari 2010-03-09 02:11:34 +0100
  • 691f3b3982 Get channel view from channel list and not from a (broken) cache Sebastian Kaspari 2010-03-09 01:57:22 +0100
  • 6b8b1d25b9 Fixed identation for messages with icons Sebastian Kaspari 2010-03-09 00:33:35 +0100
  • 7a46c98e6c Show entered message and post to channel Sebastian Kaspari 2010-03-09 00:30:17 +0100
  • d43b76c51d Some refactoring Sebastian Kaspari 2010-03-09 00:00:53 +0100
  • fa53df0f41 Removed even more dead code Sebastian Kaspari 2010-03-08 23:57:38 +0100
  • 3a7ad82cce Removed dead code Sebastian Kaspari 2010-03-08 23:56:40 +0100
  • e2848d505a calculate channel preview size on base of parent's size Sebastian Kaspari 2010-03-08 23:56:14 +0100
  • d740fb6365 Deleted old default icons Sebastian Kaspari 2010-03-08 23:51:10 +0100
  • df4568d976 Added an input line to the server/channel view - amazing! ;) Sebastian Kaspari 2010-03-08 23:48:56 +0100
  • fefd5271de Added temporary (ugly) icon ;) Sebastian Kaspari 2010-03-08 23:06:01 +0100
  • f3b6587310 scroll to bottom if message view is created Sebastian Kaspari 2010-03-08 22:32:49 +0100
  • 3950d9db23 Just a smaller server title on server view Sebastian Kaspari 2010-03-08 22:12:02 +0100
  • 59b590a2ee Clear message buffer if view has been build from history Sebastian Kaspari 2010-03-08 21:59:38 +0100
  • ecfa10f483 Hide divider and remove line break on channel messages Sebastian Kaspari 2010-03-08 21:54:20 +0100
  • 63dfbc0034 Push channel events to switched view if needed Sebastian Kaspari 2010-03-08 21:44:42 +0100
  • 7ce77cf119 Some documentation Sebastian Kaspari 2010-03-08 21:38:29 +0100
  • add973918d Using a ListView with TextViews instead of a lot of SpannableStrings in one TextView for Messages; Fixed a not closed database cursor problem Sebastian Kaspari 2010-03-08 21:36:36 +0100
  • a84a8ef51c imports Sebastian Kaspari 2010-03-08 19:55:32 +0100
  • 72fdf44e5e ChannelContainer class is not used Sebastian Kaspari 2010-03-08 19:53:53 +0100
  • 6906073a91 Added references about PircBot and the Silk icons Sebastian Kaspari 2010-03-07 10:02:15 +0100
  • 60b0df6c26 Added autoscrolling to channel switcher Sebastian Kaspari 2010-03-07 01:01:35 +0100
  • 808f56d978 Strip mIRC colors and formatting from messages Sebastian Kaspari 2010-03-06 21:05:23 +0100
  • 9fb8460b6d Added yellow to message colors Sebastian Kaspari 2010-03-06 20:59:22 +0100
  • 082bc6f5bd Added colors to some IRC events Sebastian Kaspari 2010-03-06 20:58:53 +0100
  • b5c248e5c7 Added posibility to set colors for messages Sebastian Kaspari 2010-03-06 20:52:54 +0100
  • 0d0173f2e6 Added a space between text and icon Sebastian Kaspari 2010-03-06 20:37:58 +0100
  • 48e5771e05 resized icons, icon size for messages is 10x10 Sebastian Kaspari 2010-03-06 20:37:20 +0100
  • a75539c344 Only prefix message with a space if there's an icon to show Sebastian Kaspari 2010-03-06 20:33:09 +0100
  • bd932234f5 Only prefix message with a space if there's an icon to show Sebastian Kaspari 2010-03-06 20:32:49 +0100
  • b57a9c369c Channel View: Use Monospace Font (11) and a padding of 5 Sebastian Kaspari 2010-03-06 20:24:15 +0100
  • b1e7a35acf Message: render(): Dynamic icon size Sebastian Kaspari 2010-03-06 19:31:24 +0100
  • c5eef56151 Some adjustments in render() Sebastian Kaspari 2010-03-06 19:20:17 +0100
  • 0a222994b3 imports Sebastian Kaspari 2010-03-06 19:19:34 +0100
  • 7c3394d7e2 Disabled onMode() as it will double events (e.g. onOp() and onMode() will be called) Sebastian Kaspari 2010-03-06 19:19:19 +0100
  • 84d43391c9 Added icons to some irc events Sebastian Kaspari 2010-03-06 19:15:27 +0100
  • 6ad46fa916 Added message icons (silk icons from famfamfam.com) Sebastian Kaspari 2010-03-06 19:14:08 +0100
  • 83099580b8 Add context to message's render() method for importing drawables Sebastian Kaspari 2010-03-06 18:59:46 +0100
  • 25020e3329 Add context to message's render() method for importing drawables Sebastian Kaspari 2010-03-06 18:59:05 +0100
  • 4e97dd2295 Added icon support to messages Sebastian Kaspari 2010-03-06 18:58:27 +0100
  • e90c438158 Some text adjustments Sebastian Kaspari 2010-03-06 18:22:44 +0100
  • 1bb2de3dcb PircBot fixes Sebastian Kaspari 2010-03-06 17:52:58 +0100
  • ddf80644bd Use message objects instead of strings Sebastian Kaspari 2010-03-06 17:52:22 +0100
  • fca84d3075 First implementation of org.yaaic.model.Message Sebastian Kaspari 2010-03-06 17:16:35 +0100
  • 91bb9ca15a debug tag Sebastian Kaspari 2010-03-05 20:05:52 +0100
  • c8772cea66 ServerActivity: Only handle broadcasts for the assigned server Sebastian Kaspari 2010-03-05 19:54:04 +0100
  • 38fe74fcc9 Send server id on CHANNEL broadcasts Sebastian Kaspari 2010-03-05 19:47:19 +0100
  • 9367d44220 Remove channels on disconnect Sebastian Kaspari 2010-03-05 19:43:02 +0100
  • ef8ddfa227 Single channel view on channel selection Sebastian Kaspari 2010-03-05 19:34:05 +0100
  • c1f392bf08 Show messages in channel canvas Sebastian Kaspari 2010-03-05 16:25:15 +0100
  • ebf72421cb Use a gallery for switching channels Sebastian Kaspari 2010-03-05 15:56:57 +0100
  • 5fe3e01f30 Add channel name to CHANNEL_NEW and CHANNEL_REMOVE broadcasts Sebastian Kaspari 2010-03-05 14:25:33 +0100
  • 39293ad3fc ChannelContainer to group a channel object with a channel view Sebastian Kaspari 2010-03-05 14:21:39 +0100
  • 3b991b3733 Show channel name in debug toast Sebastian Kaspari 2010-03-02 20:34:05 +0100
  • c2755bd40c (IRCConnection) Implemented: onDeop() onDevoice() onInvite() onVoice() Sebastian Kaspari 2010-03-02 20:31:54 +0100
  • a361f957db Send channel name as extra on CHANNEL_MESSAGE broadcast Sebastian Kaspari 2010-03-02 20:28:32 +0100
  • 4414f5ab7c ChannelListener and ChannelReceiver Sebastian Kaspari 2010-03-02 20:18:44 +0100
  • 13efdb5938 imports Sebastian Kaspari 2010-03-02 20:04:07 +0100
  • db3554de49 Implemented IRCConnection.onTopic() Sebastian Kaspari 2010-03-02 19:59:37 +0100
  • 9d1410b8e2 Implemented IRCConnection.onPart() Sebastian Kaspari 2010-03-02 19:54:34 +0100
  • 8432a6ad4d Implemented IRCConnection.onOp() Sebastian Kaspari 2010-03-02 19:52:49 +0100
  • de26ddb967 Implemented IRCConnection.onMode() Sebastian Kaspari 2010-03-02 19:48:59 +0100
  • a7999d549a Implemented IRCConnection.onMessage() Sebastian Kaspari 2010-03-02 19:48:12 +0100
  • db5ac3a467 Implemented IRCConnection.onKick() Sebastian Kaspari 2010-03-02 19:47:43 +0100
  • 9d90a2d40e Implemented IRCConnection.onJoin() Sebastian Kaspari 2010-03-02 19:43:27 +0100
  • 7445f51422 Implemented IRCConnection.onAction() Sebastian Kaspari 2010-03-02 19:40:05 +0100
  • da70bcd515 identation fix Sebastian Kaspari 2010-03-02 19:27:58 +0100
  • 3c8e02c9dd First simple channel model Sebastian Kaspari 2010-03-02 19:27:35 +0100
  • 98eb8a36cf Broadcast events for channel and user actions Sebastian Kaspari 2010-03-02 18:43:10 +0100
  • 25875a5101 Added methods for irc events Sebastian Kaspari 2010-03-02 18:42:44 +0100
  • 1eee92fc30 Refactored nearly everything Sebastian Kaspari 2009-12-17 21:27:57 +0100
  • fa3ddfd718 Hide features that will be implemented later Sebastian Kaspari 2009-11-20 19:27:02 +0100
  • 823fe6050b Moving local stuff to .git/info/exclude Sebastian Kaspari 2009-11-20 19:26:25 +0100
  • 25637485f9 Some more refactoring Sebastian Kaspari 2009-11-20 18:51:11 +0100
  • 4b7c6c9754 Added minSdkVersion line (Android 1.6) Sebastian Kaspari 2009-11-20 18:49:24 +0100
  • e58d2cc84b just some reorganization Sebastian Kaspari 2009-11-20 18:45:30 +0100
  • 4733db66f1 Remove auto-genereated file Sebastian Kaspari 2009-11-20 18:41:39 +0100
  • 7669bb4f61 Will build for Android 1.6 Sebastian Kaspari 2009-11-20 18:37:20 +0100
  • 4d7fcbf01d Reorganized file structure Sebastian Kaspari 2009-11-20 17:08:57 +0100
  • af6236d15e About text Sebastian Kaspari 2009-05-30 17:53:49 +0200
  • 03e1d5bbee default.properties and changed .classpath for android 1.5 readyness Sebastian Kaspari 2009-05-30 17:41:34 +0200
  • 8c0e8d80d4 remove .svn junk Sebastian Kaspari 2009-05-30 16:33:13 +0200