Raanan
Raanan
`FragmentStatePagerAdapter `manages an internal reference to it's Fragments when extending it you shouldn't create an additional `SparseArray `(as in `ObjectAtPositionPagerAdapter`) instead implement the `ObjectAtPositionInterface `and in the `getObjectAtPosition ` return...
It seems that ical4j version 2.0.0 causes the following crash on Samsung devices with Android 5.x.x, it is related to the ServiceLoader usage. Ideas? ``` Fatal Exception: java.lang.ExceptionInInitializerError at net.fortuna.ical4j.model.Calendar.(SourceFile)...
Display total account value (Lending, Margin, Exchange) in BTC and Output currency ## Description Implements issue https://github.com/Mikadily/poloniexlendingbot/issues/240 Closes #240 ## TESTING STAGE In progress ## Types of changes - [...
Configuration, MarketAnalysis perform API calls which might fail and therefore we need to handle them as well. https://github.com/Mikadily/poloniexlendingbot/blob/master/lendingbot.py#L36 https://github.com/Mikadily/poloniexlendingbot/blob/master/lendingbot.py#L54
1. Hide coins only till a specific gap below the minDailyRate 2. Use the minDailyRate (coin specific or general) as a base for the offers spread. Currently if hidecoins isn't...