Steven Luo
61960c9add
Overhaul notifications system
...
Features:
* Now displays the number of mentions that the user has not seen in the
notification.
* When no mentions are outstanding, display which servers the user is
connected to, not the last message.
* When more than one mention is outstanding, display the names of the
conversations with new mentions, not just the last message received.
* Notifications of mentions are suppressed if you're in the conversation
at the time of the mention.
* Notifications of mentions automatically clear when you bring up the
conversation.
* Vibrate notifications now generate the user's chosen default vibrate
pattern, not a hard-coded one.
* Add ticker text to the notification that's displayed when the IRCService
goes into the foreground, instead of displaying a blank ticker.
To allow for all of this, the implementation moves most of the details
of generating the notification text into the IRCService, which now
exposes addNewMention() and notifyConnected()/notifyDisconnected()
methods instead of the lower-level updateNotification().
2011-06-08 23:11:28 +02:00
Steven Luo
09fedc6975
Include channel topic in the displayed conversation title
2011-06-08 23:11:28 +02:00
Sebastian Kaspari
b4493b81a4
Add danish translation (By rasher)
2011-05-06 17:18:20 +02:00
remram44
322c4e0ac8
French translation updated
2011-04-17 05:36:37 +08:00
Sebastian Kaspari
c20cd695e6
Updated version number: Yaaic 0.8
2011-04-15 22:00:55 +02:00
Sebastian Kaspari
50a6047edd
On own nick change: Display message in server info window (Your are now known as ...). Fixes #51 .
2011-04-15 20:30:46 +02:00
José Antonio Pérez Sánchez
2b3ce5132a
fixed missing angle in closing tag
2011-03-30 16:07:37 +02:00
Sebastian Kaspari
dbf7983eec
Updated turkish translation
2011-03-27 22:23:39 +02:00
Sebastian Kaspari
b798d4dacb
Setting mIRC colors off by default
2011-03-27 20:02:42 +02:00
liato
ac1a07894f
Add support for graphical smilies in chat.
2011-03-27 19:51:47 +02:00
liato
7490cdb38c
Change settings text for mirc colors.
2011-03-27 19:43:34 +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
b49ead73ad
Fix width issues in gallery.
2011-03-27 17:10:54 +02: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
1e0a15c110
Use view with new name in XML
2011-03-06 11:25:49 +01:00
Thomas Martitz
db91a85676
Reduce sensitivity of the channel gallery view.
...
Higher scroll speeds are reduced stronger.
2011-03-06 11:00:02 +01:00
Sebastian Kaspari
b4f3fc4a15
Add server activity: Add content description for accessibility
2011-02-19 21:58:37 +01:00
Sebastian Kaspari
97c382c893
ServerListAdapter: Updated color codes
2011-02-11 12:54:48 +01:00
Sebastian Kaspari
669113610a
New user action view and new actions: reply, query
2011-02-05 16:04:36 +01:00
Sebastian Kaspari
984fbd7efa
Add action icons
2011-02-05 15:57:04 +01:00
Sebastian Kaspari
d4f05e5c13
New icons for disconnected/connecting/connected
2011-02-05 15:44:09 +01:00
Sebastian Kaspari
ca6e342c9d
"Add" layouts: Use minimum width for small buttons
2011-02-05 14:04:43 +01:00
Sebastian Kaspari
68fc686ccf
Added italian translation (Thanks to Gianmarco Laggia!)
2011-02-05 13:08:14 +01:00