- 19 Jun, 2017 2 commits
-
-
Slava Monich authored
-
Slava Monich authored
Some operators provide IP address of the MMS proxy prepending zeros to each number shorter then 3 digits, e.g. "192.168.094.023" instead of "192.168.94.23". That may look nicer but it's actually wrong because the numbers starting with zeros are interpreted as octal numbers. In the example above 023 actually means 16 and 094 is not a valid number at all. In addition to publishing these broken settings on their web sites, some of the operators send them over the air, in which case we can't even blame the user for entering an invalid IP address. We better be prepared to deal with those. Since nobody in the world seems to be actually using the octal notation to write an IP address, let's remove the leading zeros if we find them in the host part of the MMS proxy URL.
-
- 30 Jan, 2017 1 commit
-
-
Slava Monich authored
-
- 27 Jan, 2017 1 commit
-
-
Slava Monich authored
It allows the handler to ignore duplicate push notifications.
-
- 10 Jan, 2017 1 commit
-
-
Slava Monich authored
We never reuse the connection and operators usually reply with "Connection: close" anyway. Also, some carriers actually require Connection to be "close"
-
- 17 Oct, 2016 2 commits
-
-
Slava Monich authored
DNA Finland recently started to include X-Mms-Transaction-ID in M-Delivery.ind even though it's not supposed to be there at all. We should allow (and ignore) it.
-
Slava Monich authored
-
- 29 Sep, 2016 3 commits
-
-
Slava Monich authored
-
Slava Monich authored
Defaults for things like user agent and UAProfile should be modifiable using a file installed by the hardware adaptation package.
-
Slava Monich authored
-
- 13 Jul, 2016 1 commit
-
-
Slava Monich authored
Logging functionality that used to be part of mms-engine has been migrated to libglibutil
-
- 06 Jul, 2016 1 commit
-
-
Slava Monich authored
-
- 01 May, 2016 1 commit
-
-
Slava Monich authored
-
- 16 Mar, 2016 1 commit
-
-
Slava Monich authored
-
- 13 Mar, 2016 2 commits
-
-
Slava Monich authored
-
Slava Monich authored
-
- 12 Mar, 2016 4 commits
-
-
Slava Monich authored
-
Slava Monich authored
-
Slava Monich authored
-
Slava Monich authored
-
- 11 Mar, 2016 7 commits
-
-
Slava Monich authored
Some tests did't delete temporary directories.
-
Slava Monich authored
-
Slava Monich authored
Processing of downloaded messages is now finished before the next download is started.
-
Slava Monich authored
-
Slava Monich authored
-
Slava Monich authored
-
Slava Monich authored
-
- 07 Mar, 2016 2 commits
-
-
Slava Monich authored
This way it will end up in the tarball generated by MMS Logger app, and it's generally useful for debugging.
-
Slava Monich authored
-
- 16 Feb, 2016 2 commits
-
-
Slava Monich authored
It's not being used at the moment but we may need it soon.
-
Slava Monich authored
-
- 02 Feb, 2016 1 commit
-
-
Slava Monich authored
We need to use org.nemomobile.ofono.ModemManager API to notify ofono that we need to download MMS so that it enables mobile data for the appropriate SIM. If it's different from the currently selected data SIM, then connman will be prevented from using mobile data while MMS download is taking place.
-
- 27 Oct, 2015 1 commit
-
-
Slava Monich authored
-
- 24 Sep, 2015 1 commit
-
-
Slava Monich authored
These are mostly for convenience, the actual OBS build is using makefiles.
-
- 25 May, 2015 1 commit
-
-
Slava Monich authored
This makes the log easier to read.
-
- 13 Apr, 2015 1 commit
-
-
Slava Monich authored
Allows to forward operator's errors messages to the user.
-
- 15 Mar, 2015 1 commit
-
-
Slava Monich authored
-
- 14 Mar, 2015 1 commit
-
-
Slava Monich authored
-
- 12 Mar, 2015 2 commits
-
-
Slava Monich authored
New method readReportSendStatus has been added to org.nemomobile.MmsHandler D-Bus interface. It's called when mms-engine is done with sending the read report, successfully or not. If read report sending fails, the handler has a chance to retry.
-
Slava Monich authored
-