Don’t apply function to optionals.
[Sone.git] / src / main / java / net / pterodactylus / sone / data /
2014-02-28 David ‘Bombe’ RodenDon’t apply function to optionals.
2014-02-28 David ‘Bombe’ RodenSet Sone of an album in the album builder, use album...
2014-02-28 David ‘Bombe’ RodenExtract album baseclass that only stores the primitives.
2014-02-28 David ‘Bombe’ RodenImage builders always need to know their Sones.
2014-02-28 David ‘Bombe’ RodenExtract another super class that does not hold anything...
2014-02-28 David ‘Bombe’ RodenDon’t use albums in abstract image builders.
2014-02-28 David ‘Bombe’ RodenSimplify album builder.
2014-02-28 David ‘Bombe’ RodenRename album and builder implementations.
2014-02-28 David ‘Bombe’ RodenMove temporary image-related classes to their final...
2014-02-28 David ‘Bombe’ RodenSimplify image builders.
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.
2014-01-19 David ‘Bombe’ RodenMake all members of TemporaryImage final, store width...
2014-01-19 David ‘Bombe’ RodenOnly refuse to set creation time if it’s different...
2013-10-11 David ‘Bombe’ RodenSet changed values differently.
2013-10-11 David ‘Bombe’ RodenFix and relax checks.
2013-10-10 David ‘Bombe’ RodenExtract an interface out of Sone.
2013-10-10 David ‘Bombe’ RodenDon’t check for the presence of the album image in...
2013-10-10 David ‘Bombe’ RodenAdd image builder that creates “old” images.
2013-10-10 David ‘Bombe’ RodenUse an album modifier for setting title, description...
2013-10-09 David ‘Bombe’ RodenAdd album builder that can create the “old” album objects.
2013-10-09 David ‘Bombe’ RodenAdd base implementation of an album builder.
2013-10-09 David ‘Bombe’ RodenExtract album interface.
2013-09-27 David ‘Bombe’ RodenUpdate French translation.
2013-09-25 David ‘Bombe’ RodenMerge branch 'release-0.8.7' 0.8.7
2013-09-22 David ‘Bombe’ RodenFix static import.
2013-09-17 David ‘Bombe’ RodenFix some FindBugs warnings.
2013-08-24 David ‘Bombe’ RodenAdd isRoot() method to Album, only dump album ID in...
2013-07-16 David ‘Bombe’ RodenFix javadoc.
2013-07-15 David ‘Bombe’ RodenAdd and implement Identified interface.
2013-07-11 David ‘Bombe’ RodenShow number of albums in toString().
2013-07-11 David ‘Bombe’ RodenIgnore albums without inserted images when calculating...
2013-07-11 David ‘Bombe’ RodenInsert a root album into all Sones to get rid of album...
2013-07-05 David ‘Bombe’ RodenMerge branch 'release-0.8.6' 0.8.6
2013-07-05 David ‘Bombe’ RodenAdd filter for empty albums.
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’ RodenReorder imports.
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.
next