Add helper method to clear up intent.
[Sone.git] / src / main / java / net / pterodactylus / sone / database /
2014-03-05 David ‘Bombe’ RodenStore the “known” status of a post in the database.
2014-03-04 David ‘Bombe’ RodenAdd storeSone() method to sone database.
2014-03-01 David ‘Bombe’ RodenStore identities in database.
2014-02-28 David ‘Bombe’ RodenMove reply like functionality from Sone to Reply.
2014-02-28 David ‘Bombe’ RodenCheck for correct objects.
2014-02-28 David ‘Bombe’ RodenMove isLikedPostId from Sone to Post.
2014-02-28 David ‘Bombe’ RodenMove retrieval of post likes from Core to Post.
2014-02-28 David ‘Bombe’ RodenMove unliking a post from Sone to Post.
2014-02-28 David ‘Bombe’ RodenMove post liking from Sone to Post.
2014-02-28 David ‘Bombe’ RodenAdd method to expose a Post loader.
2014-02-28 David ‘Bombe’ RodenAdd method to expose a Sone loader.
2014-02-28 David ‘Bombe’ RodenStore all albums.
2014-02-28 David ‘Bombe’ RodenFix synchronisation.
2014-02-28 David ‘Bombe’ RodenClean up imports.
2014-02-28 David ‘Bombe’ RodenActually return a Sone builder.
2014-02-28 David ‘Bombe’ RodenStore replies to a post in a multimap.
2014-02-28 David ‘Bombe’ RodenUse a multimap to store the posts directed at a Sone.
2014-02-28 David ‘Bombe’ RodenUse a multimap to store the posts for a Sone.
2014-02-28 David ‘Bombe’ RodenSet client information in Sone builder.
2014-02-28 David ‘Bombe’ RodenRemove setIdentity() from Sone.
2014-02-28 David ‘Bombe’ RodenAdd modifier to post replies to mark them known.
2014-02-28 David ‘Bombe’ RodenMove PostReplyProvider and PostReplyStore into PostRepl...
2014-02-28 David ‘Bombe’ RodenRemove PostReplyBuilderFactory.
2014-02-28 David ‘Bombe’ RodenRemove PostBuilderFactory.
2014-02-28 David ‘Bombe’ RodenMove PostProvider and PostStore into PostDatabase.
2014-02-28 David ‘Bombe’ RodenRemove javadoc comments from overriding methods.
2014-02-28 David ‘Bombe’ RodenRemove MemoryPost and MemoryReply.
2014-02-28 David ‘Bombe’ RodenAdd “image created” callback to ImageBuilder.
2014-02-28 David ‘Bombe’ RodenRemove ImageBuilderFactory, move ImageStore and ImagePr...
2014-02-28 David ‘Bombe’ RodenRename post and reply implementations; use builder...
2014-02-28 David ‘Bombe’ RodenRemove randomId() and currentTime() methods from ReplyB...
2014-02-28 David ‘Bombe’ RodenRemove AlbumBuilderFactory interface.
2014-02-28 David ‘Bombe’ RodenMove AlbumProvider and AlbumStore into AlbumDatabase.
2014-02-28 David ‘Bombe’ RodenRemove randomId() method from AlbumBuilder.
2014-02-28 David ‘Bombe’ RodenRemove randomId() and currentTime() methods from ImageB...
2014-02-28 David ‘Bombe’ RodenRemove randomId() and currentTime() from post builder...
2014-02-28 David ‘Bombe’ RodenAdd callback interface to post build() method.
2014-02-28 David ‘Bombe’ RodenRemove createPost(*) methods from Core.
2014-02-28 David ‘Bombe’ RodenRemove copy method from post builder.
2014-02-28 David ‘Bombe’ RodenMove post creation into Sone, remove memory-based post...
2014-02-28 David ‘Bombe’ RodenMove memory album and image to default implementation.
2014-02-28 David ‘Bombe’ RodenExpose album moving methods in the album database.
2014-02-28 David ‘Bombe’ RodenOnly rely on the database interface.
2014-02-28 David ‘Bombe’ RodenMake image moving methods publicly available in the...
2014-02-28 David ‘Bombe’ RodenAdd in-memory Album implementation.
2014-02-28 David ‘Bombe’ RodenAdd method to get all images of an album to ImageProvider.
2014-02-28 David ‘Bombe’ RodenUse static import.
2014-02-28 David ‘Bombe’ RodenAdd method to get child albums of an album to AlbumProv...
2014-02-28 David ‘Bombe’ RodenRename SoneImpl to DefaultSone, implement SoneProvider...
2014-02-28 David ‘Bombe’ RodenDon’t store sone provider in abstract post builder.
2014-02-28 David ‘Bombe’ RodenAdd Sone database interface.
2014-02-28 David ‘Bombe’ RodenMove methods to move an image up and down to Image.
2014-02-28 David ‘Bombe’ RodenStore album relationships.
2014-02-28 David ‘Bombe’ RodenMove method to remove image from Album to Image.
2014-02-28 David ‘Bombe’ RodenStore album and image relationship.
2014-02-28 David ‘Bombe’ RodenSet Sone of an album in the album builder, use album...
2014-02-28 David ‘Bombe’ RodenAdd in-memory implementation of an image and its builder.
2014-02-28 David ‘Bombe’ RodenImage builders always need to know their Sones.
2014-02-28 David ‘Bombe’ RodenRename album and builder implementations.
2014-02-28 David ‘Bombe’ RodenExtract default Image implementation as base for all...
2014-02-28 David ‘Bombe’ RodenMove required parameters for image into the image builder.
2013-10-10 David ‘Bombe’ RodenAdd image builder that creates “old” images.
2013-10-09 David ‘Bombe’ RodenAdd album builder creation to memory database.
2013-10-09 David ‘Bombe’ RodenAdd album builder factory.
2013-10-09 David ‘Bombe’ RodenAdd album builder interface.
2013-10-09 David ‘Bombe’ RodenIntegrate basic album storage and retrieval in memory...
2013-10-09 David ‘Bombe’ RodenImprove static imports.
2013-06-29 David ‘Bombe’ RodenMerge branch 'release-0.8.5' 0.8.5
2013-06-29 David ‘Bombe’ RodenMerge branch 'partial-rewrite' into next
2013-03-13 David ‘Bombe’ RodenFormatting.
2013-03-13 David ‘Bombe’ RodenOrganize imports.
2013-03-13 David ‘Bombe’ RodenAdd missing method.
2013-02-14 David ‘Bombe’ RodenRemove all post replies of the given Sone before storin...
2013-02-13 David ‘Bombe’ RodenMove memory post reply builder to its own file.
2013-02-13 David ‘Bombe’ RodenMove memory post builder to its own file.
2013-02-09 David ‘Bombe’ RodenAdd and use memory-based post reply implementation.
2013-02-03 David ‘Bombe’ RodenOnly use post IDs in post reply provider interface.
2013-02-02 David ‘Bombe’ RodenAdd memory-based post database implementation.
2013-02-02 David ‘Bombe’ RodenAdd post database interface.
2013-02-02 David ‘Bombe’ RodenAdd post store interface.
2013-02-02 David ‘Bombe’ RodenAdd method to get all posts of a Sone to post provider...
2013-01-29 David ‘Bombe’ RodenMove more methods to the Sone provider interface.
2013-01-29 David ‘Bombe’ RodenMove getSones() method to Sone provider interface.
2013-01-27 David ‘Bombe’ RodenMake Sone returned by a Sone provider optional.
2013-01-26 David ‘Bombe’ RodenMerge branch 'partial-rewrite' into less-critical
2013-01-22 David ‘Bombe’ RodenMove builder and factories to database package.
2013-01-22 David ‘Bombe’ RodenMove provider interfaces to database package.