Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-10-13 | sim: Don't re-check for id != 0 | Denis Kenzior | 1 | -9/+1 | |
We already check the id is valid in the get_icon function, there's no reason to re-check it. | |||||
2010-10-13 | simutil: add file type for EFimg | Kristen Carlson Accardi | 1 | -0/+1 | |
2010-10-13 | sim: implement GetIcon | Kristen Carlson Accardi | 1 | -0/+187 | |
2010-10-13 | simfs: Group lines logically | Denis Kenzior | 1 | -3/+0 | |
2010-10-13 | simfs: If buffer alloc fails, error out | Denis Kenzior | 1 | -1/+5 | |
2010-10-13 | simfs: Don't try to read image cache imsi is null | Denis Kenzior | 1 | -1/+3 | |
2010-10-13 | simfs: Make image cache logic a bit easier to read | Denis Kenzior | 1 | -5/+6 | |
2010-10-13 | simfs: cache images | Kristen Carlson Accardi | 2 | -0/+66 | |
2010-10-10 | voicecall: check g_try_new0 return value | Pekka Pessi | 1 | -0/+3 | |
2010-10-10 | voicecall: remove dial_request_finish() cb param | Pekka Pessi | 1 | -9/+9 | |
There is no need for callback param anymore. | |||||
2010-10-10 | voicecall: Check dial requests in voicecall_is_busy | Pekka Pessi | 1 | -7/+2 | |
Return true if a call is being dialed by stk. Use __ofono_voicecall_is_busy() in __ofono_voicecall_dial(). | |||||
2010-10-10 | ussd: pass call_in_progress to valid_ussd_string | Pekka Pessi | 1 | -1/+13 | |
Query the voicecall atom whether a call is in progress and pass this information along to valid_ussd_string. | |||||
2010-10-10 | common: fixup logic of valid_ussd_string() | Pekka Pessi | 3 | -27/+21 | |
The logic of valid_ussd_string was not quite correct as it didn't take care of size 1 USSD strings. In addition, call_in_progress parameter is passed in to take care of size 2 USSD strings which might start with a '1' according to the rules of 22.030. The comment about USSD routing is removed, it is out of scope of oFono. The cellular network routes the USSD requests based on the rules laid out in the 22.090, however, any string that can be encoded according to the rules of 23.030 is valid USSD. | |||||
2010-10-07 | Fix COLR typo | Alexander Kanavin | 1 | -1/+1 | |
2010-10-07 | Fix typo in SS enum to string conversion | Alexander Kanavin | 1 | -1/+1 | |
2010-10-06 | ussd: check g_try_new0 return value | Pekka Pessi | 1 | -0/+3 | |
2010-10-05 | sms: fix type error | Pekka Pessi | 1 | -1/+1 | |
2010-10-04 | Support -p and -P options with list of plugins | Pekka Pessi | 2 | -13/+29 | |
2010-10-02 | stk: Additional info for failed Send USSD case | Jeevaka Badrappan | 1 | -1/+8 | |
2010-10-02 | build: Add support for systemd configuration | Marcel Holtmann | 1 | -4/+11 | |
2010-10-02 | build: Add D-Bus service autostart support | Marcel Holtmann | 1 | -0/+4 | |
2010-10-01 | audio: Add helper to get modem information from audio settings | Marcel Holtmann | 1 | -0/+5 | |
2010-10-01 | audio: Add support for notifying about audio mode | Marcel Holtmann | 1 | -0/+25 | |
2010-10-01 | audio: Update audio settings API for active notification | Marcel Holtmann | 1 | -1/+1 | |
2010-09-29 | core: Add support for audio settings interface | Marcel Holtmann | 2 | -2/+226 | |
2010-09-28 | modem: Add modemwatch watchlist functions | Denis Kenzior | 3 | -0/+62 | |
Used for registering to modem added & removed notifications | |||||
2010-09-28 | ofono: Don't go over 80 characters per line | Denis Kenzior | 1 | -3/+6 | |
2010-09-28 | ssn: The id is unsigned | Denis Kenzior | 2 | -4/+4 | |
2010-09-28 | modem: Minor style fix | Denis Kenzior | 1 | -6/+8 | |
2010-09-28 | voicecall: Set single_call correctly | Denis Kenzior | 1 | -1/+1 | |
2010-09-27 | sms: Fix 8bit port handling | Aki Niemi | 1 | -2/+2 | |
2010-09-26 | ss: Use function to judge if it's busy | Yang Gu | 3 | -16/+19 | |
2010-09-24 | stk: Fix missing inlude for encode_hex_own_buf | Marcel Holtmann | 1 | -0/+1 | |
2010-09-23 | stk: Add skeleton Refresh handler | Denis Kenzior | 1 | -0/+66 | |
2010-09-22 | simfs: Fix freeing a NULL queue | Denis Kenzior | 1 | -2/+4 | |
2010-09-22 | smsutil: Reflow the fuzzy matching code | Denis Kenzior | 1 | -102/+98 | |
Make a bit more readable | |||||
2010-09-22 | smsutil: add fuzzy address check for status report | Petteri Tikander | 1 | -16/+87 | |
2010-09-21 | Fix multi-line comment style issues | Jeevaka Badrappan | 19 | -115/+219 | |
2010-09-21 | sms: Update signals for introspection | Denis Kenzior | 1 | -0/+2 | |
2010-09-21 | sms: Tweak behavior of txq_submit | Denis Kenzior | 1 | -1/+14 | |
If history tracking is desired, expose over D-Bus as well | |||||
2010-09-21 | sms: Emit MessageRemoved | Denis Kenzior | 1 | -0/+12 | |
2010-09-21 | sms: Emit MessageAdded | Denis Kenzior | 1 | -0/+32 | |
2010-09-21 | sms: Implement GetMessages method | Denis Kenzior | 1 | -0/+56 | |
2010-09-21 | sms: Initial Message interface implementation | Denis Kenzior | 1 | -31/+231 | |
2010-09-21 | Simplify linker script | Lucas De Marchi | 1 | -0/+7 | |
Version linker scripts support function names and globs, so there's no need to rely on nm tool to gather the exported symbols. | |||||
2010-09-21 | stk: Language Notification proactive cmd support | Jeevaka Badrappan | 1 | -0/+11 | |
2010-09-21 | sms: Update to the new history API | Denis Kenzior | 1 | -6/+4 | |
2010-09-21 | common: Implement ofono_uuid_to_str | Denis Kenzior | 1 | -0/+8 | |
2010-09-21 | history: Update to the new SHA1 based sms id API | Denis Kenzior | 2 | -13/+18 | |
2010-09-21 | sms: Update to the new status report assembly api | Denis Kenzior | 1 | -5/+6 | |