Da Risk <da_risk@geekorum.com> [Sun, 17 Feb 2019 21:10:48 -0800] rev 91
FeedsRepository: better handling of exception and structured concurrency
The refresh() method launch too async child coroutines. When one was failing
its exception was caught so the coroutine scope and the other child coroutines
were not cancelled. Then the second child could fail but this time its
exception were not caught. This leads to a crash
Da Risk <da_risk@geekorum.com> [Fri, 15 Feb 2019 11:08:52 -0800] rev 90
Added tag 1.2.0 for changeset 902947e3ee23
Da Risk <da_risk@geekorum.com> [Fri, 15 Feb 2019 11:08:28 -0800] rev 89
Bump to version 1.2.0
Da Risk <da_risk@geekorum.com> [Fri, 15 Feb 2019 10:55:24 -0800] rev 88
Update some libraries
Da Risk <da_risk@geekorum.com> [Fri, 15 Feb 2019 10:55:10 -0800] rev 87
Fix a few lint warnings
Da Risk <da_risk@geekorum.com> [Fri, 15 Feb 2019 08:32:49 -0800] rev 86
ArticleDetailFragment: force webview to layout after page is loaded
Sometimes there is no layout pass necessary after onPageLoaded. Force it to be
sure we can calculate the scroll position
Da Risk <da_risk@geekorum.com> [Fri, 15 Feb 2019 08:07:00 -0800] rev 85
BatteryFriendlyActivity: rest the local night mode to unspecified
The local night mode need to be unspecified in order to use the default night
mode
Da Risk <da_risk@geekorum.com> [Mon, 11 Feb 2019 16:37:47 -0800] rev 84
Use BatteryFriendlyActivity as BaseActivity
Da Risk <da_risk@geekorum.com> [Mon, 11 Feb 2019 16:20:36 -0800] rev 83
Add BatteryFriendlyActivity, an activity that force night mode when battery is low
Da Risk <da_risk@geekorum.com> [Mon, 11 Feb 2019 11:03:16 -0800] rev 82
Update geedroid library
This version has a bug fix on BrowserLauncher