summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDenis Kenzior <denkenz@gmail.com>2010-09-15 16:52:08 -0500
committerDenis Kenzior <denkenz@gmail.com>2010-09-15 16:52:08 -0500
commite94e45143f36301427237edd65033e9aa2534fdf (patch)
treeea776e6ca1f134c2d91c5b5c2011fc02b1852f49
parent63be804e48c2ec064d07c3f09d5fce43c65e35b8 (diff)
downloadofono-e94e45143f36301427237edd65033e9aa2534fdf.tar.bz2
TODO: Add Rich Text support task
-rw-r--r--TODO9
1 files changed, 8 insertions, 1 deletions
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 <mika.liljeberg@nokia.com>
+ Owner: Mika Liljeberg <mika.liljeberg@nokia.com>
Priority: High
Complexity: C1
@@ -440,6 +440,13 @@ Sim Toolkit
Complexity: C1
Owner: Jeevaka Badrappan <jeevaka.badrappan@elektrobit.com>
+- 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
===============