aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Collapse)AuthorAgeFilesLines
...
* Warp around color codes so that it is always possible to find a color inDanny van Heumen2014-07-301-2/+3
| | | | the Colors array.
* TypoDanny van Heumen2014-07-301-1/+1
|
* More code clean-up and added tests for new role management approach.Danny van Heumen2014-07-304-18/+82
|
* Formatting of message, notice, action.Danny van Heumen2014-07-301-0/+22
|
* Reworked formatting behavior because of IRC color requirements.Danny van Heumen2014-07-303-35/+57
|
* Implemented separate text formatter for IRC control codes.Danny van Heumen2014-07-302-7/+64
|
* Working on formatted text builder for IRC control chars.Danny van Heumen2014-07-302-0/+63
|
* Added support for 'b' channel mode.Danny van Heumen2014-07-301-0/+13
|
* Removed unnecessary alternative constructor for ModeParser.Danny van Heumen2014-07-301-15/+1
|
* ChatRoomMemberIrcImpl tweaked + tests.Danny van Heumen2014-07-301-0/+253
|
* Support for IRC control codes.Danny van Heumen2014-07-303-14/+184
| | | | | | | | | | The following IRC control codes are now supported: * Bold * Italics * Underline * Normal (clears all outstanding codes) * Color (foreground and background) * 16 colors (00 up to and including 15)
* Tests specifying desired control code parsing behavior.Danny van Heumen2014-07-301-0/+69
|
* Added license header.Danny van Heumen2014-07-301-0/+6
|
* Use Result instance for synchronization while getting list to handleDanny van Heumen2014-07-301-0/+11
| | | | spurious wakeups.
* Some testing of helper classes.Danny van Heumen2014-07-303-6/+273
|
* While loop around sync waiting.Danny van Heumen2014-07-301-0/+56
|
* Fixes the compilation on JDK 8.Lyubomir Marinov2014-07-252-2/+2
|
* Does not try to modify metacontact list storage when adding contact to a non ↵Damian Minkov2014-07-211-0/+7
| | | | persistent group.
* Adds some logging to investigate failing builds.Damian Minkov2014-07-031-4/+4
|
* Unescape in history reader, the escaped chars that were written by history ↵Damian Minkov2014-06-121-7/+17
| | | | writer.
* Fixes manifest files.Damian Minkov2014-04-239-16/+16
|
* Adds option to limit the number of history records stored, FIFO. Updates ↵Damian Minkov2014-03-131-0/+62
| | | | timestamp of records on record update.
* Adds searching for existing histories and finding recent contacted contacts. ↵Damian Minkov2014-02-211-0/+34
| | | | Adds tests for parsing ids(folder names) into history IDs.
* Fixes history corrupting records when they contain utf chars < 0x20, ↵Damian Minkov2014-02-182-1/+49
| | | | reported on the maiinglist by Danny van Heumen. Adds tests to reproduce this case.
* Fixes removing properties with partial match, and adds tests for it.Damian Minkov2014-02-061-0/+51
|
* Trusts all certs when running tests, as they normally run in headless mode.Damian Minkov2013-12-131-0/+6
|
* Remove RSS protocolIngo Bauersachs2013-12-0810-1821/+0
|
* Fixes working with server-side readonly groups (shared groups in OF), ↵Damian Minkov2013-11-196-22/+64
| | | | handles 406 error while editing roster items.
* Handles more cases while moving contacts and renaming groups from remote ↵Damian Minkov2013-11-191-1/+1
| | | | logged in locations.
* Use separate dirs for application logs, cache and configuration dataIngo Bauersachs2013-11-101-14/+9
| | | | | This is primarily used on Windows to store logs and cached data on the local computers instead of on the network when roaming profiles with folder redirection is used.
* Temporally disables frequently failing multi user chat tests.Damian Minkov2013-11-021-1/+3
|
* Tries to fix frequently failing xmpp multi chat tests.Damian Minkov2013-11-011-0/+84
|
* Updates tests, the one created the room is owner.Damian Minkov2013-08-221-1/+1
|
* Fixes wrong print and adds some waits.Damian Minkov2013-07-241-24/+10
|
* Fixes some history searches where some files were skipped if the the start ↵Damian Minkov2013-07-241-24/+29
| | | | timestamp we filter is the same as the filename (filename is the time it was created) and filtering some dates by period now is inclusive for the start of the period.
* Tries to fix randomly failing tests.hristoterezov2013-07-231-24/+28
|
* Removes unnecessary disco info sent before joinning the room.hristoterezov2013-07-221-1/+5
|
* Fixes tests, removes room listing from tests as it was disabled on server we ↵Damian Minkov2013-07-191-0/+4
| | | | test.
* Tries to fix randomly failing builds by relaxing the write operations when ↵Damian Minkov2013-07-181-3/+27
| | | | testing meta history service.
* Removes assertion after configuration is purgedpaweldomas2013-06-191-3/+5
| | | | | Trying to fix the builds. Default properties will stay even after configuration is purged.
* Merge branch 'Android-settings'paweldomas2013-06-193-9/+11
|\
| * Refactor AccountIDspaweldomas2013-06-033-9/+11
| | | | | | | | | | Created SipAccountID and JabberAccountID from wizard registration objects(work in progress).
* | Trying to fix build.Damian Minkov2013-06-111-7/+7
| |
* | Trying to fix build missing import.Damian Minkov2013-06-111-0/+1
| |
* | Trying to fix buildDamian Minkov2013-06-111-0/+5
|/
* Fixes warnings, removes trailing whitespace, adds @Override annotations.Lyubomir Marinov2013-05-23106-1050/+1301
|
* Works on preventing an issue with the display of remote video which could ↵Lyubomir Marinov2013-02-266-17/+17
| | | | scale it down to a tiny number of pixels. Fixes multiple technical/programming errors, warnings, javadocs.
* Fixes warnings.Lyubomir Marinov2013-02-253-8/+26
|
* Fixes warnings.Lyubomir Marinov2013-02-253-14/+8
|
* Fixes tests.Damian Minkov2013-01-271-0/+1
|