Directory src/net/java/sip/communicator/service/history/

Directory Created:
2005-11-02 17:08
Total Files:
10
Deleted Files:
0
Lines of Code:
952

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

Lines of Code

src/net/java/sip/communicator/service/history/ Lines of Code

Developers

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

Most Recent Commits

emcho 2011-10-18 14:03

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

10 lines of code changed in:

  • src/net/java/sip/communicator/service/history: BidirectionalIterator.java (+1 -1), DefaultQueryResultSet.java (+1 -1), History.java (+1 -1), HistoryID.java (+1 -1), HistoryQuery.java (+1 -1), HistoryReader.java (+1 -1), HistoryService.java (+1 -1), HistoryWriter.java (+1 -1), InteractiveHistoryReader.java (+1 -1), QueryResultSet.java (+1 -1)
yanas 2011-01-27 15:37

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

7 lines of code changed in:

  • src/net/java/sip/communicator/service/history: HistoryQuery.java (+7)
s_vincent 2010-10-04 12:33

Fixes warnings and javadocs.

6 lines of code changed in:

  • src/net/java/sip/communicator/service/history: BidirectionalIterator.java (+6 -5)
kpouer 2010-06-03 15:34

use of StringBuilder instead of StringBuffer
fixed some brace placement
made fields final when possible

9 lines of code changed in:

  • src/net/java/sip/communicator/service/history: HistoryID.java (+9 -7)
yanas 2010-05-06 17:10

Asynchronous call history queries with limited result count.

120 lines of code changed in:

  • src/net/java/sip/communicator/service/history: History.java (+18 -7), HistoryQuery.java (new 55), HistoryReader.java (-5), InteractiveHistoryReader.java (new 47)
yanas 2010-05-03 18:35

Fix unit tests.

6 lines of code changed in:

  • src/net/java/sip/communicator/service/history: History.java (+6)
yanas 2010-05-03 15:27

- 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:

  • src/net/java/sip/communicator/service/history: HistoryReader.java (+43 -16)
yanas 2009-06-25 18:32

- 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:

  • src/net/java/sip/communicator/service/history: HistoryWriter.java (+11)
wernerd 2009-04-16 16:11

Fix raw-type warnings.

27 lines of code changed in:

  • src/net/java/sip/communicator/service/history: BidirectionalIterator.java (+2 -2), DefaultQueryResultSet.java (+9 -11), HistoryReader.java (+13 -12), QueryResultSet.java (+3 -5)
damencho 2009-03-04 18:29

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:

  • src/net/java/sip/communicator/service/history: HistoryService.java (+22 -5)
lubomir_m 2008-12-20 03:17

Removes org.apache.felix.servicebinder.

1 lines of code changed in:

  • src/net/java/sip/communicator/service/history: HistoryService.java (+1 -3)
damencho 2007-10-26 21:09

generate more precise events during history search (Issue #270)

11 lines of code changed in:

  • src/net/java/sip/communicator/service/history: HistoryReader.java (+11)
yanas 2007-10-03 18:36

- 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:

  • src/net/java/sip/communicator/service/history: HistoryID.java (+15 -10)
damencho 2006-11-17 19:24

fix two new methods and change their names

2 lines of code changed in:

  • src/net/java/sip/communicator/service/history: HistoryReader.java (+2 -2)
damencho 2006-11-16 17:15

Add new finders in history and message history

31 lines of code changed in:

  • src/net/java/sip/communicator/service/history: HistoryReader.java (+31 -12)
damencho 2006-09-04 16:23

History Service does not leaves content after testing.
Added method in History Service for removing content.

9 lines of code changed in:

  • src/net/java/sip/communicator/service/history: HistoryService.java (+9)
damencho 2006-09-04 14:34

Added case in/senstivie search

60 lines of code changed in:

  • src/net/java/sip/communicator/service/history: HistoryReader.java (+60)
damencho 2006-08-29 17:22

Added fields for caching enabled/disabled used through the configuration service.

16 lines of code changed in:

  • src/net/java/sip/communicator/service/history: HistoryService.java (+16 -6)
damencho 2006-08-29 17:22

Methods for adding search progress listener.

13 lines of code changed in:

  • src/net/java/sip/communicator/service/history: HistoryReader.java (+13)
emcho 2006-08-16 17:50

Code format

92 lines of code changed in:

  • src/net/java/sip/communicator/service/history: BidirectionalIterator.java (+1 -2), DefaultQueryResultSet.java (+22 -13), History.java (+1 -1), HistoryID.java (+59 -32), HistoryReader.java (+1 -1), HistoryService.java (+3 -3), HistoryWriter.java (+3 -3), QueryResultSet.java (+2 -2)

(9 more)

Generated by StatSVN 0.3.1