summaryrefslogtreecommitdiff
path: root/src/com/p4square/grow/model/Message.java
AgeCommit message (Collapse)Author
2016-04-09Switching from Ivy+Ant to Maven.Jesse Morgan
2014-03-31Enabling the Feed and various bug fixes.Jesse Morgan
* Fixing thread ordering. * Adding a limit of 5 threads per topic. * Changing frontend /account references to UserRecord.
2014-02-22Adding support to post new messages.Jesse Morgan
Other Changes: * JsonEncodedProvider no longer implements Provider. * Only the first answer is shown. Others slide down. * Switch going deeper and the feed.
2014-02-01Adding the feed backend support.Jesse Morgan