summaryrefslogtreecommitdiffstats
path: root/src/sms.c
AgeCommit message (Collapse)AuthorFilesLines
2010-11-02sms: Minor style fixDenis Kenzior1-3/+3
2010-11-02sms: Left shift 8-bit ports by 16Denis Kenzior1-2/+2
These are less commonly used so make them not interfere with 16 bit ports
2010-10-14Fix style problemAki Niemi1-1/+1
2010-10-14sms: Implement text and datagram watchAki Niemi1-17/+146
Allow setting a watch for incoming text and datagram messages on the sms atom.
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
If history tracking is desired, expose over D-Bus as well
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
The SMS messages's ID number (used for history, D-Bus naming and storage in external database) is updated to use a hash (based on PDUs and submission time) to further avoid ID collision concerns.
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
Introduce a destructor function to encapsulate all the release steps for this data type, as more are to be added later.
2010-07-23sms: rename create_tx_queue_entry()Inaky Perez-Gonzalez1-3/+3
This is for symmetry with tx_queue_entry_free()
2010-07-08sms: Refactor ofono_sms_submit introduced by stkDenis Kenzior1-70/+79
Simplify the logic and get rid of duplicated code
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
Add doc headers to ofono_sms_{create, register}
2010-05-28sms_send_message: add a short roadmapInaky Perez-Gonzalez1-0/+13
2010-05-26Fix more-messages-to-send indicatorAki Niemi1-8/+4
Set the mms indicator based on remaining segment count and not on the message transmit queue status alone.
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
Use DBG macro which is integrated with the new debug framework.
2010-01-01Update copyright informationMarcel Holtmann1-1/+1
2009-12-17Style: Fix a few more occurences of if/elseDenis Kenzior1-1/+2
See Linux coding style document for details
2009-12-14Fix: Concatenation of datagram SMS messagesDenis Kenzior1-4/+8
The 16 bit port address was not being computed correctly.
2009-12-01Fix: Don't forget to cleanup the atom watchDenis Kenzior1-0/+7
2009-11-24Fix: Send all SMS segmentsZhigang Li1-1/+1