Results 31 comments of Eugen Kiss

Will do! For general information purposes, here's the rough idea: Routes are part of a list (the history) that is (de)serializable and there is a pointer/index that points to the...

FYI, I've tried a specific approach in a branch of my project: https://github.com/eugenkiss/static-mobx-routing/tree/rewrite The idea is roughly as follows: First, the assumptions: Routes are part of a list (the *history*)...

I haven't looked into it since I created this issue report so sadly not.

Plus, the favorites and watchlist should be collapsible. And the (view) state of the drawer should be kept between activities (optional, I can implement it if need be).

https://github.com/mikepenz/MaterialDrawer http://www.android4devs.com/2014/12/how-to-make-material-design-navigation-drawer.html?m=1

An interesting complaint from one user is that links behind spoilers don't work which makes sense if you know the code. Making every case recursive would fix this problem most...

Sounds good! If you have any questions don't hesitate to ask me. The following commit might be helpful to you: https://github.com/eugenkiss/chanobol/commit/876f6b4225b7183bc0cd4fc5a97bf0484eaf10cd

See http://stablekernel.com/blog/replace-asynctask-asynctaskloader-rx-observable-rxjava-android-patterns/#toc_12 > The great thing about this is, unlike Loaders, we have the flexibility to cache this result across many Activities and Services if we choose. Just remove the...

The problem is more subtle. I could simply resize every image such that it is not larger than the screen size. But what about high-res pictures that contain a lot...

I'm still accepting PRs. However, I've stopped working on the project since quite a long time. I think the last update was for Kotlin M13. Since Kotlin changed quite a...