WebAPI/ContactsAPI: Difference between revisions

→‎implementation details: things already implemented
(→‎implementation details: things already implemented)
Line 305: Line 305:
* favorite contacts may be implemented as category: "favorite"
* favorite contacts may be implemented as category: "favorite"
* a favorite phone number (iOS feature) for a contact may be implemented as type:"favorite" on the phone number (add to the type array as necessary).
* a favorite phone number (iOS feature) for a contact may be implemented as type:"favorite" on the phone number (add to the type array as necessary).
* pictures may use "blob:" URIs (to be defined) in the 'photo' property
** convert blob photos to "data:" URIs when exporting to vCard, and similarly, convert vCard photo data URIs to blog photos when importing.


=== Priority 1 feature requests ===
=== Priority 1 feature requests ===
Confirmed users
100

edits