Results 15 comments of Swifty Wang

> > > Same here, > > > user can still select an account [1], but then it goes into endless loading [2] > > > [1] > > >...

能 PR 过来吗 谢谢

and also for the dismiss loadmore view if no more data, after read the source code I think `if (mRecyclerView.isLoadMoreEnabled()) { mRecyclerView.disableLoadmore(); mAdapter.internalExecuteLoadingView(); }` is better than hardcode to notifyItemRemoved....

@lkwjohn @cymcsg ultimateRecyclerView.setEmptyView(@LayoutRes int emptyResourceId, final int emptyViewPolicy); after read source code, the second param needs pass a Policy Id I think, but the comment is @param emptyViewPolicy the Resource...

@daimajia https://jitpack.io/ is too expensive, do u know any other tools with cheaper price?

@daimajia yeah, but I have some private repos :(

需要重新编译ffmpeg,适配各种cpu架构,现在遇到一些坑,还在踩着

编译ffmpeg搞了好几天,已经略入门了,目前基本问题已经解决,就差其他cpu的so适配工作和image或video更有意思功能的加入。 基本通过Converter 配上ConverterRequest 就可以扩展. 有兴趣可以一起PR做,一起学习 https://github.com/SwiftyWang/ImageToAscii 我的微信: swiftydev

> @SwiftyWang thanks - is this behaviour new in 2.7 or was it also reproducible previously? First found in 2.6.x then I upgrade to 2.7 still reproducible.