Michał Szwarc
Michał Szwarc
Its problem with _pause_bar_height_ from resources, on some devices with density not full number (like 1.5, 1.3 etc) show little line like this:  On devices with density like 2.0,...
Try change drawable size. Drawing animations depends from drawable size and dimens from XML.
I did not foresee such a situation, this will require more code intervention. The library was supposed to be simple. There are more things missing than this :( It is...
Using release version?
Settings are saved after edit it. Data is not saving when closing activity. But: - you can create custom StorageInterface to save all data in memory; - when activity is...
Basing on this example i make some test and: - there's no need make 40 requests, one is enough - when request is http/1.1 SocketTimeoutException occurs only on first request...