[root]/src/net/java/sip/communicator/service/contactlist
event
(10 files, 988 lines)

| Author | Changes | Lines of Code | Lines per Change |
|---|---|---|---|
| Totals | 66 (100.0%) | 1203 (100.0%) | 18.2 |
| emcho | 43 (65.2%) | 915 (76.1%) | 21.2 |
| yanas | 11 (16.7%) | 147 (12.2%) | 13.3 |
| damencho | 6 (9.1%) | 66 (5.5%) | 11.0 |
| lubomir_m | 4 (6.1%) | 59 (4.9%) | 14.7 |
| sympho | 1 (1.5%) | 9 (0.7%) | 9.0 |
| s_vincent | 1 (1.5%) | 7 (0.6%) | 7.0 |
Updates display names when changed at server-side.
Auto accept authorizations if we have initiated adding of a contact.
10 lines of code changed in:
Removes non persistent groups from "Add contact" window and "Move to group" menu.
8 lines of code changed in:
Separates xcap contactlist implementation and adds option for contacts retrieval from XiVO.
6 lines of code changed in:
Changes project name in source license headers from SIP Communicator to Jitsi
4 lines of code changed in:
Rename protocol contacts where possible.
0 lines of code changed in:
Fixes warnings and javadocs.
7 lines of code changed in:
- Fixes incorrect association of user-specific data with the meta contact list.
- Adds javadocs, fixes warnings.
13 lines of code changed in:
Basic support for contact capabilities in the user interface.
1 lines of code changed in:
- Introduces new contact list data model that allows adding of external contact sources and hence the search in such sources.
- As part of the support for external contact sources, implements a call history external source and its user interface.
- Addresses issue #706 Indicate missed calls
36 lines of code changed in:
Add the possibility to choose the contact you're talking with when calling a MetaContact, supporting more than one telephony contact.
18 lines of code changed in:
Add the possibility to create a new group directly from the "Add contact" dialog.
5 lines of code changed in:
First version of the modified contact list interface. Modifications include a new search box allowing to filter the contact list, contact expansion on select, different approach for calling contacts and more.
11 lines of code changed in:
Call and Chat Conference Invite Dialog enhancements:
- Added the possibility to add contacts, which are not in the contact list.
- Filter contact list contacts already added in a conference.
9 lines of code changed in:
Show online contacts count for each group in the contact list. Patch provided by Valentin Martinet.
9 lines of code changed in:
Reduces the impact of ImageUtils.getScaledRoundedIcon() on the garbage collections in the contact list and chat UI. The optimization of the garbage collections and thus the execution speed come at the expense of increased memory use because of the introduced caching (but I tried to keep that to the minimum).
42 lines of code changed in:
Fixes a bunch of warnings about raw-type use and serialization.
2 lines of code changed in:
Minor code cleanup primarily being committed because it spares two occurrences of unnecessary String allocations but it also fixes a bunch of warnings and shortens the code.
2 lines of code changed in:
Method added to the MetaContactList service and implementation that allows us to obtain all meta contacts for a given protocol provider.
30 lines of code changed in:
Better handling for changes in the persistent data of a contact.
4 lines of code changed in:
Adding support for "NO REGISTRAR" accounts. Special thanks to Emanuel Onica and Michael Koch for contributing early versions.
12 lines of code changed in:
(24 more)