Sone.git
2014-09-08 David ‘Bombe... Move liked post reply IDs to new configuration parser.
2014-09-08 David ‘Bombe... Return sets instead of collections for posts and replies.
2014-09-08 David ‘Bombe... Move liked post IDs parsing to new configuration parser.
2014-09-07 David ‘Bombe... Move post reply parsing to new configuration parser.
2014-09-07 David ‘Bombe... Start moving parsing a Sone from a configuration to...
2014-09-07 David ‘Bombe... Move parsing the profile to its own method.
2014-09-07 David ‘Bombe... Remove unused methods in core.
2014-09-07 David ‘Bombe... Rename method that creates albums if they don’t exist.
2014-08-29 David ‘Bombe... Move dependency injection configuration closer to where...
2014-08-25 David ‘Bombe... Return own identities even if they don’t have the corre...
2014-08-25 David ‘Bombe... Add Sone-specific options object.
2014-08-10 David ‘Bombe... Extract identity manager interface.
2014-08-10 David ‘Bombe... Extract interface for Sone downloader.
2014-08-09 David ‘Bombe... Whitespace.
2014-08-09 David ‘Bombe... Remove test that can not guarantee its success.
2014-08-09 David ‘Bombe... Extract interface from the web of trust updater.
2014-08-07 David ‘Bombe... Fix own identities without trust identities from disapp...
2014-08-07 David ‘Bombe... Add test for Sone downloader.
2014-08-06 David ‘Bombe... Restrict access to methods.
2014-08-05 David ‘Bombe... Add equals() implementation.
2014-08-05 David ‘Bombe... Description can never be null.
2014-08-05 David ‘Bombe... Check the argument, not the state.
2014-08-05 David ‘Bombe... Trim field name before using it.
2014-08-04 David ‘Bombe... Remove unused method.
2014-08-04 David ‘Bombe... Add unit test for preferences.
2014-08-04 David ‘Bombe... Add tests for web of trust updater.
2014-08-04 David ‘Bombe... Remove unnecessary method.
2014-08-03 David ‘Bombe... Remove unused method.
2014-08-03 David ‘Bombe... No need to check for the stop job.
2014-08-03 David ‘Bombe... Add unit test for “set trust” job.
2014-08-03 David ‘Bombe... Update identities only after the WOT has been modified.
2014-08-03 David ‘Bombe... Require that truster and trustee are always non-null.
2014-08-03 David ‘Bombe... Actually remove trust when setting it null.
2014-08-03 David ‘Bombe... Remove unnecessary casts.
2014-08-03 David ‘Bombe... Add unit test for sone rescuer.
2014-08-03 David ‘Bombe... Suppress some warnings.
2014-08-02 David ‘Bombe... Make delay configurable in test constructor to allow...
2014-08-02 David ‘Bombe... Add more tests of sone inserter.
2014-08-02 David ‘Bombe... “sone” can never be null, the constructor would balk.
2014-08-02 David ‘Bombe... Add test for “set property” job.
2014-08-02 David ‘Bombe... Add test for insert token.
2014-08-01 David ‘Bombe... Increase test coverage.
2014-08-01 David ‘Bombe... Increase test coverage.
2014-08-01 David ‘Bombe... Add unit test for the insert token supplier.
2014-08-01 David ‘Bombe... Add unit test for image inserter.
2014-08-01 David ‘Bombe... Use a supplier to generate insert tokens for images.
2014-08-01 David ‘Bombe... Move reflection-based methods to their own class.
2014-07-31 David ‘Bombe... Add class that fetches a Sone.
2014-07-31 David ‘Bombe... Rename class that fetches a Sone with its URI.
2014-07-31 David ‘Bombe... Add test for Sone URI.
2014-07-31 David ‘Bombe... Increase test coverage.
2014-07-31 David ‘Bombe... Increse test coverage.
2014-07-31 David ‘Bombe... Remove check that is never triggered.
2014-07-30 David ‘Bombe... Increase test coverage.
2014-07-30 David ‘Bombe... Increase test coverage.
2014-07-30 David ‘Bombe... Add test for “remove context” job.
2014-07-30 David ‘Bombe... Add test for “add context” job.
2014-07-30 David ‘Bombe... Add class that marks a reply as known.
2014-07-30 David ‘Bombe... Add class that marks a post as known.
2014-07-30 David ‘Bombe... Add class to fetch a Sone.
2014-07-29 David ‘Bombe... Add class to set FCP interface access level from an...
2014-07-29 David ‘Bombe... Add class that activates the FCP interface from an...
2014-07-29 David ‘Bombe... Add class for setting insertion delay from an option.
2014-07-29 David ‘Bombe... Use the appropriate Sone predicates.
2014-07-29 David ‘Bombe... Remove unused exception constructors.
2014-07-29 David ‘Bombe... Add test for the second USK callback.
2014-07-29 David ‘Bombe... Add tests for the callback.
2014-07-22 David ‘Bombe... Add unit test for freenet interface.
2014-07-22 David ‘Bombe... Cast client to a different interface.
2014-07-22 David ‘Bombe... Remove unused method.
2014-07-22 David ‘Bombe... Add tests for identity events.
2014-07-21 David ‘Bombe... Add unit test for update checker.
2014-07-16 David ‘Bombe... Configure JaCoCo coverage plugin.
2014-07-07 David ‘Bombe... Add unit test for options.
2014-07-07 David ‘Bombe... Add unit test for default option implementation.
2014-07-07 David ‘Bombe... Remove unused method.
2014-07-07 David ‘Bombe... Set time of Sone when creating insert information.
2014-07-05 David ‘Bombe... Add unit test for default identities.
2014-06-27 David ‘Bombe... Copy identity classes from refactoring branch.
2014-06-27 David ‘Bombe... Inject identity loader instead of context into identity...
2014-06-27 David ‘Bombe... Make identity loader injectable.
2014-06-27 David ‘Bombe... Use context objects and optionals in interfaces.
2014-06-27 David ‘Bombe... Add function to extract the context of a context object.
2014-06-27 David ‘Bombe... Add custom context type for dependency injection.
2014-06-27 David ‘Bombe... Add identity manager changes from the refactoring branch.
2014-06-26 David ‘Bombe... Implement hashCode() and equals().
2014-06-26 David ‘Bombe... Synchronize all access on the current own identities.
2014-06-26 David ‘Bombe... Make expression less dubious.
2014-06-26 David ‘Bombe... Close all input streams after parsing templates.
2014-06-25 David ‘Bombe... Don’t change the configuration after starting the core.
2014-06-25 David ‘Bombe... Skip redundant initialization.
2014-06-25 David ‘Bombe... Declare variables closer to where they’re first used.
2014-06-25 David ‘Bombe... Remove some unnecessary local variables.
2014-06-25 David ‘Bombe... Remove unnecessary return.
2014-06-25 David ‘Bombe... Simplify some boolean expressions.
2014-06-24 David ‘Bombe... Add test case for locking and unlocking a Sone.
2014-06-24 David ‘Bombe... Add test for restarting the wait period after changing...
2014-06-24 David ‘Bombe... Add own test for starting state.
2014-06-22 David ‘Bombe... Move detection of modification into modification detector.
2014-06-12 David ‘Bombe... Refactor test.
next