Merge remote-tracking branch 'beak/next' into next
[Sone.git] / src /
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.
2013-01-17 David ‘Bombe’ RodenConvert image insert events to EventBus-based events.
2013-01-17 David ‘Bombe’ RodenOnly create new Sones if create is true.
2013-01-16 David ‘Bombe’ RodenAutomatically register all injected objects with the...
2013-01-16 David ‘Bombe’ RodenRemove core listener.
2013-01-16 David ‘Bombe’ RodenConvert “image insert failed” into EventBus-based event.
2013-01-16 David ‘Bombe’ RodenConvert “image insert finished” into EventBus-based...
2013-01-16 David ‘Bombe’ RodenConvert “image insert aborted” into EventBus-based...
2013-01-16 David ‘Bombe’ RodenConvert “image is inserted” into EventBus-based event.
2013-01-16 David ‘Bombe’ RodenAdd base class for image events.
2013-01-16 David ‘Bombe’ RodenConvert “update found” into EventBus-based event.
2013-01-16 David ‘Bombe’ RodenConvert “Sone insert was aborted” into EventBus-based...
2013-01-16 David ‘Bombe’ RodenConvert “Sone was inserted” into EventBus-based event.
2013-01-16 David ‘Bombe’ RodenConvert “Sone is being inserted” into EventBus-based...
2013-01-16 David ‘Bombe’ RodenConvert “Sone unlocked” into EventBus-based event.
2013-01-16 David ‘Bombe’ RodenConvert “Sone locked” into EventBus-based event.
2013-01-16 David ‘Bombe’ RodenConvert “post reply removed” into EventBus-based event.
2013-01-16 David ‘Bombe’ RodenConvert “post removed” into EventBus-based event.
2013-01-16 David ‘Bombe’ RodenConvert “Sone removed” into EventBus-based event.
2013-01-16 David ‘Bombe’ RodenFix javadoc.
2013-01-16 David ‘Bombe’ RodenCreate a new set, the returned set is immutable.
2013-01-16 David ‘Bombe’ RodenAdd javadoc.
2013-01-16 David ‘Bombe’ RodenConvert “post reply marked as known” into EventBus...
2013-01-16 David ‘Bombe’ RodenConvert “post marked as known” into EventBus-based...
2013-01-16 David ‘Bombe’ RodenConvert “Sone marked as known” into EventBus-based...
2013-01-16 David ‘Bombe’ RodenConvert “new post reply found” into EventBus-based...
2013-01-16 David ‘Bombe’ RodenAdd base class for post reply events.
2013-01-16 David ‘Bombe’ RodenConvert “new post found” into EventBus-based event.
2013-01-16 David ‘Bombe’ RodenAdd base class for post events.
2013-01-16 David ‘Bombe’ RodenConvert “new Sound found” into EventBus-based event.
2013-01-16 David ‘Bombe’ RodenAdd base class for Sone events.
2013-01-16 David ‘Bombe’ RodenAdd web interface as listener for event bus.
2013-01-16 David ‘Bombe’ RodenAdd event bus to Core.
2013-01-16 David ‘Bombe’ RodenUse Guava to sort the hits.
2013-01-16 David ‘Bombe’ RodenReplace utils’ Mapper(s) by Guava’s FluentIterable...
2013-01-16 David ‘Bombe’ RodenReplace utils’ Cache with Guava’s LoadingCache.
2013-01-16 David ‘Bombe’ RodenReplace utils’ SetBuilder by Guava’s ImmutableSet.Builder.
2013-01-16 David ‘Bombe’ RodenReplace utils’ ReverseComparator by Guava’s Ordering...
2013-01-16 David ‘Bombe’ RodenReplace utils’ Pair by custom containers.
2013-01-16 David ‘Bombe’ RodenReplace utils’ MapBuilder by Guava’s ImmutableMap.Builder.
2013-01-16 David ‘Bombe’ RodenReplace utils’ ListBuilder by Guava’s ImmutableList...
2013-01-16 David ‘Bombe’ RodenReplace utils’ filter with Guava’s predicate.
next