Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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 | |
2009-07-29 | Rename dbus_gsm error functions to __ofono_error | Denis Kenzior | 1 | -16/+16 | |
2009-07-29 | Move & Rename dbus_gsm_connection | Denis Kenzior | 1 | -4/+4 | |
Move to ofono/dbus.h ofono_dbus_get_connection | |||||
2009-07-27 | Use int for MoreMessagestoSend (mms) | Denis Kenzior | 1 | -2/+2 | |
2009-07-14 | Fix stupid false positive warnings about uninitialized variables | Marcel Holtmann | 1 | -1/+3 | |
The GCC check for uninitialized variables is so useful that dealing with the false positives is just a minor inconvenience. The following GCC trick helps to silence them: #define uninitialized_var(x) x = x This way no code obfuscation is needed to compile smoothly and the code stays readable. And the author has to actually think about it. | |||||
2009-07-13 | Fix unused variable | Denis Kenzior | 1 | -1/+0 | |
2009-07-13 | Remove uninitialized warning | Denis Kenzior | 1 | -0/+3 | |
2009-06-19 | Add SMS Sending Support | Denis Kenzior | 1 | -0/+177 | |
2009-06-16 | Fix SMS port addressing | Denis Kenzior | 1 | -3/+4 | |
2009-06-14 | Add SMS fragment assembly capabilities | Denis Kenzior | 1 | -4/+33 | |
2009-06-12 | Add Basic SMS reception capabilities | Denis Kenzior | 1 | -1/+304 | |
- Can receive 7Bit, 8Bit and UCS2 encoded messages - 8Bit is assumed to be a datagram to a certain port - Messages with Invalid format are ignored - Concatenation not yet supported | |||||
2009-06-01 | Forgot to add this | Denis Kenzior | 1 | -0/+316 | |