Infinity-For-Lemmy/app
2019-06-25 09:21:44 +08:00
..
src Reimplement ViewPostActivity using one recyclerview to display a post and its comments instead of using a recyclerview inside NestedScrollView to prevent onBindViewHolder gets called for all the comments data at once and thus consumes more memory and freezes after the comments are loaded. 2019-06-25 09:21:44 +08:00
.gitignore First commit 2018-07-26 23:04:44 +08:00
build.gradle Reimplemented parsing comments using recursion to parse all the child comments. Reimplemented CommentRecyclerView (some methods need proper implementation. Minor bugs fixed. 2019-06-18 00:01:15 +08:00
proguard-rules.pro First commit 2018-07-26 23:04:44 +08:00