Sone.git
2014-02-28 David ‘Bombe... Add unit test for L10nFilter.
2014-02-28 David ‘Bombe... Increase coverage of default identity.
2014-02-28 David ‘Bombe... Add class with Sone-specific matchers.
2014-02-28 David ‘Bombe... Add unit tests for identity events.
2014-02-28 David ‘Bombe... Remove empty line.
2014-02-28 David ‘Bombe... Increase test coverage of Trust.
2014-02-28 David ‘Bombe... Add unit test for Identity.
2014-02-28 David ‘Bombe... Convert an Identity into a Map, not a Collection of...
2014-02-28 David ‘Bombe... Use the identity loader for loading identities.
2014-02-28 David ‘Bombe... Remove sync object, simply sync on own identities.
2014-02-28 David ‘Bombe... Add an identity loader.
2014-02-28 David ‘Bombe... Add tests that verify that a non-existing identity...
2014-02-28 David ‘Bombe... Allow method chaining when changing identities.
2014-02-28 David ‘Bombe... Remove unused code.
2014-02-28 David ‘Bombe... Add unit test for WebOfTrustConnector.
2014-02-28 David ‘Bombe... Remove unused method.
2014-02-28 David ‘Bombe... Add equals() and hashCode() implementation.
2014-02-28 David ‘Bombe... Add unit test for ImageLinkFilter.
2014-02-28 David ‘Bombe... Add unit test for ImageAccessor.
2014-02-28 David ‘Bombe... React correctly when parameters are not given.
2014-02-28 David ‘Bombe... Add unit test for IdentityAccessor.
2014-02-28 David ‘Bombe... Add unit test for HttpRequestAccessor.
2014-02-28 David ‘Bombe... Add unit test for CssClassNameFilter.
2014-02-28 David ‘Bombe... Remove unused plugin.
2014-02-28 David ‘Bombe... Use Joiner and TO_NICE_NAME to concatenate the Sone...
2014-02-28 David ‘Bombe... Add function that transforms a Sone into its nice name.
2014-02-28 David ‘Bombe... Use ComparisonChain for nice name comparator.
2014-02-28 David ‘Bombe... Add unit test for CollectionAccessor.
2014-02-28 David ‘Bombe... Extract some functionality into their own methods.
2014-02-28 David ‘Bombe... Add unit test for AlbumAccessor.
2014-02-28 David ‘Bombe... Expose Link class.
2014-02-28 David ‘Bombe... Add tests for isFreenetLink() and isPlainText().
2014-02-28 David ‘Bombe... Rework the text parser.
2014-02-28 David ‘Bombe... Remove modifier from interface.
2014-02-28 David ‘Bombe... Extract functions to detect long-enough links.
2014-02-28 David ‘Bombe... Extract function to detect whether a freenet link match...
2014-02-28 David ‘Bombe... Extract removal of trailing whitespace parts into its...
2014-02-28 David ‘Bombe... Extract finding next whitespace into its own method.
2014-02-28 David ‘Bombe... Always use the correct length of the scheme.
2014-02-28 David ‘Bombe... Move finding the next link into its own method.
2014-02-28 David ‘Bombe... Add test case for multiple different links in one line.
2014-02-28 David ‘Bombe... Store in link type whether a link is an internet link.
2014-02-28 David ‘Bombe... Remove unnecessary cast.
2014-02-28 David ‘Bombe... Remove unused cast.
2014-02-28 David ‘Bombe... Store in link type whether a link is a freenet link.
2014-02-28 David ‘Bombe... Rewrite parser tests.
2014-02-28 David ‘Bombe... Remove unused request.
2014-02-28 David ‘Bombe... Add unit test for SonePart.
2014-02-28 David ‘Bombe... Use static import.
2014-02-28 David ‘Bombe... Add unit test for PostPart.
2014-02-28 David ‘Bombe... Override equals() and hashCode().
2014-02-28 David ‘Bombe... Add unit test for FreenetLinkPart.
2014-02-28 David ‘Bombe... Add unit test for LinkPart.
2014-02-28 David ‘Bombe... Add unit test for PlainTextPart.
2014-02-28 David ‘Bombe... Remove unused import.
2014-02-28 David ‘Bombe... Override hashCode() and equals().
2014-02-28 David ‘Bombe... Override Object methods.
2014-02-28 David ‘Bombe... Add hashCode() and equals().
2014-02-28 David ‘Bombe... Override Object methods.
2014-02-28 David ‘Bombe... Add unit test for PartContainer.
2014-02-28 David ‘Bombe... Add unit test for TextFilter.
2014-02-28 David ‘Bombe... Add unit test for IntegerRangePredicate.
2014-02-28 David ‘Bombe... Add unit test for Trust.
2014-02-28 David ‘Bombe... Add unit test for DefaultOwnIdentity.
2014-02-28 David ‘Bombe... Remove unused copy-constructor.
2014-02-28 David ‘Bombe... Add unit test for DefaultIdentity.
2014-02-28 David ‘Bombe... Use identity change detector in identity manager.
2014-02-28 David ‘Bombe... Add class that compares two lists of identities.
2014-02-28 David ‘Bombe... Remove unused method.
2014-02-28 David ‘Bombe... Add unit test for LikeReplyCommand.
2014-02-28 David ‘Bombe... Move reply like functionality from Sone to Reply.
2014-02-28 David ‘Bombe... Check for correct objects.
2014-02-28 David ‘Bombe... Remove unnecessary modifier.
2014-02-28 David ‘Bombe... Don’t use raw Answer.
2014-02-28 David ‘Bombe... Move isLikedPostId from Sone to Post.
2014-02-28 David ‘Bombe... Add unit test for LikePostCommand.
2014-02-28 David ‘Bombe... Track liked posts.
2014-02-28 David ‘Bombe... Move retrieval of post likes from Core to Post.
2014-02-28 David ‘Bombe... Move unliking a post from Sone to Post.
2014-02-28 David ‘Bombe... Move post liking from Sone to Post.
2014-02-28 David ‘Bombe... Add unit test for GetSonesCommand.
2014-02-28 David ‘Bombe... Mock Core.getSones().
2014-02-28 David ‘Bombe... Fix test case for getOptionalSone().
2014-02-28 David ‘Bombe... Add unit test for GetSoneCommand.
2014-02-28 David ‘Bombe... Actually allow the Sone to be missing in getOptionalSone().
2014-02-28 David ‘Bombe... Add method to get a string with default value.
2014-02-28 David ‘Bombe... Refactoring.
2014-02-28 David ‘Bombe... Add unit test for GetPostsCommand.
2014-02-28 David ‘Bombe... Verify Lists instead of Collections.
2014-02-28 David ‘Bombe... Use method from Verifiers.
2014-02-28 David ‘Bombe... Add unit test for VersionCommand.
2014-02-28 David ‘Bombe... Clean up imports.
2014-02-28 David ‘Bombe... Return friends as Collection, not as List.
2014-02-28 David ‘Bombe... Add method to expose a Post loader.
2014-02-28 David ‘Bombe... Add method to expose a Sone loader.
2014-02-28 David ‘Bombe... Refactoring.
2014-02-28 David ‘Bombe... Implement Database.getSone() function.
2014-02-28 David ‘Bombe... Store sones as a Map.
2014-02-28 David ‘Bombe... Create mock posts differently.
2014-02-28 David ‘Bombe... Use verify* methods from Verifiers.
next