Sone.git
2013-01-26 David ‘Bombe... Don’t call Optional.get() on potentially non-existing...
2013-01-26 David ‘Bombe... Return the real time a Sone was followed.
2013-01-26 David ‘Bombe... Update a newly parsed Sone’s status directly after...
2013-01-26 David ‘Bombe... Check correctly for the presence of a post.
2013-01-25 David ‘Bombe... Use hasClass() instead of is().
2013-01-25 David ‘Bombe... Merge commit 'c30ad3a3fcfc66d0c1757a50afe413d9942d7793...
2013-01-25 David ‘Bombe... Avoid retaining multiple copies of elements.
2013-01-25 David ‘Bombe... Fix retrieval of post replies.
2013-01-25 David ‘Bombe... Make constructor injectable.
2013-01-25 David ‘Bombe... Merge commit '173eb2df26ebc15a6aa5565ec15dfad37bfa61a1...
2013-01-25 David ‘Bombe... Only list replies whose posts exist.
2013-01-25 David ‘Bombe... Shut down downloader thread pool when stopping the...
2013-01-25 David ‘Bombe... Merge branch 'less-critical' into run
2013-01-24 David ‘Bombe... Only run a single core!
2013-01-24 David ‘Bombe... Add filter for replies with posts.
2013-01-24 David ‘Bombe... Make post returned by post reply optional.
2013-01-24 David ‘Bombe... Return ID of the post from post reply.
2013-01-24 David ‘Bombe... Make post returned by post provider optional.
2013-01-24 David ‘Bombe... Make post reply returned by provider optional.
2013-01-24 David ‘Bombe... Merge commit 'fcabe38e9b3abacc0d580bf0513600858aee2eca...
2013-01-24 David ‘Bombe... Use different way to get replies for a post.
2013-01-23 David ‘Bombe... Fix checks for ID and time.
2013-01-23 David ‘Bombe... Use convenience method to get post builder.
2013-01-23 David ‘Bombe... Merge commit 'da609f721e54691f27113e877a19637bd332abc3...
2013-01-23 David ‘Bombe... Don’t remove ticker object when notification is shown.
2013-01-22 David ‘Bombe... Move builder and factories to database package.
2013-01-22 David ‘Bombe... Move provider interfaces to database package.
2013-01-22 David ‘Bombe... Implement getDirectedSones() differently, adhere to...
2013-01-22 David ‘Bombe... Add method to get posts directed at a certain Sone...
2013-01-22 David ‘Bombe... Remove possibility to create Sones from sone provider...
2013-01-22 David ‘Bombe... Store Sone IDs in with Sone following times.
2013-01-22 David ‘Bombe... Only store IDs of Sones in replies.
2013-01-22 David ‘Bombe... Only store sender and recipient IDs in a post.
2013-01-22 David ‘Bombe... Make posts (more or less) immutable.
2013-01-22 David ‘Bombe... Make replies (more or less) immutable after creation.
2013-01-22 David ‘Bombe... Only store the post ID in the reply.
2013-01-22 David ‘Bombe... Remove method to create Sone URIs.
2013-01-22 David ‘Bombe... Fix checks for ID and time.
2013-01-18 David ‘Bombe... Add helper for Sone URIs.
2013-01-18 David ‘Bombe... Implement post reply provider interface in core.
2013-01-18 David ‘Bombe... Add post reply provider interface.
2013-01-18 David ‘Bombe... Remove unnecessary type parameter.
2013-01-18 David ‘Bombe... Add builder for post replies.
2013-01-18 David ‘Bombe... Remove possibility to create new replies from core...
2013-01-18 David ‘Bombe... Add post builder.
2013-01-18 David ‘Bombe... Remove possibility to create new posts from post provid...
2013-01-18 David ‘Bombe... Replace utils’ Ticker by Java’s ScheduledExecutorService.
2013-01-18 David ‘Bombe... Revert "Replace utils’ Numbers by Guava’s Optional...
2013-01-18 David ‘Bombe... Help the compile find the right constructor.
2013-01-17 David ‘Bombe... Replace utils’ Hex by Guava’s BaseEncoding.
2013-01-17 David ‘Bombe... Suppress warning about synthetic accessors.
2013-01-17 David ‘Bombe... Replace utils’ Numbers by Guava’s Optional and Ints...
2013-01-17 David ‘Bombe... Replace utils’ Digits and custom time constants by...
2013-01-17 David ‘Bombe... Replace utils’ HashCode by Java’s hashCode().
2013-01-17 David ‘Bombe... Replace utils’ Default with Guava’s Optional.
2013-01-17 David ‘Bombe... Replace utils’ StreamCopier by Guava’s ByteStreams.
2013-01-17 David ‘Bombe... Replace utils’ Validator with Guava’s Predicate.
2013-01-17 David ‘Bombe... Don’t declare exceptions that are never thrown.
2013-01-17 David ‘Bombe... Update copyright headers.
2013-01-17 David ‘Bombe... Fix header comments.
2013-01-17 David ‘Bombe... Formatting.
2013-01-17 David ‘Bombe... Extract Reply and PostReply interfaces.
2013-01-17 David ‘Bombe... Move the core’s preferences into their own type.
2013-01-17 David ‘Bombe... Formatting fixes.
2013-01-17 David ‘Bombe... Trim texts of posts and replies before posting.
2013-01-17 David ‘Bombe... Replace utils’ Validation by Guava’s Preconditions.
2013-01-17 David ‘Bombe... Show all javadoc information, after all it’s for develo...
2013-01-17 David ‘Bombe... Add javadoc overview file.
2013-01-17 David ‘Bombe... Change visibility of hit mapper.
2013-01-17 David ‘Bombe... Fix javadoc plugin configuration.
2013-01-17 David ‘Bombe... Fix javadoc tags.
2013-01-17 David ‘Bombe... Convert plugin replies to EventBus-based events.
2013-01-17 David ‘Bombe... Convert identity events into EventBus-based events.
2013-01-17 David ‘Bombe... Convert update events to EventBus-based events.
2013-01-17 David ‘Bombe... Reformat.
2013-01-17 David ‘Bombe... Convert Sone insert events to EventBus-based events.
2013-01-17 David ‘Bombe... Convert image insert events to EventBus-based events.
2013-01-17 David ‘Bombe... Only create new Sones if create is true.
2013-01-16 David ‘Bombe... Automatically register all injected objects with the...
2013-01-16 David ‘Bombe... Remove core listener.
2013-01-16 David ‘Bombe... Convert “image insert failed” into EventBus-based event.
2013-01-16 David ‘Bombe... Convert “image insert finished” into EventBus-based...
2013-01-16 David ‘Bombe... Convert “image insert aborted” into EventBus-based...
2013-01-16 David ‘Bombe... Convert “image is inserted” into EventBus-based event.
2013-01-16 David ‘Bombe... Add base class for image events.
2013-01-16 David ‘Bombe... Convert “update found” into EventBus-based event.
2013-01-16 David ‘Bombe... Convert “Sone insert was aborted” into EventBus-based...
2013-01-16 David ‘Bombe... Convert “Sone was inserted” into EventBus-based event.
2013-01-16 David ‘Bombe... Convert “Sone is being inserted” into EventBus-based...
2013-01-16 David ‘Bombe... Convert “Sone unlocked” into EventBus-based event.
2013-01-16 David ‘Bombe... Convert “Sone locked” into EventBus-based event.
2013-01-16 David ‘Bombe... Convert “post reply removed” into EventBus-based event.
2013-01-16 David ‘Bombe... Convert “post removed” into EventBus-based event.
2013-01-16 David ‘Bombe... Convert “Sone removed” into EventBus-based event.
2013-01-16 David ‘Bombe... Fix javadoc.
2013-01-16 David ‘Bombe... Create a new set, the returned set is immutable.
2013-01-16 David ‘Bombe... Add javadoc.
2013-01-16 David ‘Bombe... Convert “post reply marked as known” into EventBus...
2013-01-16 David ‘Bombe... Convert “post marked as known” into EventBus-based...
2013-01-16 David ‘Bombe... Convert “Sone marked as known” into EventBus-based...
next