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

270 Commits

Author SHA1 Message Date
Sebastian Kaspari
031c042d50 Show error if user is not connected but sends a message 2010-03-10 23:53:39 +01:00
Sebastian Kaspari
0570e3d638 Reload serverlist on resume() (Server status may has been updated) 2010-03-10 23:48:21 +01:00
Sebastian Kaspari
d92403d4a6 Manifest: Changed ServerActivity to ConversationActivity 2010-03-10 23:47:42 +01:00
Sebastian Kaspari
be872c25c7 Renamed ServerActivity to ConversationActivity to prevent confusion (ServerActivity <-> ServersActivity) 2010-03-10 23:30:59 +01:00
Sebastian Kaspari
fa9cdd5f1d ServerActivity: register for server broadcasts and update view 2010-03-10 23:28:49 +01:00
Sebastian Kaspari
35f430ad9b MessageListAdapter: Synchonize the addMessage() method as the LinkedList may throw an ConcurrentModificationException 2010-03-10 23:27:24 +01:00
Sebastian Kaspari
3a3e4ae822 Only connect on click if not already connected or connecting 2010-03-10 23:17:22 +01:00
Sebastian Kaspari
9efb7b8e4a Disable input if not connected 2010-03-10 23:12:01 +01:00
Sebastian Kaspari
ac48ee9aae Directly jump to server view on click and watch the client connecting 2010-03-10 23:09:39 +01:00
Sebastian Kaspari
dda143186b Implemented onNotice() event 2010-03-10 23:06:40 +01:00
Sebastian Kaspari
6d8cbb6ff4 Remember selected conversation in server object 2010-03-10 22:56:44 +01:00
Sebastian Kaspari
7174eb356e Don't show conversation name at top if ServerInfo view is selected 2010-03-10 22:52:48 +01:00
Sebastian Kaspari
b8043453bd Don't write name into ServerInfo view (as there's no name) 2010-03-10 22:48:21 +01:00
Sebastian Kaspari
6e99800a21 Added ServerInfo window 2010-03-10 22:42:05 +01:00
Sebastian Kaspari
ec85ac51b7 Ignore empty messages entered 2010-03-10 22:17:53 +01:00
Sebastian Kaspari
e0284da95f Added aliases /j and /q 2010-03-10 22:15:20 +01:00
Sebastian Kaspari
9d7e360e7c Scroll to new conversations on create 2010-03-10 22:10:40 +01:00
Sebastian Kaspari
1c44a4e7bd Implemented command: /query <nickname> 2010-03-10 22:07:35 +01:00
Sebastian Kaspari
94f624360d Open a new query if it doesnt exist on "external" action (/me) 2010-03-10 21:46:12 +01:00
Sebastian Kaspari
2f97adaf30 Handle "external" actions (/me) in queries 2010-03-10 21:40:49 +01:00
Sebastian Kaspari
09cb4af8f3 Yaaic now handles private queries :) 2010-03-10 21:34:20 +01:00
Sebastian Kaspari
9a702f5d1a Check conversation type on handler execution where needed 2010-03-10 21:14:20 +01:00
Sebastian Kaspari
7863ee8aa2 ChannelReceiver now uses conversations instead of channels 2010-03-10 21:12:21 +01:00
Sebastian Kaspari
3104603543 IRCConnection now uses conversations instead of channels 2010-03-10 21:12:07 +01:00
Sebastian Kaspari
cf891d8371 ServersActivity now uses conversations instead of channels 2010-03-10 21:11:10 +01:00
Sebastian Kaspari
9e94638f14 ChannelListener now uses conversations instead of channels 2010-03-10 21:06:42 +01:00
Sebastian Kaspari
9259ae2afd All handlers now use conversations instead of channels 2010-03-10 21:06:18 +01:00
Sebastian Kaspari
47ee4d1d6e CommandParser now uses conversations instead of channels 2010-03-10 20:58:37 +01:00
Sebastian Kaspari
d30360b606 BaseHandler now uses conversations instead of channels 2010-03-10 20:58:11 +01:00
Sebastian Kaspari
046342dcd2 ServerActivity now uses conversations instead of channels 2010-03-10 20:56:14 +01:00
Sebastian Kaspari
d1e6b0ffa8 MessageListAdapter now uses conversations instead of channels 2010-03-10 20:46:07 +01:00
Sebastian Kaspari
5517660011 DeckAdapter now uses conversations instead of channels 2010-03-10 20:45:56 +01:00
Sebastian Kaspari
d9755926ec Server class uses conversations instead of channels 2010-03-10 20:33:43 +01:00
Sebastian Kaspari
396f1ad4d9 First basic implementation of a query model class 2010-03-10 09:37:48 +01:00
Sebastian Kaspari
38564ad644 Conversation: Added abstract method getType() and added constants TYPE_* 2010-03-10 09:37:31 +01:00
Sebastian Kaspari
1c128cc682 Channel now inherits from Conversation 2010-03-10 09:32:20 +01:00
Sebastian Kaspari
64c7ad2f45 Moved command handlers to org.yaaic.command.handler and renamend them. 2010-03-10 09:01:49 +01:00
Sebastian Kaspari
0342c6ea7f some cleanup 2010-03-10 08:57:37 +01:00
Sebastian Kaspari
c52cc6a1f8 Implemented command: /kick <nickname> 2010-03-10 08:57:16 +01:00
Sebastian Kaspari
6ecbac45af Added op, voice, deop, devoice commands to command parser 2010-03-09 23:59:40 +01:00
Sebastian Kaspari
2b895d855c Implemented command: /voice <nickname> 2010-03-09 23:59:11 +01:00
Sebastian Kaspari
e67b8a73ab Implemented command: /op <nickname> 2010-03-09 23:59:02 +01:00
Sebastian Kaspari
e64fee57c2 Implemented command: /devoice <nickname> 2010-03-09 23:58:53 +01:00
Sebastian Kaspari
ed1fe91596 Implemented command: /deop <nickname> 2010-03-09 23:58:42 +01:00
Sebastian Kaspari
ed23e0e6dc Implemented command: /quit [<reason>] 2010-03-09 23:46:32 +01:00
Sebastian Kaspari
3b8f6ee494 Remember channel's topic and print on /topic 2010-03-09 23:35:40 +01:00
Sebastian Kaspari
c5dc8115d2 Implemented command: /topic <topic> 2010-03-09 23:26:56 +01:00
Sebastian Kaspari
2b2500ee38 Log to android debug log instead of standard output 2010-03-09 23:20:16 +01:00
Sebastian Kaspari
6548cbe894 Implemented command: /echo <text> 2010-03-09 23:14:02 +01:00
Sebastian Kaspari
2c60fec377 Channel: Removed dead code 2010-03-09 23:07:28 +01:00