Update year in copyright lines
[Sone.git] / src / main / java / net / pterodactylus / sone / data /
2013-03-13 David ‘Bombe’ RodenRemove getAllAlbums() method, use album flattener.
2013-03-13 David ‘Bombe’ RodenAdd function to flatten an album and all albums beneath it.
2013-02-04 David ‘Bombe’ RodenExtract abstract post reply builder class.
2013-02-03 David ‘Bombe’ RodenUse SHA-256 hashes for fingerprinting.
2013-02-02 David ‘Bombe’ RodenCopy options when rescuing Sone.
2013-01-28 David ‘Bombe’ RodenRemove hasRecipient method.
2013-01-27 David ‘Bombe’ RodenMake Sone returned by a Sone provider optional.
2013-01-27 David ‘Bombe’ RodenExtract an abstract post builder.
2013-01-26 David ‘Bombe’ RodenMerge branch 'partial-rewrite' into less-critical
2013-01-25 David ‘Bombe’ RodenMerge commit 'c30ad3a3fcfc66d0c1757a50afe413d9942d7793...
2013-01-25 David ‘Bombe’ RodenMake constructor injectable.
2013-01-25 David ‘Bombe’ RodenMerge commit '173eb2df26ebc15a6aa5565ec15dfad37bfa61a1...
2013-01-25 David ‘Bombe’ RodenMerge branch 'less-critical' into run
2013-01-24 David ‘Bombe’ RodenAdd filter for replies with posts.
2013-01-24 David ‘Bombe’ RodenMake post returned by post reply optional.
2013-01-24 David ‘Bombe’ RodenReturn ID of the post from post reply.
2013-01-24 David ‘Bombe’ RodenMake post returned by post provider optional.
2013-01-24 David ‘Bombe’ RodenMerge commit 'fcabe38e9b3abacc0d580bf0513600858aee2eca...
2013-01-23 David ‘Bombe’ RodenFix checks for ID and time.
2013-01-23 David ‘Bombe’ RodenMerge commit 'da609f721e54691f27113e877a19637bd332abc3...
2013-01-22 David ‘Bombe’ RodenMove builder and factories to database package.
2013-01-22 David ‘Bombe’ RodenMove provider interfaces to database package.
2013-01-22 David ‘Bombe’ RodenRemove possibility to create Sones from sone provider...
2013-01-22 David ‘Bombe’ RodenOnly store IDs of Sones in replies.
2013-01-22 David ‘Bombe’ RodenOnly store sender and recipient IDs in a post.
2013-01-22 David ‘Bombe’ RodenMake posts (more or less) immutable.
2013-01-22 David ‘Bombe’ RodenMake replies (more or less) immutable after creation.
2013-01-22 David ‘Bombe’ RodenOnly store the post ID in the reply.
2013-01-22 David ‘Bombe’ RodenFix checks for ID and time.
2013-01-18 David ‘Bombe’ RodenRemove unnecessary type parameter.
2013-01-18 David ‘Bombe’ RodenAdd builder for post replies.
2013-01-18 David ‘Bombe’ RodenAdd post builder.
2013-01-17 David ‘Bombe’ RodenReplace utils’ Default with Guava’s Optional.
2013-01-17 David ‘Bombe’ RodenUpdate copyright headers.
2013-01-17 David ‘Bombe’ RodenFix header comments.
2013-01-17 David ‘Bombe’ RodenExtract Reply and PostReply interfaces.
2013-01-17 David ‘Bombe’ RodenReplace utils’ Validation by Guava’s Preconditions.
2013-01-16 David ‘Bombe’ RodenReplace utils’ filter with Guava’s predicate.
2013-01-16 David ‘Bombe’ RodenUse Guava’s predicate instead of utils’ filter.
2013-01-16 David ‘Bombe’ RodenSome javadoc fixes.
2013-01-16 David ‘Bombe’ RodenStore locality of a Sone in the Sone itself.
2012-10-08 David ‘Bombe’ RodenMerge branch 'release-0.8.3' 0.8.3
2012-09-11 David ‘Bombe’ RodenOnly add an album if it does not exist.
2012-07-13 David ‘Bombe’ RodenMerge branch 'release-0.8.2' 0.8.2
2012-05-30 David ‘Bombe’ RodenTurn post into an interface, add default implementation.
2012-05-28 David ‘Bombe’ RodenMerge branch 'master' into next
2012-05-02 David ‘Bombe’ RodenMerge branch 'logging-fix' 0.8.1
2012-05-02 David ‘Bombe’ RodenFix ALL the logging!
2012-03-19 David ‘Bombe’ RodenUpdate utils to more recent version, adapt to new packa...
2012-03-08 David ‘Bombe’ RodenChange all copyright headers to include 2012.
2012-03-05 David ‘Bombe’ RodenMerge branch 'release-0.8' 0.8
2012-01-27 David ‘Bombe’ RodenStore a reply’s known status in the reply itself.
2012-01-27 David ‘Bombe’ RodenStore a post’s known-status in the post itself.
2012-01-27 David ‘Bombe’ RodenStore a Sone’s known status in the Sone itself.
2012-01-17 David ‘Bombe’ RodenMove Sone status into Sone.
2012-01-17 David ‘Bombe’ RodenRemove all method-level synchronization.
2012-01-17 David ‘Bombe’ RodenUse copy-on-write sets instead of synchronized collections.
2011-12-07 David ‘Bombe’ RodenMerge branch 'release-0.7.6' 0.7.6
2011-12-07 David ‘Bombe’ RodenMerge branch 'custom-avatars' into next
2011-12-07 David ‘Bombe’ RodenAdd enum for possible “show custom avatars” option...
2011-12-07 David ‘Bombe’ RodenAdd method to return the Sone of a Profile.
2011-12-07 David ‘Bombe’ RodenMove avatar from options to profile.
2011-12-07 David ‘Bombe’ RodenStore avatar image in Sone.
2011-11-21 David ‘Bombe’ RodenMerge branch 'release-0.7.4' 0.7.4
2011-11-21 David ‘Bombe’ RodenAdd album title comparator.
2011-11-16 David ‘Bombe’ RodenMerge branch 'release-0.7.3' 0.7.3
2011-11-15 David ‘Bombe’ RodenAdd filter for Sones with at least one album.
2011-11-13 David ‘Bombe’ RodenMerge branch 'sone-following-times' into next
2011-11-13 David ‘Bombe’ RodenDon’t set friends directly, use Core’s follow() methods.
2011-10-04 David ‘Bombe’ RodenMerge branch 'release-0.7.2' 0.7.2
2011-09-30 David ‘Bombe’ RodenAdd Sone comparator by image count.
2011-09-28 David ‘Bombe’ RodenMove common fields and setters to Reply.
2011-09-28 David ‘Bombe’ RodenAdd abstract base class for replies, move post reply...
2011-09-27 David ‘Bombe’ RodenAdd method that returns all images of a Sone.
2011-09-27 David ‘Bombe’ RodenTurn album list flattening into a proper Sone method.
2011-09-26 David ‘Bombe’ RodenMerge branch 'release-0.7' 0.7
2011-09-26 David ‘Bombe’ RodenMerge branch 'image-management' into next
2011-09-25 David ‘Bombe’ RodenAllow moving top-level albums.
2011-09-23 David ‘Bombe’ RodenFix javadoc.
2011-09-23 David ‘Bombe’ RodenAdd methods to reorder albums.
2011-09-23 David ‘Bombe’ RodenUse images in correct order to generate fingerprint.
2011-09-23 David ‘Bombe’ RodenReturn the image the given image was swapped with.
2011-09-23 David ‘Bombe’ RodenOnly set an album image ID if it is null.
2011-09-23 David ‘Bombe’ RodenStore album image ID in fingerprint.
2011-09-23 David ‘Bombe’ RodenReturn an image if an invalid album image ID is set.
2011-09-23 David ‘Bombe’ RodenAdd methods to move an image up and down.
2011-09-23 David ‘Bombe’ RodenA linked hash map is no longer required, the order...
2011-09-23 David ‘Bombe’ RodenStore order of images separately.
2011-09-21 David ‘Bombe’ RodenRemove unnecessary warning suppressions.
2011-09-21 David ‘Bombe’ RodenEnsure that an image is always set as album image,...
2011-09-21 David ‘Bombe’ RodenAdd method to set the album image ID.
2011-09-21 David ‘Bombe’ RodenStore album image ID instead of index.
2011-09-21 David ‘Bombe’ RodenStore images in a Map.
2011-09-20 David ‘Bombe’ RodenFix validation.
2011-09-20 David ‘Bombe’ RodenMerge branch 'next' into dev/image
2011-09-13 David ‘Bombe’ RodenSuppress some warnings about variables hiding other...
2011-09-12 David ‘Bombe’ RodenMerge branch 'release-0.6.6' 0.6.6
2011-06-29 David ‘Bombe’ RodenAdd comparator that sorts Sones by number of posts.
2011-06-22 David ‘Bombe’ RodenAdd context menues when hovering over avatar images.
2011-06-20 David ‘Bombe’ RodenAllow sorting and filtering of “known Sones.”
next