🎨 Replace FreenetPage with Kotlin version
[Sone.git] / src / main / java /
2019-04-12 David ‘Bombe’ Roden🎨 Replace FreenetPage with Kotlin version
2019-04-12 David ‘Bombe’ Roden🎨 Replace PageToadletFactory with Kotlin version
2019-03-19 David ‘Bombe’ Roden🐛 Prevent empty names in profile
2019-03-10 David ‘Bombe’ Roden♻️ Use module for web interface
2019-03-09 David ‘Bombe’ Roden♻️ Create custom context factory in image link filter
2019-03-09 David ‘Bombe’ Roden♻️ Change dependencies of render filter
2019-03-09 David ‘Bombe’ Roden♻️ Only hand in L10n to l10n filter
2019-03-08 David ‘Bombe’ Roden⚗ Add all missing web pages to injection container
2019-03-05 David ‘Bombe’ Roden♻️ Turn plugin homepage into instance method
2019-03-05 David ‘Bombe’ Roden♻️ Turn plugin year into instance method
2019-03-05 David ‘Bombe’ Roden🎨 Replace Plugin containers with Kotlin versions
2019-03-02 David ‘Bombe’ Roden⬆️ Update Guava to 27.0.1
2019-02-25 David ‘Bombe’ RodenRemove more unused classes
2019-02-24 David ‘Bombe’ RodenRemove unused classes
2019-02-24 David ‘Bombe’ RodenAdd test for storing IDs on known post replies
2019-02-24 David ‘Bombe’ RodenAdd test for storing IDs on known posts
2019-02-23 David ‘Bombe’ RodenAdd output when a Sone was successfully parsed
2019-02-23 David ‘Bombe’ RodenReplace Preferences with Kotlin version
2019-02-22 David ‘Bombe’ RodenUpdate year in copyright lines
2019-02-22 David ‘Bombe’ RodenReplace unnecessary type parameters with <>
2019-02-22 David ‘Bombe’ RodenMerge branch 'next' of calcium:git/Sone into next
2019-02-22 David ‘Bombe’ RodenReplace Sone change detector with simple comparison...
2019-02-22 David ‘Bombe’ RodenReplace PreferencesTest with Kotlin version
2019-02-22 David ‘Bombe’ RodenRemove unused Comparator
2019-02-22 David ‘Bombe’ RodenReplace Fingerprintable with Kotlin version
2019-02-22 David ‘Bombe’ RodenReplace Identified with Kotlin version
2019-02-22 David ‘Bombe’ RodenReplace AbstractSoneCommand with Kotlin version
2019-02-22 David ‘Bombe’ RodenRemove duplicated code
2019-02-21 David ‘Bombe’ RodenDon’t return null to function not allowing it
2019-02-21 David ‘Bombe’ RodenDon’t hand in null to function not allowing it
2019-02-12 David ‘Bombe’ RodenDon’t check for non-existing Sone-following times on...
2019-02-12 David ‘Bombe’ RodenSend generic “preference changed” event when changing...
2018-10-25 David ‘Bombe’ RodenReplace InsertionDelayChangedEvent with Kotlin version
2018-03-21 David ‘Bombe’ RodenUse a real RequestClient instead of casting the HLSC
2018-03-03 David ‘Bombe’ RodenUse UpdatedSoneProcessor in SoneDownloader
2018-03-03 David ‘Bombe’ RodenRemove @author tags
2018-03-03 David ‘Bombe’ RodenReplace Fetched with Kotlin version
2018-03-03 David ‘Bombe’ RodenMove Fetched class to top-level
2018-03-02 David ‘Bombe’ RodenConvert MemoryDatabase to Kotlin
2018-03-02 David ‘Bombe’ RodenUse database instead of Core in Sone parser
2018-02-24 David ‘Bombe’ RodenReplace some events with Kotlin versions
2018-02-08 David ‘Bombe’ RodenRename fetch action methods
2018-02-08 David ‘Bombe’ RodenRemove superfluous fetch method
2018-02-07 David ‘Bombe’ RodenRemove Sone following times from Core
2018-02-07 David ‘Bombe’ RodenRemove obsolete import
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-07 David ‘Bombe’ RodenDon’t load missing following times as Long.MAX_VALUE
2018-02-07 David ‘Bombe’ RodenAdd tests for saving Sone following times
2018-02-05 David ‘Bombe’ RodenDon’t hand in a SoneProvider to a class that is going...
2018-02-01 David ‘Bombe’ RodenAdd test for DI constructability of ImageInserter
2018-02-01 David ‘Bombe’ RodenUse dependency injection for SoneDownloader
2018-02-01 David ‘Bombe’ RodenAdd test for DI constructability of SoneDownloader
2018-01-27 David ‘Bombe’ RodenClean imports
2018-01-20 David ‘Bombe’ RodenBegin collection all pages in a dependency injection...
2018-01-04 David ‘Bombe’ RodenClean up SoneTemplatePage’s constructors
2017-11-30 David ‘Bombe’ RodenMove album-related interfaces to kotlin source prefix
2017-11-30 David ‘Bombe’ RodenMerge branch 'master' into next
2017-11-30 David ‘Bombe’ RodenMerge branch 'release-0.9.8' 0.9.8
2017-11-30 David ‘Bombe’ RodenUpdate edition of Sone homepage
2017-11-30 David ‘Bombe’ RodenPrevent null-pointer exception if property is missing
2017-11-14 David ‘Bombe’ RodenSet insertion delay on every created inserter
2017-10-16 David ‘Bombe’ RodenReturn nullable Post instead of Optional
2017-10-16 David ‘Bombe’ RodenReplace database interface with Kotlin version
2017-10-16 David ‘Bombe’ RodenReplace bookmark database interface with Kotlin version
2017-10-15 David ‘Bombe’ RodenReturn a nullable Album instead of an Optional
2017-10-15 David ‘Bombe’ RodenReplace album-related interfaces with Kotlin versions
2017-10-15 David ‘Bombe’ RodenReplace friend-related interfaces with Kotlin versions
2017-10-15 David ‘Bombe’ RodenReturn a nullable Image instead of an Optional
2017-10-15 David ‘Bombe’ RodenReplace image-related interface with Kotlin versions
2017-10-15 David ‘Bombe’ RodenReplace post-specific interfaces with Kotlin versions
2017-10-15 David ‘Bombe’ RodenReturn a nullable PostReply instead of an Optional
2017-10-15 David ‘Bombe’ RodenReplace reply-specific interfaces with Kotlin versions
2017-10-15 David ‘Bombe’ RodenReplace Sone builder interface with Kotlin version
2017-10-15 David ‘Bombe’ RodenReplace Sone builder factory interface with Kotlin...
2017-10-15 David ‘Bombe’ RodenReplace Sone database interface with Kotlin version
2017-10-15 David ‘Bombe’ RodenReplace Sone store interface with Kotlin version
2017-10-15 David ‘Bombe’ RodenReplace Sone provider interface with Kotlin version
2017-10-13 David ‘Bombe’ RodenReplace parser with Kotlin version
2017-10-07 David ‘Bombe’ RodenMerge branch 'master' into next
2017-10-07 David ‘Bombe’ RodenMerge branch 'release-0.9.7' 0.9.7
2017-10-07 David ‘Bombe’ RodenUpdate homepage edition to next valid edition
2017-10-07 David ‘Bombe’ RodenUpdate year of release to 2017
2017-10-07 David ‘Bombe’ RodenOnly parse the version once
2017-10-07 David ‘Bombe’ RodenUse generated version as plugin version
2017-10-06 David ‘Bombe’ RodenMake some methods final that shouldn’t need to be overr...
2017-10-06 David ‘Bombe’ RodenReplace Sone template page with Kotlin version
2017-10-06 David ‘Bombe’ RodenReplace JSON return object with Kotlin version
2017-10-05 David ‘Bombe’ RodenDeclare returned Core to always be non-null
2017-10-05 David ‘Bombe’ RodenReplace ajax base page with Kotlin version
2017-10-05 David ‘Bombe’ RodenDon’t extend FreenetPage, we don’t need the isLinkExcep...
2017-10-04 David ‘Bombe’ RodenFlush the correct stream
2017-10-04 David ‘Bombe’ RodenFix charset name
2017-10-02 David ‘Bombe’ RodenReplace untrust ajax page with Kotlin version
2017-10-02 David ‘Bombe’ RodenReplace unlock Sone ajax page with Kotlin version
2017-10-02 David ‘Bombe’ RodenReplace unlike ajax page with Kotlin version
2017-10-02 David ‘Bombe’ RodenDon’t return Sone from removeLiked{Post,Reply}Id()
2017-10-02 David ‘Bombe’ RodenReplace unfollow Sone ajax page with Kotlin version
2017-10-02 David ‘Bombe’ RodenReplace unbookmark ajax page with Kotlin version
next