Return a nullable PostReply instead of an Optional
[Sone.git] / src / main / java / net / pterodactylus / sone / fcp / AbstractSoneCommand.java
2017-10-15 David ‘Bombe’ RodenReturn a nullable PostReply instead of an Optional
2017-10-15 David ‘Bombe’ RodenReplace Sone provider interface with Kotlin version
2017-10-07 David ‘Bombe’ RodenMerge branch 'release-0.9.7' 0.9.7
2017-01-14 David ‘Bombe’ RodenAdd unit test for get sones command, fix some problems
2017-01-13 David ‘Bombe’ RodenAdd unit test for get sone command, fix some bugs
2017-01-13 David ‘Bombe’ RodenRemove unnecessary code
2017-01-13 David ‘Bombe’ RodenAdd unit test for get post feed command, add likes...
2017-01-08 David ‘Bombe’ RodenAdd unit test for get post command
2016-07-11 David ‘Bombe’ RodenMerge branch 'release-0.9.5' 0.9.5
2016-06-26 David ‘Bombe’ RodenChange dates in file headers
2015-11-27 David ‘Bombe’ RodenMerge branch 'master' into next
2015-11-27 David ‘Bombe’ RodenMerge branch 'release-0.9.4' 0.9.4
2015-11-27 David ‘Bombe’ RodenUpdate years in copyright line
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-02-03 David ‘Bombe’ RodenOnly use post IDs in post reply provider interface.
2013-01-28 David ‘Bombe’ RodenRemove hasRecipient method.
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-25 David ‘Bombe’ RodenMerge commit 'c30ad3a3fcfc66d0c1757a50afe413d9942d7793...
2013-01-25 David ‘Bombe’ RodenMerge commit '173eb2df26ebc15a6aa5565ec15dfad37bfa61a1...
2013-01-25 David ‘Bombe’ RodenMerge branch 'less-critical' into run
2013-01-24 David ‘Bombe’ RodenMake post returned by post provider optional.
2013-01-24 David ‘Bombe’ RodenMake post reply returned by provider optional.
2013-01-24 David ‘Bombe’ RodenMerge commit 'fcabe38e9b3abacc0d580bf0513600858aee2eca...
2013-01-23 David ‘Bombe’ RodenMerge commit 'da609f721e54691f27113e877a19637bd332abc3...
2013-01-22 David ‘Bombe’ RodenRemove possibility to create Sones from sone provider...
2013-01-18 David ‘Bombe’ RodenRemove possibility to create new replies from core...
2013-01-18 David ‘Bombe’ RodenRemove possibility to create new posts from post provid...
2013-01-17 David ‘Bombe’ RodenUpdate copyright headers.
2013-01-17 David ‘Bombe’ RodenFix header comments.
2013-01-16 David ‘Bombe’ RodenUse Guava’s predicate instead of utils’ filter.
2013-01-16 David ‘Bombe’ RodenRename getReply() to getPostReply(), remove convenience...
2012-10-08 David ‘Bombe’ RodenMerge branch 'release-0.8.3' 0.8.3
2012-09-13 David ‘Bombe’ RodenDeclare potentially-static methods as static.
2012-07-13 David ‘Bombe’ RodenMerge branch 'release-0.8.2' 0.8.2
2012-05-28 David ‘Bombe’ RodenMerge branch 'master' into next
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-03-05 David ‘Bombe’ RodenOrganize imports.
2011-10-04 David ‘Bombe’ RodenMerge branch 'release-0.7.2' 0.7.2
2011-09-28 David ‘Bombe’ RodenAdd abstract base class for replies, move post reply...
2011-09-20 David ‘Bombe’ RodenMerge branch 'next' into dev/image
2011-06-19 David ‘Bombe’ RodenMerge branch 'release-0.6.5' 0.6.5
2011-05-11 David ‘Bombe’ RodenAdd method to encode profile information of a Sone.
2011-05-11 David ‘Bombe’ RodenMake it possible to load an optional Sone from the...
2011-05-11 David ‘Bombe’ RodenOverride Object.toString().
2011-05-11 David ‘Bombe’ RodenAdd simple string encoding.
2011-05-11 David ‘Bombe’ RodenMerge branch 'fcp-interface' into next
2011-04-11 David ‘Bombe’ RodenAdd parameter that determines whether an FCP command...
2011-04-11 David ‘Bombe’ RodenAdd “localOnly” parameter to getSone().
2011-04-11 David ‘Bombe’ RodenAdd method to get reply from the command parameters.
2011-04-08 David ‘Bombe’ RodenAdd likes to posts.
2011-04-08 David ‘Bombe’ RodenAdd method to encode liking information.
2011-04-08 David ‘Bombe’ RodenUnify field name generation.
2011-04-08 David ‘Bombe’ RodenReduce visibility of all encoding methods to protected.
2011-04-08 David ‘Bombe’ RodenAdd prefixes to all encoding methods, add method to...
2011-04-08 David ‘Bombe’ RodenAdd method to return a Post from the simple field set.
2011-04-08 David ‘Bombe’ RodenAdd parameter to include replies in encodePosts().
2011-04-08 David ‘Bombe’ RodenAdd method to encode a collection of replies.
2011-04-08 David ‘Bombe’ RodenAdd method to encode a collection of Sones into a simpl...
2011-04-08 David ‘Bombe’ RodenAdd abstract FCP command with Sone-specific helper...