Move all Kotlin files to the correct directory
[Sone.git] / src / main / kotlin /
2017-01-15 David ‘Bombe’ RodenMove all Kotlin files to the correct directory
2017-01-06 David ‘Bombe’ RodenAdd auto-closeable bucket wrapper and use try-with...
2016-11-27 David ‘Bombe’ RodenFix a FindBugs warning by making the non-nullable type...
2016-11-26 David ‘Bombe’ RodenAllow to cancel download by size
2016-11-23 David ‘Bombe’ RodenInclude templates for rendering linked elements
2016-11-20 David ‘Bombe’ RodenRemove debug output
2016-11-20 David ‘Bombe’ RodenNormalize URI in element loader
2016-11-20 David ‘Bombe’ RodenAdd some logging to element loader
2016-11-20 David ‘Bombe’ RodenIncrase maximum size for content to 2 MiB
2016-11-17 David ‘Bombe’ RodenRemove unnecessary cast
2016-11-16 David ‘Bombe’ RodenMake loading of linked images configurable
2016-11-13 David ‘Bombe’ RodenFix multiple constructors with @Inject annotation
2016-11-13 David ‘Bombe’ RodenAdd failure cache to element loader
2016-11-13 David ‘Bombe’ RodenCancel request early if it’s not an image
2016-11-13 David ‘Bombe’ RodenShow loading animation while loading elements
2016-11-11 David ‘Bombe’ RodenAdd test for guice creation of image loader
2016-11-11 David ‘Bombe’ RodenRemove shortening from render filter
2016-11-11 David ‘Bombe’ RodenAdd filter that shortens a number of parts
2016-11-11 David ‘Bombe’ RodenReplace most parts with Kotlin equivalents
2016-11-11 David ‘Bombe’ RodenAdd filter for linked images
2016-11-11 David ‘Bombe’ RodenAdd image loader
2016-11-11 David ‘Bombe’ RodenReplace parser filter with separate filters
2016-11-10 David ‘Bombe’ RodenAdd new render filter