Add memory-based post database implementation.
[Sone.git] / src /
2013-02-02 David ‘Bombe’ RodenAdd memory-based post database implementation.
2013-02-02 David ‘Bombe’ RodenAdd post database interface.
2013-02-02 David ‘Bombe’ RodenAdd post store interface.
2013-02-02 David ‘Bombe’ RodenAdd method to get all posts of a Sone to post provider...
2013-02-02 David ‘Bombe’ RodenCopy options when rescuing Sone.
2013-02-02 David ‘Bombe’ RodenFix calculation of weeks.
2013-02-02 David ‘Bombe’ RodenImplement enhanced Sone provider correctly.
2013-02-01 David ‘Bombe’ RodenFix error when removing reply for unknown post.
2013-01-29 David ‘Bombe’ RodenMove more methods to the Sone provider interface.
2013-01-29 David ‘Bombe’ RodenMove getSones() method to Sone provider interface.
2013-01-29 David ‘Bombe’ RodenFix synchronization.
2013-01-29 David ‘Bombe’ RodenFix storage of post ID in Sone’s XML.
2013-01-29 David ‘Bombe’ RodenRemove unnecessary method.
2013-01-28 David ‘Bombe’ RodenCheck correctly for a reply’s post ID.
2013-01-28 David ‘Bombe’ RodenCheck correctly for recipient ID.
2013-01-28 David ‘Bombe’ RodenUse getId() instead of accessing id directly for Identi...
2013-01-28 David ‘Bombe’ RodenPrevent NPE when creating a new Sone.
2013-01-28 David ‘Bombe’ RodenDon’t exit prematurely.
2013-01-28 David ‘Bombe’ RodenRemove hasRecipient method.
2013-01-27 David ‘Bombe’ RodenFix check for a recipient.
2013-01-27 David ‘Bombe’ RodenMake Sone returned by a Sone provider optional.
2013-01-27 David ‘Bombe’ RodenRemove unnecessary warning suppression.
2013-01-27 David ‘Bombe’ RodenExtract an abstract post builder.
2013-01-26 David ‘Bombe’ RodenAdd own posts and replies to all posts and replies.
2013-01-26 David ‘Bombe’ RodenWhitespace fix.
2013-01-26 David ‘Bombe’ RodenMerge branch 'partial-rewrite' into less-critical
2013-01-26 David ‘Bombe’ RodenDon’t call Optional.get() on potentially non-existing...
2013-01-26 David ‘Bombe’ RodenReturn the real time a Sone was followed.
2013-01-26 David ‘Bombe’ RodenUpdate a newly parsed Sone’s status directly after...
2013-01-26 David ‘Bombe’ RodenCheck correctly for the presence of a post.
2013-01-25 David ‘Bombe’ RodenUse hasClass() instead of is().
2013-01-25 David ‘Bombe’ RodenMerge commit 'c30ad3a3fcfc66d0c1757a50afe413d9942d7793...
2013-01-25 David ‘Bombe’ RodenAvoid retaining multiple copies of elements.
2013-01-25 David ‘Bombe’ RodenFix retrieval of post replies.
2013-01-25 David ‘Bombe’ RodenMake constructor injectable.
2013-01-25 David ‘Bombe’ RodenMerge commit '173eb2df26ebc15a6aa5565ec15dfad37bfa61a1...
2013-01-25 David ‘Bombe’ RodenOnly list replies whose posts exist.
2013-01-25 David ‘Bombe’ RodenShut down downloader thread pool when stopping the...
2013-01-25 David ‘Bombe’ RodenMerge branch 'less-critical' into run
2013-01-24 David ‘Bombe’ RodenOnly run a single core!
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’ RodenMake post reply returned by provider optional.
2013-01-24 David ‘Bombe’ RodenMerge commit 'fcabe38e9b3abacc0d580bf0513600858aee2eca...
2013-01-24 David ‘Bombe’ RodenUse different way to get replies for a post.
2013-01-23 David ‘Bombe’ RodenFix checks for ID and time.
2013-01-23 David ‘Bombe’ RodenUse convenience method to get post builder.
2013-01-23 David ‘Bombe’ RodenMerge commit 'da609f721e54691f27113e877a19637bd332abc3...
2013-01-23 David ‘Bombe’ RodenDon’t remove ticker object when notification is shown.
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’ RodenImplement getDirectedSones() differently, adhere to...
2013-01-22 David ‘Bombe’ RodenAdd method to get posts directed at a certain Sone...
2013-01-22 David ‘Bombe’ RodenRemove possibility to create Sones from sone provider...
2013-01-22 David ‘Bombe’ RodenStore Sone IDs in with Sone following times.
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’ RodenRemove method to create Sone URIs.
2013-01-22 David ‘Bombe’ RodenFix checks for ID and time.
2013-01-18 David ‘Bombe’ RodenAdd helper for Sone URIs.
2013-01-18 David ‘Bombe’ RodenImplement post reply provider interface in core.
2013-01-18 David ‘Bombe’ RodenAdd post reply provider interface.
2013-01-18 David ‘Bombe’ RodenRemove unnecessary type parameter.
2013-01-18 David ‘Bombe’ RodenAdd builder for post replies.
2013-01-18 David ‘Bombe’ RodenRemove possibility to create new replies from core...
2013-01-18 David ‘Bombe’ RodenAdd post builder.
2013-01-18 David ‘Bombe’ RodenRemove possibility to create new posts from post provid...
2013-01-18 David ‘Bombe’ RodenReplace utils’ Ticker by Java’s ScheduledExecutorService.
2013-01-18 David ‘Bombe’ RodenRevert "Replace utils’ Numbers by Guava’s Optional...
2013-01-18 David ‘Bombe’ RodenHelp the compile find the right constructor.
2013-01-17 David ‘Bombe’ RodenReplace utils’ Hex by Guava’s BaseEncoding.
2013-01-17 David ‘Bombe’ RodenSuppress warning about synthetic accessors.
2013-01-17 David ‘Bombe’ RodenReplace utils’ Numbers by Guava’s Optional and Ints...
2013-01-17 David ‘Bombe’ RodenReplace utils’ Digits and custom time constants by...
2013-01-17 David ‘Bombe’ RodenReplace utils’ HashCode by Java’s hashCode().
2013-01-17 David ‘Bombe’ RodenReplace utils’ Default with Guava’s Optional.
2013-01-17 David ‘Bombe’ RodenReplace utils’ StreamCopier by Guava’s ByteStreams.
2013-01-17 David ‘Bombe’ RodenReplace utils’ Validator with Guava’s Predicate.
2013-01-17 David ‘Bombe’ RodenDon’t declare exceptions that are never thrown.
2013-01-17 David ‘Bombe’ RodenUpdate copyright headers.
2013-01-17 David ‘Bombe’ RodenFix header comments.
2013-01-17 David ‘Bombe’ RodenFormatting.
2013-01-17 David ‘Bombe’ RodenExtract Reply and PostReply interfaces.
2013-01-17 David ‘Bombe’ RodenMove the core’s preferences into their own type.
2013-01-17 David ‘Bombe’ RodenFormatting fixes.
2013-01-17 David ‘Bombe’ RodenTrim texts of posts and replies before posting.
2013-01-17 David ‘Bombe’ RodenReplace utils’ Validation by Guava’s Preconditions.
2013-01-17 David ‘Bombe’ RodenAdd javadoc overview file.
2013-01-17 David ‘Bombe’ RodenChange visibility of hit mapper.
2013-01-17 David ‘Bombe’ RodenFix javadoc tags.
2013-01-17 David ‘Bombe’ RodenConvert plugin replies to EventBus-based events.
2013-01-17 David ‘Bombe’ RodenConvert identity events into EventBus-based events.
2013-01-17 David ‘Bombe’ RodenConvert update events to EventBus-based events.
2013-01-17 David ‘Bombe’ RodenReformat.
2013-01-17 David ‘Bombe’ RodenConvert Sone insert events to EventBus-based events.
next