aboutsummaryrefslogtreecommitdiff
path: root/src/mm-iface-modem-messaging.c
AgeCommit message (Expand)Author
2023-10-27core: ensure all errors returned in DBus operations are normalizedAleksander Morgado
2022-11-30iface-modem-messaging: improve logging of user operationsAleksander Morgado
2022-11-30iface-modem-messaging: refactor memory management in handlersAleksander Morgado
2022-11-30iface-modem-messaging: use the abort_invocation_if_state_not_reached() helperAleksander Morgado
2022-11-30iface-modem-messaging: allow Delete operation during enabling/disablingAleksander Morgado
2020-09-19iface-modem-messaging: if sms list doesn't exist, free partAleksander Morgado
2020-05-19iface-modem-messaging: avoid cast-align errorsAleksander Morgado
2020-04-08iface-modem-messaging: port to use object loggingAleksander Morgado
2020-01-30iface-modem-messaging: fix warnings with -Wimplicit-fallthroughAleksander Morgado
2020-01-30iface-modem-messaging: fix warnings with -Wswitch-defaultAleksander Morgado
2019-05-08iface-modem-messaging: flush sms list update before notifying added/removedAleksander Morgado
2018-09-25iface-modem-messaging: if only one storage supported, select it right awayAleksander Morgado
2018-04-24all: drop unused variablesLubomir Rintel
2017-06-28iface-modem-messaging: port mm_iface_modem_messaging_disable to use GTaskBen Chan
2017-06-28iface-modem-messaging: port mm_iface_modem_messaging_enable to use GTaskBen Chan
2017-06-28iface-modem-messaging: port mm_iface_modem_messaging_initialize to use GTaskBen Chan
2017-03-28broadband-modem: fixed wrong MEM1 value passed to +CPMSCarlo Lobrano
2016-03-09broadband-modem: fix +CPMS empty parameter supportCarlo Lobrano
2014-07-06sms: rename 'MMSms' to 'MMBaseSms'Aleksander Morgado
2014-06-16iface-modem-messaging: don't skip MT storage when reading if it's the only oneAleksander Morgado
2013-11-21introspection,api: new 'Messages' property in the Messaging interfaceAleksander Morgado
2013-08-19iface-modem-messaging: never add UNKNOWN to the lists of supported storagesAleksander Morgado
2013-02-06iface-modem-messaging: fix INSTANCE_CAST() vs. GET_INTERFACE() confusionDan Williams
2012-11-02iface-modem-messaging: fix storage string when reporting errorsAleksander Morgado
2012-10-11core: make sure objects retrieved with g_object_get() are valid in the ifacesAleksander Morgado
2012-10-04libmm-glib: remove the `libmm-common.h' headerAleksander Morgado
2012-09-14sms: create SMS parts only when storing or sendingAleksander Morgado
2012-09-14iface-modem-messaging: automatically detect the best default storageAleksander Morgado
2012-09-14iface-modem-messaging: instead of mem1,mem2,mem3 use just a new default storageAleksander Morgado
2012-09-14api: new `SupportedStorages' property in the Messaging interfaceAleksander Morgado
2012-09-14iface-modem-messaging: setting preferred storages is a one-time operationAleksander Morgado
2012-09-14iface-modem-messaging: load initial SMS parts after having set default storagesAleksander Morgado
2012-09-14iface-modem-messaging: new methods to check support for storage actionsAleksander Morgado
2012-09-06sms: SMS objects need to be create by `create_modem()' in the Messaging ifaceAleksander Morgado
2012-09-06iface-modem-messaging: plug memleakAleksander Morgado
2012-07-22messaging: don't treat as fatal error if we cannot read from a given storageAleksander Morgado
2012-07-17iface-modem-messaging: check if supported storage is allocated before useBen Chan
2012-03-16iface-modem-messaging: let initialization and enabling sequences get cancelledAleksander Morgado
2012-03-16base-modem: new port getters and peekersAleksander Morgado
2012-03-16libmm-common: `MMSimpleStatus' won't be considered internal any moreAleksander Morgado
2012-03-16libmm-common: `MMSmsProperties' won't be considered internal any moreAleksander Morgado
2012-03-16iface-modem-messaging: include policy authorization checksAleksander Morgado
2012-03-15iface-modem-messaging: need to enable/disable SMS indicationsAleksander Morgado
2012-03-15core: don't pass primary port to interface initializationsAleksander Morgado
2012-03-15sms: specify storage where the SMS is keptAleksander Morgado
2012-03-15iface-modem-messaging: once all messages initially loaded, set default storagesAleksander Morgado
2012-03-15iface-modem-messaging: use defaults when no specific storage specifiedAleksander Morgado
2012-03-15iface-modem-messaging: load initial parts from all available storagesAleksander Morgado
2012-03-15iface-modem-messaging: new method to set preferred SMS storagesAleksander Morgado
2012-03-15iface-modem-messaging: new properties to define preferred mem1/mem2/mem3 stor...Aleksander Morgado