Wed, 26 Jun 2019 10:42:25 -0700 Da Risk network: convert TinyrssApi to kotlin
Tue, 25 Jun 2019 17:50:21 -0700 Da Risk htmlparsers: add test for ImageUrlExtractor
Tue, 25 Jun 2019 16:51:33 -0700 Da Risk extract htmlparsers into a new library module
Tue, 25 Jun 2019 15:19:15 -0700 Da Risk AddFeedActivity: handle invalid url better
Tue, 25 Jun 2019 15:18:32 -0700 Da Risk Add AddFeedLauncherActivity
Tue, 25 Jun 2019 12:51:03 -0700 Da Risk ManageFeed: add a SubscribeWorker based on AddFeedWorker
Tue, 25 Jun 2019 12:06:23 -0700 Da Risk UnsubscribeWorker: ensure that a failure due to an ApiCallException is retried
Tue, 25 Jun 2019 11:29:52 -0700 Da Risk ManageFeed: Rename UnsubscribeFromFeedService to ManageFeedService
Tue, 25 Jun 2019 11:11:49 -0700 Da Risk Fix theme preference
Tue, 25 Jun 2019 10:46:56 -0700 Da Risk Fix a few warnings
Mon, 24 Jun 2019 18:30:35 -0700 Da Risk Google: try to install Play services security provider at start
Mon, 24 Jun 2019 18:05:13 -0700 Da Risk Update firebase dependencies
Mon, 24 Jun 2019 17:28:17 -0700 Da Risk lint: remove a few unused resources
Mon, 24 Jun 2019 16:54:03 -0700 Da Risk Update to room 2.1.0
Mon, 24 Jun 2019 16:47:01 -0700 Da Risk Tests: update to work-testing-2.1.0-beta02
Mon, 24 Jun 2019 15:57:35 -0700 Da Risk build: Update androidx test libraries
Mon, 24 Jun 2019 15:44:21 -0700 Da Risk Theme preference: default value is unspecified and follow system
Mon, 24 Jun 2019 15:34:20 -0700 Da Risk syntaxic sugar for calls of Livedata.observe()
Mon, 24 Jun 2019 15:26:55 -0700 Da Risk ArticleDetailActivity: simplify handling of bottomappbar background color
Mon, 24 Jun 2019 12:51:25 -0700 Da Risk ArticleDetailFragment: correctly resolve articleTextColor
Fri, 21 Jun 2019 17:14:24 -0700 Da Risk Theme: tweak colors and change dark theme colors
Fri, 21 Jun 2019 10:44:01 -0700 Da Risk Use MaterialToolbar instead of Toolbar everywhere
Thu, 20 Jun 2019 15:58:03 -0700 Da Risk theme: use Material DayNight bottomsheetdialog theme
Thu, 20 Jun 2019 15:31:06 -0700 Da Risk theme: Use MaterialComponents.DayNight as parent theme
Wed, 19 Jun 2019 18:55:41 -0700 Da Risk ManageFeeds: hide subscribed feed on confirmation
Wed, 19 Jun 2019 18:30:50 -0700 Da Risk ManageFeedActivity: show a confirmation dialog before unsubscribe
Wed, 19 Jun 2019 18:28:39 -0700 Da Risk ManageFeedViewModel: add an onFeedClicked event
Wed, 19 Jun 2019 18:25:32 -0700 Da Risk CoreComponents: add a BaseDialogFragment and a theme for material alert dialogs
Wed, 19 Jun 2019 16:15:51 -0700 Da Risk Themes: use colorBackground as a navigationBarColor and statusBarColor
Wed, 19 Jun 2019 13:05:22 -0700 Da Risk Update to kotlin 1.3.40
Wed, 19 Jun 2019 00:18:14 -0700 Da Risk ManageFeeds: be sure to preserve DataBindingMapper implementation
Tue, 18 Jun 2019 21:11:03 -0700 Da Risk StrictMode: Use penalty log only if we can't use penalty listener to log ourself
Tue, 18 Jun 2019 18:40:10 -0700 Da Risk tests: Mock some dependencies
Tue, 18 Jun 2019 17:40:31 -0700 Da Risk ManageFeedsActivity: Click on item will unsubscribe feed
Tue, 18 Jun 2019 17:39:24 -0700 Da Risk ManageFeedViewModel: add a unsubscribeFeed method
Tue, 18 Jun 2019 17:31:34 -0700 Da Risk manage_feeds: Add WorkerFactoryProvider implementation
Tue, 18 Jun 2019 17:30:46 -0700 Da Risk manage_feeds: add Worker factory to dagger
Tue, 18 Jun 2019 17:29:24 -0700 Da Risk manage_feeds: Add UnsubscribeWorker
Tue, 18 Jun 2019 17:52:10 -0700 Da Risk TinyRssApi: add unsubscribeFromFeed() endpoint method
Tue, 18 Jun 2019 17:49:30 -0700 Da Risk ManageFeedsDepency: provide OkHttpClient
Tue, 18 Jun 2019 15:32:54 -0700 Da Risk ManageFeeds: use dagger-android to create the activity injector
Tue, 18 Jun 2019 13:27:02 -0700 Da Risk ManageFeeds : rework dagger configuration
Mon, 17 Jun 2019 18:31:02 -0700 Da Risk Features: Allow features modules to provides some background Workers
Mon, 17 Jun 2019 16:11:07 -0700 Da Risk BackgroundJobManagerModule: provides the WorkerFactory configuration
Mon, 17 Jun 2019 15:56:52 -0700 Da Risk Move BackgroundJobManager into its own package
Mon, 17 Jun 2019 15:46:17 -0700 Da Risk Update a few androidx dependencies
Sat, 15 Jun 2019 19:34:31 -0700 Da Risk Break SubscribeToFeedService from ApiService
Sat, 15 Jun 2019 19:06:19 -0700 Da Risk SubscribeToFeedService: add result code to api
Sat, 15 Jun 2019 19:49:34 -0700 Da Risk Tests: add WorkerInjection module to TestApplicationComponent
Sat, 15 Jun 2019 19:49:09 -0700 Da Risk AddFeedWorkerTest: add missing license
Sat, 15 Jun 2019 18:53:44 -0700 Da Risk Add SubscribeToFeedService to start breaking ApiService by use cases
Sat, 15 Jun 2019 18:22:42 -0700 Da Risk Add AddFeedWorkerTest
Sat, 15 Jun 2019 17:15:22 -0700 Da Risk Suppress AddFeedJob and inline it into AddFeedWorker
Fri, 14 Jun 2019 18:37:04 -0700 Da Risk PurgeArticlesWorker: add tests
Fri, 14 Jun 2019 16:20:37 -0700 Da Risk Remove PurgeArticlesJobService
Fri, 14 Jun 2019 16:08:49 -0700 Da Risk PurgeArticles: replace JobService implementation by workmanager
Fri, 14 Jun 2019 14:48:07 -0700 Da Risk Lazily init WorkManager
Fri, 14 Jun 2019 14:38:57 -0700 Da Risk AddFeed: Remove AddFeedService
Fri, 14 Jun 2019 14:20:41 -0700 Da Risk AddFeed: use WorkerManager instead of the custom JobIntentService
Thu, 13 Jun 2019 16:44:01 -0700 Da Risk SubscribeToFeed: refacto to encapsulate Content
(0) -300 -100 -60 +60 +100 +300 +1000 tip