aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/res/layout/activity_main.xml (unfollow)
Commit message (Expand)AuthorFilesLines
2019-02-21Migrate to AndroidXAlex Ning1-8/+8
2019-01-11View user details in ViewUserDetailActivity. Follow or unfollow user is not p...Alex Ning1-0/+1
2019-01-04Minor UI tweaks.Alex Ning1-1/+1
2018-08-18Load user info after the new access token is retrieved if the old access toke...Alex Ning1-2/+4
2018-07-29Add a scroll bar in the navigation drawerAlex Ning1-1/+2
2018-07-29Save subscribed subreddits and users to the SQLite database by using Room Per...Alex Ning1-51/+70
2018-07-28Add a RecyclerView for subscribed subreddits in navigation drawer, rewrite so...Alex Ning1-3/+53