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

682 Commits

Author SHA1 Message Date
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
Sebastian Kaspari
215a7bb062 ServersActivity: call checkServiceStatus() in onPause() 2010-04-17 23:35:20 +02:00
Sebastian Kaspari
7e8fc26791 IRCConnection: Rejoin channels on reconnect 2010-04-17 23:16:17 +02:00
Sebastian Kaspari
acc22fe296 Clear conversations on reconnect 2010-04-17 23:15:17 +02:00
Sebastian Kaspari
8766f785a0 ConversationActivity: Only show reconnect popup if automatic reconnect is disabled 2010-04-17 23:08:47 +02:00
Sebastian Kaspari
5dd6982314 IRCConnection: Reconnect to server if reconnect is enabled 2010-04-17 23:07:01 +02:00
Sebastian Kaspari
b05154137f Moved IRCBinder.connect() to IRCService.connect() 2010-04-17 23:06:22 +02:00
Sebastian Kaspari
e15c5d6c19 Settings: isReconnectEnabled() 2010-04-17 22:56:51 +02:00
Sebastian Kaspari
0e56390452 IRCService: Create Settings object in onCreate() 2010-04-17 22:53:40 +02:00
Sebastian Kaspari
43a6682803 IRCConnection: onJoin() - ignore case of nickname 2010-04-17 22:50:30 +02:00
Sebastian Kaspari
7936a5bec3 typo 2010-04-17 22:48:49 +02:00
Sebastian Kaspari
482a0bc7b5 PircBot Patch: Fixed parsing NICK messages without hostmasks - fixes issue 8 2010-04-17 22:46:46 +02:00
Sebastian Kaspari
17c11c2c9a Added services to server command whitelist 2010-04-17 16:39:31 +02:00
Sebastian Kaspari
22375c65b5 Preferences: Option to automatically reconnect on disconnect 2010-04-16 00:03:40 +02:00
Sebastian Kaspari
e09b601d0c Disable settings in service 2010-04-16 00:02:33 +02:00
Sebastian Kaspari
be554f726a Make Settings accessible via service 2010-04-15 23:53:07 +02:00
Sebastian Kaspari
85dc0847e3 ServersActivity: Hide background icon if there are servers in the list 2010-04-15 23:50:35 +02:00
Sebastian Kaspari
c7dd025509 bumped version to 0.3 2010-04-15 21:11:47 +02:00
Sebastian Kaspari
75feb90a95 ConversationActivity: clear conversations if server is in PRE_CONNECTING state 2010-04-15 21:00:39 +02:00
Sebastian Kaspari
d90c8b3081 README: small changes 2010-04-15 18:42:20 +02:00
Sebastian Kaspari
59674e25d1 Removed damned windows carriage returns (\r) 2010-04-14 21:41:55 +02:00
Sebastian Kaspari
648ffc8eda Scrollback: Go only back if there's at least one message 2010-04-14 20:46:13 +02:00