Sone.git
2014-02-28 David ‘Bombe... Add test for encoding likes.
2014-02-28 David ‘Bombe... Add method to test encoding of replies.
2014-02-28 David ‘Bombe... Refactor Sone creation.
2014-02-28 David ‘Bombe... Add test for encoding multiple Sones.
2014-02-28 David ‘Bombe... Add method to create a profile with a given name.
2014-02-28 David ‘Bombe... Add tests for verifying the “Followed” attribute if...
2014-02-28 David ‘Bombe... Also test for non-existing “Followed” property when...
2014-02-28 David ‘Bombe... Add test for encoding a Sone.
2014-02-28 David ‘Bombe... Move test string creation into its own method.
2014-02-28 David ‘Bombe... Fix bug in text encoding method.
2014-02-28 David ‘Bombe... Add unit test for AbstractSoneCommand.
2014-02-28 David ‘Bombe... Add unit test for Client.
2014-02-28 David ‘Bombe... Add unit test for TemporaryImage.
2014-02-28 David ‘Bombe... Verify that the avatar ID belongs to an image of the...
2014-02-28 David ‘Bombe... If no albums are in the Sone, there’s no avatar ID...
2014-02-28 David ‘Bombe... Move protocol version handling and time parsing into...
2014-02-28 David ‘Bombe... Throw a different exception if a Sone is too new.
2014-02-28 David ‘Bombe... Fix formatting.
2014-02-28 David ‘Bombe... Remove some impossible-to-trigger code.
2014-02-28 David ‘Bombe... Remove unnecessary parameter.
2014-02-28 David ‘Bombe... Verify that a invalid Sone time causes an error.
2014-02-28 David ‘Bombe... Verify that a missing protocol version does not cause...
2014-02-28 David ‘Bombe... Verify that an image with invalid dimensions causes...
2014-02-28 David ‘Bombe... Verify that an invalid image causes an error.
2014-02-28 David ‘Bombe... Verify that an invalid parent album causes an error.
2014-02-28 David ‘Bombe... Verify that an invalid album causes an error.
2014-02-28 David ‘Bombe... Verify that a missing <albums> section does not cause...
2014-02-28 David ‘Bombe... Verify that a missing <replies> section does not cause...
2014-02-28 David ‘Bombe... Verify that a missing post-likes section does not cause...
2014-02-28 David ‘Bombe... Rename test for invalid post times.
2014-02-28 David ‘Bombe... Throw exception on invalid reply times.
2014-02-28 David ‘Bombe... Throw exception on invalid replies.
2014-02-28 David ‘Bombe... Verify that a missing <replies> section does not cause...
2014-02-28 David ‘Bombe... Add test for malformed post time.
2014-02-28 David ‘Bombe... Add test for malformed post XML.
2014-02-28 David ‘Bombe... Throw special exception if a time can not be parsed.
2014-02-28 David ‘Bombe... Throw exception when a post misses something vital.
2014-02-28 David ‘Bombe... Test that a missing <posts> section does not cause...
2014-02-28 David ‘Bombe... Add tests for invalid and duplicate fields.
2014-02-28 David ‘Bombe... Throw a duplicate field exception when a duplicate...
2014-02-28 David ‘Bombe... Throw malformed XML exception when fields can not be...
2014-02-28 David ‘Bombe... Throw the correct exception when a duplicate field...
2014-02-28 David ‘Bombe... Add tests for missing and empty profiles.
2014-02-28 David ‘Bombe... Fix imports.
2014-02-28 David ‘Bombe... Use better dependencies.
2014-02-28 David ‘Bombe... Use exceptions to signal an error when parsing a Sone.
2014-02-28 David ‘Bombe... Revert "Return an optional from the Sone parser."
2014-02-28 David ‘Bombe... Add test for an invalid client.
2014-02-28 David ‘Bombe... Return absent() instead of null.
2014-02-28 David ‘Bombe... Use XML files for all error conditions, expand test...
2014-02-28 David ‘Bombe... Use the ID of a reply instead of a post.
2014-02-28 David ‘Bombe... Add recipient for one of the posts.
2014-02-28 David ‘Bombe... Include EMMA plugin for code coverage.
2014-02-28 David ‘Bombe... Remove some very obvious javadoc comments.
2014-02-28 David ‘Bombe... Add more tests.
2014-02-28 David ‘Bombe... Don’t use the fingerprint of a field that has a null...
2014-02-28 David ‘Bombe... Test setting a/no avatar.
2014-02-28 David ‘Bombe... Don’t throw exception when removing a field that is...
2014-02-28 David ‘Bombe... Add lots of tests for the profile.
2014-02-28 David ‘Bombe... Don’t throw exceptions when moving up/down the first...
2014-02-28 David ‘Bombe... Include hamcrest in dependencies.
2014-02-28 David ‘Bombe... Fix duplicate-field detection.
2014-02-28 David ‘Bombe... Fix javadoc.
2014-02-28 David ‘Bombe... Return optionals of fields.
2014-02-28 David ‘Bombe... Make profile fields immutable.
2014-02-28 David ‘Bombe... Use helper method.
2014-02-28 David ‘Bombe... Add method to set the value of a field.
2014-02-28 David ‘Bombe... Add test for adding a field.
2014-02-28 David ‘Bombe... Use renameField method to rename fields.
2014-02-28 David ‘Bombe... Rename FieldTest to ProfileTest.
2014-02-28 David ‘Bombe... Add method to rename a field.
2014-02-28 David ‘Bombe... Add Field constructor that takes all values.
2014-02-28 David ‘Bombe... Use XML file to test a complete Sone.
2014-02-28 David ‘Bombe... Use a real XML file for testing.
2014-02-28 David ‘Bombe... Store all albums.
2014-02-28 David ‘Bombe... Store parent album ID in abstract album.
2014-02-28 David ‘Bombe... Test that a missing timestamp causes the Sone not to...
2014-02-28 David ‘Bombe... Don’t echo the HTML to stdout.
2014-02-28 David ‘Bombe... Deactivate the logger for the test.
2014-02-28 David ‘Bombe... Use latest utils snapshot.
2014-02-28 David ‘Bombe... Return an optional from the Sone parser.
2014-02-28 David ‘Bombe... Remove declared exception.
2014-02-28 David ‘Bombe... Clean up imports.
2014-02-28 David ‘Bombe... Remove declared exception, it's never thrown.
2014-02-28 David ‘Bombe... Verify that a Sone with a too large protocol version...
2014-02-28 David ‘Bombe... Add unit test for the Sone parser.
2014-02-28 David ‘Bombe... Log the content of the protocol version optionals.
2014-02-28 David ‘Bombe... Only log the IDs of Sones.
2014-02-28 David ‘Bombe... Store the avatar ID differently in profile.
2014-02-28 David ‘Bombe... Use the given database instead of the core to load...
2014-02-28 David ‘Bombe... Fix synchronisation.
2014-02-28 David ‘Bombe... Add database parameter to Sone parser.
2014-02-28 David ‘Bombe... Clean up imports.
2014-02-28 David ‘Bombe... Actually return a Sone builder.
2014-02-28 David ‘Bombe... Store replies to a post in a multimap.
2014-02-28 David ‘Bombe... Use a multimap to store the posts directed at a Sone.
2014-02-28 David ‘Bombe... Use a multimap to store the posts for a Sone.
2014-02-28 David ‘Bombe... Don’t store/parse post ID as UUID.
2014-02-28 David ‘Bombe... Remove unnecessary parameter.
2014-02-28 David ‘Bombe... Move parsing of protocol version into its own method.
next