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

354 Commits

Author SHA1 Message Date
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
Sebastian Kaspari
251bee24f7 Only resize MessageListView if in delegate mode 2010-03-20 21:56:15 +01:00
Sebastian Kaspari
76222eefd3 Resize MessageListView if parent's size has changed (fixing layout on using soft keyboard) 2010-03-20 21:49:46 +01:00
Sebastian Kaspari
70c9ab644b Moved connect from ServersActivity to ConversationActivity for faster responses 2010-03-20 20:21:51 +01:00
Sebastian Kaspari
3ca4ea981c Start ConversationActivity without requesting a result 2010-03-20 20:14:15 +01:00
Sebastian Kaspari
97eae1f4f0 ServersActivity: do not update data set before starting another activity 2010-03-20 20:09:42 +01:00
Sebastian Kaspari
9b6f97844a highlight message (red) if current nickname is used 2010-03-20 19:36:41 +01:00
Sebastian Kaspari
b94f7cc789 Removed response code from server response messages 2010-03-20 18:31:43 +01:00
Sebastian Kaspari
8869590fad Added small border around conversations 2010-03-20 18:30:29 +01:00
Sebastian Kaspari
2dd47f3bb8 Hide server response 353 and 366 2010-03-20 18:12:30 +01:00
Sebastian Kaspari
e28c09e704 Add/Edit server: server title should be unique 2010-03-20 17:52:42 +01:00
Sebastian Kaspari
0a4a6be5fd There's no import activity 2010-03-20 17:40:52 +01:00
Sebastian Kaspari
be2584f5fe Handle irc:// uris 2010-03-20 16:32:42 +01:00
Sebastian Kaspari
d5d294a5aa Imports 2010-03-20 15:56:43 +01:00
Sebastian Kaspari
cb7473b93c Use UTF-8 as default charset 2010-03-20 15:47:57 +01:00
Sebastian Kaspari
b41017ce93 Only update message list adapter on resume if existing 2010-03-20 15:44:34 +01:00
Sebastian Kaspari
7e36456b7a Possibility to edit already existing servers 2010-03-20 15:44:05 +01:00
Sebastian Kaspari
cfe90d718f ConversationActivity: Fill views with buffered messages on resume 2010-03-18 22:37:37 +01:00
Sebastian Kaspari
54e8d9ac10 Fixed timestamps - save timestamp persitent in message object 2010-03-18 22:10:19 +01:00
Sebastian Kaspari
d0cbb77f5f Show server responses but skip some messages 2010-03-18 21:33:20 +01:00
Sebastian Kaspari
d721599351 Always scroll if not using full channel view 2010-03-18 20:26:04 +01:00
Sebastian Kaspari
61d1713a56 Show own invites in selected conversation 2010-03-18 19:53:20 +01:00
Sebastian Kaspari
91536b1609 Implemented IRC events: onSetPrivate() onRemovePrivate() 2010-03-18 19:49:52 +01:00
Sebastian Kaspari
f40480d773 Implemented IRC events: onSetModerated() onRemoveModerated() 2010-03-18 19:48:11 +01:00
Sebastian Kaspari
75fb9c419c Implemented IRC events: onSetInviteOnly() onRemoveInviteOnly() 2010-03-18 19:46:09 +01:00
Sebastian Kaspari
50af2687ae Implemented IRC events: onSetNoExternalMessages() onRemoveNoExternalMessages() 2010-03-18 19:43:54 +01:00
Sebastian Kaspari
8d8e3691a4 Implemented IRC events: onSetTopicProtection() onRemoveTopicProtection() 2010-03-18 19:41:38 +01:00
Sebastian Kaspari
438a7e5d3e Implemented IRC events: onSetChannelBan() onRemoveChannelBan() 2010-03-18 19:38:55 +01:00
Sebastian Kaspari
8f6f7c7c74 /mode can be used when no channel is selected 2010-03-18 00:25:29 +01:00
Sebastian Kaspari
ffaba5e25d Send unknown commands to the server 2010-03-18 00:14:29 +01:00
Sebastian Kaspari
1b2461f8fe Added command: /mode <channel> <mode> 2010-03-18 00:04:50 +01:00