diff options
-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 |