Commit Graph
20 Commits
Author SHA1 Message Date
Xavi Gil baae37704c ET-4517: Device contacts with only email, do not leave name empty 2025-08-27 10:47:07 +02:00
Jacek Krasiukianis 87949338fd Format files before build 2025-08-26 10:30:02 +00:00
Jacek Krasiukianis 2eb3570a46 Configure Sourcery to support all modules 2025-05-05 10:08:20 +02:00
Jacek Krasiukianis 9e205b96e6 Cleanup whitespace 2025-04-29 11:07:38 +02:00
Jacek Krasiukianis f35b3844e3 Remove unused code 2025-02-11 18:41:18 +00:00
Mateusz Szklarek a231a9e45f Make ContactSuggestionsProtocol optional in allContacts
To no crash in case there is an error returned by Rust SDK
2025-02-04 11:12:07 +00:00
Mateusz Szklarek 6804c4b1c6 Add familyName to device contact when available 2025-02-04 11:12:07 +00:00
Mateusz Szklarek 26f6c1ef9d Integrate device contacts to the composer component 2025-02-04 11:12:07 +00:00
Mateusz Szklarek 410bf33d59 Remove optional from ContactSuggestionsRepository interface 2025-02-04 11:12:07 +00:00
Mateusz Szklarek b5c481553e Remove redundant query parameter from the AllContactsProvider interface 2025-02-04 11:12:07 +00:00
Mateusz Szklarek 05dbb538d4 Use identifier instead of id from CNContact
Reason is simple, `identifier` guarantees uniqueness according to docs:
"The identifier is unique among contacts on the device. It can be saved and used for fetching contacts next application launch."
2025-02-04 11:12:07 +00:00
Mateusz Szklarek 929ec26e2b Fix fetching device contacts when access limited 2025-02-04 11:12:07 +00:00
Mateusz Szklarek 6e78fb0675 Add missing support for limited case in ContactPermissionsHandler 2025-02-04 11:12:07 +00:00
Mateusz Szklarek 8e5c9a745f Apply changes for ContactSuggestionsRepository to the latest Rust SDK version 2025-02-04 11:12:07 +00:00
Maciej Gomółka ec6909c7aa Fix breaking changes 2025-01-31 16:13:04 +01:00
Mateusz Szklarek 2ba7df432c Apply changes after Maciek's code review 2025-01-30 12:24:46 +00:00
Mateusz Szklarek 53c936cbdd Remove requesting permissions when calling allContacts function 2025-01-30 12:24:46 +00:00
Mateusz Szklarek 1e7257d9ec Rename DeviceContactsPermissionHandler to ContactPermissionsHandler 2025-01-30 12:24:46 +00:00
Mateusz Szklarek 2cbe19e6a2 Rename ContactsSuggestionRepository to ContactSuggestionsRepository 2025-01-30 12:24:46 +00:00
Mateusz Szklarek abea080d9c Extract permissions handler to separate component 2025-01-30 12:24:46 +00:00