aboutsummaryrefslogtreecommitdiffstats
path: root/src/net/java/sip/communicator/impl/protocol/icq/ContactGroupIcqImpl.java
Commit message (Expand)AuthorAgeFilesLines
* Updates the license headers.Damian Minkov2015-07-201-2/+13
* Adds checks to avoid problem contacts where to providers of same type have gr...Damian Minkov2013-12-161-0/+3
* Fixes warnings, removes trailing whitespace, adds @Override annotations.Lyubomir Marinov2013-05-231-1/+4
* Fixes problem with stored groups which are marked as non persistent.Damian Minkov2011-12-281-2/+10
* Removes awaiting authorization group for icq as contacts are currently marked...Damian Minkov2011-12-201-6/+0
* Changes project name in source license headers from SIP Communicator to JitsiEmil Ivov2011-10-181-1/+1
* - Removes a few SuppressWarnings because the warnings they suppress can be re...Lyubomir Marinov2009-09-041-9/+5
* Commits another part of the patch provided by Sebastien Vincent on the dev ma...Lyubomir Marinov2009-08-311-6/+6
* Introduces a default implementation of OperationSetMultiUserChat which remove...Lyubomir Marinov2009-08-301-17/+22
* Fixes the fix of the previous fix ;)Emil Ivov2009-04-301-11/+5
* Fixes an incorrect 'fix' committed in r5309.Lyubomir Marinov2009-04-301-1/+1
* Fixes programming errors detected by FindBugs.Lyubomir Marinov2009-04-301-8/+17
* Fixes raw type warnings (Part of issue #637).Emil Ivov2009-04-291-11/+11
* Masks duplicate contacts behind the protocol providers and thus addresses iss...Emil Ivov2009-04-241-88/+35
* Remove unused import.Yana Stamcheva2008-11-251-3/+0
* Fix Aim offline icon and aim searching screennames.Damian Minkov2007-04-171-1/+1
* 1. Added AwaitingAuthorization groupDamian Minkov2007-04-061-0/+11
* added a second findContactIndex method with a contact param (not a joust sim ...Emil Ivov2006-09-291-0/+22
* Code formatEmil Ivov2006-08-161-1/+0
* Do not remove contacts not returned by the server as they might come later .....Emil Ivov2006-07-081-15/+0
* Update joust sim buddies and joust sim groups once they are resolved against ...Emil Ivov2006-06-261-3/+9
* When downloading contact list, compare with existing contacts by equal()-ing ...Emil Ivov2006-06-231-2/+2
* Fixed Offline Message TestsDamian Minkov2006-06-021-1/+1
* added methods for switching a group from an unresolved to a resolved stateEmil Ivov2006-06-011-9/+81
* <No Comment Entered>Emil Ivov2006-05-251-0/+10
* started implementing the methods allowing support for unresolved statusEmil Ivov2006-05-091-0/+40
* Added an implementation of the isPersistent() method that allows us creating ...Emil Ivov2006-03-241-1/+14
* cosmeticsEmil Ivov2006-03-231-1/+1
* Refactoring.Emil Ivov2006-03-081-1/+15
* Replaced <code> tags with <tt> in all javadocsEmil Ivov2006-02-051-25/+25
* Added a reference to the creating providerEmil Ivov2006-02-031-2/+6
* added foundations of icq supportEmil Ivov2006-01-281-0/+405