| Commit message (Collapse) | Author | Files | Lines |
|
ViewVideoActivity. Fixed a bug that occurred when parsing posts finishes but the PostFragment is not added in any Activity (e.g. Activity finishes).
|
|
details in PostFragment. Make the status bar in ViewSubredditDetailActivity translucent. Prepare to view the user's details in ViewUserDetailActivity. Minor bugs fixed.
|
|
display the comment trees easily. Click the expand more button to expand the comment tree. Click the expand less button to hide the comment tree. Rewrite some code.
|
|
some methods.
|
|
posts. Probably fix a bug that holder.getAdapterPosition() returns -1 when loading subreddit icons in the RecyclerView of PostFragment. Subreddit banners are parsed correctly in ParseSubscribedThing. Check if the api call is successful in onResponse. Rewrite some methods.
|
|
and the number of gold if the post is gilded. Load subreddit icons in LoadSubredditIconAsyncTaskListener instead of loading the icons in onPostExecute() of LoadSubredditIconAsyncTask in order to avoid loading icons on a destroyed activity when start the Activity and then press back or up button immediately.
|
|
banner of the subreddit to view the image in ViewImageActivity.
|
|
bug that the icon of subreddits was not parsed properly in ParseSubredditData class.
|
|
ViewSubredditDetailActivity.
|
|
to display posts in ViewSubredditDetailActivity.
|
|
token expired. Feature added: vote comment
|
|
post. Add a no comment placeholder which is displayed when there is no comment in a post.
|
|
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.
|
|
cannot create a instance of SubredditViewModel.
|
|
subreddits RecyclerView to lauch the ViewSubredditActivity.
|
|
|
|
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.
|
|
some code and minor bugs fixed
|
|
some code
|