Sone.git
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.
2014-02-28 David ‘Bombe... Add in-memory Album implementation.
2014-02-28 David ‘Bombe... Add method to get all images of an album to ImageProvider.
2014-02-28 David ‘Bombe... Use static import.
2014-02-28 David ‘Bombe... Add method to get child albums of an album to AlbumProv...
2014-02-28 David ‘Bombe... Rename SoneImpl to DefaultSone, implement SoneProvider...
2014-02-28 David ‘Bombe... Create some additional members to allow for easier...
2014-02-28 David ‘Bombe... Don’t store sone provider in abstract post builder.
2014-02-28 David ‘Bombe... Add Sone database interface.
2014-02-28 David ‘Bombe... Return an Optional for the album image.
2014-02-28 David ‘Bombe... Move methods to move an image up and down to Image.
2014-02-28 David ‘Bombe... Simplify moving an album up and down in its parent.
2014-02-28 David ‘Bombe... Simplify album removal.
2014-02-28 David ‘Bombe... Store album relationships.
2014-02-28 David ‘Bombe... Move method to remove image from Album to Image.
2014-02-28 David ‘Bombe... Store DefaultAlbum in DefaultImage.
2014-02-28 David ‘Bombe... Store album and image relationship.
2014-02-28 David ‘Bombe... Don’t store image explicitely after adding it to an...
2014-02-28 David ‘Bombe... Don’t apply function to optionals.
2014-02-28 David ‘Bombe... Reformat.
2014-02-28 David ‘Bombe... Set Sone of an album in the album builder, use album...
2014-02-28 David ‘Bombe... Remove for-now useless test.
2014-02-28 David ‘Bombe... Extract album baseclass that only stores the primitives.
2014-02-28 David ‘Bombe... Fix test.
2014-02-28 David ‘Bombe... Add in-memory implementation of an image and its builder.
2014-02-28 David ‘Bombe... Image builders always need to know their Sones.
2014-02-28 David ‘Bombe... Extract another super class that does not hold anything...
2014-02-28 David ‘Bombe... Don’t use albums in abstract image builders.
2014-02-28 David ‘Bombe... Simplify album builder.
2014-02-28 David ‘Bombe... Rename album and builder implementations.
2014-02-28 David ‘Bombe... Move temporary image-related classes to their final...
2014-02-28 David ‘Bombe... Simplify image builders.
2014-02-28 David ‘Bombe... Extract default Image implementation as base for all...
2014-02-28 David ‘Bombe... Remove the possibility to create images for unknown...
2014-02-28 David ‘Bombe... Add test for the default image builder.
2014-02-28 David ‘Bombe... Move required parameters for image into the image builder.
2014-02-28 David ‘Bombe... Determine image dimensions correctly.
2014-01-19 David ‘Bombe... Make all members of TemporaryImage final, store width...
2014-01-19 David ‘Bombe... Only refuse to set creation time if it’s different...
2013-12-13 David ‘Bombe... Set encoding in compiler plugin.
2013-11-22 David ‘Bombe... Use better check for whether the root album has been...
2013-10-11 David ‘Bombe... Copy insert URI of original Sone when parsing a new...
2013-10-11 David ‘Bombe... Set changed values differently.
2013-10-11 David ‘Bombe... Fix and relax checks.
2013-10-10 David ‘Bombe... Extract an interface out of Sone.
2013-10-10 David ‘Bombe... Don’t check for the presence of the album image in...
2013-10-10 David ‘Bombe... Add image builder that creates “old” images.
2013-10-10 David ‘Bombe... Remove obsolete import.
2013-10-10 David ‘Bombe... Use an album modifier for setting title, description...
next