Add callback interface to post build() method.
[Sone.git] / src / main / java / net / pterodactylus / sone / data / impl / DefaultSone.java
2014-02-28 David ‘Bombe’ RodenAdd callback interface to post build() method.
2014-02-28 David ‘Bombe’ RodenRemove createPost(*) methods from Core.
2014-02-28 David ‘Bombe’ RodenMove post creation into Sone, remove memory-based post...
2014-02-28 David ‘Bombe’ RodenMove memory album and image to default implementation.
2014-02-28 David ‘Bombe’ RodenRevert "Extract superclass out of default Sone implemen...
2014-02-28 David ‘Bombe’ RodenExtract superclass out of default Sone implementation.
2014-02-28 David ‘Bombe’ RodenAdd method to create a new album to Sone.
2014-02-28 David ‘Bombe’ RodenRename SoneImpl to DefaultSone, implement SoneProvider...