From e94e45143f36301427237edd65033e9aa2534fdf Mon Sep 17 00:00:00 2001 From: Denis Kenzior Date: Wed, 15 Sep 2010 16:52:08 -0500 Subject: [PATCH] TODO: Add Rich Text support task --- TODO | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/TODO b/TODO index 8bd24677..9dc57fcc 100644 --- a/TODO +++ b/TODO @@ -234,8 +234,8 @@ GPRS - Add support for GPRS suspended event. Expose this to the UI by adding a new 'Suspended' property on the ConnectionManager D-Bus interface. - Owner: Mika Liljeberg + Owner: Mika Liljeberg Priority: High Complexity: C1 @@ -440,6 +440,13 @@ Sim Toolkit Complexity: C1 Owner: Jeevaka Badrappan +- Send HTML formatted text elements for all proactive commands, if the + proactive command supplies Text Attribute objects. The stk_text_to_html + utility function can be used to convert raw text into HTML. + + Priority: Low + Complexity: C2 + Emergency Calls ===============