aboutsummaryrefslogtreecommitdiffstats
path: root/src/net/java/sip/communicator/impl/protocol/icq/ProtocolProviderFactoryIcqImpl.java
Commit message (Collapse)AuthorAgeFilesLines
* Updates the license headers.Damian Minkov2015-07-201-2/+13
|
* Fixes warnings, removes trailing whitespace, adds @Override annotations.Lyubomir Marinov2013-05-231-3/+9
|
* Changes project name in source license headers from SIP Communicator to JitsiEmil Ivov2011-10-181-1/+1
|
* When creating account check and disabled accounts(all loaded accounts in ↵Damian Minkov2010-12-141-3/+3
| | | | | | AccountManager) for duplicates. Don't block UI when disabling account which is currently registering or asking for authentication.
* Fix enabling/disabling accounts functionality.Yana Stamcheva2010-07-061-0/+26
| | | | Fix icq and aim accounts.
* Configuration window improvements including reorganizing sections, user ↵Yana Stamcheva2010-07-051-1/+24
| | | | interface modifications, account loading/unloading functionality and more.
* Commits another part of the patch provided by Sebastien Vincent on the dev ↵Lyubomir Marinov2009-08-311-7/+6
| | | | mailing list in an e-mail with the subject "Fix lot of warnings in the code" which fixes warnings in the src directory.
* Fixes possible NullPointerExceptions, incorrect code. Removes fields, marks ↵Lyubomir Marinov2009-03-021-5/+3
| | | | other fields private and final.
* Removes unused Logger instances (and thus resolves the warnings about them ↵Lyubomir Marinov2009-02-101-5/+2
| | | | as well).
* When starting the applications, loads the stored accounts in the background ↵Lyubomir Marinov2008-09-201-203/+23
| | | | in order to allow the UI to appear as soon as possible.
* Applies the patch contributed by Dai Zhiwei which fixes the throwing of ↵Lyubomir Marinov2008-08-231-8/+8
| | | | NullPointerException with details on the parameter being the cause in the Gibberish and Icq ProtocolProviderFactory implementations.
* Fix if protocol name is missing in account properties. Old aim accounts were ↵Damian Minkov2008-06-251-1/+4
| | | | saved without protocol name which made them load as ICQ accounts after last modifications in accountID.
* WORK IN PROGRESS - modifyAccount method added to the ProtocolProviderFactory ↵Yana Stamcheva2008-05-281-1/+71
| | | | interface. Implemented in SIP, ICQ and Gibberish. Needs testing and implementation in all other protocols.
* Aim wizard and some improvments on the loading of accounts for the aim/icq ↵Damian Minkov2007-04-101-6/+24
| | | | protocol.
* unregister corresponding protocol provider before uninstalling the accountYana Stamcheva2006-10-251-2/+22
|
* Support for SIP (Work in Progress)Emil Ivov2006-09-241-0/+1
| | | | | Cosmetic
* Woking on implementing support for SIPEmil Ivov2006-08-221-20/+43
| | | | | comply with changes in protocol provider factory
* Code formatEmil Ivov2006-08-161-4/+6
|
* Throw an exception when installing a duplicate account.Emil Ivov2006-08-081-5/+5
|
* RefactoringEmil Ivov2006-08-041-8/+20
|
* Added account storage functionalititesEmil Ivov2006-07-281-25/+97
|
* Renamed AccountManager to ProtocolProviderFactoryEmil Ivov2006-07-081-0/+157