Make it possible to load an optional Sone from the parameters.
[Sone.git] / src / main / java / net / pterodactylus / sone / fcp / AbstractSoneCommand.java
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...