aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/res/menu (unfollow)
Commit message (Collapse)AuthorFilesLines
2018-12-30Refreshing posts is working now.Alex Ning2-11/+1
2018-12-29Error handling for loading posts now works again. Don't show refresh button ↵Alex Ning1-1/+1
as an icon. Rewrite some code.
2018-09-24Add a feature which is refreshing the posts by clicking the refresh button. ↵Alex Ning2-0/+24
Minor bugs fixed. Rewrite some code.
2018-09-21Click the subreddit icon or the subreddit name to view the subreddit's ↵Alex Ning1-0/+10
details in PostFragment. Make the status bar in ViewSubredditDetailActivity translucent. Prepare to view the user's details in ViewUserDetailActivity. Minor bugs fixed.
2018-07-30Add the ViewSubredditActivity. Add a OnClickListener in the subscribed ↵Alex Ning1-0/+10
subreddits RecyclerView to lauch the ViewSubredditActivity.
2018-07-28Add RecyclerView for subscribed subreddits in navigation drawer and rewrite ↵Alex Ning2-47/+0
some code