aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/res/values (unfollow)
Commit message (Expand)AuthorFilesLines
2018-08-11Fixed a bug which causes the app to crash when there is no comment in a post....Alex Ning1-0/+1
2018-08-05Fetch a new access token in onCreate method of MainActivity when the old acce...Alex Ning1-1/+0
2018-08-05Fetch the subreddit info and save it to the database. Solve a bug that cannot...Alex Ning1-0/+2
2018-07-30Add the ViewSubredditActivity. Add a OnClickListener in the subscribed subred...Alex Ning2-0/+92
2018-07-29Save subscribed subreddits and users to the SQLite database by using Room Per...Alex Ning1-0/+1
2018-07-28Add a RecyclerView for subscribed subreddits in navigation drawer, rewrite so...Alex Ning1-0/+3