aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Submitting posts to user account is available.2019-07-117-40/+174
* Submitting posts to subreddit is available now. Fixed User's posts cannot be ...2019-07-1117-78/+249
* Select subreddit in PostTextActivity.2019-07-108-28/+93
* Place all the subscribed subreddits and users to SubscribedThingListingActivi...2019-07-1022-136/+602
* Minor UI tweaks. Preparing for submitting text posts.2019-07-0916-32/+187
* Retain comments after orientation changes in ViewPostDetailActivity.2019-07-086-333/+33
* Fixed comment color in CommentActivity. Minor layout tweaks.2019-06-282-10/+5
* Loading more comments in ViewPostDetailActivity is back. Display a progress b...2019-06-2710-86/+199
* Fixed wrong width of the vertical block of the load more comment placeholder.2019-06-262-19/+16
* Fixed bugs in CommentRecyclerViewAdapter. Minor layout tweaks.2019-06-265-64/+87
* Reimplement ViewPostActivity using one recyclerview to display a post and its...2019-06-2511-846/+927
* Set onClickListener in ViewHolder instead of onBindViewHolder in CommentRecyc...2019-06-235-402/+291
* Calculate the comment placeholder position if the position was changed.2019-06-234-50/+94
* Fixed adding new comments to the wrong position. Expand all children of comme...2019-06-225-138/+61
* ReImplemented loading more comments. Load more comments of comments by clicki...2019-06-2214-346/+599
* Zoom up to 10x in ViewImageActivity. Minor bugs fixed.2019-06-214-5/+14
* Minor UI tweaks.2019-06-186-98/+71
* Fixed sending child comments.2019-06-184-10/+28
* Fixed refreshing comments and sending comments.2019-06-184-194/+22
* Reimplemented parsing comments using recursion to parse all the child comment...2019-06-1711-129/+425
* Reply to comments. Preparing for comment deletion.2019-06-1411-34/+119
* Show a snackbar when sending comment and sending comment fails. Display the s...2019-06-149-55/+151
* Added a feature: Sending comments.2019-06-1411-91/+114
* Add CommentActivity for sending comments (not implemented yet). Minor UI tweaks.2019-06-1317-44/+346
* Minor layout tweaks. Fixed action bar color in ViewPostDetailActivity in dark...2019-06-116-10/+32
* Lazy mode in ViewSubredditDetailActivity.2019-06-113-4/+45
* Lazy mode in ViewUserDetailActivity. Fixed follow chip background color in da...2019-06-118-23/+115
* Fixed lazy mode could not be paused properly.2019-06-102-38/+32
* Pause lazy mode if the user is swiping posts.2019-06-094-33/+97
* Lazy Mode: Automatically scroll down the recyclerview in PostFragment to view...2019-06-086-23/+160
* Fixed dark theme in landscape mode. Display the host of the url when the post...2019-06-063-53/+70
* Refresh post in ViewPostDetailActivity.2019-06-0616-238/+428
* Fixed UI problems introduced by dark theme.2019-06-0517-35/+27
* Dark theme support.2019-05-0720-159/+208
* Reverse the change of unescaping HTML because it also remove all the HTML tag...2019-05-075-15/+23
* Unescape HTML for post content and comments. Minor UI fixes.2019-04-2610-44/+34
* Hide Toolbar when scrolling content up.2019-04-237-110/+97
* Fixed voting state inconsistency after orientation change in ViewPostDetailAc...2019-04-194-434/+37
* Synchronizing voting state between PostRecyclerViewAdapter and ViewPostDetail...2019-04-1814-63/+149
* Fixed displaying wrong score when rapidly clicking vote buttons in CommentMul...2019-04-183-225/+171
* Fixed displaying wrong score when rapidly clicking vote buttons in PostRecycl...2019-04-186-93/+83
* Don't draw under display cutouts in landscape mode (API >= 28).2019-02-274-12/+22
* Fixed the error drawable of glide image loading has not been done rounded cor...2019-02-269-18/+34
* Fixed user icon and user banner not displaying after user login. LoginActivit...2019-02-268-96/+100
* Reload MainActivity after login success.2019-02-262-31/+37
* Add two features: refresh searching and searching in SearchActivity. Fixed a ...2019-02-2613-96/+223
* Add a feature: Search for users. Change some names of interfaces and methods.2019-02-2322-97/+892
* Add a feature: Search for users. Fixed calling callback.onResult twice when l...2019-02-2324-116/+1026
* Change SearchView style in MainActivity. Solve tab layout covering fragments ...2019-02-224-6/+11
* Load parent-level comments using pagination. Only load comments of comments o...2019-02-227-55/+85