Add isEmpty() method.
[Sone.git] / src / main / java / net / pterodactylus / sone / data / Album.java
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.