diff options
author | Denis Kenzior <denkenz@gmail.com> | 2010-10-14 07:50:43 -0500 |
---|---|---|
committer | Denis Kenzior <denkenz@gmail.com> | 2010-10-14 09:42:42 -0500 |
commit | 167c72e58808271ed568772ae892a38c079681a0 (patch) | |
tree | 9ad475fb16af783e9b14bc0bf4d5a1194eb867e0 | |
parent | fd113f720499ee1c57900ab27ca2d814bd7bd816 (diff) | |
download | ofono-167c72e58808271ed568772ae892a38c079681a0.tar.bz2 |
TODO: Mark SIM icon tasks as done
-rw-r--r-- | TODO | 16 | ||||
-rw-r--r-- | doc/features.txt | 6 |
2 files changed, 6 insertions, 16 deletions
@@ -396,22 +396,6 @@ Sim Toolkit Priority: High Complexity: C2 -- Support SIM icon files as defined in 3GPP 31.102. The icons should be - automatically read from the SIM, converted to a usable format (such as XPM) - and cached inside the daemon. This will require to read the contents of - EFimg and subsequently request the icon files. - - Priority: High - Complexity: C8 - Owner: Kristen Carlson Accardi <kristen@linux.intel.com> - -- Provide access to SIM icons for UI applications. This should be exposed via - the GetIcon method on the SimToolkit interface. - - Priority: High - Complexity: C2 - Owner: Kristen Carlson Accardi <kristen@linux.intel.com> - - Support Language Notification proactive command. Priority: Medium diff --git a/doc/features.txt b/doc/features.txt index 65f389ed..e32055e7 100644 --- a/doc/features.txt +++ b/doc/features.txt @@ -71,6 +71,12 @@ Supported Proactive Commands: SimToolkit interface. Indications that this property has changed are handled by the usual means. +- Sim icon support. oFono supports icons that are stored on the SIM. If the + SIM notifies oFono that an icon is available for a particular proactive + command, oFono passes this information to the UI. The UI is able to obtain + the icons by using GetIcon method on the SimManager interface. The icons + are read from the SIM and converted into XPM format. + Envelopes: - Timer Expiration envelope support. Whenever a timer expires (as started by |