Commit Graph

  • 362634d1c7 Display the subreddit icon in ViewPostDetailActivity. Fixed a bug when the subreddit had no icon, the default icon was not shown. Save the subreddit icon url to BestPostData. Having done saving the subreddit icon url to the instance of BestPostData, skip loading the icon from the database using AsyncTask and load the icon from the instance of BestPostData instead. Alex Ning 2018-08-10 10:24:36 +0800
  • e44a172db0 Display subreddit icons in best posts, eventually. Rename some methods. Alex Ning 2018-08-10 08:22:56 +0800
  • b0e2e273a7 Cancel loading the user's info when there is nobody logging in. Delete a line which access a deleted string resource in manifest. Alex Ning 2018-08-05 15:07:37 +0800
  • f2eb18749c Fetch a new access token in onCreate method of MainActivity when the old access token is about to expire, specifically, to expire within the next 5 minutes or is already expired to avoid refreshing the access token many times by other queries later. Alex Ning 2018-08-05 14:26:01 +0800
  • c6026e5659 Fetch the subreddit info and save it to the database. Solve a bug that cannot create a instance of SubredditViewModel. Alex Ning 2018-08-05 12:26:50 +0800
  • 9334d3860e Preparing to fetch the subreddit info and save it to the database. Alex Ning 2018-08-01 00:15:58 +0800
  • 7f8ca49190 Add the ViewSubredditActivity. Add a OnClickListener in the subscribed subreddits RecyclerView to lauch the ViewSubredditActivity. Alex Ning 2018-07-30 23:27:52 +0800
  • c752b66953 Add a scroll bar in the navigation drawer Alex Ning 2018-07-30 00:11:05 +0800
  • ddc7b36e72 Save subscribed subreddits and users to the SQLite database by using Room Persistence Library. Add a following section in the navigation drawer to display all the followed users. Add a NestedScrollView in the navigation drawer to wrap all the elements. Disable nested scrolling feature in all the RecyclerViews in the navigation drawer. Alex Ning 2018-07-29 20:25:55 +0800
  • e3653eb503 Add a RecyclerView for subscribed subreddits in navigation drawer, rewrite some code and minor bugs fixed Alex Ning 2018-07-28 13:45:01 +0800
  • 0e6d4ae525 Add RecyclerView for subscribed subreddits in navigation drawer and rewrite some code Alex Ning 2018-07-28 13:38:50 +0800
  • aca6f47a94 Merge branch 'master' of https://github.com/Docile-Alligator/Infinity-For-Reddit Alex Ning 2018-07-26 23:06:05 +0800
  • 1f2137dd36 First commit Alex Ning 2018-07-26 23:04:44 +0800
  • 558502aaf5
    Initial commit Docile-Alligator 2018-07-26 23:02:52 +0800