aboutsummaryrefslogtreecommitdiffstats
path: root/src/net/java/sip/communicator/impl/history
Commit message (Expand)AuthorAgeFilesLines
* Also reverse the order when parsing file for call records.Damian Minkov2010-07-071-1/+3
* Reverse order of the call history records shown in GUI, newest first.Damian Minkov2010-07-072-1/+41
* Fix logger usage - forth bunch.Werner Dittmann2010-06-031-2/+4
* Asynchronous call history queries with limited result count.Yana Stamcheva2010-05-064-30/+376
* Fix unit tests.Yana Stamcheva2010-05-031-0/+37
* - Introduces new contact list data model that allows adding of external conta...Yana Stamcheva2010-05-031-10/+39
* Add Metahistory tests.Damian Minkov2009-07-021-6/+11
* - Possibility added to update history records - provided by Damian Minkov.Yana Stamcheva2009-06-251-2/+92
* Fix raw-type warnings.Werner Dittmann2009-04-164-50/+48
* Fixes Eclipse warnings as a part of issue #637. There's more work on some of ...Emil Ivov2009-03-302-55/+58
* Resolves a few of our 4000+ Eclipse warningsEmil Ivov2009-03-281-3/+3
* Fixes various warnings, mostly ones about performance.Lyubomir Marinov2009-03-121-5/+5
* Fix issue #520 storing message history per-account. Also if old data exists i...Damian Minkov2009-03-041-7/+90
* Removes unnecessary fields.Lyubomir Marinov2009-03-021-1/+1
* Removes unused Logger instances (and thus resolves the warnings about them as...Lyubomir Marinov2009-02-101-4/+2
* Removes org.apache.felix.servicebinder.Lyubomir Marinov2008-12-204-145/+86
* Commits patches for the following issues:Emil Ivov2008-12-161-0/+1
* 1. Fix opening history containing tag for subject.Damian Minkov2008-12-101-2/+7
* felix 1.0.1Damian Minkov2007-10-292-1/+2
* generate more precise events during history search (Issue #270)Damian Minkov2007-10-261-0/+39
* Use createFromRowID instead of createFromID for IDs that are not coming from ...Yana Stamcheva2007-10-032-8/+8
* Fix for illegal characters in folder names on Windows OS.Damian Minkov2007-05-312-1/+43
* Committing geolocation for Jabber from Guillaume Schreiner - Louis Pasteur Un...Emil Ivov2007-05-141-1/+0
* Fix history searching in multiline messages.Damian Minkov2007-02-281-2/+2
* Fixed buf where if errors detected in file and at the same time a message is ...Damian Minkov2007-01-043-9/+35
* More info on errorDamian Minkov2006-11-271-1/+1
* Moving to FelixDamian Minkov2006-11-221-2/+1
* temporary fix of a NoSuchElementExceptionYana Stamcheva2006-11-211-2/+16
* Fix filtering files if start date is before any existing record dateDamian Minkov2006-11-201-6/+17
* fix two new methods and change their namesDamian Minkov2006-11-171-8/+7
* Add new finders in history and message historyDamian Minkov2006-11-161-0/+185
* Skip invalid records when readingDamian Minkov2006-10-191-3/+14
* If there is broken history xml try to fix it.Damian Minkov2006-10-171-1/+125
* Skip unparsable documets wihout exceptionDamian Minkov2006-10-173-2/+21
* Fixed synchronization issuesDamian Minkov2006-09-181-7/+14
* change from Damian, which should solve a problem with the progress events com...Yana Stamcheva2006-09-131-3/+7
* More accurate progress calculations and fixed ConcurrentModificationException.Damian Minkov2006-09-121-14/+14
* export the event packageYana Stamcheva2006-09-061-0/+1
* Fixed issue with future dates.Damian Minkov2006-09-051-11/+15
* History Service does not leaves content after testing.Damian Minkov2006-09-041-4/+45
* Removed jaxen libDamian Minkov2006-09-042-95/+373
* Changed saving of data - if it is or is not cached.Damian Minkov2006-08-291-6/+10
* Added method for ceck if caching is enabled.Damian Minkov2006-08-291-0/+18
* Added progress listener implementation and filtering the searched files by th...Damian Minkov2006-08-291-10/+155
* Added caching or not the read documents if it is pointed to.Damian Minkov2006-08-291-2/+24
* Code formatEmil Ivov2006-08-167-177/+267
* Order the results of searchingDamian Minkov2006-08-081-24/+30
* QueryResultSet implementation which records can be orderedDamian Minkov2006-08-081-0/+110
* Escaping null character in received strings. This characters hack the xml lib...Damian Minkov2006-08-041-2/+2
* Added feature to change the defult store directory by setting a System propertyDamian Minkov2006-08-031-2/+13