Fix ALL the logging!
[Sone.git] / src / main / java / net / pterodactylus / sone / data / Album.java
2011-11-21 David ‘Bombe’ RodenMerge branch 'release-0.7.4' 0.7.4
2011-11-21 David ‘Bombe’ RodenAdd album title comparator.
2011-09-26 David ‘Bombe’ RodenMerge branch 'release-0.7' 0.7
2011-09-26 David ‘Bombe’ RodenMerge branch 'image-management' into next
2011-09-23 David ‘Bombe’ RodenFix javadoc.
2011-09-23 David ‘Bombe’ RodenAdd methods to reorder albums.
2011-09-23 David ‘Bombe’ RodenUse images in correct order to generate fingerprint.
2011-09-23 David ‘Bombe’ RodenReturn the image the given image was swapped with.
2011-09-23 David ‘Bombe’ RodenOnly set an album image ID if it is null.
2011-09-23 David ‘Bombe’ RodenStore album image ID in fingerprint.
2011-09-23 David ‘Bombe’ RodenReturn an image if an invalid album image ID is set.
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’ 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’ RodenMerge branch 'next' into dev/image
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-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’ RodenOnly include an image in the fingerprint if it has...
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’ RodenRename album name to album title.
2011-04-13 David ‘Bombe’ RodenDon’t implement equals() without hashCode()!
2011-03-23 David ‘Bombe’ RodenVerify that the owner is not null before comparing it.
2011-03-23 David ‘Bombe’ RodenAdd “album image” to album.
2011-03-22 David ‘Bombe’ RodenMerge branch 'next' into image-management
2011-01-12 David ‘Bombe’ RodenFix validation that would prevent an owner from ever...
2011-01-11 David ‘Bombe’ RodenRename method to get the nested albums.
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-01 David ‘Bombe’ RodenMake Album implement Fingerprintable.
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 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.