Alex Ning
|
fc356c6505
|
Disable the animation for finishing activity in ViewImageActivity and ViewVideoActivity. Fixed a bug that occurred when parsing posts finishes but the PostFragment is not added in any Activity (e.g. Activity finishes).
|
2018-09-22 10:45:38 +08:00 |
|
Alex Ning
|
06a692130c
|
Replace the RecyclerView for comments to MultiLevelRecyclerView in order to 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.
|
2018-09-03 00:05:42 +08:00 |
|
Alex Ning
|
6637cefc05
|
Blur the preview image if the post is NSFW. Tweak some layouts. Optimize some methods.
|
2018-08-30 21:18:21 +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
|
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
|
23bf92d9cf
|
Added feature: Vote in ViewPostDetailActivity. Fix some behavior after the vote fails.
|
2018-08-19 00:03:56 +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
|
1f2137dd36
|
First commit
|
2018-07-26 23:04:44 +08:00 |
|