- 17 Dec, 2020 3 commits
-
-
Raine Makelainen authored
-
Raine Makelainen authored
[libcommhistory] Use commhistory specific tmp directory for outgoing MMS. JB#52525 See merge request !50
-
Raine Makelainen authored
-
- 16 Dec, 2020 2 commits
-
-
Martin Kampas authored
- 03 Dec, 2020 1 commit
-
- 02 Dec, 2020 1 commit
-
-
Bea Lam authored
Remove SingleContactEventModel; move its features into RecipientEventModel, which now accepts either recipients or a contact id as the event filter. We can do without the class split for filtering events by saved vs non-saved contacts, and combining these into a single model simplifies the code base. RecipientEventModel can resolve contacts into recipients and also recipients into contacts (for e.g. when a recipient matches a contact that has multiple phone numbers). Instead of having multiple getEvents() functions, it now has setRecipients() functions to set the filter, then getEvents() can be called to execute the query. Remove ContactEventModel, and add DeclarativeRecipientEventModel as a QML wrapper around RecipientEventModel. Fix various issues in the unit tests where contact creation/editing were failing as they were operating on aggregates (which are read-only) rather than local constituents (which are writable). The unit tests in SingleContactEventModelTest have been moved into RecipientEventModelTest. The unit tests now modify the main contacts database directly instead of creating a separate test database. This avoids test failures where the tests are accessing a QContactManager instance that is different from the one accessed via the SeasideCache in the library (to resolve contacts, for example).
-
- 30 Nov, 2020 2 commits
-
-
Damien Caliste authored
-
Damien Caliste authored
[libcommhistory] Add a recipient event model to fetch events from unsaved numbers. Contributes to TJC#143264
-
- 25 Nov, 2020 1 commit
-
-
Raine Makelainen authored
-
- 20 Nov, 2020 3 commits
-
-
Raine Makelainen authored
[libcommhistory] Create CallHistory class. Contributes to JB#50563 See merge request !46
-
abogdanova authored
-
abogdanova authored
-
- 18 Nov, 2020 2 commits
-
-
Raine Makelainen authored
[libcommhistory] Create SMSHistory class. Contributes to JB#51450 See merge request !45
-
abogdanova authored
-
- 10 Nov, 2020 2 commits
-
-
Raine Makelainen authored
[libcommhistory] Get rid of sed from PROJECT_VERSION. JB#51450 See merge request !48
-
Raine Makelainen authored
-
- 25 Sep, 2020 1 commit
-
- 23 Sep, 2020 1 commit
-
-
chriadam authored
-
- 15 Sep, 2020 3 commits
- 11 Sep, 2020 2 commits
-
-
Andrew den Exter authored
[libcommhistory] Add a contact avatar URL property to recipients. Contributes to JB#50910 See merge request !44
-
Andrew den Exter authored
-
- 26 Jun, 2020 2 commits
-
-
pvuorela authored
- 08 Jun, 2020 1 commit
-
-
Matti Kosola authored
Use macros, not hardcoded paths. See merge request !40
-
- 29 May, 2020 1 commit
-
-
Matti Kosola authored
Signed-off-by:
Matti Kosola <matti.kosola@jolla.com>
-
- 06 May, 2020 1 commit
-
- 05 May, 2020 1 commit
-
-
jpetrell authored
-
- 16 Apr, 2020 1 commit
-
- 14 Apr, 2020 1 commit
-
-
Simonas Leleiva authored
Similar to the existing createOutgoingMessageEvent. Signed-off-by:
Simonas Leleiva <simonas.leleiva@jolla.com>
-
- 07 Feb, 2020 1 commit
-
- 04 Feb, 2020 1 commit
-
-
Timur Kristóf authored
Examples of solved false positive matches: "+36 20 123 4567" and "+36 30 123 4567" were matched incorrectly. "+36 20 123 4567" and "+44 20 123 4567" were matched incorrectly. Examples of local and IDD numbers that still work: "+36 20 123 4567" still matches "06 20 123 4567" (local) "+36 20 123 4567" still matches "00 36 70 381 0581" (IID) Examples of remaining false positives: "06 20 123 4567" is a false positive match of "+1 0620 123 4567" "00 36 20 123 4567" is a false positive match of "+1 00 36 20 123 4567" We deem that the remaining false positives are unlikely enough that they don't matter in practice. If this becomes relevant, we will need to make it possible to pass a region code to the matching algorithm.
-
- 29 Jan, 2020 1 commit
-
-
Timur Kristóf authored
-
- 26 Nov, 2019 3 commits
-
-
Slava Monich authored
-
Slava Monich authored
Mostly, compatibility with gcc 4.6
-
Slava Monich authored
Update plugins.qmltypes. See merge request !35
-
- 15 Nov, 2019 1 commit
-
-
Martin Kampas authored
QtQuick 2.0 is now correctly listed as a dependency and the standard components are omitted thanks to making qmlimportscanner available at the time qmlplugindump is executed.
-
- 25 Oct, 2019 1 commit
-