[root]/src/net/java/sip/communicator/service/history/records

| Author | Changes | Lines of Code | Lines per Change |
|---|---|---|---|
| Totals | 16 (100.0%) | 325 (100.0%) | 20.3 |
| emcho | 9 (56.3%) | 275 (84.6%) | 30.5 |
| lubomir_m | 2 (12.5%) | 25 (7.7%) | 12.5 |
| yanas | 1 (6.3%) | 16 (4.9%) | 16.0 |
| a_pelov | 4 (25.0%) | 9 (2.8%) | 2.2 |
Changes project name in source license headers from SIP Communicator to Jitsi
2 lines of code changed in:
Adds a missing return and removes a few instance fields in the contact list UI, spares a few allocations in the history.
21 lines of code changed in:
Fixes IndexOutOfBoundsException in Call History, prevents the gui from crashing in any exceptions coming from contact list filters and adds some logs in order to better analyze the situation, which provoked the exception in first place.
16 lines of code changed in:
Spares conversions between Date and long because they cause a lot of allocations during chatting.
4 lines of code changed in:
Code format
1 lines of code changed in:
cosmetics (chainging forgotton tabs to spaces)
1 lines of code changed in:
Changed leading tabs to spaces.
105 lines of code changed in:
Assert class is now officialy OUT of the "utils" package. From now on we should use java's keyword "assert".
7 lines of code changed in:
Simplified the HistoryService - TextType was removed.
2 lines of code changed in:
Initial sip-communicator-1.0 commit
166 lines of code changed in: