Use Gradle distribution with sources
[Sone.git] / src /
2018-03-21 David ‘Bombe’ RodenAdd unit test for SonePlugin
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’ RodenAdd processor for updated Sones
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’ RodenAdd Sone change collector
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’ RodenFix whitespace
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-06 David ‘Bombe’ RodenReplace test for ConfigurationLoader with Kotlin version
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’ RodenReplace image inserter test with Kotlin version
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-25 David ‘Bombe’ RodenAdd test for DI constructability of UntrustAjaxPage
2018-01-25 David ‘Bombe’ RodenAdd test for DI constructability of UnlockSoneAjaxPage
2018-01-25 David ‘Bombe’ RodenAdd test for DI constructability of UnlikeAjaxPage
2018-01-25 David ‘Bombe’ RodenAdd test for DI constructability of UnfollowSoneAjaxPage
2018-01-25 David ‘Bombe’ RodenAdd test for DI constructability of UnbookmarkAjaxPage
2018-01-25 David ‘Bombe’ RodenAdd test for DI constructability of TrustAjaxPage
2018-01-25 David ‘Bombe’ RodenAdd test for DI constructability of MoveProfileFieldAja...
2018-01-25 David ‘Bombe’ RodenAdd test for DI constructability of MarkAsKnownAjaxPage
2018-01-25 David ‘Bombe’ RodenAdd test for DI constructability of LockSoneAjaxPage
2018-01-25 David ‘Bombe’ RodenAdd test for DI constructability of LikeAjaxPage
2018-01-25 David ‘Bombe’ RodenAdd test for DI constructability of GetTranslationAjaxPage
2018-01-25 David ‘Bombe’ RodenAdd test for DI constructability of GetTimesAjaxPage
2018-01-25 David ‘Bombe’ RodenAdd test for DI constructability of GetStatusAjaxPage
2018-01-25 David ‘Bombe’ RodenAdd test for DI constructability of GetReplyAjaxPage
2018-01-25 David ‘Bombe’ RodenAdd test for DI constructability of GetPostAjaxPage
2018-01-25 David ‘Bombe’ RodenAdd test for DI constructability of GetNotificationsAja...
2018-01-25 David ‘Bombe’ RodenAdd test for DI constructability of GetLinkedElementAja...
2018-01-25 David ‘Bombe’ RodenAdd test for DI constructability of GetLikesAjaxPage
2018-01-25 David ‘Bombe’ RodenAdd test for DI constructability of FollowSoneAjaxPage
2018-01-25 David ‘Bombe’ RodenClean up imports
2018-01-23 David ‘Bombe’ RodenAdd test for DI constructability of EditProfileFieldAja...
2018-01-23 David ‘Bombe’ RodenAdd test for DI constructability of EditImageAjaxPage
2018-01-23 David ‘Bombe’ RodenAdd test for DI constructability of EditAlbumAjaxPage
2018-01-23 David ‘Bombe’ RodenFix search for Sone elements
2018-01-22 David ‘Bombe’ RodenAdd test for DI constructability of DistrustAjaxPage
2018-01-22 David ‘Bombe’ RodenAdd test for DI constructability of DismissNotification...
2018-01-22 David ‘Bombe’ RodenAdd test for DI constructability of DeleteReplyAjaxPage
2018-01-22 David ‘Bombe’ RodenAdd test for DI constructability of DeleteProfileFieldA...
2018-01-22 David ‘Bombe’ RodenAdd test for DI constructability of DeletePostAjaxPage
2018-01-22 David ‘Bombe’ RodenAdd test for DI constructability of CreateReplyAjaxPage
2018-01-22 David ‘Bombe’ RodenAdd test for DI constructability of CreatePostAjaxPage
2018-01-21 David ‘Bombe’ RodenAdd test for DI constructability of BookmarkAjaxPage
2018-01-21 David ‘Bombe’ RodenAdd test for DI constructability of ViewSonePage
2018-01-21 David ‘Bombe’ RodenAdd test for DI constructability of ViewPostPage
2018-01-21 David ‘Bombe’ RodenAdd test for DI constructability of UploadImagePage
2018-01-21 David ‘Bombe’ RodenAdd test for DI constructability of UntrustPage
2018-01-21 David ‘Bombe’ RodenAdd test for DI constructability of UnlockSonePage
2018-01-21 David ‘Bombe’ RodenAdd test for DI constructability of UnlikePage
2018-01-21 David ‘Bombe’ RodenAdd test for DI constructability of UnfollowSonePage
2018-01-21 David ‘Bombe’ RodenAdd test for DI constructability of UnbookmarkPage
2018-01-21 David ‘Bombe’ RodenAdd test for DI constructability of TrustPage
2018-01-21 David ‘Bombe’ RodenAdd test for DI constructability of SearchPage
2018-01-21 David ‘Bombe’ RodenAdd test for DI constructability of RescuePage
2018-01-21 David ‘Bombe’ RodenAdd test for DI constructability of ReloadingPage
2018-01-21 David ‘Bombe’ RodenAdd test for DI constructability of OptionsPage
2018-01-21 David ‘Bombe’ RodenAdd test for DI constructability of NewPage
2018-01-21 David ‘Bombe’ RodenAdd test for DI constructability of MarkAsKnownPage
2018-01-21 David ‘Bombe’ RodenAdd test for DI constructability of LogoutPage
2018-01-21 David ‘Bombe’ RodenAdd test for DI constructability of LoginPage
2018-01-21 David ‘Bombe’ RodenAdd test for DI constructability of LockSonePage
2018-01-21 David ‘Bombe’ RodenAdd test for DI constructability of LikePage
2018-01-21 David ‘Bombe’ RodenAdd test for DI constructability of KnownSonesPage
2018-01-21 David ‘Bombe’ RodenAdd test for DI constructability of IndexPage
2018-01-21 David ‘Bombe’ RodenAdd test for DI constructability of ImageBrowserPage
2018-01-21 David ‘Bombe’ RodenAdd test for DI constructability of GetImagePage
2018-01-21 David ‘Bombe’ RodenAdd test for DI constructability of FollowSonePage
2018-01-21 David ‘Bombe’ RodenAdd test for DI constructability of EditProfilePage
2018-01-21 David ‘Bombe’ RodenAdd test for DI constructability of EditProfileFieldPage
2018-01-21 David ‘Bombe’ RodenAdd test for DI constructability of EditImagePage
2018-01-21 David ‘Bombe’ RodenAdd test for DI constructability of EditAlbumPage
2018-01-20 David ‘Bombe’ RodenAdd test for DI constructability of DistrustPage
2018-01-20 David ‘Bombe’ RodenAdd test for DI constructability of DismissNotificationPage
2018-01-20 David ‘Bombe’ RodenAdd test for DI constructability of DeleteSonePage
2018-01-20 David ‘Bombe’ RodenAdd test for DI constructability of DeleteReplyPage
2018-01-20 David ‘Bombe’ RodenAdd test for DI constructability of DeleteProfileFieldPage
2018-01-20 David ‘Bombe’ RodenAdd test for DI constructability of DeletePostPage
2018-01-20 David ‘Bombe’ RodenAdd test for DI constructability of DeleteImagePage
2018-01-20 David ‘Bombe’ RodenAdd test for DI constructability of DeleteAlbumPage
2018-01-20 David ‘Bombe’ RodenFix formatting
2018-01-20 David ‘Bombe’ RodenAdd test for DI constructability of CreateSonePage
2018-01-20 David ‘Bombe’ RodenAdd test for DI constructability of CreateReplyPage
2018-01-20 David ‘Bombe’ RodenAdd test for DI constructability of CreatePostPage
next