Add methods to move an image up and down.
[Sone.git] / src / main / java / net / pterodactylus / sone / data /
2011-09-23 David ‘Bombe’ RodenAdd methods to move an image up and down.
2011-09-23 David ‘Bombe’ RodenA linked hash map is no longer required, the order...
2011-09-23 David ‘Bombe’ RodenStore order of images separately.
2011-09-21 David ‘Bombe’ RodenRemove unnecessary warning suppressions.
2011-09-21 David ‘Bombe’ RodenEnsure that an image is always set as album image,...
2011-09-21 David ‘Bombe’ RodenAdd method to set the album image ID.
2011-09-21 David ‘Bombe’ RodenStore album image ID instead of index.
2011-09-21 David ‘Bombe’ RodenStore images in a Map.
2011-09-20 David ‘Bombe’ RodenFix validation.
2011-09-20 David ‘Bombe’ RodenMerge branch 'next' into dev/image
2011-09-13 David ‘Bombe’ RodenSuppress some warnings about variables hiding other...
2011-09-12 David ‘Bombe’ RodenMerge branch 'release-0.6.6' 0.6.6
2011-06-29 David ‘Bombe’ RodenAdd comparator that sorts Sones by number of posts.
2011-06-22 David ‘Bombe’ RodenAdd context menues when hovering over avatar images.
2011-06-20 David ‘Bombe’ RodenAllow sorting and filtering of “known Sones.”
2011-06-20 David ‘Bombe’ RodenAdd last activity comparator.
2011-06-19 David ‘Bombe’ RodenMerge branch 'release-0.6.5' 0.6.5
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'
next