Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-10-23 | cli,sms: add missing parameter documentation in `--store-in-storage' | Aleksander Morgado | |
2012-10-04 | libmm-glib: remove the `libmm-common.h' header | Aleksander Morgado | |
Both the ModemManager daemon and the mmcli will now include `libmm-glib.h' only. We also handle two new special `_LIBMM_INSIDE_MM' and `LIBMM_INSIDE_MMCLI' symbols, which if included before the `libmm-glib.h' library allow us to: * Don't include the libmm-glib high level API in the ModemManager daemon, as the object names would clash with those in the core. * Define some of the methods of helper objects to be included only if compiling ModemManager daemon or the mmcli. | |||
2012-09-14 | cli: minor text output fixes | Aleksander Morgado | |
2012-09-14 | cli: new `--create-file-with-data' action for SMS objects | Aleksander Morgado | |
This new action allows creating a new file with the binary data stored in the SMS, if any. E.g.: $> sudo mmcli -s 7 \ --create-file-with-data=output.txt This action can only be run on SMS object with binary data. | |||
2012-09-14 | cli: print new SMS properties in SMS status report | Aleksander Morgado | |
2012-09-14 | cli: print delivery report request information in SMS status | Aleksander Morgado | |
2012-09-14 | cli: new `--store-in-storage' action to be able to select where to store the SMS | Aleksander Morgado | |
Expects the storage as the enum nickname string, e.g: "me" for MM_SMS_STORAGE_ME or "sm" for MM_SMS_STORAGE_SM | |||
2012-09-14 | api: Sms.Store() now requires the specific memory storage where to store the SMS | Aleksander Morgado | |
... or MM_SMS_STORAGE_UNKNOWN to store it in the default storage. | |||
2012-08-24 | cli: fix output message when storing a SMS | Aleksander Morgado | |
2012-07-25 | cli: allow modifying default DBus timeout with `--timeout' | Aleksander Morgado | |
By default 30s will be used for every operation. | |||
2012-03-15 | cli: include storage when printing SMS info | Aleksander Morgado | |
2012-03-15 | cli: new `--store' action to store SMS messages | Aleksander Morgado | |
2012-03-15 | cli: added SMS-specific actions | Aleksander Morgado | |