aboutsummaryrefslogtreecommitdiffstats
path: root/src/net/java/sip/communicator/impl/callhistory
Commit message (Expand)AuthorAgeFilesLines
* Adds javadocs, fixes warnings.Lyubomir Marinov2010-09-101-17/+16
* Don't allow to call SIP contacts through another protocol in the call history.Yana Stamcheva2010-07-271-4/+24
* Fix logger usage - third bunch of changes.Werner Dittmann2010-06-032-10/+20
* Fixes contact list behavior and introduces more smooth writing in the search ...Yana Stamcheva2010-05-201-2/+24
* Results from a MetaContactList filtering are now returned as events.Yana Stamcheva2010-05-101-1/+1
* Fix call history searches.Yana Stamcheva2010-05-061-1/+2
* Asynchronous call history queries with limited result count.Yana Stamcheva2010-05-063-38/+252
* Fix unit tests.Yana Stamcheva2010-05-031-11/+17
* - Introduces new contact list data model that allows adding of external conta...Yana Stamcheva2010-05-036-102/+712
* The currentCallRecords do not contains Call but CallRecordImpl so the testMatthieu Casanova2010-04-061-2/+5
* Prevents a NullPointerException if AudioNotifierService is not registered.Lyubomir Marinov2009-11-191-0/+1
* Commits the patch of Sebastien Vincent provided on the dev mailing list in an...Lyubomir Marinov2009-10-131-17/+18
* Javadoc fixes. Removes a few warning. Moves code from CallSipImpl to CallPeer...Emil Ivov2009-09-291-1/+1
* Commits the patch of Sebastien Vincent provided on the dev mailing in an e-ma...Lyubomir Marinov2009-09-021-1/+1
* Renames occurrences of callParticipant to callPeer so that it would better re...Emil Ivov2009-08-091-1/+1
* Renames occurrences of callParticipant to callPeer so that it would better re...Emil Ivov2009-08-091-1/+1
* Renames occurrences of callParticipant to callPeer so that it would better re...Emil Ivov2009-08-091-0/+70
* Renames occurrences of callParticipant to callPeer so that it would better re...Emil Ivov2009-08-091-50/+50
* Renames CallParticipant to CallPeer so that it would better reflect our new C...Emil Ivov2009-08-092-39/+39
* Renames CallParticipant to CallPeer so that it would better reflect our new C...Emil Ivov2009-08-093-80/+10
* Renames CallParticipant to CallPeer so that it would better reflect our new C...Emil Ivov2009-08-093-5/+5
* Renames CallParticipant to CallPeer so that it would better reflect our new C...Emil Ivov2009-08-091-3/+3
* Renames CallParticipant to CallPeer so that it would better reflect our new C...Emil Ivov2009-08-092-38/+38
* Renames CallParticipant to CallPeer so that it would better reflect our new C...Emil Ivov2009-08-091-4/+4
* Renames CallParticipant to CallPeer so that it would better reflect our new C...Emil Ivov2009-08-091-6/+6
* Some code clean-up, remove warnings, no new functions or features.Werner Dittmann2009-03-281-3/+3
* Removes unnecessary fields. Provides more efficient iteration of Hashtables, ...Lyubomir Marinov2009-03-021-1/+1
* Commits patches for the following issues:Emil Ivov2008-12-161-0/+1
* Eliminates duplication of ProtocolProviderService.getOperationSet() and .getS...Lyubomir Marinov2008-12-091-8/+7
* Fixes warnings.Lyubomir Marinov2008-12-063-95/+101
* Transfers a Call upon receiving a REFER request. The new Call being referred ...Lyubomir Marinov2008-08-131-3/+1
* Committing the on hold patch from Lubomir MarinovEmil Ivov2008-07-181-17/+19
* Use createFromRowID instead of createFromID for IDs that are not coming from ...Yana Stamcheva2007-10-031-2/+4
* Moving to FelixDamian Minkov2006-11-223-3/+41
* Properly setting end times corresponding the evnts in the call processDamian Minkov2006-11-161-6/+12
* Fix if states record is missingDamian Minkov2006-10-241-1/+5
* Added states to the call history participant recordsseDamian Minkov2006-10-242-8/+124
* Fix CallHistoryImpl and testsDamian Minkov2006-10-211-2/+2
* Improve CallHistory result objectsDamian Minkov2006-10-203-16/+198
* Fixed copy paste mistakeDamian Minkov2006-10-201-2/+2
* Get of the Source call for removed participant changed.Damian Minkov2006-10-141-4/+6
* Call History Impl and call history testsDamian Minkov2006-10-134-0/+1017