aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/res/menu (unfollow)
Commit message (Collapse)AuthorFilesLines
2019-07-14Sumbitting gif and video posts is now available.Alex Ning1-0/+10
2019-07-12Preparing to submit image posts.Alex Ning1-0/+10
2019-07-12Submitting link posts is available. Fixed force stop when a user has no post ↵Alex Ning1-0/+10
in ViewUserDetailActivity.
2019-07-11Submitting posts to subreddit is available now. Fixed User's posts cannot be ↵Alex Ning1-0/+10
all loaded.
2019-06-13Add CommentActivity for sending comments (not implemented yet). Minor UI tweaks.Alex Ning2-2/+18
2019-06-11Lazy mode in ViewUserDetailActivity. Fixed follow chip background color in ↵Alex Ning3-10/+23
dark mode in ViewUserDetailActivity. Fixed force stop after orientation change in ViewUserDetailActivity.
2019-06-08Lazy Mode: Automatically scroll down the recyclerview in PostFragment to ↵Alex Ning1-6/+11
view posts without using hands.
2019-06-06Refresh post in ViewPostDetailActivity.Alex Ning1-0/+10
2019-02-26Fixed user icon and user banner not displaying after user login. ↵Alex Ning1-1/+1
LoginActivity will not show page not found error after login finish.
2019-02-22Add a search view in MainActivity and add a SearchActivity.Alex Ning2-1/+18
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