Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-03-15 | modem-helpers: new CPMS format result parser | Aleksander Morgado | |
2012-03-15 | libmm-common: new helpers to work with SMS storage strings | Aleksander Morgado | |
2012-03-15 | api,header: new `MMSmsStorage' enumeration | Aleksander Morgado | |
2012-03-15 | sms: implement default sending, either from storage or through the generic cmd | Aleksander Morgado | |
2012-03-15 | sms: don't allow sending received messages | Aleksander Morgado | |
2012-03-15 | sms: implement default storing | Aleksander Morgado | |
2012-03-15 | sms-part: include the submit-pdu building code | Aleksander Morgado | |
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 | |||
2012-03-15 | broadband-modem: implement the use-pdu-mode flag property | Aleksander Morgado | |
2012-03-15 | iface-modem-messaging: handle the flag to use PDU mode as a property | Aleksander Morgado | |
2012-03-15 | cli: new `--store' action to store SMS messages | Aleksander Morgado | |
2012-03-15 | libmm-glib: new method to store SMS messages | Aleksander Morgado | |
2012-03-15 | sms-list: refactor SMS removal | Aleksander Morgado | |
If any of the parts couldn't be removed, an error is reported and the SMS is left in the list. | |||
2012-03-15 | sms: delete() just removes the parts from the storage | Aleksander Morgado | |
It's left to the delete() caller to unexport the SMS object from DBus and such. | |||
2012-03-15 | sms-part: allow reseting part index | Aleksander Morgado | |
so that we can for example, tell the index is INVALID | |||
2012-03-15 | sms: 'number' and 'text' are mandatory when creating from properties | 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 | broadband-modem: get and use SMS part state when parsing CMGL reply | Aleksander Morgado | |
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 | broadband-modem: ensure text mode SMS list doesn't pick up too much text | Aleksander Morgado | |
This is the port of commit 2104cd725a5f3f9aeacf4dfc4faa70dba293789d to the 06-api branch. | |||
2012-03-15 | broadband-modem: fix text SMS list regex | Aleksander Morgado | |
This is a port of commit c7f54a635a84d5861b1d5f819c25de97b8c0ac32 to the 06-api branch. | |||
2012-03-15 | iface-modem-messaging: don't allow method calls if not enabled | Aleksander Morgado | |
2012-03-15 | iface-modem: don't force port closing here, it breaks the open/close count | Aleksander Morgado | |
2012-03-15 | iface-modem: simplify disabling sequence | Aleksander Morgado | |
Avoid the _ready() function generator macro, not really needed here. | |||
2012-03-15 | cinterion: fix power down sequence | Aleksander Morgado | |
Need to complete the operation result at some point! | |||
2012-03-15 | sim: leave up to 10s for CRSM queries | Aleksander Morgado | |
2012-03-15 | cli: ensure EOL is added at every error message | Aleksander Morgado | |
2012-03-15 | sms: handle message storing and sending actions from DBus | Aleksander Morgado | |
2012-03-15 | sms-part: new symbol to define invalid indexes | Aleksander Morgado | |
SMS parts with invalid indexes are NOT stored yet in the device | |||
2012-03-15 | api,dbus: new method to request storing a SMS messages | Aleksander Morgado | |
2012-03-15 | cli: avoid unneeded refs when synchronously looking for bearer/sms/sim | Aleksander Morgado | |
2012-03-15 | cli: added Messaging-specific actions | Aleksander Morgado | |
2012-03-15 | cli: added SMS-specific actions | Aleksander Morgado | |
2012-03-15 | cli: setup to work with SMS objects | Aleksander Morgado | |
2012-03-15 | cli: fix help, bearers and SIMs can be specified also by index | Aleksander Morgado | |
2012-03-15 | libmm-glib: implement support for the Messaging interface | Aleksander Morgado | |
2012-03-15 | libmm-glib: (trivial) fix some return types | Aleksander Morgado | |
2012-03-15 | libmm-glib: methods to create MMSms objects | Aleksander Morgado | |
We need them, as received messages are signaled just with their path, so the program listening to those signals will need to create the proxy objects itself. | |||
2012-03-15 | libmm-glib: new object to handle SMS objects | Aleksander Morgado | |
2012-03-15 | api,dbus: renamed `To' to `Number' in the SMS interface | Aleksander Morgado | |
2012-03-15 | libmm-glib: new common object to handle SMS properties | Aleksander Morgado | |
To be used when requesting to create new SMS. | |||
2012-03-15 | iface-modem-messaging: allow creating new SMS objects | Aleksander Morgado | |
2012-03-15 | sms: allow creating SMS objects from the common properties | Aleksander Morgado | |
2012-03-15 | sms-list: allow adding full SMS objects to the list | Aleksander Morgado | |
2012-03-15 | sms-list: handle NULL paths in SMS objects | Aleksander Morgado | |
They will have NULL paths when they are not exported yet | |||
2012-03-15 | libmm-common: new helper object to handle common SMS properties | Aleksander Morgado | |
2012-03-15 | api,header: renamed `MMModemSmsState' to `MMSmsState' | Aleksander Morgado | |
2012-03-15 | sms: pass known state when creating the MMSms object | Aleksander Morgado | |
2012-03-15 | sms-part: include validity | Aleksander Morgado | |
2012-03-15 | iface-modem-messaging: allow subclassing SMS object creation methods | Aleksander Morgado | |
2012-03-15 | sms: allow sublassing the part deletion procedure | Aleksander Morgado | |