summaryrefslogtreecommitdiff
path: root/src/mm-iface-modem-messaging.c
AgeCommit message (Expand)AuthorFilesLines
2020-09-19iface-modem-messaging: if sms list doesn't exist, free partAleksander Morgado1-15/+13
2020-05-19iface-modem-messaging: avoid cast-align errorsAleksander Morgado1-3/+3
2020-04-08iface-modem-messaging: port to use object loggingAleksander Morgado1-29/+24
2020-01-30iface-modem-messaging: fix warnings with -Wimplicit-fallthroughAleksander Morgado1-16/+14
2020-01-30iface-modem-messaging: fix warnings with -Wswitch-defaultAleksander Morgado1-0/+9
2019-05-08iface-modem-messaging: flush sms list update before notifying added/removedAleksander Morgado1-0/+2
2018-09-25iface-modem-messaging: if only one storage supported, select it right awayAleksander Morgado1-18/+42
2018-04-24all: drop unused variablesLubomir Rintel1-2/+0
2017-06-28iface-modem-messaging: port mm_iface_modem_messaging_disable to use GTaskBen Chan1-42/+47
2017-06-28iface-modem-messaging: port mm_iface_modem_messaging_enable to use GTaskBen Chan1-91/+91
2017-06-28iface-modem-messaging: port mm_iface_modem_messaging_initialize to use GTaskBen Chan1-69/+60
2017-03-28broadband-modem: fixed wrong MEM1 value passed to +CPMSCarlo Lobrano1-1/+1
2016-03-09broadband-modem: fix +CPMS empty parameter supportCarlo Lobrano1-0/+37
2014-07-06sms: rename 'MMSms' to 'MMBaseSms'Aleksander Morgado1-6/+6
2014-06-16iface-modem-messaging: don't skip MT storage when reading if it's the only oneAleksander Morgado1-4/+6
2013-11-21introspection,api: new 'Messages' property in the Messaging interfaceAleksander Morgado1-0/+13
2013-08-19iface-modem-messaging: never add UNKNOWN to the lists of supported storagesAleksander Morgado1-0/+20
2013-02-06iface-modem-messaging: fix INSTANCE_CAST() vs. GET_INTERFACE() confusionDan Williams1-1/+1
2012-11-02iface-modem-messaging: fix storage string when reporting errorsAleksander Morgado1-1/+6
2012-10-11core: make sure objects retrieved with g_object_get() are valid in the ifacesAleksander Morgado1-117/+127
2012-10-04libmm-glib: remove the `libmm-common.h' headerAleksander Morgado1-1/+2
2012-09-14sms: create SMS parts only when storing or sendingAleksander Morgado1-0/+48
2012-09-14iface-modem-messaging: automatically detect the best default storageAleksander Morgado1-22/+43
2012-09-14iface-modem-messaging: instead of mem1,mem2,mem3 use just a new default storageAleksander Morgado1-44/+22
2012-09-14api: new `SupportedStorages' property in the Messaging interfaceAleksander Morgado1-0/+28
2012-09-14iface-modem-messaging: setting preferred storages is a one-time operationAleksander Morgado1-87/+42
2012-09-14iface-modem-messaging: load initial SMS parts after having set default storagesAleksander Morgado1-28/+28
2012-09-14iface-modem-messaging: new methods to check support for storage actionsAleksander Morgado1-17/+43
2012-09-06sms: SMS objects need to be create by `create_modem()' in the Messaging ifaceAleksander Morgado1-0/+10
2012-09-06iface-modem-messaging: plug memleakAleksander Morgado1-0/+1
2012-07-22messaging: don't treat as fatal error if we cannot read from a given storageAleksander Morgado1-3/+4
2012-07-17iface-modem-messaging: check if supported storage is allocated before useBen Chan1-4/+6
2012-03-16iface-modem-messaging: let initialization and enabling sequences get cancelledAleksander Morgado1-4/+50
2012-03-16base-modem: new port getters and peekersAleksander Morgado1-6/+0
2012-03-16libmm-common: `MMSimpleStatus' won't be considered internal any moreAleksander Morgado1-1/+1
2012-03-16libmm-common: `MMSmsProperties' won't be considered internal any moreAleksander Morgado1-2/+2
2012-03-16iface-modem-messaging: include policy authorization checksAleksander Morgado1-57/+112
2012-03-15iface-modem-messaging: need to enable/disable SMS indicationsAleksander Morgado1-15/+81
2012-03-15core: don't pass primary port to interface initializationsAleksander Morgado1-10/+4
2012-03-15sms: specify storage where the SMS is keptAleksander Morgado1-2/+3
2012-03-15iface-modem-messaging: once all messages initially loaded, set default storagesAleksander Morgado1-1/+30
2012-03-15iface-modem-messaging: use defaults when no specific storage specifiedAleksander Morgado1-0/+20
2012-03-15iface-modem-messaging: load initial parts from all available storagesAleksander Morgado1-5/+66
2012-03-15iface-modem-messaging: new method to set preferred SMS storagesAleksander Morgado1-0/+73
2012-03-15iface-modem-messaging: new properties to define preferred mem1/mem2/mem3 stor...Aleksander Morgado1-1/+27
2012-03-15iface-modem-messaging: load supported SMS storages during initializationAleksander Morgado1-0/+103
2012-03-15iface-modem-messaging: handle the flag to use PDU mode as a propertyAleksander Morgado1-0/+8
2012-03-15api,dbus: remove the option to send the SMS in the Create() callAleksander Morgado1-1/+0
2012-03-15sms: export uncomplete multipart messages as wellAleksander Morgado1-2/+2
2012-03-15iface-modem-messaging: don't allow method calls if not enabledAleksander Morgado1-0/+43