🔀 Merge branch 'release/v82'
[Sone.git] / src / main / java / net / pterodactylus / sone / core / ConfigurationSoneParser.java
2019-06-26 David ‘Bombe’ Roden🔀 Merge branch 'release-79' v79
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-23 David ‘Bombe’ RodenRemove the concept of the album image, always use a...
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-09-14 David ‘Bombe’ RodenLoad avatar image correctly.
2014-09-09 David ‘Bombe’ RodenMove image parsing to new configuration parser.
2014-09-09 David ‘Bombe’ RodenMove album parsing to new configuration parser.
2014-09-08 David ‘Bombe’ RodenMove friend parsing to new configuration parser.
2014-09-08 David ‘Bombe’ RodenMove liked post reply IDs to new configuration parser.
2014-09-08 David ‘Bombe’ RodenReturn sets instead of collections for posts and replies.
2014-09-08 David ‘Bombe’ RodenMove liked post IDs parsing to new configuration parser.
2014-09-07 David ‘Bombe’ RodenMove post reply parsing to new configuration parser.
2014-09-07 David ‘Bombe’ RodenStart moving parsing a Sone from a configuration to...