Directory src/net/java/sip/communicator/plugin/addrbook/macosx/

Directory Created:
2011-01-04 21:07
Total Files:
2
Deleted Files:
0
Lines of Code:
1019

[root]/src/net/java/sip/communicator/plugin/addrbook/macosx

Lines of Code

src/net/java/sip/communicator/plugin/addrbook/macosx/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 25 (100.0%) 1115 (100.0%) 44.6
lubomir_m 19 (76.0%) 1000 (89.7%) 52.6
s_vincent 3 (12.0%) 97 (8.7%) 32.3
yanas 1 (4.0%) 16 (1.4%) 16.0
emcho 2 (8.0%) 2 (0.2%) 1.0

Most Recent Commits

s_vincent 2012-03-09 17:54

Fixes style formating, javadoc and eclipse related warnings.

3 lines of code changed in:

  • src/net/java/sip/communicator/plugin/addrbook/macosx: MacOSXAddrBookContactSourceService.java (+3)
emcho 2011-10-18 14:03

Changes project name in source license headers from SIP Communicator to Jitsi

2 lines of code changed in:

  • src/net/java/sip/communicator/plugin/addrbook/macosx: MacOSXAddrBookContactQuery.java (+1 -1), MacOSXAddrBookContactSourceService.java (+1 -1)
yanas 2011-08-24 15:06

Merges contact source configurations in a single configuration form.
Adds the possibility to disable/enable MacOSX AddressBook and MS Outlook.
Adds a prefix configuration to all contact sources: AddressBook, Outlook, LDAP, Google Contacts.

16 lines of code changed in:

  • src/net/java/sip/communicator/plugin/addrbook/macosx: MacOSXAddrBookContactSourceService.java (+16)
s_vincent 2011-03-09 12:30

Ongoing work on LDAP contact source support.

94 lines of code changed in:

  • src/net/java/sip/communicator/plugin/addrbook/macosx: MacOSXAddrBookContactQuery.java (+94 -3), MacOSXAddrBookContactSourceService.java (-1)
lubomir_m 2011-02-21 17:42

Adds 'Instant Messaging' ContactDetail category and uses it in the Mac OS X Address Book ContactSourceService.

17 lines of code changed in:

  • src/net/java/sip/communicator/plugin/addrbook/macosx: MacOSXAddrBookContactQuery.java (+17 -10)
lubomir_m 2011-02-21 13:55

Uses Email and Phone as categories and Home, Work and Mobile as labels of the ContactDetails provided by the ContactSourceService implementations for Mac OS X Address Book and Microsoft Outlook.

2 lines of code changed in:

  • src/net/java/sip/communicator/plugin/addrbook/macosx: MacOSXAddrBookContactQuery.java (+2 -2)
lubomir_m 2011-02-18 23:17

Adds javadocs.

19 lines of code changed in:

  • src/net/java/sip/communicator/plugin/addrbook/macosx: MacOSXAddrBookContactQuery.java (+19)
lubomir_m 2011-02-17 15:40

Fixes an issue reported by Emil Ivov and found to cause modifications to the Mac OS X Address Book to not be picked up by SIP Communicator upon subsequent searches.

31 lines of code changed in:

  • src/net/java/sip/communicator/plugin/addrbook/macosx: MacOSXAddrBookContactSourceService.java (+31 -8)
lubomir_m 2011-02-16 13:12

Reports contact specifiers such as Home, Work, Mobile for the SourceContact ContactDetails returned by the Mac OS X Address Book ContactSourceService.

83 lines of code changed in:

  • src/net/java/sip/communicator/plugin/addrbook/macosx: MacOSXAddrBookContactQuery.java (+83 -5)
lubomir_m 2011-01-13 15:46

Advances the phone number matching to take into account leading plus characters, country codes, etc.

1 lines of code changed in:

  • src/net/java/sip/communicator/plugin/addrbook/macosx: MacOSXAddrBookContactQuery.java (+1 -4)
lubomir_m 2011-01-11 21:12

Normalizes phone numbers found in the Address Books of Microsoft Outlook and Mac OS X.

35 lines of code changed in:

  • src/net/java/sip/communicator/plugin/addrbook/macosx: MacOSXAddrBookContactQuery.java (+35 -2)
lubomir_m 2011-01-09 19:33

Sets the preferredProtocols for the well-known ContactDetails of the SourceContacts found in the Address Book of Mac OS X.

24 lines of code changed in:

  • src/net/java/sip/communicator/plugin/addrbook/macosx: MacOSXAddrBookContactQuery.java (+24)
lubomir_m 2011-01-08 22:43

Fixes the following issues reported by Emil Ivov on the dev mailing list in the thread _A few issues with Apple's Address Book support_: (1) The call button is disabled even though the tool tip does show the phone entries, (2) Searches do not seem to work on the concatenation of the first and last names.

79 lines of code changed in:

  • src/net/java/sip/communicator/plugin/addrbook/macosx: MacOSXAddrBookContactQuery.java (+79 -26)
lubomir_m 2011-01-08 17:32

Implements ExtendedContactSourceService for the Address Books of Microsoft Outlook and Mac OS X.

27 lines of code changed in:

  • src/net/java/sip/communicator/plugin/addrbook/macosx: MacOSXAddrBookContactQuery.java (+6 -6), MacOSXAddrBookContactSourceService.java (+21 -7)
lubomir_m 2011-01-08 00:55

Displays images for the contacts fetched from the Address Book of Mac OS X.

15 lines of code changed in:

  • src/net/java/sip/communicator/plugin/addrbook/macosx: MacOSXAddrBookContactQuery.java (+15 -1)
lubomir_m 2011-01-07 23:07

Displays kABOrganizationProperty as the displayName of SourceContact for companies fetched from the Address Book of Mac OS X.

58 lines of code changed in:

  • src/net/java/sip/communicator/plugin/addrbook/macosx: MacOSXAddrBookContactQuery.java (+58 -3)
lubomir_m 2011-01-07 22:01

Activates an initial implementation of the support for the Address Book of Mac OS X. Neither it, nor the support for the Address Book of Microsoft Outlook implement the SourceContact image property.

148 lines of code changed in:

  • src/net/java/sip/communicator/plugin/addrbook/macosx: MacOSXAddrBookContactQuery.java (+148 -14)
lubomir_m 2011-01-07 01:53

Searches through more properties of the Microsoft Outlook contacts.

1 lines of code changed in:

  • src/net/java/sip/communicator/plugin/addrbook/macosx: MacOSXAddrBookContactSourceService.java (+1 -1)
lubomir_m 2011-01-05 19:10

Commits work in progress on adding support for the Address Book of Mac OS X.

342 lines of code changed in:

  • src/net/java/sip/communicator/plugin/addrbook/macosx: MacOSXAddrBookContactQuery.java (+331 -1), MacOSXAddrBookContactSourceService.java (+11)
lubomir_m 2011-01-04 21:07

Commits work in progress on adding support for the Address Book of Mac OS X.

118 lines of code changed in:

  • src/net/java/sip/communicator/plugin/addrbook/macosx: MacOSXAddrBookContactQuery.java (new 46), MacOSXAddrBookContactSourceService.java (new 72)
Generated by StatSVN 0.3.1