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

Directory Created:
2011-01-04 21:07
Total Files:
4
Deleted Files:
3
Lines of Code:
587

[root]/src/net/java/sip/communicator/plugin/addrbook
                                 macosx (2 files, 1019 lines)
                                 msoutlook (3 files, 896 lines)

Lines of Code

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

Developers

Author Changes Lines of Code Lines per Change
Totals 36 (100.0%) 901 (100.0%) 25.0
lubomir_m 18 (50.0%) 512 (56.8%) 28.4
yanas 10 (27.8%) 379 (42.1%) 37.9
s_vincent 4 (11.1%) 6 (0.7%) 1.5
emcho 4 (11.1%) 4 (0.4%) 1.0

Most Recent Commits

s_vincent 2012-03-09 17:54

Fixes style formating, javadoc and eclipse related warnings.

6 lines of code changed in:

  • src/net/java/sip/communicator/plugin/addrbook: AdvancedConfigForm.java (+6 -1)
emcho 2011-10-18 14:03

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

4 lines of code changed in:

  • src/net/java/sip/communicator/plugin/addrbook: AddrBookActivator.java (+1 -1), AdvancedConfigForm.java (+1 -1), PhoneNumberI18nServiceImpl.java (+1 -1), PtrCallback.java (+1 -1)
yanas 2011-09-20 17:17

Fixes enabling/disabling Address Book (Patch provided by Ingo Bauersachs). Added the possibility to enable/disable without restarting Jitsi.

54 lines of code changed in:

  • src/net/java/sip/communicator/plugin/addrbook: AddrBookActivator.java (+47 -13), AdvancedConfigForm.java (+7 -2)
yanas 2011-08-24 16:54

Keeps the "+" sign in dialed numbers (previously it was removed).

12 lines of code changed in:

  • src/net/java/sip/communicator/plugin/addrbook: PhoneNumberI18nServiceImpl.java (+12 -20)
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.

226 lines of code changed in:

  • src/net/java/sip/communicator/plugin/addrbook: AddrBookActivator.java (+70), AdvancedConfigForm.java (new 149), PhoneNumberI18nServiceImpl.java (+7)
yanas 2011-06-01 13:47

Removes special symbols before callng phone numbers and lets the user configure a property to enable/disable this functionality.

36 lines of code changed in:

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

Ongoing work on LDAP contact source support.

0 lines of code changed in:

  • src/net/java/sip/communicator/plugin/addrbook: AddrBookSourceContact.java (del), AsyncContactQuery.java (del), AsyncContactSourceService.java (del)
yanas 2011-02-23 19:56

Implements "show more" functionality in contact list search.

21 lines of code changed in:

  • src/net/java/sip/communicator/plugin/addrbook: AsyncContactSourceService.java (+21 -5)
yanas 2011-02-21 22:20

Showing categories and labels for contact details coming from AddressBook or Outlook.

20 lines of code changed in:

  • src/net/java/sip/communicator/plugin/addrbook: AddrBookSourceContact.java (+20)
yanas 2011-01-27 15:37

Fixes disappearing call history on search in the contact list.
Call history records shown last.

10 lines of code changed in:

  • src/net/java/sip/communicator/plugin/addrbook: AsyncContactQuery.java (+10)
lubomir_m 2011-01-13 15:46

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

169 lines of code changed in:

  • src/net/java/sip/communicator/plugin/addrbook: AsyncContactQuery.java (+120), PhoneNumberI18nServiceImpl.java (+49)
lubomir_m 2011-01-12 18:06

Fires QUERY_COMPLETED or QUERY_ERROR at the end of the execution of the ContactQueries of the Address Books of Microsoft Outlook and Mac OS X.

11 lines of code changed in:

  • src/net/java/sip/communicator/plugin/addrbook: AsyncContactQuery.java (+11 -2)
lubomir_m 2011-01-11 21:12

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

104 lines of code changed in:

  • src/net/java/sip/communicator/plugin/addrbook: AddrBookActivator.java (+40), AsyncContactQuery.java (+22), AsyncContactSourceService.java (-1), PhoneNumberI18nServiceImpl.java (new 42)
lubomir_m 2011-01-10 04:05

Mitigate the following issue with the support for the Address Book of Mac OS X: if Microsoft Office is not installed or a 32-bit version of Microsoft Office is installed on 64-bit Windows and SIP Communicator, a dialog may appear to notify the SIP Communicator user that there is no default e-mail program.

11 lines of code changed in:

  • src/net/java/sip/communicator/plugin/addrbook: AddrBookActivator.java (+11 -1)
lubomir_m 2011-01-08 17:32

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

33 lines of code changed in:

  • src/net/java/sip/communicator/plugin/addrbook: AsyncContactQuery.java (+6 -5), AsyncContactSourceService.java (+27 -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.

7 lines of code changed in:

  • src/net/java/sip/communicator/plugin/addrbook: AddrBookActivator.java (+7)
lubomir_m 2011-01-07 01:53

Searches through more properties of the Microsoft Outlook contacts.

31 lines of code changed in:

  • src/net/java/sip/communicator/plugin/addrbook: AddrBookSourceContact.java (+16 -2), AsyncContactQuery.java (+15)
lubomir_m 2011-01-05 19:10

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

28 lines of code changed in:

  • src/net/java/sip/communicator/plugin/addrbook: AddrBookSourceContact.java (new 2), PtrCallback.java (new 26)
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: AddrBookActivator.java (new 115), AsyncContactQuery.java (new), AsyncContactSourceService.java (new 3)
Generated by StatSVN 0.3.1