- 12 Apr, 2014 4 commits
-
-
Slava Monich authored
-
Slava Monich authored
-
Slava Monich authored
Particularly, Content-Type and Content-Disposition
-
Slava Monich authored
[mms-lib] Re-enabled Qt4 support
-
- 10 Apr, 2014 1 commit
-
-
Slava Monich authored
This way it should work in OBS too. Qt4 support is required in order to run and debug mms-lib unit tests on a machine that doesn't have Qt5 installed.
-
- 09 Apr, 2014 2 commits
-
-
John Brooks authored
[mms-engine] Avoid using qmake to detect Qt version
-
John Brooks authored
qtchooser systems will only have a default choice for qmake when a default package is installed, which we can't depend on. There is no reason to keep Qt4 support here.
-
- 05 Apr, 2014 1 commit
-
-
Slava Monich authored
-
- 04 Apr, 2014 3 commits
-
-
Slava Monich authored
[mms_codec] Ignore incorrectly encoded subject
-
Slava Monich authored
Subject is an optional field, it's ok if we can't decode it.
-
Slava Monich authored
[mms_task_encode] Added file extension mapping for vcards
-
- 03 Apr, 2014 4 commits
-
-
Slava Monich authored
-
Slava Monich authored
[mms_task_encode] Don't encode empty subject
-
Slava Monich authored
org_nemomobile_mms_engine_call_send_message_sync doesn't like NULL subjects so we have to pass an empty string instead.
-
Slava Monich authored
-
- 01 Apr, 2014 2 commits
-
-
Slava Monich authored
-
Slava Monich authored
[mms_task_encode] Treat empty content type as no content type
-
- 31 Mar, 2014 7 commits
-
-
Slava Monich authored
-
Slava Monich authored
-
Slava Monich authored
Fixes the case if UI sends a large png file which needs to be resized AND we are using Qt to resize it AND file name has no extension AND content type is an empty string.
-
Slava Monich authored
[mms_attachment_image] Mark non-jpeg attachments as resizable
-
Slava Monich authored
[mms_task_encode] Append file extensions for known media types
-
Slava Monich authored
if we have either ImageMagick or Qt available to do the resizing for us
-
Slava Monich authored
Good for interoperability with non-Jolla phones.
-
- 28 Mar, 2014 2 commits
-
-
Slava Monich authored
[mms-ofono] Tweaking log levels
-
Slava Monich authored
[mms-lib] Added retrieve/Success3 test case
-
- 27 Mar, 2014 2 commits
-
-
Slava Monich authored
Mostly, changing log levels of some messages from VERBOSE to DEBUG to make them available in release build and simplify on-device debugging.
-
Slava Monich authored
-
- 24 Mar, 2014 1 commit
-
-
Slava Monich authored
Build directories are better described as order-only prerequisites
-
- 21 Mar, 2014 6 commits
-
-
Slava Monich authored
-
Slava Monich authored
-
Slava Monich authored
[mms_dispatcher] Beware of tasks with NULL ids
-
Slava Monich authored
This should fix the recently observed crash in mms_dispatcher_cancel().
-
Slava Monich authored
[mms-engine] Added tools package
-
Slava Monich authored
We don't use /usr/local/bin/ for anything
-
- 20 Mar, 2014 4 commits
-
-
Slava Monich authored
-
Slava Monich authored
-
Slava Monich authored
-
Slava Monich authored
[mms-engine] Fix incorrect parameter in mms_engine_handle_cancel
-
- 19 Mar, 2014 1 commit
-
-
John Brooks authored
The cancel method should take a string id, but currently a few functions are still defined with integer ids, including sendMessage and cancel. sendMessage correctly converts the integer to a string, but cancel had a bad cast that resulted in a crash when called with an integer id. We should fix the parameter types on these methods at some point, which will require a coordinated change with the MmsHandler. Until then, this prevents the crash and makes the cancel method work as expected.
-