Sone.git
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.
2014-02-28 David ‘Bombe... Move parsing of Sone XML into its own method.
2014-02-28 David ‘Bombe... Clean up imports.
2014-02-28 David ‘Bombe... Move parsing of client information into its own method.
2014-02-28 David ‘Bombe... Set client information in Sone builder.
2014-02-28 David ‘Bombe... Use a modifier to set the latest edition of a Sone.
2014-02-28 David ‘Bombe... Remove methods to manipulate a Sone’s request and inser...
2014-02-28 David ‘Bombe... Add function that converts a Sone into its request...
2014-02-28 David ‘Bombe... Use isLocal() instead of checking the insert URI.
2014-02-28 David ‘Bombe... Don’t copy the insert URI into the parsed Sone.
2014-02-28 David ‘Bombe... Don’t parse the (non-existing!) request URI from the...
2014-02-28 David ‘Bombe... Don’t store the insert URI in the information used...
2014-02-28 David ‘Bombe... Restore the actual purpose of the code.
2014-02-28 David ‘Bombe... Remove setIdentity() from Sone.
2014-02-28 David ‘Bombe... Assign an empty name as default.
2014-02-28 David ‘Bombe... Store birth date in its own class, only update it via...
2014-02-28 David ‘Bombe... Store a Sone’s name in its own class, use a modifier...
2014-02-28 David ‘Bombe... Move Sone parsing into its own class.
2014-02-28 David ‘Bombe... Actually declare the abstract reply builder as abstract.
2014-02-28 David ‘Bombe... Remove method to mark replies as known from the core.
2014-02-28 David ‘Bombe... Add callback when reply is updated.
2014-02-28 David ‘Bombe... Add modifier to post replies to mark them known.
2014-02-28 David ‘Bombe... Remove PostReplyProvider methods from Core.
2014-02-28 David ‘Bombe... Add function that transforms a post into its replies.
2014-02-28 David ‘Bombe... Add getReplies() method to Post.
2014-02-28 David ‘Bombe... Move PostReplyProvider and PostReplyStore into PostRepl...
2014-02-28 David ‘Bombe... Remove PostReplyBuilderFactory.
2014-02-28 David ‘Bombe... Remove unused methods.
2014-02-28 David ‘Bombe... Remove PostProvider methods from Core.
2014-02-28 David ‘Bombe... Remove PostBuilderFactory.
2014-02-28 David ‘Bombe... Move PostProvider and PostStore into PostDatabase.
2014-02-28 David ‘Bombe... Remove javadoc comments from overriding methods.
2014-02-28 David ‘Bombe... Remove MemoryPost and MemoryReply.
2014-02-28 David ‘Bombe... Add “image created” callback to ImageBuilder.
2014-02-28 David ‘Bombe... Remove ImageBuilderFactory, move ImageStore and ImagePr...
2014-02-28 David ‘Bombe... Rename post and reply implementations; use builder...
2014-02-28 David ‘Bombe... Return an optional from the Core already.
2014-02-28 David ‘Bombe... Remove randomId() and currentTime() methods from ReplyB...
2014-02-28 David ‘Bombe... Remove AlbumBuilderFactory interface.
2014-02-28 David ‘Bombe... Move AlbumProvider and AlbumStore into AlbumDatabase.
2014-02-28 David ‘Bombe... Remove randomId() method from AlbumBuilder.
2014-02-28 David ‘Bombe... Remove randomId() and currentTime() methods from ImageB...
2014-02-28 David ‘Bombe... Remove randomId() and currentTime() from post builder...
2014-02-28 David ‘Bombe... Add callback interface to post build() method.
2014-02-28 David ‘Bombe... Remove createPost(*) methods from Core.
2014-02-28 David ‘Bombe... Remove copy method from post builder.
2014-02-28 David ‘Bombe... Move post creation into Sone, remove memory-based post...
2014-02-28 David ‘Bombe... Use database instead of separate providers.
2014-02-28 David ‘Bombe... Use database instead of Sone provider in post and post...
2014-02-28 David ‘Bombe... Remove image builder.
2014-02-28 David ‘Bombe... Move memory album and image to default implementation.
2014-02-28 David ‘Bombe... Expose the database.
2014-02-28 David ‘Bombe... Revert "Extract superclass out of default Sone implemen...
2014-02-28 David ‘Bombe... Expose album moving methods in the album database.
2014-02-28 David ‘Bombe... Only rely on the database interface.
2014-02-28 David ‘Bombe... Make image moving methods publicly available in the...
2014-02-28 David ‘Bombe... Rename default post builder implementation.
2014-02-28 David ‘Bombe... Extract superclass out of default Sone implementation.
2014-02-28 David ‘Bombe... Factor out some methods. working
2014-02-28 David ‘Bombe... Use static import.
2014-02-28 David ‘Bombe... Use AlbumBuilderFactory when creating a new album.
2014-02-28 David ‘Bombe... Let Sone and Album implement AlbumBuilderFactory.
2014-02-28 David ‘Bombe... Add method to create a new album to Sone.
next