Change all copyright headers to include 2012.
[Sone.git] / src / main / java / net / pterodactylus / sone / notify / ListNotification.java
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.