Commit Graph

54 Commits

Author SHA1 Message Date
Vavassor 8994d81c66 Potential simple fix for images failing to load #198. 2017-06-18 17:20:54 -04:00
Peter Cai a498292c64
TuskyApplication: call super.onCreate()
Although for now it makes no difference calling super.onCreate or not
(the method Application.onCreate() is empty), it is denoted with
@CallSuper and might cause errors in some IDE if it is not called.
2017-05-01 14:02:32 +08:00
Peter Cai 90b903a1d0
Let OkHttp3Downloader create an OkHttpClient by default
This re-enables the local cache in default cache directory
2017-04-22 13:29:00 +08:00
Peter Cai b36ad24286
Fix #198: Use OkHttp3Downloader by default 2017-04-22 13:13:48 +08:00