Skip to content

Tags: sailfishos/libcommhistory

Tags

1.11.14.2

Toggle 1.11.14.2's commit message
[libcommhistory] Revert update of plugins.qmltypes. JB#59899

Cherry-picked by mistake.

This reverts commit 1e436d5.

1.12.1

Toggle 1.12.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #7 from sailfishos/jb59899

Update plugins.qmltypes. JB#59899

1.11.14.1

Toggle 1.11.14.1's commit message
[libcommhistory] Update plugins.qmltypes. JB#59899

(cherry picked from commit db76dfb)

1.12.0

Toggle 1.12.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #6 from sailfishos/remove_column_api

Remove column api. JB#56729

1.11.14

Toggle 1.11.14's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #4 from sailfishos/rename_test_xml

[libcommhistory] Rename unit test xml as tests.xml. JB#57292

1.11.13

Toggle 1.11.13's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #3 from sailfishos/jb56314-fix_mms_race

[libcommhistory] Fix race when sending a temporary file with MMS. JB#56314

1.11.11.1

Toggle 1.11.11.1's commit message
[libcommhistory] Fix race when sending a temporary file with MMS. JB#…

…56314

If the file to be sent is a temporary file, the owner might assume
it can be removed after sendMessage() finishes. Avoid that by
creating a temporary file owned by the helper, hard link as first
option and file copy if that fails.

The copy case might not be the most efficient, but the files should
be small enough here and it's simple on api.

1.11.12

Toggle 1.11.12's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #2 from aroditelev/jb56694

[libcommhistory] Add contactName role to eventmodel. Contributes to JB#56694

1.11.11

Toggle 1.11.11's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #1 from sailfishos/jb53610-test-waits

Jb53610 unit test improvements

1.11.10

Toggle 1.11.10's commit message
[libcommhistory] Avoid some deprecated api. Contributes to JB#38781