šŸŽØ Replace reply events with Kotlin versions
[Sone.git] / src / main / java / net / pterodactylus / sone / core /
2013-01-23 David ā€˜Bombeā€™ RodenMerge commit 'da609f721e54691f27113e877a19637bd332abc3...
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 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-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ā€™ 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ā€™ Numbers by Guavaā€™s Optional and Ints...
2013-01-17 David ā€˜Bombeā€™ RodenReplace utilsā€™ Validator with Guavaā€™s Predicate.
2013-01-17 David ā€˜Bombeā€™ RodenUpdate copyright headers.
2013-01-17 David ā€˜Bombeā€™ RodenFix header comments.
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ā€™ RodenFix javadoc tags.
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ā€™ 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ā€™ 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 event bus to Core.
2013-01-16 David ā€˜Bombeā€™ RodenReplace utilsā€™ Pair by custom containers.
2013-01-16 David ā€˜Bombeā€™ RodenReplace utilsā€™ ListBuilder by Guavaā€™s ImmutableList...
2013-01-16 David ā€˜Bombeā€™ RodenPrevent NPE.
2013-01-16 David ā€˜Bombeā€™ RodenUse dependency injection to create Sone instance.
2013-01-16 David ā€˜Bombeā€™ RodenStore locality of a Sone in the Sone itself.
2013-01-16 David ā€˜Bombeā€™ RodenRevert "Add post reply provider interface."
2013-01-16 David ā€˜Bombeā€™ RodenRevert "Implement post reply provider interface in...
2013-01-16 David ā€˜Bombeā€™ RodenImplement post reply provider interface in Core.
2013-01-16 David ā€˜Bombeā€™ RodenAdd post reply provider interface.
2013-01-16 David ā€˜Bombeā€™ RodenRename getReply() to getPostReply(), remove convenience...
2012-12-21 David ā€˜Bombeā€™ RodenMerge remote-tracking branch 'beak/next' into next
2012-12-19 David ā€˜Bombeā€™ RodenMerge branch 'fix-avatar-selection-309' into next
2012-11-26 David ā€˜Bombeā€™ RodenDownload updates via the thread factory, too.
2012-11-26 David ā€˜Bombeā€™ RodenUse named thread factory to create downloader threads.
2012-11-21 David ā€˜Bombeā€™ RodenDo not allow creation of empty posts and replies.
2012-10-16 David ā€˜Bombeā€™ RodenSet known flag correctly when finding new posts and...
2012-10-13 David ā€˜Bombeā€™ RodenMerge branch 'master' into next
2012-10-13 David ā€˜Bombeā€™ RodenMerge branch 'release-0.8.4' 0.8.4
2012-10-13 David ā€˜Bombeā€™ RodenUpdate Sone homepage edition.
2012-10-08 David ā€˜Bombeā€™ RodenMerge branch 'master' into next
2012-10-08 David ā€˜Bombeā€™ RodenMerge branch 'release-0.8.3' 0.8.3
2012-10-08 David ā€˜Bombeā€™ RodenUpdate latest edition of Sone homepage.
2012-09-18 David ā€˜Bombeā€™ RodenRecord and expose startup time.
2012-09-13 David ā€˜Bombeā€™ RodenAdd missing javadoc.
2012-09-12 David ā€˜Bombeā€™ RodenMerge remote-tracking branch 'beak/next' into next
2012-09-12 David ā€˜Bombeā€™ RodenFix logging of exception.
2012-09-12 David ā€˜Bombeā€™ RodenDeclare method as static.
2012-09-12 David ā€˜Bombeā€™ RodenSave Sones and configuration on stopping.
2012-09-12 David ā€˜Bombeā€™ RodenRemove getting trust values from trust updater.
2012-09-12 David ā€˜Bombeā€™ RodenFix using the wrong base type.
2012-09-11 David ā€˜Bombeā€™ RodenDonā€™t save Sones directly, only touch the configuration.
2012-09-10 David ā€˜Bombeā€™ RodenUse WebOfTrust updater to set contexts and properties.
2012-09-10 David ā€˜Bombeā€™ RodenAdd property setter job.
2012-09-10 David ā€˜Bombeā€™ RodenImplement removal of contexts.
2012-09-10 David ā€˜Bombeā€™ RodenImplement adding of contexts.
2012-09-10 David ā€˜Bombeā€™ RodenMake it possible for update jobs to return whether...
next