Replace unnecessary type parameters with <>
[Sone.git] / src / main / java / net / pterodactylus / sone / notify / ListNotification.java
2019-02-22 David ‘Bombe’ RodenReplace unnecessary type parameters with <>
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-03-03 David ‘Bombe’ RodenSimplify list notification
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
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-02-09 David ‘Bombe’ RodenRemove all elements from a notification.
2013-01-17 David ‘Bombe’ RodenUpdate copyright headers.
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-08 David ‘Bombe’ RodenChange all copyright headers to include 2012.
2011-11-29 David ‘Bombe’ RodenMerge branch 'release-0.7.5' 0.7.5
2011-11-25 David ‘Bombe’ RodenMerge branch 'notifications' into next
2011-11-24 David ‘Bombe’ RodenInclude checks for equals() made by the super class.
2011-11-24 David ‘Bombe’ RodenInitialize hash code with the super class’ hash code.
2011-11-24 David ‘Bombe’ RodenOverride hashCode() and equals().
2011-09-20 David ‘Bombe’ RodenMerge branch 'next' into dev/image
2011-06-19 David ‘Bombe’ RodenMerge branch 'release-0.6.5' 0.6.5
2011-05-25 David ‘Bombe’ RodenTouch the notification after its elements have been...
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-14 David ‘Bombe’ RodenMerge branch 'improve-notification-handling' into next
2011-04-14 David ‘Bombe’ RodenDon’t call touch() when setting all elements at once.
2011-04-13 David ‘Bombe’ RodenBring image-management up to speed.
2011-04-10 David ‘Bombe’ RodenMerge branch 'release-0.6.1' 0.6.1
2011-04-07 David ‘Bombe’ RodenCopy all values in the copy constructor.
2011-04-07 David ‘Bombe’ RodenAdd constructor to allow to specify the dismissable...
2011-04-05 David ‘Bombe’ RodenAdd method to set elements to show.
2011-04-05 David ‘Bombe’ RodenAdd copy constructor.
2011-04-02 David ‘Bombe’ RodenMerge branch 'release-0.6' 0.6
2011-04-01 David ‘Bombe’ RodenUse a different List implementation to prevent concurre...
2011-03-22 David ‘Bombe’ RodenMerge branch 'next' into image-management
2011-01-25 David ‘Bombe’ RodenMerge branch 'release-0.4.2' 0.4.2
2011-01-19 David ‘Bombe’ RodenMerge branch 'mark-as-read' into next
2011-01-19 David ‘Bombe’ RodenUse new template engine.
2011-01-06 David ‘Bombe’ RodenMerge branch 'release-0.3.6.3' 0.3.6.3
2011-01-01 David ‘Bombe’ RodenMerge branch 'next' into edit-wot-trust
2011-01-01 David ‘Bombe’ RodenStore the list notification itself in the notification...
2010-11-21 David ‘Bombe’ RodenExpose the elements of the list notification.
2010-11-17 David ‘Bombe’ RodenLet the list notification dismiss itself automatically...
2010-11-17 David ‘Bombe’ RodenAdd generlized list notification.