Infinity-For-Lemmy/app
2018-08-10 10:24:36 +08:00
..
src Display the subreddit icon in ViewPostDetailActivity. Fixed a bug when the subreddit had no icon, the default icon was not shown. Save the subreddit icon url to BestPostData. Having done saving the subreddit icon url to the instance of BestPostData, skip loading the icon from the database using AsyncTask and load the icon from the instance of BestPostData instead. 2018-08-10 10:24:36 +08:00
.gitignore First commit 2018-07-26 23:04:44 +08:00
build.gradle Save subscribed subreddits and users to the SQLite database by using Room Persistence Library. Add a following section in the navigation drawer to display all the followed users. Add a NestedScrollView in the navigation drawer to wrap all the elements. Disable nested scrolling feature in all the RecyclerViews in the navigation drawer. 2018-07-29 20:25:55 +08:00
proguard-rules.pro First commit 2018-07-26 23:04:44 +08:00