Sone.git
2014-09-17 David ‘Bombe... Small optimization when an identity is removed.
2014-09-17 David ‘Bombe... Add more tests for FreenetInterface.
2014-09-17 David ‘Bombe... Disallow empty album titles, too.
2014-09-17 David ‘Bombe... Abort editing an image if title is empty.
2014-09-17 David ‘Bombe... Don’t allow changing an image’s title into an empty...
2014-09-15 David ‘Bombe... Redirect to “no permission” page if parent album or...
2014-09-15 David ‘Bombe... Use real image parsing in Sone downloader test.
2014-09-15 David ‘Bombe... Store parsed images locally only, get avatar from local...
2014-09-15 David ‘Bombe... Create images using the core’s image builder.
2014-09-15 David ‘Bombe... Store all albums from configuration in database.
2014-09-14 David ‘Bombe... Store all albums and images in the database after loadi...
2014-09-14 David ‘Bombe... Load avatar image correctly.
2014-09-13 David ‘Bombe... Further reduce dependencies on a Sone for downloading.
2014-09-12 David ‘Bombe... Remove Sone instance from SoneUpdater interface.
2014-09-12 David ‘Bombe... Add interface between freenet interface and Sone downlo...
2014-09-12 David ‘Bombe... Use fetch action instead of custom Runnable.
2014-09-12 David ‘Bombe... Move parsing of latest edition out of the synchronized...
2014-09-09 David ‘Bombe... Store albums and images per-Sone in database.
2014-09-09 David ‘Bombe... Move image parsing to new configuration parser.
2014-09-09 David ‘Bombe... Move album parsing to new configuration parser.
2014-09-08 David ‘Bombe... Set Sone in album builder, remote getOrCreate method...
2014-09-08 David ‘Bombe... Move friend parsing to new configuration parser.
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.
next