Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-03-15 | iface-modem-messaging: load supported SMS storages during initialization | Aleksander Morgado | |
2012-03-15 | iface-modem-messaging: handle the flag to use PDU mode as a property | Aleksander Morgado | |
2012-03-15 | api,dbus: remove the option to send the SMS in the Create() call | Aleksander Morgado | |
An SMS must be first created with the Messaging interface, and then sent using the Send() method from the SMS-specific interface. | |||
2012-03-15 | sms: export uncomplete multipart messages as well | Aleksander Morgado | |
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. | |||
2012-03-15 | iface-modem-messaging: don't allow method calls if not enabled | Aleksander Morgado | |
2012-03-15 | iface-modem-messaging: allow creating new SMS objects | Aleksander Morgado | |
2012-03-15 | iface-modem-messaging: allow setting up unsolicited events | Aleksander Morgado | |
2012-03-15 | sms-list: don't signal completed messages | Aleksander Morgado | |
We will instead not export an SMS until completed and assembled | |||
2012-03-15 | iface-modem-messaging: handle SMS listing | Aleksander Morgado | |
2012-03-15 | iface-modem-messaging: handle SMS deletion requests | Aleksander Morgado | |
2012-03-15 | iface-modem-messaging: emit SMS added/completed/deleted signals | Aleksander Morgado | |
2012-03-15 | iface-modem-messaging: load initial list of SMS parts | Aleksander Morgado | |
2012-03-15 | iface-modem-messaging: allow configuring preferred SMS format | Aleksander Morgado | |
2012-03-15 | iface-modem-messaging: new property to handle the list of SMS objects | Aleksander Morgado | |
2012-03-15 | iface-modem-messaging: check if modem has messaging capabilities | Aleksander Morgado | |
The interface won't be exported if the given check fails. | |||
2012-03-15 | iface-modem-messaging: new interface to handle the Messaging DBus interface | Aleksander Morgado | |