🔀 Merge branch 'release/v82'
[Sone.git] / src / main / java / net / pterodactylus / sone / data / Album.java
2020-04-28 David ‘Bombe’ Roden🔀 Merge branch 'release/v82' master v82
2020-02-18 David ‘Bombe’ Roden🔥 Remove IMAGES from Album interface
2020-02-18 David ‘Bombe’ Roden🔥 Remove FLATTENER from Album interface
2020-02-18 David ‘Bombe’ Roden🔥 Replace NOT_EMPTY with Kotlin version
2020-02-09 David ‘Bombe’ Roden🔀 Merge branch 'master' into next
2020-02-09 David ‘Bombe’ Roden🔀 Merge “release/v81” into “master” v81
2020-02-09 David ‘Bombe’ Roden📄 Update year in file headers
2019-06-26 David ‘Bombe’ Roden🔀 Merge branch 'release-79' v79
2019-02-22 David ‘Bombe’ RodenUpdate year in copyright lines
2019-02-22 David ‘Bombe’ RodenReplace unnecessary type parameters with <>
2019-02-22 David ‘Bombe’ RodenMerge branch 'next' of calcium:git/Sone into next
2019-02-22 David ‘Bombe’ RodenRemove unused Comparator
2018-03-03 David ‘Bombe’ RodenRemove @author tags
2016-07-11 David ‘Bombe’ RodenMerge branch 'release-0.9.5' 0.9.5
2016-06-26 David ‘Bombe’ RodenChange dates in file headers
2016-06-23 David ‘Bombe’ RodenRemove the concept of the album image, always use a...
2015-11-27 David ‘Bombe’ RodenMerge branch 'master' into next
2015-11-27 David ‘Bombe’ RodenMerge branch 'release-0.9.4' 0.9.4
2015-11-27 David ‘Bombe’ RodenUpdate years in copyright line
2015-06-16 David ‘Bombe’ RodenMerge branch 'release/0.9-rc1' 0.9-rc1
2015-06-12 David ‘Bombe’ RodenMerge branch 'last-working' into next
2014-11-22 David ‘Bombe’ RodenMove exception to correct place.
2014-09-08 David ‘Bombe’ RodenSet Sone in album builder, remote getOrCreate method...
2014-02-27 David ‘Bombe’ RodenMerge branch 'release-0.8.8' 0.8.8
2013-10-10 David ‘Bombe’ RodenUse an album modifier for setting title, description...
2013-10-09 David ‘Bombe’ RodenExtract album interface.
2013-09-27 David ‘Bombe’ RodenUpdate French translation.
2013-09-25 David ‘Bombe’ RodenMerge branch 'release-0.8.7' 0.8.7
2013-09-17 David ‘Bombe’ RodenFix some FindBugs warnings.
2013-08-24 David ‘Bombe’ RodenAdd isRoot() method to Album, only dump album ID in...
2013-07-15 David ‘Bombe’ RodenAdd and implement Identified interface.
2013-07-11 David ‘Bombe’ RodenIgnore albums without inserted images when calculating...
2013-07-11 David ‘Bombe’ RodenInsert a root album into all Sones to get rid of album...
2013-07-05 David ‘Bombe’ RodenMerge branch 'release-0.8.6' 0.8.6
2013-07-05 David ‘Bombe’ RodenAdd filter for empty albums.
2013-06-29 David ‘Bombe’ RodenMerge branch 'release-0.8.5' 0.8.5
2013-06-29 David ‘Bombe’ RodenMerge branch 'partial-rewrite' into next
2013-03-13 David ‘Bombe’ RodenAdd function to flatten an album and all albums beneath it.
2013-02-03 David ‘Bombe’ RodenUse SHA-256 hashes for fingerprinting.
2013-01-17 David ‘Bombe’ RodenReplace utils’ Default with Guava’s Optional.
2013-01-17 David ‘Bombe’ RodenUpdate copyright headers.
2013-01-17 David ‘Bombe’ RodenReplace utils’ Validation by Guava’s Preconditions.
2013-01-16 David ‘Bombe’ RodenReplace utils’ filter with Guava’s predicate.
2012-07-13 David ‘Bombe’ RodenMerge branch 'release-0.8.2' 0.8.2
2012-05-28 David ‘Bombe’ RodenMerge branch 'master' into next
2012-03-19 David ‘Bombe’ RodenUpdate utils to more recent version, adapt to new packa...
2012-03-08 David ‘Bombe’ RodenChange all copyright headers to include 2012.
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.