Move memory post reply builder to its own file.
[Sone.git] / src / main / java / net / pterodactylus / sone / data /
2011-06-08 David ‘Bombe’ RodenShow posts mentioning a local Sone by a new notification.
2011-06-08 David ‘Bombe’ RodenAdd filter for local Sones.
2011-05-11 David ‘Bombe’ RodenMerge branch 'fcp-interface' into next
2011-04-17 David ‘Bombe’ RodenMerge branch 'release-0.6.2' 0.6.2
2011-04-16 David ‘Bombe’ RodenFix filenames in license headers.
2011-04-16 David ‘Bombe’ RodenFix wrong project name in file headers.
2011-04-14 David ‘Bombe’ RodenRemove image from previous album, if set.
2011-04-14 David ‘Bombe’ RodenOnly add an album if it doesn’t yet exist.
2011-04-14 David ‘Bombe’ RodenChange some validations to allow moving images.
2011-04-14 David ‘Bombe’ RodenUse validation method with long parameters.
2011-04-13 David ‘Bombe’ RodenValidation given values to disallow modifications.
2011-04-13 David ‘Bombe’ RodenOnly add an image if it doesn’t already exist.
2011-04-13 David ‘Bombe’ RodenRemove check for now.
2011-04-13 David ‘Bombe’ RodenFix checks in case an image is loaded more than once.
2011-04-13 David ‘Bombe’ RodenOverride hashCode() and equals().
2011-04-13 David ‘Bombe’ RodenInclude album fingerprints in Sone fingerprint.
2011-04-13 David ‘Bombe’ RodenOnly include an image in the fingerprint if it has...
2011-04-13 David ‘Bombe’ RodenMove album flattening algorithm to Sone.
2011-04-13 David ‘Bombe’ RodenBring image-management up to speed.
2011-04-13 David ‘Bombe’ RodenAdd isEmpty() method.
2011-04-13 David ‘Bombe’ RodenSet album as parent of added image.
2011-04-13 David ‘Bombe’ RodenStore parent album in image.
2011-04-13 David ‘Bombe’ RodenAdd temporary image.
2011-04-13 David ‘Bombe’ RodenRename album name to album title.
2011-04-13 David ‘Bombe’ RodenAdd method that returns whether an image has been inserted.
2011-04-13 David ‘Bombe’ RodenClear the correct list.
2011-04-13 David ‘Bombe’ RodenReduce log level.
2011-04-13 David ‘Bombe’ RodenAdd method to set all albums of a Sone.
2011-04-13 David ‘Bombe’ RodenDon’t implement equals() without hashCode()!
2011-04-13 David ‘Bombe’ RodenRemove albums from the fingerprint temporarily.
2011-04-10 David ‘Bombe’ RodenMerge branch 'release-0.6.1' 0.6.1
2011-04-07 David ‘Bombe’ RodenFilter posts and replies from the future.
2011-04-05 David ‘Bombe’ RodenAdd options to Sone.
2011-04-02 David ‘Bombe’ RodenMerge branch 'release-0.6' 0.6
2011-04-01 David ‘Bombe’ RodenAdd synchronization.
2011-03-30 David ‘Bombe’ RodenAdd filter that removes not-downloaded Sones.
2011-03-23 David ‘Bombe’ RodenVerify that the owner is not null before comparing it.
2011-03-23 David ‘Bombe’ RodenSet creation time when a new image is created.
2011-03-23 David ‘Bombe’ RodenEnhance documentation to document what the key is for.
2011-03-23 David ‘Bombe’ RodenAdd “album image” to album.
2011-03-22 David ‘Bombe’ RodenMerge branch 'next' into image-management
2011-03-08 David ‘Bombe’ RodenMerge branch 'release-0.5' 0.5
2011-02-02 David ‘Bombe’ RodenImplement Comparable interface in Sone.
2011-01-26 David ‘Bombe’ RodenMerge branch 'release-0.4.3' 0.4.3
2011-01-25 David ‘Bombe’ RodenAlways store USKs in the Sone.
2011-01-15 David ‘Bombe’ RodenMerge branch 'release-0.4' 0.4
2011-01-15 David ‘Bombe’ RodenMerge branch 'edit-wot-trust' into next
2011-01-15 David ‘Bombe’ RodenMerge branch 'profile-fields' into next
2011-01-14 David ‘Bombe’ RodenTurn profile fields into their own container classes.
2011-01-14 David ‘Bombe’ RodenAdd method to rename a field.
2011-01-14 David ‘Bombe’ RodenMerge branch 'next' into profile-fields
2011-01-12 David ‘Bombe’ RodenFix validation that would prevent an owner from ever...
2011-01-12 David ‘Bombe’ RodenCopy field names, too.
2011-01-12 David ‘Bombe’ RodenMerge branch 'next' into profile-fields
2011-01-12 David ‘Bombe’ RodenAdd method to set a field by its index.
2011-01-12 David ‘Bombe’ RodenMove “fields” functionality into Profile, remove Profil...
2011-01-12 David ‘Bombe’ RodenRemove modified tracker from Profile.
2011-01-11 David ‘Bombe’ RodenRename method to get the nested albums.
2011-01-10 David ‘Bombe’ RodenMake owner, key, creation time, and dimensions optional.
2011-01-10 David ‘Bombe’ RodenMerge branch 'next' into image-management
2011-01-10 David ‘Bombe’ RodenDon’t require an owner.
2011-01-10 David ‘Bombe’ RodenMerge branch 'next' into image-management
2011-01-10 David ‘Bombe’ RodenAdd custom fields to profile.
2011-01-10 David ‘Bombe’ RodenImplement Fingerprintable interface in Profile.
2011-01-10 David ‘Bombe’ RodenAdd Fingerprintable interface.
2011-01-01 David ‘Bombe’ RodenAdd albums to Sone.
2011-01-01 David ‘Bombe’ RodenMake Album implement Fingerprintable.
2011-01-01 David ‘Bombe’ RodenMake Image implement Fingerprintable.
2011-01-01 David ‘Bombe’ RodenAdd Fingerprintable interface.
2011-01-01 David ‘Bombe’ RodenAdd link to parent album.
2011-01-01 David ‘Bombe’ RodenAdd methods to add and remove images to or from an...
2011-01-01 David ‘Bombe’ RodenAdd parameter validation.
2011-01-01 David ‘Bombe’ RodenAdd owner Sone to image.
2011-01-01 David ‘Bombe’ RodenAdd methods to add and remove albums from an album.
2011-01-01 David ‘Bombe’ RodenAdd parameter validation.
2011-01-01 David ‘Bombe’ RodenAdd owner Sone to album.
2011-01-01 David ‘Bombe’ RodenAdd ID to album.
2011-01-01 David ‘Bombe’ RodenAdd album description.
2011-01-01 David ‘Bombe’ RodenAdd album container.
2011-01-01 David ‘Bombe’ RodenAdd container for image data.
2010-12-10 David ‘Bombe’ RodenMerge branch 'master' into next
2010-12-01 David ‘Bombe’ RodenPrevent posting a message to yourself.
2010-11-27 David ‘Bombe’ RodenMerge branch 'message-recipient'
2010-11-26 David ‘Bombe’ RodenMerge commit '0.3.1' into message-recipient
2010-11-26 David ‘Bombe’ RodenMerge commit '0.3.1-RC3' into message-recipient
2010-11-26 David ‘Bombe’ RodenAdd recipients to posts.
2010-11-14 David ‘Bombe’ RodenStore client information in Sone.
2010-11-14 David ‘Bombe’ RodenAdd container for client information.
2010-11-13 David ‘Bombe’ RodenAlways initialize profile.
2010-11-12 David ‘Bombe’ RodenDetect if a Sone has been changed back to the previous...
2010-11-11 David ‘Bombe’ RodenDon’t check for Sones but for their IDs.
2010-11-10 David ‘Bombe’ RodenStore friend Sones as strings, not as Sone objects.
2010-11-10 David ‘Bombe’ RodenDon’t NPE when the request URI is not yet set.
2010-11-10 David ‘Bombe’ RodenDo not log the insert URI but only its length (to disti...
2010-11-05 David ‘Bombe’ RodenImprove synchronization.
2010-11-05 David ‘Bombe’ RodenUse Sone comparator.
2010-11-05 David ‘Bombe’ RodenUse better synchronization and the pre-defined post...
2010-11-05 David ‘Bombe’ RodenAdd post comparator that sorts by time.
2010-11-05 David ‘Bombe’ RodenDon’t set the latest edition from the WoT URI!
2010-11-04 David ‘Bombe’ RodenRemove logging of friends.
next