Age | Commit message (Expand) | Author |
2025-05-08 | sms-list: remove usage of MMBaseModem | Dan Williams |
2025-05-08 | base-sms: remove MODEM property | Dan Williams |
2025-05-08 | base-sms,sms-list: use signals to set multipart reference | Dan Williams |
2025-05-08 | base-sms: pass SMS default storage at creation time and update as needed | Dan Williams |
2025-05-08 | base-sms,sms-list,iface-messaging: move MMBaseSms creation to MMBroadbandMode... | Dan Williams |
2025-05-08 | base-sms,iface-modem-messaging: move lock/unlock logic into the interface | Dan Williams |
2025-05-08 | Move log parent and connection property binding to helper | Dan Williams |
2025-05-08 | auth-provider: move auth provider logic into each class | Dan Williams |
2025-03-11 | treewide: Fix typos | Guido Günther |
2025-02-27 | messaging: load default storage from modem during initialization | Akula Susmitha |
2025-02-24 | iface-modem-messaging: Validate supported storages | Akula Susmitha |
2024-10-07 | api,core,mmcli: Add new 'API' support to set-default-storage for SMS | Akula Susmitha |
2024-05-06 | iface-modem-messaging: use G_DECLARE|DEFINE_INTERFACE() macros | Aleksander Morgado |
2023-10-27 | core: ensure all errors returned in DBus operations are normalized | Aleksander Morgado |
2022-11-30 | iface-modem-messaging: improve logging of user operations | Aleksander Morgado |
2022-11-30 | iface-modem-messaging: refactor memory management in handlers | Aleksander Morgado |
2022-11-30 | iface-modem-messaging: use the abort_invocation_if_state_not_reached() helper | Aleksander Morgado |
2022-11-30 | iface-modem-messaging: allow Delete operation during enabling/disabling | Aleksander Morgado |
2020-09-19 | iface-modem-messaging: if sms list doesn't exist, free part | Aleksander Morgado |
2020-05-19 | iface-modem-messaging: avoid cast-align errors | Aleksander Morgado |
2020-04-08 | iface-modem-messaging: port to use object logging | Aleksander Morgado |
2020-01-30 | iface-modem-messaging: fix warnings with -Wimplicit-fallthrough | Aleksander Morgado |
2020-01-30 | iface-modem-messaging: fix warnings with -Wswitch-default | Aleksander Morgado |
2019-05-08 | iface-modem-messaging: flush sms list update before notifying added/removed | Aleksander Morgado |
2018-09-25 | iface-modem-messaging: if only one storage supported, select it right away | Aleksander Morgado |
2018-04-24 | all: drop unused variables | Lubomir Rintel |
2017-06-28 | iface-modem-messaging: port mm_iface_modem_messaging_disable to use GTask | Ben Chan |
2017-06-28 | iface-modem-messaging: port mm_iface_modem_messaging_enable to use GTask | Ben Chan |
2017-06-28 | iface-modem-messaging: port mm_iface_modem_messaging_initialize to use GTask | Ben Chan |
2017-03-28 | broadband-modem: fixed wrong MEM1 value passed to +CPMS | Carlo Lobrano |
2016-03-09 | broadband-modem: fix +CPMS empty parameter support | Carlo Lobrano |
2014-07-06 | sms: rename 'MMSms' to 'MMBaseSms' | Aleksander Morgado |
2014-06-16 | iface-modem-messaging: don't skip MT storage when reading if it's the only one | Aleksander Morgado |
2013-11-21 | introspection,api: new 'Messages' property in the Messaging interface | Aleksander Morgado |
2013-08-19 | iface-modem-messaging: never add UNKNOWN to the lists of supported storages | Aleksander Morgado |
2013-02-06 | iface-modem-messaging: fix INSTANCE_CAST() vs. GET_INTERFACE() confusion | Dan Williams |
2012-11-02 | iface-modem-messaging: fix storage string when reporting errors | Aleksander Morgado |
2012-10-11 | core: make sure objects retrieved with g_object_get() are valid in the ifaces | Aleksander Morgado |
2012-10-04 | libmm-glib: remove the `libmm-common.h' header | Aleksander Morgado |
2012-09-14 | sms: create SMS parts only when storing or sending | Aleksander Morgado |
2012-09-14 | iface-modem-messaging: automatically detect the best default storage | Aleksander Morgado |
2012-09-14 | iface-modem-messaging: instead of mem1,mem2,mem3 use just a new default storage | Aleksander Morgado |
2012-09-14 | api: new `SupportedStorages' property in the Messaging interface | Aleksander Morgado |
2012-09-14 | iface-modem-messaging: setting preferred storages is a one-time operation | Aleksander Morgado |
2012-09-14 | iface-modem-messaging: load initial SMS parts after having set default storages | Aleksander Morgado |
2012-09-14 | iface-modem-messaging: new methods to check support for storage actions | Aleksander Morgado |
2012-09-06 | sms: SMS objects need to be create by `create_modem()' in the Messaging iface | Aleksander Morgado |
2012-09-06 | iface-modem-messaging: plug memleak | Aleksander Morgado |
2012-07-22 | messaging: don't treat as fatal error if we cannot read from a given storage | Aleksander Morgado |
2012-07-17 | iface-modem-messaging: check if supported storage is allocated before use | Ben Chan |