Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
storages
|
|
|
|
|
|
|
|
|
|
|
|
|
|
It currently doesn't do multi-part. When do support that, we may end up needing
to move all this code to mm-sms.c
|
|
|
|
|
|
If any of the parts couldn't be removed, an error is reported and the SMS is
left in the list.
|
|
It's left to the delete() caller to unexport the SMS object from DBus and such.
|
|
so that we can for example, tell the index is INVALID
|
|
|
|
An SMS must be first created with the Messaging interface, and then sent using the
Send() method from the SMS-specific interface.
|
|
|
|
Uncompleted multipart SMS will be exported to DBus, where only the "state"
property is valid, so that we allow completely removing those uncompleted
multipart SMS which will never get completed due to one reason or another.
|
|
This is the port of commit 2104cd725a5f3f9aeacf4dfc4faa70dba293789d to the
06-api branch.
|
|
This is a port of commit c7f54a635a84d5861b1d5f819c25de97b8c0ac32 to the
06-api branch.
|
|
|
|
|
|
Avoid the _ready() function generator macro, not really needed here.
|
|
|
|
|
|
SMS parts with invalid indexes are NOT stored yet in the device
|
|
|
|
|
|
|
|
|
|
They will have NULL paths when they are not exported yet
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This is the port of commit 4af8483ae4e32ca3d815f14aaf5f012b0ed98eed into the
06-api branch.
|