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

384 Commits

Author SHA1 Message Date
Sebastian Kaspari
60f4412096 Merge branch 'master' into optimization
Conflicts:
	src/org/yaaic/activity/ConversationActivity.java
	src/org/yaaic/irc/IRCService.java
2010-03-29 22:04:38 +02:00
kell
caa2739bde Merge branch 'master' of git://github.com/pocmo/Yaaic 2010-03-29 21:58:40 +02:00
Sebastian Kaspari
c20e671f94 Merged service branch 2010-03-29 21:50:36 +02:00
Sebastian Kaspari
5fc8788a19 Persistent service if connected to a server 2010-03-29 21:48:23 +02:00
Sebastian Kaspari
f628af987b Imports 2010-03-27 11:10:28 +01:00
Sebastian Kaspari
239a8c0c2d Merge branch 'master' of git://github.com/kell/Yaaic into integration 2010-03-26 19:31:28 +01:00
kell
98019b363f Merge branch 'master' of git://github.com/pocmo/Yaaic 2010-03-26 19:30:02 +01:00
Sebastian Kaspari
2cf955ab8a QueryHandler: Use broadcast type: CONVERSATION_MESSAGE 2010-03-26 19:08:28 +01:00
Sebastian Kaspari
7827554659 NoticeHandler: Use broadcast type: CONVERSATION_MESSAGE 2010-03-26 19:08:00 +01:00
Sebastian Kaspari
9e38863944 MeHandler: Use broadcast type: CONVERSATION_MESSAGE 2010-03-26 19:07:31 +01:00
Sebastian Kaspari
e4db5e012f EchoHandler: Use broadcast type: CONVERSATION_MESSAGE 2010-03-26 19:06:59 +01:00
Sebastian Kaspari
f25d68f101 IRCBinder: Use broadcast type: CONVERSATION_MESSAGE 2010-03-26 19:05:55 +01:00
kell
6d01720ca6 added getDescription and help command 2010-03-26 19:05:37 +01:00
Sebastian Kaspari
4c5ba9a620 NamesHandler: Use broadcast type: CONVERSATION_MESSAGE 2010-03-26 19:03:43 +01:00
Sebastian Kaspari
13dde9ed03 Imports 2010-03-24 21:55:41 +01:00
Sebastian Kaspari
9efeb5b8af CommandParser: Implemented server commands whitelist 2010-03-24 21:17:12 +01:00
Sebastian Kaspari
507b3b422b CommandParser: Splitted handling of client/server/unknown commands 2010-03-24 21:06:23 +01:00
Sebastian Kaspari
3fdd183373 IRCConnection: Use Broadcast helpers (Should be reviewed) 2010-03-24 19:46:49 +01:00
Sebastian Kaspari
b482afa305 Using Broadcast helpers... 2010-03-24 19:35:46 +01:00
Sebastian Kaspari
c66eeecb0b CommandParser and CommandHandlers: Use Broadcast helper methods 2010-03-24 19:31:59 +01:00
Sebastian Kaspari
976ef4f598 Broadcast: Helper methods use Extra.* 2010-03-24 19:27:32 +01:00
Sebastian Kaspari
db06f5450d New class for bundle params (org.yaaic.model.Extra) 2010-03-24 19:26:38 +01:00
Sebastian Kaspari
381601d521 New helper: Broadcast.createServerIntent() 2010-03-24 19:23:07 +01:00
Sebastian Kaspari
acb09a3b8a Moved activities to org.yaaic.activity package 2010-03-24 18:48:38 +01:00
Sebastian Kaspari
6e2c835869 ConversationActivity: Small changes in onKeyDown() (also removed onBackPressed()) 2010-03-24 18:44:17 +01:00
Sebastian Kaspari
41cf6b60d0 permanent service with notification icon, stop service if not needed (work in progress) 2010-03-21 19:57:30 +01:00
Sebastian Kaspari
3c5cad2c46 MessageListAdapter: Add a bunch of messages via addBulkMessages() 2010-03-21 16:38:29 +01:00
Sebastian Kaspari
6996b4acee ConversationActivity: Cache field lookups and add buffer via bulk method 2010-03-21 16:37:56 +01:00
Sebastian Kaspari
c63c332158 Conversation: Get the complete buffer 2010-03-21 16:37:19 +01:00
Sebastian Kaspari
04e496dc98 NamesHandler: cache field lookup 2010-03-21 16:36:44 +01:00
Sebastian Kaspari
b855bb8790 Yaaic: cache field lookup 2010-03-21 16:36:16 +01:00
Sebastian Kaspari
d62dcf86bd Conversation: get complete history instead of one element at a time 2010-03-21 16:08:27 +01:00
Sebastian Kaspari
705ad8c00a MessageListAdapter: cache field lookups 2010-03-21 16:06:52 +01:00
Sebastian Kaspari
e3d13a3880 DeckAdapter: cache field lookups 2010-03-21 16:05:52 +01:00
Sebastian Kaspari
9a89262714 Removed tags 2010-03-21 15:52:57 +01:00
Sebastian Kaspari
50346ef5f5 Removed logging from yaaic 2010-03-21 15:51:08 +01:00
Sebastian Kaspari
81c24c5128 Removed logging from PircBot 2010-03-21 15:42:53 +01:00
Sebastian Kaspari
5e3ddc30c2 Removed synchronized list from Conversation class 2010-03-21 15:33:09 +01:00
Sebastian Kaspari
ee417675a7 MessageListAdapter: Removed synchronized from addMessage() 2010-03-21 15:31:36 +01:00
Sebastian Kaspari
ac3fe7bb57 Removed synchronized list from MessageListAdapter 2010-03-21 15:29:42 +01:00
Sebastian Kaspari
df86967d69 Removed synchronized list from Deckadapter 2010-03-21 15:29:26 +01:00
Sebastian Kaspari
8bfe1d1a75 Bugfix: Do not try to connect on resume 2010-03-21 15:26:11 +01:00
Sebastian Kaspari
9fa17f6a35 bumped version to 0.2 2010-03-20 23:19:06 +01:00
Sebastian Kaspari
926bd9168a Cannot add messages to adapter in a differen thread 2010-03-20 23:15:52 +01:00
Sebastian Kaspari
e0793a3bfa ConversationActivity: Update status in onResume() 2010-03-20 23:15:29 +01:00
Sebastian Kaspari
710c7749f1 Ignore server response 332 and 333 2010-03-20 23:12:17 +01:00
Sebastian Kaspari
ffe3aed48c Set cache color hint 2010-03-20 22:51:18 +01:00
Sebastian Kaspari
2a679baf6e Do more work on threads 2010-03-20 22:39:42 +01:00
Sebastian Kaspari
6da41e633a Small adjustments to the irc event messages 2010-03-20 22:06:49 +01:00
Sebastian Kaspari
5ff4c85226 Remove colors/formatting from topic 2010-03-20 22:02:04 +01:00