Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-02-05 | ifxmodem: M16 coding style fix | Jeevaka Badrappan | 1 | -5/+5 | |
2011-02-05 | hfpmodem: M16 coding style fix | Jeevaka Badrappan | 1 | -1/+1 | |
2011-02-05 | atmodem: M16 coding style fix | Jeevaka Badrappan | 1 | -4/+4 | |
2011-02-05 | coding-style: Don't use hex with shift operator | Jeevaka Badrappan | 1 | -0/+12 | |
2011-02-05 | stemodem: Use defined call_status enum | Jeevaka Badrappan | 1 | -6/+9 | |
2011-02-05 | ifxmodem: Use defined call_status enum | Jeevaka Badrappan | 1 | -12/+21 | |
2011-02-05 | huaweimodem: Use defined call_status enum | Jeevaka Badrappan | 1 | -8/+12 | |
2011-02-05 | hfpmodem: Use defined call_status enum | Jeevaka Badrappan | 1 | -5/+7 | |
2011-02-05 | atmodem: use defined call_status enum | Jeevaka Badrappan | 1 | -19/+32 | |
2011-02-04 | stemodem: Check for ok in voicecall_initialize | Marit Henriksen | 1 | -0/+7 | |
2011-02-04 | ifxmodem: fix xtms read and test cmd prefix | Jeevaka Badrappan | 1 | -2/+2 | |
with the latest modem firmware, xctms prefix is returned as per the 3GPP format. | |||||
2011-02-04 | test: test-sms - input and signals outputs together | Konrad Slowinski | 1 | -42/+60 | |
2011-02-03 | doc: add Sim Toolkit feature list table | Jeevaka Badrappan | 1 | -0/+249 | |
2011-02-03 | doc: add Sim Toolkit overview | Jeevaka Badrappan | 1 | -0/+8 | |
2011-02-03 | doc: remove extra space in overview | Jeevaka Badrappan | 1 | -1/+1 | |
2011-02-03 | smsutil: Fix compilation | Denis Kenzior | 1 | -2/+2 | |
2011-02-03 | smsutil: Add alphabet support to encoding | Aki Niemi | 2 | -7/+58 | |
2011-02-03 | util: Fix convert_utf8_to_gsm_best_lang logic | Denis Kenzior | 1 | -2/+3 | |
2011-02-03 | util: Add best dialect picker API | Aki Niemi | 2 | -0/+71 | |
2011-02-03 | util: Use gboolean for returning success / failure | Denis Kenzior | 1 | -16/+19 | |
2011-02-03 | util: Refactor conversion table handling | Aki Niemi | 2 | -80/+126 | |
2011-02-03 | core: Minor style tweaks | Denis Kenzior | 4 | -4/+0 | |
2011-02-03 | simfs: implement ofono_sim_context api | Andrzej Zaborowski | 8 | -68/+221 | |
2011-02-03 | sim: ofono_sim_context api header changes | Andrzej Zaborowski | 1 | -3/+7 | |
This patch introduces sim FS contexts which are used to queue file read and write operations. When a context is freed all pending operations in that context are cancelled preventing callbacks from being called causing segfaults. | |||||
2011-02-03 | simfs: Use cache for sim_fs_read_info requests too. | Andrzej Zaborowski | 1 | -58/+82 | |
There seems to be no reason that the fileinfo is cached for file read or block read requests but not info_only requests, so move code around to fix this. O_RDWR is changed to O_WRONLY for the cache file because the file is not being read in case of cache miss. | |||||
2011-02-03 | doc: Rename to our api filename conventions | Denis Kenzior | 1 | -0/+0 | |
2011-02-03 | doc: AssistedSatelliteNavigation and Agent API | Simon Lethbridge | 1 | -0/+56 | |
This patch introduces support for Global Satellite Navigation System (GNSS), using the AT commands AT+CPOS and +CPOSR as specified 3GPP 27.007. | |||||
2011-02-03 | test: Find the active call and do hangup on that | Marit Henriksen | 1 | -3/+9 | |
2011-02-03 | stemodem: Fix handling of local_release | Marit Henriksen | 1 | -5/+16 | |
- Reset local_release when call is disconnected. - Change bitmap for affected types, ste_hangup is only called when call state is Incoming, Dialing, Alerting or Active. - Used macros instead of numbers when creating bitmaps. | |||||
2011-02-03 | stemodem: Add handling of ECAV status Released | Marit Henriksen | 1 | -9/+11 | |
- *ECAV UR code has been extended with a new state Released, sent immediately when MO call is released. - Apply rule M11 of coding style. | |||||
2011-02-03 | Revert "doc: Updated and clarified overview" | Aki Niemi | 1 | -41/+43 | |
This reverts commit 457b051928da7a831f7361b9bd156d494593ce04. Meant only as request for comments. | |||||
2011-02-03 | isimodem: fix problems in call state reporting | Pekka Pessi | 1 | -24/+60 | |
Do not report early incoming calls. Report "disconnected" state separately. Call ofono_voicecall_disconnected() only after call id is released. | |||||
2011-02-03 | doc: Updated and clarified overview | Aki Niemi | 1 | -43/+41 | |
Refined scope of the project, added smart messaging and push notification, fixed typos and added IMS UA as an out-of-scope item. | |||||
2011-02-02 | push-notification: Fix the nulling of the agent | Denis Kenzior | 1 | -0/+1 | |
Same as the previous commit, but applies to push-notifications | |||||
2011-02-02 | smart-messaging: set agent to NULL after free | Lucas De Marchi | 1 | -0/+1 | |
If agent is not set to NULL after it's freed, the following situation would not work: smart_messaging_register_agent() smart_messaging_unregister_agent() smart_messaging_register_agent() And this one could potentially crash oFono: smart_messaging_register_agent() smart_messaging_unregister_agent() smart_messaging_unregister_agent() | |||||
2011-02-02 | examples: fix issue with dst print | Jeevaka Badrappan | 1 | -1/+1 | |
2011-02-02 | include: fix comment on dst value | Jeevaka Badrappan | 1 | -1/+1 | |
2011-02-02 | TODO: Mark long phone number support task as done | Denis Kenzior | 2 | -7/+6 | |
2011-02-02 | test: test-sms test script added | Konrad Slowinski | 2 | -1/+215 | |
2011-02-02 | stk: Fix style issues | Aki Niemi | 1 | -4/+6 | |
2011-02-02 | stkutil: Remove trailing WS | Aki Niemi | 1 | -1/+1 | |
2011-02-02 | util: Fix style issue with long lines | Aki Niemi | 1 | -48/+48 | |
2011-02-02 | sms: Fix indentation | Aki Niemi | 1 | -1/+1 | |
2011-02-02 | simutil: Remove trailing WS | Aki Niemi | 1 | -1/+1 | |
2011-02-02 | sim: Fix style issues | Aki Niemi | 1 | -5/+3 | |
2011-02-02 | simfs: Add NULL check | Aki Niemi | 1 | -0/+3 | |
2011-02-02 | message-waiting: Fix indentation | Aki Niemi | 1 | -3/+3 | |
2011-02-02 | cbs: Fix style issues | Aki Niemi | 1 | -6/+6 | |
2011-02-02 | call-volume: Fix style issue | Aki Niemi | 1 | -1/+1 | |
2011-02-02 | call-settings: Fix style issues | Aki Niemi | 1 | -3/+3 | |