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