aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/res/layout (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* Rename some classes and layout resources. Feature added: view posts in ViewSu...Alex Ning2018-08-204-7/+12
* Rename some classes. Change the logic of getting the subreddit icon. Prepare ...Alex Ning2018-08-192-12/+6
* Load user info after the new access token is retrieved if the old access toke...Alex Ning2018-08-181-2/+4
* Fixed a bug which causes the app to crash when there is no comment in a post....Alex Ning2018-08-111-0/+24
* Fetch a new access token in onCreate method of MainActivity when the old acce...Alex Ning2018-08-051-1/+4
* Fetch the subreddit info and save it to the database. Solve a bug that cannot...Alex Ning2018-08-051-17/+31
* Add the ViewSubredditActivity. Add a OnClickListener in the subscribed subred...Alex Ning2018-07-303-0/+116
* Add a scroll bar in the navigation drawerAlex Ning2018-07-291-1/+2
* Save subscribed subreddits and users to the SQLite database by using Room Per...Alex Ning2018-07-291-51/+70
* Add a RecyclerView for subscribed subreddits in navigation drawer, rewrite so...Alex Ning2018-07-282-6/+74
* Add RecyclerView for subscribed subreddits in navigation drawer and rewrite s...Alex Ning2018-07-281-0/+6
* First commitAlex Ning2018-07-2613-0/+841