aboutsummaryrefslogtreecommitdiffstats
path: root/src/net/java/sip/communicator/plugin/addrbook
Commit message (Expand)AuthorAgeFilesLines
* Remove Yahoo protocolIngo Bauersachs2016-10-241-8/+2
* Converts CRLF line endings to LF, as suggested by @champtar.Boris Grozev2016-02-233-221/+221
* Updates the license headers.Damian Minkov2015-07-2018-44/+243
* Removes msn protocol.damencho2015-07-161-6/+0
* Always initialize the providers field to avoid NPE on exitIngo Bauersachs2014-11-081-27/+24
* Changes the implementation of the calendar service to ignore the offline prot...hristoterezov2014-05-192-44/+91
* Fixes NPE when creating a call and the calendar service is not registered.hristoterezov2014-05-152-50/+50
* Changes the priority of the "On the phone" and "In a meeting" presencehristoterezov2014-05-103-8/+96
* Fixes exception in the calendar service. Adds log messages for the outlookhristoterezov2014-05-093-12/+45
* Fixes the issue with changing the presence status to "In a meeting" fromhristoterezov2014-05-091-7/+115
* Implements warning dialog which is shown if Outlook is not the defaulthristoterezov2014-04-304-8/+165
* Fixes issue with Outlook COM server arguments and implements logger level for...hristoterezov2014-04-281-13/+24
* Implements Logger class for Outlook address book native code and adds loghristoterezov2014-04-171-2/+19
* Fixes warnings, removes whitespace, simplifies source code.Lyubomir Marinov2014-04-1611-411/+387
* Fixes a NullPointerException.Lyubomir Marinov2014-04-151-26/+18
* Adds logger prints for the outlook contact query.hristoterezov2014-04-151-0/+15
* Fixes an issue with initializing MAPI library.hristoterezov2014-04-141-1/+1
* Separates phone number service, to be a service in separate bundle and improv...Damian Minkov2014-04-103-4/+28
* Fixes CalendarService exception on MacOS.hristoterezov2014-04-031-4/+5
* Adds CalendarService implementation. The Calendar service calculates the free...hristoterezov2014-04-026-10/+2202
* Fixes canceling outlook queries when new one is created and uses one remote o...Damian Minkov2014-03-242-50/+6
* Removes test logging slipped in previous commit.Damian Minkov2014-03-211-9/+0
* Fixes NPE that can prevent loading global status service.Damian Minkov2014-03-211-0/+9
* Adds trace logging for msoutlook addressbook found entries and when query sta...Damian Minkov2014-03-191-0/+11
* Fixes displaying outlook contacts, queries are stopped to early and listeners...Damian Minkov2014-03-182-5/+72
* Fixes configuration property name.hristoterezov2014-03-051-10/+10
* Adds Jitsi to the list of IM Providers in windows registry. Adds checkboxhristoterezov2014-03-054-4/+228
* Move the phone number prefix method to its own interfaceIngo Bauersachs2014-02-202-2/+4
* Fixes issues with the async queries of the contact list which may causehristoterezov2014-01-082-7/+5
* Logs error messages about failures to load native libraries.Lyubomir Marinov2014-01-032-8/+14
* Reverts changes from 160bccf16f2eb0ff8d560c52e4d15f95336a3512 , dfac8a056e02d...hristoterezov2013-12-162-5/+7
* Changes the contact source interfaces to use only the listeners for addinghristoterezov2013-12-142-7/+5
* Replace System-Bundle header by BSN and a list that defines sys-bundlesIngo Bauersachs2013-12-071-1/+1
* Corrects count synchronization for the remaining Outlook notification events.Vincent Lucas2013-09-041-2/+3
* Corrects synchronization issue when adding contacts. Adds function to get the...Vincent Lucas2013-08-313-7/+57
* Increases log entry details when failing to get properties from an Outlook co...Vincent Lucas2013-08-171-0/+1
* Improves resolving ids for Outlook contacts.Vincent Lucas2013-08-072-39/+63
* Corrects error at Outlook COM server startup, when Outlook is installed but n...Vincent Lucas2013-07-263-3/+69
* Adds modification of Outlook display for home/work postal address. Corrects O...Vincent Lucas2013-07-153-58/+306
* Removes extra debug for Outlook address book plugin. Adds a thread collector ...Vincent Lucas2013-07-102-52/+201
* Corrects Outlook contact update identified by two different identifers.Vincent Lucas2013-07-052-5/+19
* Corrects Outlook plugin when setting several contact details with the same ca...Vincent Lucas2013-07-042-9/+18
* Adds management of Outlook contact with multiple identifier. Corrects null po...Vincent Lucas2013-06-272-279/+313
* Adds debug log messages for MsOutlook address book when a contact is added, e...Vincent Lucas2013-06-142-0/+36
* Silents multiple MsOutlook contact error corresponding to MAPI_E_0x57 when ge...Vincent Lucas2013-06-052-2/+13
* Logs only the first contact from MsOutlook, which can not be read correctly.Vincent Lucas2013-06-041-5/+27
* Corrects CoInitializeEx check for "msoutlookaddrbook", when this function was...Vincent Lucas2013-05-281-0/+19
* Fixes warnings, removes trailing whitespace, adds @Override annotations.Lyubomir Marinov2013-05-239-16/+29
* Adds log info when the addrbook plugin starts, stops, registers and unregiste...Vincent Lucas2013-05-171-0/+23
* Corrects getting and setting work postal address without conflicting with the...Vincent Lucas2013-05-151-6/+5