aboutsummaryrefslogtreecommitdiff
path: root/src/mm-iface-modem-messaging.c
AgeCommit message (Expand)Author
2025-05-08sms-list: remove usage of MMBaseModemDan Williams
2025-05-08base-sms: remove MODEM propertyDan Williams
2025-05-08base-sms,sms-list: use signals to set multipart referenceDan Williams
2025-05-08base-sms: pass SMS default storage at creation time and update as neededDan Williams
2025-05-08base-sms,sms-list,iface-messaging: move MMBaseSms creation to MMBroadbandMode...Dan Williams
2025-05-08base-sms,iface-modem-messaging: move lock/unlock logic into the interfaceDan Williams
2025-05-08Move log parent and connection property binding to helperDan Williams
2025-05-08auth-provider: move auth provider logic into each classDan Williams
2025-03-11treewide: Fix typosGuido Günther
2025-02-27messaging: load default storage from modem during initializationAkula Susmitha
2025-02-24iface-modem-messaging: Validate supported storagesAkula Susmitha
2024-10-07api,core,mmcli: Add new 'API' support to set-default-storage for SMSAkula Susmitha
2024-05-06iface-modem-messaging: use G_DECLARE|DEFINE_INTERFACE() macrosAleksander Morgado
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