Update year in copyright lines
[Sone.git] / src / test / java / net / pterodactylus / sone / database / memory / MemoryDatabaseTest.java
2019-02-22 David ‘Bombe’ RodenUpdate year in copyright lines
2019-02-22 David ‘Bombe’ RodenReplace unnecessary type parameters with <>
2018-03-03 David ‘Bombe’ RodenRemove @author tags
2018-03-02 David ‘Bombe’ RodenConvert MemoryDatabase to Kotlin
2018-02-07 David ‘Bombe’ RodenFix whitespace
2018-02-07 David ‘Bombe’ RodenRemove Sone following time if last local Sone unfollows
2018-02-07 David ‘Bombe’ RodenExpose following times from FriendProvider
2018-02-07 David ‘Bombe’ RodenStore Sone following time on following a Sone
2018-02-05 David ‘Bombe’ RodenDon’t hand in a SoneProvider to a class that is going...
2017-11-30 David ‘Bombe’ RodenMerge branch 'release-0.9.8' 0.9.8
2017-10-16 David ‘Bombe’ RodenReturn nullable Post instead of Optional
2017-10-15 David ‘Bombe’ RodenReturn a nullable Album instead of an Optional
2017-10-15 David ‘Bombe’ RodenReturn a nullable Image instead of an Optional
2017-10-15 David ‘Bombe’ RodenReturn a nullable PostReply instead of an Optional
2017-10-07 David ‘Bombe’ RodenMerge branch 'release-0.9.7' 0.9.7
2017-04-09 David ‘Bombe’ RodenMove classes for tests to test package
2016-10-26 David ‘Bombe’ RodenMerge branch 'release-0.9.6' 0.9.6
2016-10-08 David ‘Bombe’ RodenDon’t use deprecated class anymore
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-25 David ‘Bombe’ RodenLoad friends before modifying them.
2014-11-25 David ‘Bombe’ RodenUse new method to create test values everywhere.
2014-11-25 David ‘Bombe’ RodenMove friend-related functionality into the database.
2014-11-22 David ‘Bombe’ RodenMove album implementation to better package.
2014-11-01 David ‘Bombe’ RodenAdd method to remove a Sone from the database.
2014-09-21 David ‘Bombe’ RodenStore Sones in the database, too.
2014-09-17 David ‘Bombe’ RodenDon’t store post replies sorted by post.
2014-09-17 David ‘Bombe’ RodenRefactor post mocking into its own method.
2014-09-17 David ‘Bombe’ RodenDon’t store posts by recipient, generate them on the...
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-09 David ‘Bombe’ RodenAdd first small tests for the memory database.