summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2011-02-03doc: remove extra space in overviewJeevaka Badrappan1-1/+1
2011-02-03smsutil: Fix compilationDenis Kenzior1-2/+2
2011-02-03smsutil: Add alphabet support to encodingAki Niemi2-7/+58
2011-02-03util: Fix convert_utf8_to_gsm_best_lang logicDenis Kenzior1-2/+3
2011-02-03util: Add best dialect picker APIAki Niemi2-0/+71
2011-02-03util: Use gboolean for returning success / failureDenis Kenzior1-16/+19
2011-02-03util: Refactor conversion table handlingAki Niemi2-80/+126
2011-02-03core: Minor style tweaksDenis Kenzior4-4/+0
2011-02-03simfs: implement ofono_sim_context apiAndrzej Zaborowski8-68/+221
2011-02-03sim: ofono_sim_context api header changesAndrzej Zaborowski1-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-03simfs: Use cache for sim_fs_read_info requests too.Andrzej Zaborowski1-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-03doc: Rename to our api filename conventionsDenis Kenzior1-0/+0
2011-02-03doc: AssistedSatelliteNavigation and Agent APISimon Lethbridge1-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-03test: Find the active call and do hangup on thatMarit Henriksen1-3/+9
2011-02-03stemodem: Fix handling of local_releaseMarit Henriksen1-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-03stemodem: Add handling of ECAV status ReleasedMarit Henriksen1-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-03Revert "doc: Updated and clarified overview"Aki Niemi1-41/+43
This reverts commit 457b051928da7a831f7361b9bd156d494593ce04. Meant only as request for comments.
2011-02-03isimodem: fix problems in call state reportingPekka Pessi1-24/+60
Do not report early incoming calls. Report "disconnected" state separately. Call ofono_voicecall_disconnected() only after call id is released.
2011-02-03doc: Updated and clarified overviewAki Niemi1-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-02push-notification: Fix the nulling of the agentDenis Kenzior1-0/+1
Same as the previous commit, but applies to push-notifications
2011-02-02smart-messaging: set agent to NULL after freeLucas De Marchi1-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-02examples: fix issue with dst printJeevaka Badrappan1-1/+1
2011-02-02include: fix comment on dst valueJeevaka Badrappan1-1/+1
2011-02-02TODO: Mark long phone number support task as doneDenis Kenzior2-7/+6
2011-02-02test: test-sms test script addedKonrad Slowinski2-1/+215
2011-02-02stk: Fix style issuesAki Niemi1-4/+6
2011-02-02stkutil: Remove trailing WSAki Niemi1-1/+1
2011-02-02util: Fix style issue with long linesAki Niemi1-48/+48
2011-02-02sms: Fix indentationAki Niemi1-1/+1
2011-02-02simutil: Remove trailing WSAki Niemi1-1/+1
2011-02-02sim: Fix style issuesAki Niemi1-5/+3
2011-02-02simfs: Add NULL checkAki Niemi1-0/+3
2011-02-02message-waiting: Fix indentationAki Niemi1-3/+3
2011-02-02cbs: Fix style issuesAki Niemi1-6/+6
2011-02-02call-volume: Fix style issueAki Niemi1-1/+1
2011-02-02call-settings: Fix style issuesAki Niemi1-3/+3
2011-02-02call-barring: Fix style issueAki Niemi1-1/+1
2011-02-02netreg: Fix coding style, M12Aki Niemi1-17/+14
2011-02-02call-forwarding: Remove useless curly bracketsAki Niemi1-2/+1
2011-02-02simutil: Add checks for NULLAki Niemi1-0/+9
2011-02-02audio-settings: Fix style, use tabs to indentAki Niemi1-1/+1
2011-02-02call-meter: Fix style issuesAki Niemi1-5/+6
2011-02-01isimodem: fix crash in sms driverPekka Pessi1-1/+1
2011-02-01drivers: fix misspellingsLucas De Marchi2-2/+2
2011-02-01test: fix misspellingLucas De Marchi1-1/+1
2011-02-01plugins: fix misspellingLucas De Marchi1-1/+1
2011-02-01doc: fix misspellingLucas De Marchi1-1/+1
2011-02-01TODO: fix misspellingLucas De Marchi1-1/+1
2011-02-01stemodem: use ofono_call initializerLucas De Marchi1-1/+3
2011-02-01isimodem: use ofono_call initializerLucas De Marchi1-3/+3