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 |
|
Sebastian Kaspari
|
218b2a8ed5
|
Implemented onQuit() event for other users
|
2010-03-09 22:42:12 +01:00 |
|
Sebastian Kaspari
|
608ea2e614
|
Pircbot Patch: Call onQuit() before removing the user. Otherwise we do not know which channels the user was on
|
2010-03-09 22:41:01 +01:00 |
|
Sebastian Kaspari
|
7ee8984f9a
|
Implemented command: /names
|
2010-03-09 22:25:54 +01:00 |
|
Sebastian Kaspari
|
2dd9d4a3e8
|
Implemented /me <action>
|
2010-03-09 22:14:39 +01:00 |
|
Sebastian Kaspari
|
ea4e90fb60
|
BaseCommand: New helpers: mergeParams(String[]), mergeParams(String[], int)
|
2010-03-09 22:14:07 +01:00 |
|
Sebastian Kaspari
|
3abf251c36
|
New command syntax: /command <param> [<optional>]
|
2010-03-09 22:00:04 +01:00 |
|
Sebastian Kaspari
|
dee13c82bf
|
Implemented onNickChange IRC event
|
2010-03-09 21:58:05 +01:00 |
|
Sebastian Kaspari
|
995ba53319
|
Implemented /join channel [key]
|
2010-03-09 20:24:33 +01:00 |
|
Sebastian Kaspari
|
ff1ccb7aea
|
Fixed bug in Channel.pollBufferedMessages() - Messages were polled in the wrong order
|
2010-03-09 20:22:19 +01:00 |
|
Sebastian Kaspari
|
8cec5b100d
|
CommandParser: imports
|
2010-03-09 20:13:53 +01:00 |
|
Sebastian Kaspari
|
9b572792ea
|
Commands can throw CommandExceptions
|
2010-03-09 20:13:29 +01:00 |
|
Sebastian Kaspari
|
4c3fb69a02
|
Implemented the first command: /nick
|
2010-03-09 19:58:51 +01:00 |
|
Sebastian Kaspari
|
3dc268219d
|
BaseCommand: source documentation
|
2010-03-09 19:55:16 +01:00 |
|
Sebastian Kaspari
|
d5e72638d1
|
Check for commands and parse them
|
2010-03-09 19:46:02 +01:00 |
|
Sebastian Kaspari
|
8dda8861e1
|
Show name of selected channel at the top
|
2010-03-09 02:11:34 +01:00 |
|
Sebastian Kaspari
|
691f3b3982
|
Get channel view from channel list and not from a (broken) cache
|
2010-03-09 01:57:22 +01:00 |
|
Sebastian Kaspari
|
6b8b1d25b9
|
Fixed identation for messages with icons
|
2010-03-09 00:33:35 +01:00 |
|
Sebastian Kaspari
|
7a46c98e6c
|
Show entered message and post to channel
|
2010-03-09 00:30:17 +01:00 |
|
Sebastian Kaspari
|
d43b76c51d
|
Some refactoring
|
2010-03-09 00:00:53 +01:00 |
|
Sebastian Kaspari
|
fa53df0f41
|
Removed even more dead code
|
2010-03-08 23:57:38 +01:00 |
|
Sebastian Kaspari
|
3a7ad82cce
|
Removed dead code
|
2010-03-08 23:56:40 +01:00 |
|
Sebastian Kaspari
|
e2848d505a
|
calculate channel preview size on base of parent's size
|
2010-03-08 23:56:14 +01:00 |
|
Sebastian Kaspari
|
d740fb6365
|
Deleted old default icons
|
2010-03-08 23:51:10 +01:00 |
|
Sebastian Kaspari
|
df4568d976
|
Added an input line to the server/channel view - amazing! ;)
|
2010-03-08 23:48:56 +01:00 |
|
Sebastian Kaspari
|
fefd5271de
|
Added temporary (ugly) icon ;)
|
2010-03-08 23:06:01 +01:00 |
|
Sebastian Kaspari
|
f3b6587310
|
scroll to bottom if message view is created
|
2010-03-08 22:32:49 +01:00 |
|
Sebastian Kaspari
|
3950d9db23
|
Just a smaller server title on server view
|
2010-03-08 22:12:02 +01:00 |
|
Sebastian Kaspari
|
59b590a2ee
|
Clear message buffer if view has been build from history
|
2010-03-08 21:59:38 +01:00 |
|
Sebastian Kaspari
|
ecfa10f483
|
Hide divider and remove line break on channel messages
|
2010-03-08 21:54:20 +01:00 |
|
Sebastian Kaspari
|
63dfbc0034
|
Push channel events to switched view if needed
|
2010-03-08 21:44:42 +01:00 |
|
Sebastian Kaspari
|
7ce77cf119
|
Some documentation
|
2010-03-08 21:38:29 +01:00 |
|
Sebastian Kaspari
|
add973918d
|
Using a ListView with TextViews instead of a lot of SpannableStrings in one TextView for Messages; Fixed a not closed database cursor problem
|
2010-03-08 21:36:36 +01:00 |
|
Sebastian Kaspari
|
a84a8ef51c
|
imports
|
2010-03-08 19:55:32 +01:00 |
|
Sebastian Kaspari
|
72fdf44e5e
|
ChannelContainer class is not used
|
2010-03-08 19:53:53 +01:00 |
|
Sebastian Kaspari
|
6906073a91
|
Added references about PircBot and the Silk icons
|
2010-03-07 10:02:15 +01:00 |
|
Sebastian Kaspari
|
60b0df6c26
|
Added autoscrolling to channel switcher
|
2010-03-07 01:01:35 +01:00 |
|
Sebastian Kaspari
|
808f56d978
|
Strip mIRC colors and formatting from messages
|
2010-03-06 21:05:23 +01:00 |
|
Sebastian Kaspari
|
9fb8460b6d
|
Added yellow to message colors
|
2010-03-06 20:59:22 +01:00 |
|
Sebastian Kaspari
|
082bc6f5bd
|
Added colors to some IRC events
|
2010-03-06 20:58:53 +01:00 |
|
Sebastian Kaspari
|
b5c248e5c7
|
Added posibility to set colors for messages
|
2010-03-06 20:52:54 +01:00 |
|