[root]/src/net/java/sip/communicator/service/history
event
(5 files, 359 lines)
records
(2 files, 164 lines)

| Author | Changes | Lines of Code | Lines per Change |
|---|---|---|---|
| Totals | 72 (100.0%) | 2030 (100.0%) | 28.1 |
| emcho | 33 (45.8%) | 1005 (49.5%) | 30.4 |
| a_pelov | 13 (18.1%) | 586 (28.9%) | 45.0 |
| yanas | 9 (12.5%) | 202 (10.0%) | 22.4 |
| damencho | 10 (13.9%) | 194 (9.6%) | 19.4 |
| wernerd | 4 (5.6%) | 27 (1.3%) | 6.7 |
| kpouer | 1 (1.4%) | 9 (0.4%) | 9.0 |
| s_vincent | 1 (1.4%) | 6 (0.3%) | 6.0 |
| lubomir_m | 1 (1.4%) | 1 (0.0%) | 1.0 |
Changes project name in source license headers from SIP Communicator to Jitsi
10 lines of code changed in:
Fixes disappearing call history on search in the contact list.
Call history records shown last.
7 lines of code changed in:
Fixes warnings and javadocs.
6 lines of code changed in:
use of StringBuilder instead of StringBuffer
fixed some brace placement
made fields final when possible
9 lines of code changed in:
Asynchronous call history queries with limited result count.
120 lines of code changed in:
Fix unit tests.
6 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
43 lines of code changed in:
- Possibility added to update history records - provided by Damian Minkov.
- File transfer dates fixed.
- File transfer history improved.
- Check for active file transfers before closing the chat window.
11 lines of code changed in:
Fix raw-type warnings.
27 lines of code changed in:
Fix issue #520 storing message history per-account. Also if old data exists its migrated to new one on opening it.
22 lines of code changed in:
Removes org.apache.felix.servicebinder.
1 lines of code changed in:
generate more precise events during history search (Issue #270)
11 lines of code changed in:
- bug fixed in hasSpecialChar
- exclude some normal filename characters from the condition for special characters
- replace the % char with $ in the hash function (Apparently the % is a special character for the Java XML parser and was causing some problems)
15 lines of code changed in:
fix two new methods and change their names
2 lines of code changed in:
Add new finders in history and message history
31 lines of code changed in:
History Service does not leaves content after testing.
Added method in History Service for removing content.
9 lines of code changed in:
Added case in/senstivie search
60 lines of code changed in:
Added fields for caching enabled/disabled used through the configuration service.
16 lines of code changed in:
Methods for adding search progress listener.
13 lines of code changed in:
Code format
92 lines of code changed in:
(9 more)