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

74 Commits

Author SHA1 Message Date
Sebastian Kaspari
c5eef56151 Some adjustments in render() 2010-03-06 19:20:17 +01:00
Sebastian Kaspari
0a222994b3 imports 2010-03-06 19:19:34 +01:00
Sebastian Kaspari
7c3394d7e2 Disabled onMode() as it will double events (e.g. onOp() and onMode() will be called) 2010-03-06 19:19:19 +01:00
Sebastian Kaspari
84d43391c9 Added icons to some irc events 2010-03-06 19:15:27 +01:00
Sebastian Kaspari
6ad46fa916 Added message icons (silk icons from famfamfam.com) 2010-03-06 19:14:08 +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
25020e3329 Add context to message's render() method for importing drawables 2010-03-06 18:59:05 +01:00
Sebastian Kaspari
4e97dd2295 Added icon support to messages 2010-03-06 18:58:27 +01:00
Sebastian Kaspari
e90c438158 Some text adjustments 2010-03-06 18:22:44 +01:00
Sebastian Kaspari
1bb2de3dcb PircBot fixes 2010-03-06 17:52:58 +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
91bb9ca15a debug tag 2010-03-05 20:05:52 +01:00
Sebastian Kaspari
c8772cea66 ServerActivity: Only handle broadcasts for the assigned server 2010-03-05 19:54:04 +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
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
39293ad3fc ChannelContainer to group a channel object with a channel view 2010-03-05 14:21:39 +01:00
Sebastian Kaspari
3b991b3733 Show channel name in debug toast 2010-03-02 20:34:05 +01:00
Sebastian Kaspari
c2755bd40c (IRCConnection) Implemented: onDeop() onDevoice() onInvite() onVoice() 2010-03-02 20:31:54 +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
db3554de49 Implemented IRCConnection.onTopic() 2010-03-02 19:59:37 +01:00
Sebastian Kaspari
9d1410b8e2 Implemented IRCConnection.onPart() 2010-03-02 19:54:34 +01:00
Sebastian Kaspari
8432a6ad4d Implemented IRCConnection.onOp() 2010-03-02 19:52:49 +01:00
Sebastian Kaspari
de26ddb967 Implemented IRCConnection.onMode() 2010-03-02 19:48:59 +01:00
Sebastian Kaspari
a7999d549a Implemented IRCConnection.onMessage() 2010-03-02 19:48:12 +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
da70bcd515 identation fix 2010-03-02 19:27:58 +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
25875a5101 Added methods for irc events 2010-03-02 18:42:44 +01:00
Sebastian Kaspari
1eee92fc30 Refactored nearly everything 2009-12-17 21:27:57 +01:00
Sebastian Kaspari
fa3ddfd718 Hide features that will be implemented later 2009-11-20 19:27:02 +01:00
Sebastian Kaspari
823fe6050b Moving local stuff to .git/info/exclude 2009-11-20 19:26:25 +01:00
Sebastian Kaspari
25637485f9 Some more refactoring 2009-11-20 18:51:11 +01:00
Sebastian Kaspari
4b7c6c9754 Added minSdkVersion line (Android 1.6) 2009-11-20 18:49:24 +01:00
Sebastian Kaspari
e58d2cc84b just some reorganization 2009-11-20 18:45:30 +01:00
Sebastian Kaspari
4733db66f1 Remove auto-genereated file 2009-11-20 18:41:39 +01:00
Sebastian Kaspari
7669bb4f61 Will build for Android 1.6 2009-11-20 18:37:20 +01:00
Sebastian Kaspari
4d7fcbf01d Reorganized file structure 2009-11-20 17:08:57 +01:00
Sebastian Kaspari
af6236d15e About text 2009-05-30 17:53:49 +02:00
Sebastian Kaspari
03e1d5bbee default.properties and changed .classpath for android 1.5 readyness 2009-05-30 17:41:34 +02:00
Sebastian Kaspari
8c0e8d80d4 remove .svn junk 2009-05-30 16:33:13 +02:00