aboutsummaryrefslogtreecommitdiffstats
path: root/src/net/java/sip/communicator/impl/callhistory
Commit message (Expand)AuthorAgeFilesLines
* Reverts changes from 160bccf16f2eb0ff8d560c52e4d15f95336a3512 , dfac8a056e02d...hristoterezov2013-12-161-56/+37
* Changes the contact source interfaces to use only the listeners for addinghristoterezov2013-12-141-37/+56
* Replace System-Bundle header by BSN and a list that defines sys-bundlesIngo Bauersachs2013-12-071-1/+1
* Adds a property to enable stripping addresses to numbers when reading records.Damian Minkov2013-11-181-0/+20
* Skips the image for source contacts if it is the default one (dialing from ca...Damian Minkov2013-09-261-0/+15
* Adds an option to display peer names in call history tooltips.Damian Minkov2013-09-251-1/+8
* Implements private messaging chats.hristoterezov2013-09-241-0/+19
* Adds a CALL_PARTICIPANTS_CHANGE type for CallChangeEvent-s and fires eventsBoris Grozev2013-07-171-0/+3
* Fixes warnings, removes trailing whitespace, adds @Override annotations.Lyubomir Marinov2013-05-232-5/+5
* Log dates in all history files as ISO 8601 with timezoneIngo Bauersachs2013-04-071-12/+42
* Provides a sorted result in all invite and transfer windows, including call t...Yana Stamcheva2013-04-041-0/+10
* Extends contact source apis to support editable contact sources. Fixes intern...Yana Stamcheva2013-02-071-1/+2
* Changes the behaviour of showing add contact and call buttons in the contact ...Damian Minkov2013-01-091-4/+11
* Don't show history search results before other contact sources. Fixes the app...Yana Stamcheva2012-09-181-1/+1
* Adds phonenumbers and search to transfer and conference invite dialogs. Impro...Yana Stamcheva2012-09-171-6/+16
* Making the contact list component available from outside the gui bundle.Yana Stamcheva2012-08-301-0/+10
* Adds get/set data to SourceContacts. Moves custom buttons to ExternalContactS...Damian Minkov2012-08-171-1/+3
* Switches Jitsi trunk to libjitsi.Lyubomir Marinov2012-06-291-2/+2
* Switches Jitsi trunk to libjitsi.Lyubomir Marinov2012-06-292-7/+7
* Fixes a possible NullPointerException which could prevent the successful inte...Lyubomir Marinov2012-06-191-19/+26
* Fixes NPE in call history.Damian Minkov2012-06-011-1/+3
* Integrates Jitsi presence, IM and VoIP with MS Outlook.Lyubomir Marinov2012-06-011-1/+1
* Adds ice states to call info. Damian Minkov2012-04-111-1/+1
* Fixes call duration counter when call is longer than 24 hours.Damian Minkov2012-03-091-2/+1
* Fixes a NPE in history reading.Damian Minkov2011-10-281-0/+4
* Changes project name in source license headers from SIP Communicator to JitsiEmil Ivov2011-10-187-7/+7
* Stores call peer display names in history.Yana Stamcheva2011-08-223-21/+40
* Shows the display name instead of address in call history. The address is sti...Yana Stamcheva2011-08-041-11/+30
* Adds a missing return and removes a few instance fields in the contact list U...Lyubomir Marinov2011-06-303-7/+3
* Implements "show more" functionality in contact list search.Yana Stamcheva2011-02-231-2/+13
* Showing categories and labels for contact details coming from AddressBook or ...Yana Stamcheva2011-02-211-0/+13
* Fixes disappearing call history on search in the contact list.Yana Stamcheva2011-01-272-0/+42
* Reverts to Yana's latest version of CallHistoryContactSource because of probl...Lyubomir Marinov2010-12-231-23/+119
* Fix localized call state strings.Yana Stamcheva2010-12-221-1/+1
* Commits work in progress on adding support for the Address Book of Microsoft ...Lyubomir Marinov2010-12-211-22/+6
* Commits work in progress on adding support for the Address Book of Microsoft ...Lyubomir Marinov2010-12-211-98/+18
* Reflect contact capabilities in call history.Sebastien Vincent2010-12-161-7/+37
* Update ice4j.jar and fix some javadoc warnings.Sebastien Vincent2010-11-251-0/+3
* Log moved to the good place.Yana Stamcheva2010-11-221-4/+4
* Fixes call history record state IndexOutOfBoundsException.Yana Stamcheva2010-11-221-4/+12
* Fixes IndexOutOfBoundsException in Call History, prevents the gui from crashi...Yana Stamcheva2010-11-221-2/+32
* Save end reason code for calls if any, and don't show call history records wh...Damian Minkov2010-10-013-3/+32
* Add javadoc, fix warnings and typos.Sebastien Vincent2010-09-111-2/+2
* 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