Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-08-19 | libmm-glib,sms: simplify 'data' property retrieval logic | Aleksander Morgado | |
2021-11-16 | libmm-glib: fix license in sources | Aleksander Morgado | |
The libmm-glib library is LGPLv2+, not GPLv2+. | |||
2019-10-28 | docs,libmm-glib: provide per-version indices | Aleksander Morgado | |
2018-01-25 | *: Spelling fixes | Ville Skyttä | |
2017-09-27 | libmm-glib,sms: fix get|dup_data() introspection annotations | Aleksander Morgado | |
We need to specify explicitly that the return type is an array of guint8 elements. | |||
2013-10-25 | api: add 'ServiceCategory' property to the SMS interface | Aleksander Morgado | |
Will be used in 3GPP2 SMS messages. | |||
2013-10-25 | api: add 'TeleserviceId' property to the SMS interface | Aleksander Morgado | |
Will be used in 3GPP2 SMS messages. | |||
2013-10-24 | libmm-glib: fix several introspection annotations | Aleksander Morgado | |
2013-05-06 | sms: add support for message class | Dan 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-05 | api,introspection: update 'Validity' property in the SMS interface | Aleksander 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-03 | libmm-glib,sms: `MMSms' is now a real object | Aleksander Morgado | |
Not just a typedef of the gdbus-codegen generated `MmGdbusSms'. | |||
2012-09-14 | libmm-glib: provide accessors for the 'Data' property in the SMS interface | Aleksander Morgado | |
2012-09-14 | libmm-glib: added methods to retrieve new SMS properties | Aleksander Morgado | |
2012-09-14 | libmm-glib,sms: new `mm_sms_get_delivery_report_request()' | Aleksander Morgado | |
2012-09-14 | libmm-glib,sms: fix values returned on error | Aleksander Morgado | |
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-03-15 | libmm-glib: allow getting SMS storage | Aleksander Morgado | |
2012-03-15 | libmm-glib: new method to store SMS messages | 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 | |