Commit Graph

503 Commits

Author SHA1 Message Date
Sebastian Kaspari d3c45cd857 Bumped version to 0.4 2010-04-25 13:44:21 +02:00
Sebastian Kaspari 3f442cd8b4 ServerActivity: call trim() on identity values 2010-04-25 13:31:42 +02:00
Sebastian Kaspari c414b737e2 IRCConnection: Execute commands on connect 2010-04-25 12:43:31 +02:00
Sebastian Kaspari fa49f86ef8 Database: Load commands from database on server object population 2010-04-25 12:43:07 +02:00
Sebastian Kaspari 4d3a7c2ecc CommandParser: synchronize access to getInstance() 2010-04-25 12:42:34 +02:00
Sebastian Kaspari 84fdcd8249 AddServerActivity: Add commands to server object on update/save 2010-04-25 12:34:08 +02:00
Sebastian Kaspari 39824aeb00 AddServerActivity: Added "Commands" button -> Launch AddCommandsActivity 2010-04-25 12:30:37 +02:00
Sebastian Kaspari 80262d93e7 Added AddCommandsActivity to manifest 2010-04-25 12:30:03 +02:00
Sebastian Kaspari bee09fcbed CommandParser: Added isValidCommand() to validate client and server commands 2010-04-25 12:19:35 +02:00
Sebastian Kaspari 2db27f5b87 Added Extra.COMMANDS 2010-04-25 12:19:04 +02:00
Sebastian Kaspari 90dc061ff6 AddChannelActivity: trim channel 2010-04-25 12:18:42 +02:00
Sebastian Kaspari 0fbe3d6156 channelitem.xml: Added licence header 2010-04-25 12:18:24 +02:00
Sebastian Kaspari e6525258d0 Added AddCommandsActivity and views 2010-04-25 12:17:59 +02:00
Sebastian Kaspari 53bc6c3bd8 Server: Added setConnectCommands(), getConnectCommands() 2010-04-25 12:06:39 +02:00
Sebastian Kaspari d03ad54e79 Database: Add commands table, migrate old databse, added methods: getCommandsByServerId(), setCommands(), addCommand() 2010-04-25 12:05:51 +02:00
Sebastian Kaspari 616b21d885 Add CommandConstants for commands table 2010-04-25 12:05:09 +02:00
Sebastian Kaspari 7a1f5de01b IRCConnection: Join auto-join channels on connect 2010-04-25 11:45:34 +02:00
Sebastian Kaspari d94aa0b4f9 serveradd view: wording 2010-04-25 11:43:45 +02:00
Sebastian Kaspari b4af8e79bb channeladd view: Added description 2010-04-25 11:43:30 +02:00
Sebastian Kaspari b91aaad81a AddChannelActivity: Add option to remove channel on click 2010-04-25 11:43:00 +02:00
Sebastian Kaspari be18e78fb2 AddChannelActivity: Empty EditText after adding channel 2010-04-25 11:31:40 +02:00
Sebastian Kaspari db7980738e Database: Load auto join servers on populating server object 2010-04-25 11:25:17 +02:00
Sebastian Kaspari 622814a484 AddServerActivity: Add auto join channels to server object 2010-04-25 11:23:15 +02:00
Sebastian Kaspari 4a03127366 Server: setAutoJoinChannels(), getAutojoinChannels() 2010-04-25 11:21:25 +02:00
Sebastian Kaspari d5b5b7b7b5 AddServerActivity: Use correct server id to save channels 2010-04-25 11:17:44 +02:00
Sebastian Kaspari b49015a398 Bugfix: Database: Add channels to channel table and not server table ;) 2010-04-25 11:15:59 +02:00
Sebastian Kaspari ddc96f75b3 ServerActivity: Trim title, host, port as there are some strang on screen keyboards that append a space 2010-04-25 11:13:26 +02:00
Sebastian Kaspari 56204e1125 AddServerActivity: Read channels from database and write edited channels back to the database 2010-04-25 11:05:12 +02:00
Sebastian Kaspari 433b8aaa71 Database: Added setChannels(), getChannelsByServerId() will now return an ArrayList of channel names 2010-04-25 11:00:58 +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 b54e92c1e2 AddChannelActivity: missing dependencies 2010-04-25 10:19:59 +02:00
Sebastian Kaspari 034617efc3 Added AddChannelActivity to Manifest 2010-04-25 10:19:09 +02:00
Sebastian Kaspari 3fd7e058e0 Added AddChannelActivity to add auto-join channels to a server 2010-04-25 10:18:48 +02:00
Sebastian Kaspari 7977660307 Bugfix: Remove query from server object if closed via menu 2010-04-23 20:51:17 +02:00
Sebastian Kaspari ef2b59cf05 CommandParser: Added missing comma 2010-04-21 22:14:49 +02:00
Sebastian Kaspari d47fc7488c CommandParser: Added /oper to the server commands whitelist 2010-04-21 22:07:05 +02:00
Sebastian Kaspari 97ed792355 Added command: /amsg <message> (Send a message to all channels on the server) 2010-04-20 23:27:54 +02:00
Sebastian Kaspari e926fb4437 ServerListAdapter: Added username and port to server list 2010-04-20 22:19:20 +02:00
Sebastian Kaspari 657d21c6cd Added command: /quote <line> (alias: /raw <line>) 2010-04-20 22:18:53 +02:00
Sebastian Kaspari 1a8978cfb1 MsgHandler: Add message to conversation if exists 2010-04-20 21:01:46 +02:00
Sebastian Kaspari c432530ce0 Implemented command: /msg <target> <message> 2010-04-20 20:49:51 +02:00
Sebastian Kaspari 47d8d43d49 ServersActivity: added "exit" to the menu 2010-04-20 20:45:34 +02:00
Sebastian Kaspari 51d5fcc97b IRCService: added hasConnection(serverId) && made stopForeground() public 2010-04-20 20:45:01 +02:00
Sebastian Kaspari a73ab89618 MessageClickListener Stub 2010-04-19 09:44:31 +02:00
Sebastian Kaspari 9de6e775ed typo 2010-04-19 09:42:33 +02:00
Sebastian Kaspari 04a5973ce0 Refactoring of HelpHandler 2010-04-19 09:42:13 +02:00
Sebastian Kaspari daed3c3499 HelpHandler: usage, short syntax 2010-04-18 22:58:13 +02:00
Sebastian Kaspari 826f06fb01 AddServerActivity: Fixed username regex - allow "-" in nicknames 2010-04-18 22:45:53 +02:00
kell f67594d85d can now print the usage of a command 2010-04-18 14:06:47 +02:00
Sebastian Kaspari 4cd613debf IRCService: stop foreground if service is stopping 2010-04-17 23:35:53 +02:00