liato
92a1e93bc1
Use TextUtils.concat to concatenate
2011-03-27 19:43:51 +02:00
liato
7490cdb38c
Change settings text for mirc colors.
2011-03-27 19:43:34 +02:00
liato
eea82e506f
Rename Colors class and methods.
2011-03-27 19:42:47 +02:00
liato
2189d2c05f
Remove tagsoup dependency. Improve mIRC color code parsing speed.
2011-03-27 19:42:05 +02:00
liato
7c4abe0c9c
Render colors correctly in topics and other foreground colored places.
2011-03-27 19:41:13 +02:00
liato
59c70a750d
Fix mirc color bug by changing the tagsoup schema and making the font tag restartable.
2011-03-27 19:40:47 +02:00
liato
624f8c5014
Add support for mIRC colors.
2011-03-27 19:40:26 +02:00
liato
e612d3b09c
Render html in messages to spannables.
2011-03-27 19:37:35 +02:00
Sebastian Kaspari
bd19398d65
Added turkish translation (Thanks to Hasan Kiran)
2011-03-27 18:21:22 +02:00
Sebastian Kaspari
ba9f6c6544
Increment version number (0.7)
2011-03-27 17:28:22 +02:00
liato
1f9c8efcca
Fix nullpointerexception.
2011-03-27 17:16:38 +02:00
liato
1ebea8f7d6
Use integer division to calculate gallert item width.
2011-03-27 17:13:09 +02:00
liato
b49ead73ad
Fix width issues in gallery.
2011-03-27 17:10:54 +02:00
Sebastian Kaspari
7563437343
Server: Fix typo in addConversation()
2011-03-15 23:59:49 +01:00
Sebastian Kaspari
78a47ca17b
dp/sp: More adjustments
2011-03-15 22:11:55 +01:00
Sebastian Kaspari
214a786175
useritem.xml: Use dp for padding and sp for fonts
2011-03-15 21:31:53 +01:00
Sebastian Kaspari
f44aea0d5e
channelitem.xml: Use dp for padding and sp for fonts
2011-03-15 21:31:53 +01:00
Sebastian Kaspari
23ed9c3343
aliasitem.xml: Use dp for padding and sp for fonts
2011-03-15 21:31:53 +01:00
Sebastian Kaspari
4713c22655
useritem.xml: Replace px by sp/dp
2011-03-15 21:31:53 +01:00
Sebastian Kaspari
7e559f288e
user.xml: Replace px by sp/dp
2011-03-15 21:31:53 +01:00
Sebastian Kaspari
f71e89e1ee
serveritem.xml: Replace px by sp/dp
2011-03-15 21:31:53 +01:00
Sebastian Kaspari
3e188a0445
serveradd.xml: Replace px by sp/dp
2011-03-15 21:31:52 +01:00
Sebastian Kaspari
7d4194a1ea
rounded.xml: Identation
2011-03-15 21:31:52 +01:00
Sebastian Kaspari
f46887d9ee
message.xml: Replace px by sp/dp
2011-03-15 21:31:52 +01:00
Sebastian Kaspari
f5b29ef01a
join.xml: Replace px by sp/dp
2011-03-15 21:31:52 +01:00
Sebastian Kaspari
22fb895ad3
conversations.xml: Replace px by sp/dp
2011-03-15 21:31:52 +01:00
Sebastian Kaspari
c06b6b7296
commanditem.xml: Replace px by sp/dp
2011-03-15 21:31:52 +01:00
Sebastian Kaspari
533a8ec97b
commandadd.xml: Replace px by sp/dp
2011-03-15 21:31:52 +01:00
Sebastian Kaspari
acb7f0d100
channelitem.xml: Replace px by sp/dp
2011-03-15 21:31:51 +01:00
Sebastian Kaspari
59755b376c
channeldialog.xml: Replace px by sp/dp
2011-03-15 21:31:51 +01:00
Sebastian Kaspari
3156e3b704
channeladd.xml: Replace px by sp/dp
2011-03-15 21:31:51 +01:00
Sebastian Kaspari
836e9ee6cd
aliasitem.xml: Replace px by sp/dp
2011-03-15 21:31:51 +01:00
Sebastian Kaspari
7ba3303892
aliasadd.xml: Replace px by sp/dp
2011-03-15 21:31:51 +01:00
Sebastian Kaspari
e486d34189
Modify dp settings in about.xml
2011-03-15 21:31:51 +01:00
Sebastian Kaspari
1b5f8ef0e9
addserveritem.xml: Replace px by sp/dp
2011-03-15 21:31:51 +01:00
Sebastian Kaspari
ff6abb7828
actionitem.xml: Replace px by sp/dp
2011-03-15 21:31:50 +01:00
Sebastian Kaspari
0dc194cefc
about.xml: Replace px by sp/dp
2011-03-15 21:31:50 +01:00
Sebastian Kaspari
4262cbcd15
New Setting: Show notices in server window. Closes #47 .
2011-03-15 20:53:47 +01:00
Sebastian Kaspari
b855b7ea92
Hide join/part setting now hides quit messages too
2011-03-15 20:42:35 +01:00
Sebastian Kaspari
49f067cd67
IRCConnection: Formatting
2011-03-15 20:12:12 +01:00
Sebastian Kaspari
488924546f
Fix unit test MessageTest after refactoring
2011-03-14 22:32:28 +01:00
Sebastian Kaspari
95f3c4b255
Some more simple refactorings
2011-03-14 22:15:13 +01:00
Sebastian Kaspari
1c8076ec53
Refactoring of Message class
2011-03-11 22:07:39 +01:00
liato
a3ebf8d5d0
Handle auto joins after the user has registered with the server.
2011-03-09 08:54:28 +01:00
Sebastian Kaspari
84d45c5f5c
Refactor ConversationSwitcher: onDraw() - May throw ConcurrentModificationException
2011-03-06 14:21:58 +01:00
Sebastian Kaspari
635b90b5da
Fix NullPointerException when using upercase characters in command names
2011-03-06 14:03:34 +01:00
Sebastian Kaspari
1e0a15c110
Use view with new name in XML
2011-03-06 11:25:49 +01:00
Sebastian Kaspari
7845ad73f0
Refactor ChannelList to ConversationGallery - Moved to view package, added javadoc and licence header
2011-03-06 11:21:28 +01:00
Thomas Martitz
f4637ac582
Use a different color for join/part/quit for the circles in the ConversationSwitcher view.
...
This makes it easier to ignore unintersting messages wihout turning off the setting to show joins/parts/quits.
Once circle is colored for a new message, the join/part/quit cannot override it anymore.
2011-03-06 11:11:17 +01:00
Thomas Martitz
70b5ee876d
Tweak some nick colors to be better readable on Yaaic's dark background.
2011-03-06 11:00:54 +01:00