Change all copyright headers to include 2012.
[Sone.git] / src / main / java / net / pterodactylus / sone / fcp / AbstractSoneCommand.java
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...