Alex Ning
|
3fa6257428
|
Use Retrofit to fetch posts. Delete PaginationRequestQueueSynchronizer because there is no need to pass request queue between PostFragment and PostPaginationScrollListener. Delete and rewrite some code.
|
2018-08-29 12:54:05 +08:00 |
|
Alex Ning
|
2a57e4d5b4
|
Use Retrofit to send API requests. Rename some methods. Changing the type of some methods related to fetching data to static.
|
2018-08-28 23:59:03 +08:00 |
|
Alex Ning
|
a6a951732d
|
Change some methods related to parsing data to static methods. Preparing to use Retrofit to send API requests. Already made a change to use Retrofit to fetch comments.
|
2018-08-27 23:05:56 +08:00 |
|
Alex Ning
|
41b243be7d
|
Display the number of gold given to the post.
|
2018-08-26 14:51:13 +08:00 |
|
Alex Ning
|
d83ded0193
|
Display a thumbtack icon if the post is stickied on top. Display a gold icon 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.
|
2018-08-24 10:38:37 +08:00 |
|
Alex Ning
|
f90bd4d1cc
|
Change the logic of parsing the subreddit icon. Click the icon and the banner of the subreddit to view the image in ViewImageActivity.
|
2018-08-23 17:27:16 +08:00 |
|
Alex Ning
|
97079663ff
|
Correctly handle the case that the value of SELFTEXT_HTML or BODY_HTML_KEY is null. Delete the constraint that only when all the subscribed subreddits and users data have been inserted can the two RecyclerViews update their data in order to avoid the newly fetched data cannot be observed by observers and make the RecyclerView getting the new data impossible.
|
2018-08-22 19:49:50 +08:00 |
|
Alex Ning
|
80058ff6ab
|
Load comment and post content text in HTML form instead of String. Fixed a bug that the icon of subreddits was not parsed properly in ParseSubredditData class.
|
2018-08-21 00:08:48 +08:00 |
|
Alex Ning
|
0fa03cba21
|
Rename some classes and layout resources. Feature added: view posts in ViewSubredditDetailActivity.
|
2018-08-20 22:33:00 +08:00 |
|
Alex Ning
|
07b32b3900
|
Rename some classes. Change the logic of getting the subreddit icon. Prepare to display posts in ViewSubredditDetailActivity.
|
2018-08-20 00:04:49 +08:00 |
|
Alex Ning
|
23bf92d9cf
|
Added feature: Vote in ViewPostDetailActivity. Fix some behavior after the vote fails.
|
2018-08-19 00:03:56 +08:00 |
|
Alex Ning
|
38344e305c
|
Save vote state in CommentData
|
2018-08-18 09:35:45 +08:00 |
|
Alex Ning
|
cca0313990
|
Load user info after the new access token is retrieved if the old access token expired. Feature added: vote comment
|
2018-08-18 09:22:31 +08:00 |
|
Alex Ning
|
3c1423a127
|
Disable image rotation in ViewImageActivity. Disable dispatching touch event in ViewImageActivity when the image is zooming in or out in order to view the image.
|
2018-08-11 23:13:26 +08:00 |
|
Alex Ning
|
eb973138f7
|
Fixed a bug which causes the app to crash when there is no comment in a post. Add a no comment placeholder which is displayed when there is no comment in a post.
|
2018-08-11 17:49:30 +08:00 |
|
Alex Ning
|
c0eaf2d3bb
|
Fixed a bug which causes the app crash when starting ViewImageActivity from ViewPostDetailActivity.
|
2018-08-11 00:05:20 +08:00 |
|
Alex Ning
|
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.
|
2018-08-10 10:24:36 +08:00 |
|
Alex Ning
|
e44a172db0
|
Display subreddit icons in best posts, eventually. Rename some methods.
|
2018-08-10 08:22:56 +08:00 |
|
Alex Ning
|
b0e2e273a7
|
Cancel loading the user's info when there is nobody logging in. Delete a line which access a deleted string resource in manifest.
|
2018-08-05 15:07:37 +08:00 |
|
Alex Ning
|
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.
|
2018-08-05 14:26:01 +08:00 |
|
Alex Ning
|
c6026e5659
|
Fetch the subreddit info and save it to the database. Solve a bug that cannot create a instance of SubredditViewModel.
|
2018-08-05 12:26:50 +08:00 |
|
Alex Ning
|
9334d3860e
|
Preparing to fetch the subreddit info and save it to the database.
|
2018-08-01 00:15:58 +08:00 |
|
Alex Ning
|
7f8ca49190
|
Add the ViewSubredditActivity. Add a OnClickListener in the subscribed subreddits RecyclerView to lauch the ViewSubredditActivity.
|
2018-07-30 23:27:52 +08:00 |
|
Alex Ning
|
c752b66953
|
Add a scroll bar in the navigation drawer
|
2018-07-30 00:11:05 +08:00 |
|
Alex Ning
|
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.
|
2018-07-29 20:25:55 +08:00 |
|
Alex Ning
|
e3653eb503
|
Add a RecyclerView for subscribed subreddits in navigation drawer, rewrite some code and minor bugs fixed
|
2018-07-28 13:45:01 +08:00 |
|
Alex Ning
|
0e6d4ae525
|
Add RecyclerView for subscribed subreddits in navigation drawer and rewrite some code
|
2018-07-28 13:38:50 +08:00 |
|
Alex Ning
|
1f2137dd36
|
First commit
|
2018-07-26 23:04:44 +08:00 |
|