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

89 Commits

Author SHA1 Message Date
Sebastian Kaspari
ce81dbb956 Define a custom quit message in the settings 2010-06-26 17:57:10 +02:00
Sebastian Kaspari
0924d7bc82 Conversation: Filter status update by priority 2010-05-12 10:52:34 +02:00
Sebastian Kaspari
dbb522370c Conversation: setStatus(), getStatus() and constants Conversation.STATUS_* 2010-05-12 10:29:16 +02:00
Sebastian Kaspari
21c0f7c9f1 Extra: Added Extra.USER and Extra.ACTION 2010-04-25 19:32:46 +02:00
Sebastian Kaspari
887b3e5977 Added Extra.MESSAGE 2010-04-25 15:28:41 +02:00
Sebastian Kaspari
2db27f5b87 Added Extra.COMMANDS 2010-04-25 12:19:04 +02:00
Sebastian Kaspari
53bc6c3bd8 Server: Added setConnectCommands(), getConnectCommands() 2010-04-25 12:06:39 +02:00
Sebastian Kaspari
4a03127366 Server: setAutoJoinChannels(), getAutojoinChannels() 2010-04-25 11:21:25 +02:00
Sebastian Kaspari
68079baff8 AddChannelActivity: Get channel list from AddServerActivity and return edited list 2010-04-25 10:53:29 +02:00
Sebastian Kaspari
e15c5d6c19 Settings: isReconnectEnabled() 2010-04-17 22:56:51 +02:00
Sebastian Kaspari
648ffc8eda Scrollback: Go only back if there's at least one message 2010-04-14 20:46:13 +02:00
Sebastian Kaspari
512ddacaf5 Merge branch 'ssl_support' 2010-04-14 19:58:41 +02:00
Sebastian Kaspari
d36ec2673e Discovered recursion \o/ 2010-04-13 22:52:41 +02:00
Sebastian Kaspari
03fb5b882c Server: getCurrentChannelNames() no returns ArrayList<String> 2010-04-13 22:02:31 +02:00
Sebastian Kaspari
f3a3afcd13 Server: getCurrentChannelNames() 2010-04-13 21:55:25 +02:00
Sebastian Kaspari
15863cabd1 Server: setUseSSL(), useSSL() 2010-04-13 19:19:08 +02:00
Sebastian Kaspari
420d7df0b1 Scrollback class for scrollback history 2010-04-12 20:40:56 +02:00
Sebastian Kaspari
340049f44c Implemented simple UsersActivity to show list of users currently in a channel 2010-04-06 22:45:32 +02:00
Sebastian Kaspari
d65a2ecbcb Fixed another timestamp bug (12h format) 2010-04-06 00:37:16 +02:00
Sebastian Kaspari
4ad678603e Fixed timestamp for 12h time format 2010-04-06 00:21:39 +02:00
Sebastian Kaspari
3e891ec1f9 Added charset support to the server class 2010-04-05 18:46:33 +02:00
Sebastian Kaspari
c7b95570da Removed comment, conversations.values() returns a sorted list as we use a LinkedHashMap 2010-04-01 01:20:27 +02:00
Sebastian Kaspari
a056b56855 Message: Direct access icon property instead of using getter 2010-04-01 01:07:30 +02:00
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
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
c63c332158 Conversation: Get the complete buffer 2010-03-21 16:37:19 +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
9a89262714 Removed tags 2010-03-21 15:52:57 +01:00
Sebastian Kaspari
5e3ddc30c2 Removed synchronized list from Conversation class 2010-03-21 15:33:09 +01:00
Sebastian Kaspari
8bfe1d1a75 Bugfix: Do not try to connect on resume 2010-03-21 15:26:11 +01:00
Sebastian Kaspari
54e8d9ac10 Fixed timestamps - save timestamp persitent in message object 2010-03-18 22:10:19 +01:00
Sebastian Kaspari
9f19c0b7ac (Fixed issue 5) store message adapter in conversation and reuse it 2010-03-17 19:32:27 +01:00
Sebastian Kaspari
eb150c52e0 Broadcast helper: Broadcast.createConversationIntent() 2010-03-14 22:20:39 +01:00
Sebastian Kaspari
ce98d23b77 Renamed ChannelReceiver to ConversationReceiver 2010-03-14 22:13:23 +01:00
Sebastian Kaspari
5140646fd4 Fixed timestamp. Prefix number with 0 if they are < 10 2010-03-14 01:07:11 +01:00
Sebastian Kaspari
63fa7910d0 Remove old messages from the conversation view if messages.count() > HISTORY_SIZE 2010-03-14 00:04:18 +01:00
Sebastian Kaspari
5f3948e6c5 Ignore case of conversation's name 2010-03-13 23:46:35 +01:00
Sebastian Kaspari
d321e2930f Post unknown messages to the server info window 2010-03-13 21:16:32 +01:00
Sebastian Kaspari
58bd63debd Server: restore defaults on clearConversations() 2010-03-13 20:18:24 +01:00
Sebastian Kaspari
ee60c3c386 New Settings: prefix messages with timestamp, use 24h or 12h time format 2010-03-13 20:15:09 +01:00
Sebastian Kaspari
7d9a727fa0 Settings helper class 2010-03-13 19:56:42 +01:00
Sebastian Kaspari
7183c1c06c Settings Activity and co. 2010-03-13 19:56:32 +01:00
Sebastian Kaspari
1bce5e1fc9 Added 2010 ;) 2010-03-13 16:52:20 +01:00
Sebastian Kaspari
7d55a03a02 Server: setPassword() getPassword() 2010-03-13 16:44:05 +01:00
Sebastian Kaspari
5b54d66f70 Server: Use a LinkedHashMap to archive a predictable order 2010-03-13 15:51:39 +01:00
Sebastian Kaspari
7ec5499541 Server: methods to attach an identity to a server 2010-03-13 14:45:45 +01:00
Sebastian Kaspari
7c48f907d9 First implementation of the Identity class 2010-03-13 13:41:10 +01:00
Sebastian Kaspari
0a5ded2e99 identation 2010-03-12 20:35:25 +01:00