summaryrefslogtreecommitdiffstats
path: root/src/sms.c
AgeCommit message (Expand)AuthorFilesLines
2010-11-02sms: Minor style fixDenis Kenzior1-3/+3
2010-11-02sms: Left shift 8-bit ports by 16Denis Kenzior1-2/+2
2010-10-14Fix style problemAki Niemi1-1/+1
2010-10-14sms: Implement text and datagram watchAki Niemi1-17/+146
2010-10-05sms: fix type errorPekka Pessi1-1/+1
2010-09-27sms: Fix 8bit port handlingAki Niemi1-2/+2
2010-09-21Fix multi-line comment style issuesJeevaka Badrappan1-9/+18
2010-09-21sms: Update signals for introspectionDenis Kenzior1-0/+2
2010-09-21sms: Tweak behavior of txq_submitDenis Kenzior1-1/+14
2010-09-21sms: Emit MessageRemovedDenis Kenzior1-0/+12
2010-09-21sms: Emit MessageAddedDenis Kenzior1-0/+32
2010-09-21sms: Implement GetMessages methodDenis Kenzior1-0/+56
2010-09-21sms: Initial Message interface implementationDenis Kenzior1-31/+231
2010-09-21sms: Update to the new history APIDenis Kenzior1-6/+4
2010-09-21sms: Update to the new status report assembly apiDenis Kenzior1-5/+6
2010-09-21sms: Get rid of NextMessageId settingDenis Kenzior1-10/+2
2010-09-21sms: Reflow manager methods tableDenis Kenzior1-6/+6
2010-09-21sms: Refactor __ofono_sms_txq_submitDenis Kenzior1-6/+15
2010-09-21sms: Refactor txq_entry_createDenis Kenzior1-18/+44
2010-09-21sms: Refactor outgoing sms id generatorDenis Kenzior1-19/+16
2010-09-21sms: replace sequential SMS message ID with hashInaky Perez-Gonzalez1-1/+49
2010-09-21sms: Compute SHA1 based UUID for incoming messagesDenis Kenzior1-3/+36
2010-09-09Default to using 8bit SMS reference numbersAki Niemi1-2/+3
2010-09-03Fix adding 8bit reference numberAki Niemi1-6/+11
2010-08-20sms: Add a few more debug statementsMarcel Holtmann1-0/+12
2010-08-19sms: Update SmsManager to MessageManagerDenis Kenzior1-13/+14
2010-08-05sms: struct tx_queue_entry: add a destructorInaky Perez-Gonzalez1-6/+22
2010-07-23sms: rename create_tx_queue_entry()Inaky Perez-Gonzalez1-3/+3
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