build fix: Only depend on Gee 0.8.3, since 0.8.4 isn't released yet
[platform/upstream/folks.git] / backends / eds / lib / edsf-persona.vala
2013-02-12 Travis Reitterbuild fix: Only depend on Gee 0.8.3, since 0.8.4 isn...
2013-02-12 Philip Withnalleds: Fix ambiguous references to HashTable
2013-02-11 Travis ReitterPort folks to libgee 0.8.
2012-11-24 Philip Withnalleds: Fix some syntax errors in documentation comments
2012-11-06 Giovanni Campagnaeds: expose Google system groups in the public API
2012-10-29 Jeremy Whitingeds: Put email_addresses_ro back into Edsf.Persona.
2012-10-29 Jeremy WhitingFrom Patrick Ohly <patrick.ohly@intel.com>
2012-09-07 Jeremy WhitingMerge branch 'emit-notification'
2012-09-07 Jeremy Whitingcore: Added emit_notification parameter to _update...
2012-09-06 Philip WithnallBug 683452 — gnome-contacts starts up with an empty...
2012-08-28 Philip Withnalleds: Support lazy initialisation of properties
2012-08-14 Philip Withnalldocs: Use correct Valadoc syntax for monospaced content
2012-08-13 Philip Withnalldocs: Add replacement symbols to ‘Deprecated’ annotations
2012-08-09 Philip Withnalldocs: Various small fixes and expansions of documentation
2012-08-09 Erick Pérez Castel... eds backend fixed to match last vala release.
2012-07-29 Philip WithnallRelease version 0.7.3 FOLKS_0_7_3
2012-07-24 Jeremy WhitingRevert "Port folks to libgee 0.8."
2012-07-22 Philip Withnalleds: Hide the “Starred in Android” group from the set...
2012-07-13 Philip Withnalleds: Add an Edsf.Persona.in_google_personal_group property
2012-07-07 Philip Withnalleds: Add anti-linking support
2012-07-06 Jeremy WhitingMerge branch libgeetest which upgrades our libgee depen...
2012-07-06 Jeremy WhitingPort folks to libgee 0.8.
2012-06-25 Philip Withnalleds: Fix memory leaks in EDS backend
2012-06-23 Philip Withnalleds: Fix warnings about empty postal addresses
2012-03-26 Philip Withnalldocs: Various documentation fixes
2012-03-19 Philip Withnalleds: Tie favourite status to “Starred in Android” group...
2012-01-06 Philip Withnalleds: Nullability fixes
2011-12-25 Philip Withnalleds: Ensure the default role is non-empty
2011-12-21 Philip Withnalleds: Ignore empty values when creating AbstractFieldDet...
2011-12-10 Philip WithnallBug 665692 — Use constructors correctly
2011-11-25 Travis ReitterEnsure NameDetails public strings are non-null as we...
2011-11-10 Travis ReitterRelease version 0.6.5 FOLKS_0_6_5
2011-10-27 Raul Gutierrez Segalese-d-s: load icon regardless of the mime type being...
2011-10-25 Raul Gutierrez Segalese-d-s: add favourites support to EDS backend
2011-10-24 Travis ReitterOnly add non-empty Role components to Edsf.Personas.
2011-10-24 Alexander LarssonCorrectly update email based im addresses during contac...
2011-10-11 Travis ReitterSplit utility functions into an internal library.
2011-10-11 Raul Gutierrez SegalesMove SetComparator into folks/utils so it can be used...
2011-09-18 Philip Withnallurl-details: s/HOMEPAGE/HOME_PAGE/
2011-09-18 Philip WithnallBug 653623 — Would like a set of standard "type" parame...
2011-09-17 Philip Withnalleds: Remove duplicate change checks from Edsf.Persona...
2011-09-17 Philip Withnalleds: Re-use a GTimeZone instance for converting birthda...
2011-09-14 Raul Gutierrez Segalese-d-s: assume certain e-mail addresseses are IM IDs too
2011-09-13 Raul Gutierrez Segalese-d-s: only emit notifications if properties have changed
2011-09-09 Alexander Larssone-d-s: Make sure consecutive property changes work
2011-09-08 Raul Gutierrez SegalesUpdate @since tags
2011-09-07 Raul Gutierrez Segalese-d-s: only emit notifications if linkable properties...
2011-09-07 Raul Gutierrez Segalese-d-s: move Set comparison method into it's own class
2011-09-07 Raul Gutierrez Segalese-d-s: eliminate another case of possible WebServiceFie...
2011-09-06 Philip Withnallcore: Clarify nullability of a few properties
2011-09-05 Raul Gutierrez Segalese-d-s: implement support for RoleDetails
2011-09-04 Philip WithnallBug 657789 — Don't claim uneditable eds fields as writable
2011-09-03 Raul Gutierrez Segalese-d-s: add birthday to list of writeable properties
2011-09-03 Raul Gutierrez Segalese-d-s: implement BirthdayDetails
2011-09-02 Philip Withnallcore: Add GroupDetails.change_groups()
2011-09-02 Philip Withnallcore: Add WebServiceDetails.change_web_service_addresses()
2011-09-02 Philip Withnallcore: Add UrlDetails.change_urls()
2011-09-02 Philip Withnallcore: Add PostalAddressDetails.change_postal_addresses()
2011-09-02 Philip Withnallcore: Add PhoneDetails.change_phone_numbers()
2011-09-02 Philip Withnallcore: Add NoteDetails.change_notes()
2011-09-02 Philip Withnallcore: Add NameDetails.change_*() methods
2011-09-02 Philip Withnallcore: Make NameDetails.structured_name nullable
2011-09-02 Philip Withnallcore: Add LocalIdDetails.change_local_ids()
2011-09-02 Philip Withnallcore: Add GenderDetails.change_gender()
2011-09-02 Philip Withnallcore: Add EmailDetails.change_email_addresses()
2011-09-02 Philip Withnallcore: Add AvatarDetails.change_avatar()
2011-09-02 Philip Withnallcore: Add ImDetails.change_im_addresses()
2011-08-31 Raul Gutierrez Segalese-d-s: use this.local_ids in linkable_property_to_links ()
2011-08-31 Raul Gutierrez Segalese-d-s: we should use the Persona's iid as local-ids
2011-08-26 Raul Gutierrez Segalese-d-s: add urls to list of writeable properties
2011-08-24 Philip Withnalleds: Tell Vala to not notify of property changes in...
2011-08-17 Raul Gutierrez Segalese-d-s: Only set avatar if store_avatar () was successful
2011-08-17 Raul Gutierrez Segalese-d-s: When an avatar has been removed, set it to null
2011-08-17 Raul Gutierrez Segalese-d-s: Don't infer we already have an avatar in our...
2011-08-17 Alexander LarssonRead postal addresses as vcards
2011-08-17 Alexander LarssonBreak out common code in edsf backend
2011-08-13 Travis ReitterRelease version 0.6.0 FOLKS_0_6_0
2011-08-13 Travis ReitterWrite support for URLs in Edsf.Persona
2011-08-12 Travis ReitterSupport vCard-like parameters for URLs
2011-08-12 Travis ReitterSupport vCard-like parameters for web service addresses
2011-08-12 Travis ReitterRebase PhoneDetails.phone_numbers upon PhoneFieldDetails
2011-08-12 Travis ReitterRebase NoteDetails.notes upon NoteFieldDetails
2011-08-12 Travis ReitterRebase EmailDetails.email_addresses upon EmailFieldDetails
2011-08-12 Travis ReitterSupport vCard-like parameters for IM addresses
2011-08-12 Travis ReitterSupport vCard-like parameters for addresses in PostalAd...
2011-08-03 Philip Withnalleds: Minor fixes to documentation comment syntax
2011-08-03 Raul Gutierrez Segalese-d-s: Implement read/write support for gender property
2011-08-01 Travis ReitterFix link in Edsf.Persona docs to Folks.AvatarDetails...
2011-08-01 Raul Gutierrez SegalesGive public access to properties for which there is...
2011-08-01 Raul Gutierrez SegalesMake the Edsf.Persona class follow our coding style
2011-07-25 Philip WithnallBug 650414 — Need better APIs to handle image data
2011-07-21 Travis ReitterDon't notify twice for EDS Persona nickname changes.
2011-07-20 Philip WithnallBug 650422 — Add API for easily checking whether detail...
2011-07-19 Travis ReitterSupport nickname writability in the EDS backend.
2011-07-13 Philip Withnalleds: Add support for contact groups/categories
2011-07-12 Raul Gutierrez SegalesAdd an EDS backend