Sone.git
2014-11-24 David ‘Bombe... Add method to expose a Sone loader to the Sone provider.
2014-11-22 David ‘Bombe... Remove obsolete import.
2014-11-22 David ‘Bombe... Move exception to correct class.
2014-11-22 David ‘Bombe... Move exception to correct place.
2014-11-22 David ‘Bombe... Move image implementation to better package.
2014-11-22 David ‘Bombe... Move album implementation to better package.
2014-11-22 David ‘Bombe... Move default Sone implementation to better package.
2014-11-22 David ‘Bombe... Store ID as string, don’t force-convert to UUID.
2014-11-22 David ‘Bombe... Use “isLoaded” method to check whether a post is loaded.
2014-11-22 David ‘Bombe... Remove obsolete import.
2014-11-22 David ‘Bombe... Add unit test for returning not-yet loaded bookmarked...
2014-11-22 David ‘Bombe... Return empty posts for not-yet loaded bookmarks.
2014-11-22 David ‘Bombe... Use “isLoaded” method to check for not-yet loaded bookm...
2014-11-22 David ‘Bombe... Add method to tell if a post has already been loaded.
2014-11-22 David ‘Bombe... Update translation.
2014-11-22 David ‘Bombe... Don’t allow a “post cut off length” of -1 anymore.
2014-11-22 David ‘Bombe... Fix typo.
2014-11-22 David ‘Bombe... Collect events in a separate method.
2014-11-22 David ‘Bombe... Only send events after the new Sone has been stored...
2014-11-22 David ‘Bombe... Remove outdated and wrong comment.
2014-11-22 David ‘Bombe... Don’t log to the root logger.
2014-11-22 David ‘Bombe... Change logger names.
2014-11-04 David ‘Bombe... Remove unnecessary method.
2014-11-04 David ‘Bombe... Remove unused method.
2014-11-04 David ‘Bombe... Remove some unused methods.
2014-11-04 David ‘Bombe... Don’t save bookmarks from the core anymore, the databas...
2014-11-04 David ‘Bombe... Unbookmarking a post saves the database.
2014-11-04 David ‘Bombe... Bookmarking a post saves the database.
2014-11-04 David ‘Bombe... Reformatting.
2014-11-04 David ‘Bombe... Remove obsolete import.
2014-11-04 David ‘Bombe... Add tests for starting and stopping the bookmark database.
2014-11-04 David ‘Bombe... Add method to save bookmarked posts to configuration...
2014-11-04 David ‘Bombe... Remove method to bookmark a post by ID.
2014-11-04 David ‘Bombe... Don’t load bookmarks from core anymore.
2014-11-04 David ‘Bombe... Refactor loading of IDs.
2014-11-04 David ‘Bombe... Load bookmarked posts in configuration loader, too.
2014-11-04 David ‘Bombe... Load known post replies in configuration loader, too.
2014-11-04 David ‘Bombe... Add configuration loader to interface with the configur...
2014-11-04 David ‘Bombe... Add unit test for identity accessor.
2014-11-02 David ‘Bombe... Add unit test for HTTP request accessor.
2014-11-02 David ‘Bombe... Add unit test for get-page plugin.
2014-11-02 David ‘Bombe... Add unit test for CSS class name filter.
2014-11-02 David ‘Bombe... Remove irrelevant code, the object will never be null.
2014-11-02 David ‘Bombe... Add unit test for collection accessor.
2014-11-02 David ‘Bombe... Add test for album accessor.
2014-11-02 David ‘Bombe... Add method to call private or otherwise non-accessible...
2014-11-01 David ‘Bombe... Remove Sone from database correctly.
2014-11-01 David ‘Bombe... Add method to remove a Sone from the database.
2014-10-29 David ‘Bombe... Remove unused fields.
2014-10-12 David ‘Bombe... Use closer from freenet.
2014-10-10 David ‘Bombe... Clean up imports.
2014-10-10 David ‘Bombe... Use statially imported valueOf().
2014-10-10 David ‘Bombe... Don’t use number parsing from the utils package anymore.
2014-10-05 David ‘Bombe... Don’t use logging from utils package.
2014-10-05 David ‘Bombe... Parse numbers using Guice.
2014-10-05 David ‘Bombe... Remove obsolete import.
2014-10-05 David ‘Bombe... Use Guice to parse numbers.
2014-10-03 David ‘Bombe... Use bookmark database in core.
2014-10-03 David ‘Bombe... Add bookmark database.
2014-10-03 David ‘Bombe... Extract manifest element creation into its own class.
2014-10-03 David ‘Bombe... Move Sone parser into its own class.
2014-09-30 David ‘Bombe... Remove a TODO.
2014-09-30 David ‘Bombe... Remove all occurences of the FCP interface from the...
2014-09-30 David ‘Bombe... Add more tests for the Sone inserter.
2014-09-30 David ‘Bombe... Make method to change the insertion delay private.
2014-09-30 David ‘Bombe... Add unit test for integer range predicate.
2014-09-30 David ‘Bombe... Move preferences loading and saving out of the core.
2014-09-30 David ‘Bombe... Clean up import.
2014-09-30 David ‘Bombe... Move test Value implementation to top-level class.
2014-09-30 David ‘Bombe... Add static method to create range.
2014-09-29 David ‘Bombe... Move option interface and default implementation to...
2014-09-28 David ‘Bombe... Remove option watcher, it’s not used anymore.
2014-09-28 David ‘Bombe... Clean up some imports.
2014-09-28 David ‘Bombe... Use event bus to change FCP interface configuration.
2014-09-28 David ‘Bombe... Use event bus to activate and deactivate the FCP interface.
2014-09-28 David ‘Bombe... Use an atomic reference instead of volatile.
2014-09-28 David ‘Bombe... Use an atomic boolean instead of a volatile boolean.
2014-09-28 David ‘Bombe... Use events to communicate changes to insertion delay...
2014-09-28 David ‘Bombe... Clean imports.
2014-09-28 David ‘Bombe... Set latest edition on the insert URI, too.
2014-09-28 David ‘Bombe... Don’t set the request URI anymore, either.
2014-09-27 David ‘Bombe... Verify that the insert URI is not null.
2014-09-27 David ‘Bombe... Return a copy of the Sones.
2014-09-27 David ‘Bombe... Store Sones in database only.
2014-09-27 David ‘Bombe... Don’t set insert URI of a Sone, let it be generated...
2014-09-27 David ‘Bombe... Don't access the Sone in the constructor.
2014-09-27 David ‘Bombe... Remove the possibility to create Sones from the getLoca...
2014-09-27 David ‘Bombe... Use a special Sone implementation that only stores...
2014-09-26 David ‘Bombe... Don’t store a Sone in the Sone inserter.
2014-09-25 David ‘Bombe... Simply show the Sone ID instead of extracting parts...
2014-09-21 David ‘Bombe... Fix changed import.
2014-09-21 David ‘Bombe... Use database methods where possible.
2014-09-21 David ‘Bombe... Store Sones in the database, too.
2014-09-19 David ‘Bombe... Fix parsing of latest edition when it’s not present.
2014-09-19 David ‘Bombe... Use Sone change detector in core to send notifications.
2014-09-19 David ‘Bombe... Add sone change detector that finds new and removed...
2014-09-18 David ‘Bombe... Add function that returns all images for a Sone.
2014-09-18 David ‘Bombe... Move test builders to their own top-level classes.
2014-09-17 David ‘Bombe... Don’t store post replies sorted by post.
2014-09-17 David ‘Bombe... Refactor post mocking into its own method.
next