aboutsummaryrefslogtreecommitdiff
path: root/libmm-glib/mm-sms.c
AgeCommit message (Collapse)Author
2022-08-19libmm-glib,sms: simplify 'data' property retrieval logicAleksander Morgado
2021-11-16libmm-glib: fix license in sourcesAleksander Morgado
The libmm-glib library is LGPLv2+, not GPLv2+.
2019-10-28docs,libmm-glib: provide per-version indicesAleksander Morgado
2018-01-25*: Spelling fixesVille Skyttä
2017-09-27libmm-glib,sms: fix get|dup_data() introspection annotationsAleksander Morgado
We need to specify explicitly that the return type is an array of guint8 elements.
2013-10-25api: add 'ServiceCategory' property to the SMS interfaceAleksander Morgado
Will be used in 3GPP2 SMS messages.
2013-10-25api: add 'TeleserviceId' property to the SMS interfaceAleksander Morgado
Will be used in 3GPP2 SMS messages.
2013-10-24libmm-glib: fix several introspection annotationsAleksander Morgado
2013-05-06sms: add support for message classDan Williams
We need to redefine the message class property to int since class 0 is a valid message class. Thus -1 now means "unspecified class".
2013-04-05api,introspection: update 'Validity' property in the SMS interfaceAleksander Morgado
We don't want to support only 'relative' validity, so don't assume that the Validity property will always be a uint32 value. Instead, we define the Validity propery as '(uv)' tuple, where the first value (a MMSmsValidityType) specifies the type of validity, and the second value is a variant formatted accordingly to what the validity type specifies (e.g. a uint32 value if the type is MM_SMS_VALIDITY_TYPE_RELATIVE).
2012-10-03libmm-glib,sms: `MMSms' is now a real objectAleksander Morgado
Not just a typedef of the gdbus-codegen generated `MmGdbusSms'.
2012-09-14libmm-glib: provide accessors for the 'Data' property in the SMS interfaceAleksander Morgado
2012-09-14libmm-glib: added methods to retrieve new SMS propertiesAleksander Morgado
2012-09-14libmm-glib,sms: new `mm_sms_get_delivery_report_request()'Aleksander Morgado
2012-09-14libmm-glib,sms: fix values returned on errorAleksander Morgado
2012-09-14api: Sms.Store() now requires the specific memory storage where to store the SMSAleksander Morgado
... or MM_SMS_STORAGE_UNKNOWN to store it in the default storage.
2012-03-15libmm-glib: allow getting SMS storageAleksander Morgado
2012-03-15libmm-glib: new method to store SMS messagesAleksander Morgado
2012-03-15libmm-glib: methods to create MMSms objectsAleksander 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-15libmm-glib: new object to handle SMS objectsAleksander Morgado