Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-08-20 | sms: Add a few more debug statements | Marcel Holtmann | 1 | -0/+12 | |
2010-08-19 | sms: Update SmsManager to MessageManager | Denis Kenzior | 1 | -13/+14 | |
2010-08-05 | sms: struct tx_queue_entry: add a destructor | Inaky Perez-Gonzalez | 1 | -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-23 | sms: rename create_tx_queue_entry() | Inaky Perez-Gonzalez | 1 | -3/+3 | |
This is for symmetry with tx_queue_entry_free() | |||||
2010-07-08 | sms: Refactor ofono_sms_submit introduced by stk | Denis Kenzior | 1 | -70/+79 | |
Simplify the logic and get rid of duplicated code | |||||
2010-07-08 | sms: Tweak the logic to be more readable | Denis Kenzior | 1 | -1/+1 | |
2010-07-08 | Add __ofono_sms_submit for other atoms to submit SMs. | Andrzej Zaborowski | 1 | -0/+39 | |
2010-06-25 | sms: Tweak the Bearer API | Denis Kenzior | 1 | -8/+8 | |
2010-06-25 | sms: Add support for SMS Bearer settings | Denis Kenzior | 1 | -2/+132 | |
2010-06-24 | sms: minor style fix | Denis Kenzior | 1 | -1/+2 | |
2010-06-24 | sms: Don't bother setting SCA if we can't query | Denis Kenzior | 1 | -1/+2 | |
2010-06-21 | sms: Only emit property if value actually differs | Denis Kenzior | 1 | -3/+4 | |
2010-06-21 | sms: Fixup minor style issues with status reports | Denis Kenzior | 1 | -15/+7 | |
2010-06-21 | sms: Status report notify | Pasi Miettinen | 1 | -1/+70 | |
2010-06-07 | sms: style fix, remove extra newline | Denis Kenzior | 1 | -1/+0 | |
2010-06-07 | sms: Add UseDeliveryReports property | Pasi Miettinen | 1 | -1/+33 | |
2010-05-28 | sms: Add some documentation | Inaky Perez-Gonzalez | 1 | -0/+19 | |
Add doc headers to ofono_sms_{create, register} | |||||
2010-05-28 | sms_send_message: add a short roadmap | Inaky Perez-Gonzalez | 1 | -0/+13 | |
2010-05-26 | Fix more-messages-to-send indicator | Aki Niemi | 1 | -8/+4 | |
Set the mms indicator based on remaining segment count and not on the message transmit queue status alone. | |||||
2010-03-22 | Move sms interface definition to dbus.h | Denis Kenzior | 1 | -9/+7 | |
2010-02-08 | Fix: Don't use ofono_debug directly in the core | Denis Kenzior | 1 | -12/+12 | |
Use DBG macro which is integrated with the new debug framework. | |||||
2010-01-01 | Update copyright information | Marcel Holtmann | 1 | -1/+1 | |
2009-12-17 | Style: Fix a few more occurences of if/else | Denis Kenzior | 1 | -1/+2 | |
See Linux coding style document for details | |||||
2009-12-14 | Fix: Concatenation of datagram SMS messages | Denis Kenzior | 1 | -4/+8 | |
The 16 bit port address was not being computed correctly. | |||||
2009-12-01 | Fix: Don't forget to cleanup the atom watch | Denis Kenzior | 1 | -0/+7 | |
2009-11-24 | Fix: Send all SMS segments | Zhigang Li | 1 | -1/+1 | |
2009-11-13 | Style: add new line | Denis Kenzior | 1 | -0/+1 | |
2009-11-05 | Add basic state saving for SMS atom | Denis Kenzior | 1 | -0/+39 | |
Message ID and Reference number for concatenated messages should be persisted. | |||||
2009-11-05 | Add hooks to call into sms history for SMS atom | Denis Kenzior | 1 | -1/+21 | |
2009-11-05 | Refactor: Make SendMessage async | Denis Kenzior | 1 | -27/+79 | |
This commit does two things. First it makes SendMessage an async method, which returns only when the SMS message has been successfully sent or failed. This also adds a set number of tries that oFono will resubmit the PDU to the SMSC. If any fragment fails to be submitted, the entire send message attempt is deemed a failure and an error is returned to the caller. | |||||
2009-11-05 | Refactor: Move SMS SendMessage to 1 recipient only | Denis Kenzior | 1 | -28/+12 | |
2009-10-21 | Migrate from RFC2822 to ISO8601 | Olivier Le Thanh Duong | 1 | -2/+2 | |
2009-09-22 | Assume sms is registered only when sim ready | Denis Kenzior | 1 | -58/+12 | |
2009-09-08 | Write state of SMS assembly to disk and restore on startup. | Andrzej Zaborowski | 1 | -1/+57 | |
This way we can continue receiving segmented messages over a reset or crash. | |||||
2009-09-01 | change int vendor to unsigned int vendor | Denis Kenzior | 1 | -1/+1 | |
2009-09-01 | Add vendor flag capability for sms | Denis Kenzior | 1 | -2/+2 | |
2009-08-20 | Fix unused variable modem | Denis Kenzior | 1 | -1/+0 | |
2009-08-19 | Evolve message waiting low level API | Denis Kenzior | 1 | -12/+45 | |
2009-08-19 | Evolve SMS driver API | Denis Kenzior | 1 | -145/+185 | |
2009-08-07 | Store the tx_next g_source so it can be removed | Denis Kenzior | 1 | -3/+11 | |
2009-08-04 | Get rid of message-waiting.h | Denis Kenzior | 1 | -1/+0 | |
2009-08-04 | Add a MessageWaiting interface to track message waiting indications. | Andrzej Zaborowski | 1 | -9/+21 | |
The state of the indications is kept in memory and written back to the SIM after any changes. | |||||
2009-07-29 | Remove all uses of modem.h | Denis Kenzior | 1 | -1/+0 | |
2009-07-29 | Rename modem_add_interface / modem_remove_interface | Denis Kenzior | 1 | -2/+2 | |
Move to ofono_modem_add_interface, ofono_modem_remove_interface and put in ofono/modem.h | |||||
2009-07-29 | Get rid of dbus-gsm.h | Denis Kenzior | 1 | -2/+0 | |
2009-07-29 | Rename dbus_gsm_pending_reply | Denis Kenzior | 1 | -4/+4 | |
2009-07-29 | Rename dbus_gsm_dict_append | Denis Kenzior | 1 | -4/+4 | |
2009-07-29 | Move & Rename PROPERTIES_ARRAY_SIGNATURE | Denis Kenzior | 1 | -2/+2 | |
2009-07-29 | Rename dbus_gsm_signal_property_changed | Denis Kenzior | 1 | -1/+1 | |
2009-07-29 | Fix segfault | Denis Kenzior | 1 | -2/+2 | |