summaryrefslogtreecommitdiffstats
path: root/src/sms.c
AgeCommit message (Expand)AuthorFilesLines
2010-07-08sms: Refactor ofono_sms_submit introduced by stkDenis Kenzior1-70/+79
2010-07-08sms: Tweak the logic to be more readableDenis Kenzior1-1/+1
2010-07-08Add __ofono_sms_submit for other atoms to submit SMs.Andrzej Zaborowski1-0/+39
2010-06-25sms: Tweak the Bearer APIDenis Kenzior1-8/+8
2010-06-25sms: Add support for SMS Bearer settingsDenis Kenzior1-2/+132
2010-06-24sms: minor style fixDenis Kenzior1-1/+2
2010-06-24sms: Don't bother setting SCA if we can't queryDenis Kenzior1-1/+2
2010-06-21sms: Only emit property if value actually differsDenis Kenzior1-3/+4
2010-06-21sms: Fixup minor style issues with status reportsDenis Kenzior1-15/+7
2010-06-21sms: Status report notifyPasi Miettinen1-1/+70
2010-06-07sms: style fix, remove extra newlineDenis Kenzior1-1/+0
2010-06-07sms: Add UseDeliveryReports propertyPasi Miettinen1-1/+33
2010-05-28sms: Add some documentationInaky Perez-Gonzalez1-0/+19
2010-05-28sms_send_message: add a short roadmapInaky Perez-Gonzalez1-0/+13
2010-05-26Fix more-messages-to-send indicatorAki Niemi1-8/+4
2010-03-22Move sms interface definition to dbus.hDenis Kenzior1-9/+7
2010-02-08Fix: Don't use ofono_debug directly in the coreDenis Kenzior1-12/+12
2010-01-01Update copyright informationMarcel Holtmann1-1/+1
2009-12-17Style: Fix a few more occurences of if/elseDenis Kenzior1-1/+2
2009-12-14Fix: Concatenation of datagram SMS messagesDenis Kenzior1-4/+8
2009-12-01Fix: Don't forget to cleanup the atom watchDenis Kenzior1-0/+7
2009-11-24Fix: Send all SMS segmentsZhigang Li1-1/+1
2009-11-13Style: add new lineDenis Kenzior1-0/+1
2009-11-05Add basic state saving for SMS atomDenis Kenzior1-0/+39
2009-11-05Add hooks to call into sms history for SMS atomDenis Kenzior1-1/+21
2009-11-05Refactor: Make SendMessage asyncDenis Kenzior1-27/+79
2009-11-05Refactor: Move SMS SendMessage to 1 recipient onlyDenis Kenzior1-28/+12
2009-10-21Migrate from RFC2822 to ISO8601Olivier Le Thanh Duong1-2/+2
2009-09-22Assume sms is registered only when sim readyDenis Kenzior1-58/+12
2009-09-08Write state of SMS assembly to disk and restore on startup.Andrzej Zaborowski1-1/+57
2009-09-01change int vendor to unsigned int vendorDenis Kenzior1-1/+1
2009-09-01Add vendor flag capability for smsDenis Kenzior1-2/+2
2009-08-20Fix unused variable modemDenis Kenzior1-1/+0
2009-08-19Evolve message waiting low level APIDenis Kenzior1-12/+45
2009-08-19Evolve SMS driver APIDenis Kenzior1-145/+185
2009-08-07Store the tx_next g_source so it can be removedDenis Kenzior1-3/+11
2009-08-04Get rid of message-waiting.hDenis Kenzior1-1/+0
2009-08-04Add a MessageWaiting interface to track message waiting indications.Andrzej Zaborowski1-9/+21
2009-07-29Remove all uses of modem.hDenis Kenzior1-1/+0
2009-07-29Rename modem_add_interface / modem_remove_interfaceDenis Kenzior1-2/+2
2009-07-29Get rid of dbus-gsm.hDenis Kenzior1-2/+0
2009-07-29Rename dbus_gsm_pending_replyDenis Kenzior1-4/+4
2009-07-29Rename dbus_gsm_dict_appendDenis Kenzior1-4/+4
2009-07-29Move & Rename PROPERTIES_ARRAY_SIGNATUREDenis Kenzior1-2/+2
2009-07-29Rename dbus_gsm_signal_property_changedDenis Kenzior1-1/+1
2009-07-29Fix segfaultDenis Kenzior1-2/+2
2009-07-29Rename dbus_gsm error functions to __ofono_errorDenis Kenzior1-16/+16
2009-07-29Move & Rename dbus_gsm_connectionDenis Kenzior1-4/+4
2009-07-27Use int for MoreMessagestoSend (mms)Denis Kenzior1-2/+2
2009-07-14Fix stupid false positive warnings about uninitialized variablesMarcel Holtmann1-1/+3