aboutsummaryrefslogtreecommitdiff
path: root/app/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* Sorting and refreshing in FilteredPostsActivity are available.Alex Ning2019-08-057-13/+114
* Filtering posts to specific type when the type chip is clicked in posts. Mino...Alex Ning2019-08-0518-150/+460
* Searching subreddits to post is available. Use Toolbar instead of ActionBar i...Alex Ning2019-08-0523-86/+375
* Fixed UI in dark theme. Minor bugs fixed.Alex Ning2019-08-047-62/+96
* Show vote unavailable message if the vote buttons of an archived post are cli...Alex Ning2019-08-027-18/+69
* Fixed vote failed message not shown. Fixed subreddit icon not load online if ...Alex Ning2019-08-0213-27/+103
* Fixed deep link error handling.Alex Ning2019-08-023-32/+61
* Create LinkResolverActivity to resolve the reddit links instead of resolving ...Alex Ning2019-08-025-78/+97
* Implement Deep Link to open reddit links directly in this app.Alex Ning2019-08-015-9/+104
* Use Brige library and Android-State library to avoid TransactionTooLargeExcep...Alex Ning2019-07-317-46/+63
* Show r/all posts in MainActivity.Alex Ning2019-07-302-15/+35
* Display both the subreddit and the user name in ViewPostDetailActivity.Alex Ning2019-07-295-25/+58
* Add a ViewPager in MainActivity to display popular posts.Alex Ning2019-07-295-57/+181
* Sorting in SearchResultActivity is available. Switch DataSource instead of re...Alex Ning2019-07-2830-138/+524
* Use rounded corner bottom fragment. Tweak bottom sheet fragment UI. Change po...Alex Ning2019-07-2610-235/+206
* Sorting posts is now available. Minor bugs fixed.Alex Ning2019-07-2620-133/+631
* Minor bugs fixed. Minor layout tweaks.Alex Ning2019-07-2511-31/+34
* Capture images and videos from camera when click capture fab in PostImageActi...Alex Ning2019-07-248-22/+67
* Click a comment to view the corresponding post.Alex Ning2019-07-2211-54/+259
* Add a ViewPager in ViewUserDetailActivity to display comments. Fixed searchin...Alex Ning2019-07-2120-52/+1020
* Fixed bugs when posting without a flair specified. Minor UI tweaks.Alex Ning2019-07-193-13/+8
* Add a search button in ViewSubredditDetailActivity and ViewUserDetailActivity...Alex Ning2019-07-1828-346/+665
* Viewing rules after pressing rules button in PostXXXActivity is available. Ex...Alex Ning2019-07-1821-59/+443
* Display spoiler and flair info in posts.Alex Ning2019-07-1711-65/+223
* Flair, spoiler and nsfw support for submitting posts.Alex Ning2019-07-1724-41/+892
* Add a FAB in ViewSubredditDetailActivity to submit posts. Display the current...Alex Ning2019-07-167-107/+198
* Sumbitting gif and video posts is now available.Alex Ning2019-07-1411-26/+657
* Submitting image posts is now available.Alex Ning2019-07-1310-67/+390
* Preparing to submit image posts.Alex Ning2019-07-1210-3/+455
* Fixed issues of saving images and videos on Android Q devices.Alex Ning2019-07-122-10/+64
* Fixed user's icon cannot be shown if the post is sent to user space. Start Vi...Alex Ning2019-07-122-51/+126
* Use a modal bottom sheet to display post selection instead of an alert dialog...Alex Ning2019-07-1213-29/+210
* Submitting link posts is available. Fixed force stop when a user has no post ...Alex Ning2019-07-1213-16/+386
* Submitting posts to user account is available.Alex Ning2019-07-117-40/+174
* Submitting posts to subreddit is available now. Fixed User's posts cannot be ...Alex Ning2019-07-1117-78/+249
* Select subreddit in PostTextActivity.Alex Ning2019-07-108-28/+93
* Place all the subscribed subreddits and users to SubscribedThingListingActivi...Alex Ning2019-07-1020-136/+602
* Minor UI tweaks. Preparing for submitting text posts.Alex Ning2019-07-0914-32/+187
* Retain comments after orientation changes in ViewPostDetailActivity.Alex Ning2019-07-086-333/+33
* Fixed comment color in CommentActivity. Minor layout tweaks.Alex Ning2019-06-282-10/+5
* Loading more comments in ViewPostDetailActivity is back. Display a progress b...Alex Ning2019-06-2710-86/+199
* Fixed wrong width of the vertical block of the load more comment placeholder.Alex Ning2019-06-262-19/+16
* Fixed bugs in CommentRecyclerViewAdapter. Minor layout tweaks.Alex Ning2019-06-264-64/+87
* Reimplement ViewPostActivity using one recyclerview to display a post and its...Alex Ning2019-06-2511-846/+927
* Set onClickListener in ViewHolder instead of onBindViewHolder in CommentRecyc...Alex Ning2019-06-235-402/+291
* Calculate the comment placeholder position if the position was changed.Alex Ning2019-06-234-50/+94
* Fixed adding new comments to the wrong position. Expand all children of comme...Alex Ning2019-06-225-138/+61
* ReImplemented loading more comments. Load more comments of comments by clicki...Alex Ning2019-06-2214-346/+599
* Zoom up to 10x in ViewImageActivity. Minor bugs fixed.Alex Ning2019-06-214-5/+14
* Minor UI tweaks.Alex Ning2019-06-186-98/+71