| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Minor bugs related to Custom Tabs fixed. Support more reddit domains. | Alex Ning | 2019-08-05 | 2 | -2/+14 |
* | Sorting and refreshing in FilteredPostsActivity are available. | Alex Ning | 2019-08-05 | 7 | -13/+114 |
* | Filtering posts to specific type when the type chip is clicked in posts. Mino... | Alex Ning | 2019-08-05 | 18 | -150/+460 |
* | Searching subreddits to post is available. Use Toolbar instead of ActionBar i... | Alex Ning | 2019-08-05 | 23 | -86/+375 |
* | Fixed UI in dark theme. Minor bugs fixed. | Alex Ning | 2019-08-04 | 7 | -62/+96 |
* | Show vote unavailable message if the vote buttons of an archived post are cli... | Alex Ning | 2019-08-02 | 7 | -18/+69 |
* | Fixed vote failed message not shown. Fixed subreddit icon not load online if ... | Alex Ning | 2019-08-02 | 13 | -27/+103 |
* | Fixed deep link error handling. | Alex Ning | 2019-08-02 | 3 | -32/+61 |
* | Create LinkResolverActivity to resolve the reddit links instead of resolving ... | Alex Ning | 2019-08-02 | 5 | -78/+97 |
* | Implement Deep Link to open reddit links directly in this app. | Alex Ning | 2019-08-01 | 5 | -9/+104 |
* | Use Brige library and Android-State library to avoid TransactionTooLargeExcep... | Alex Ning | 2019-07-31 | 7 | -46/+63 |
* | Show r/all posts in MainActivity. | Alex Ning | 2019-07-30 | 2 | -15/+35 |
* | Display both the subreddit and the user name in ViewPostDetailActivity. | Alex Ning | 2019-07-29 | 5 | -25/+58 |
* | Add a ViewPager in MainActivity to display popular posts. | Alex Ning | 2019-07-29 | 5 | -57/+181 |
* | Sorting in SearchResultActivity is available. Switch DataSource instead of re... | Alex Ning | 2019-07-28 | 30 | -138/+524 |
* | Use rounded corner bottom fragment. Tweak bottom sheet fragment UI. Change po... | Alex Ning | 2019-07-26 | 10 | -235/+206 |
* | Sorting posts is now available. Minor bugs fixed. | Alex Ning | 2019-07-26 | 20 | -133/+631 |
* | Minor bugs fixed. Minor layout tweaks. | Alex Ning | 2019-07-25 | 11 | -31/+34 |
* | Capture images and videos from camera when click capture fab in PostImageActi... | Alex Ning | 2019-07-24 | 8 | -22/+67 |
* | Click a comment to view the corresponding post. | Alex Ning | 2019-07-22 | 11 | -54/+259 |
* | Add a ViewPager in ViewUserDetailActivity to display comments. Fixed searchin... | Alex Ning | 2019-07-21 | 20 | -52/+1020 |
* | Fixed bugs when posting without a flair specified. Minor UI tweaks. | Alex Ning | 2019-07-19 | 3 | -13/+8 |
* | Add a search button in ViewSubredditDetailActivity and ViewUserDetailActivity... | Alex Ning | 2019-07-18 | 28 | -346/+665 |
* | Viewing rules after pressing rules button in PostXXXActivity is available. Ex... | Alex Ning | 2019-07-18 | 21 | -59/+443 |
* | Display spoiler and flair info in posts. | Alex Ning | 2019-07-17 | 11 | -65/+223 |
* | Flair, spoiler and nsfw support for submitting posts. | Alex Ning | 2019-07-17 | 24 | -41/+892 |
* | Add a FAB in ViewSubredditDetailActivity to submit posts. Display the current... | Alex Ning | 2019-07-16 | 7 | -107/+198 |
* | Sumbitting gif and video posts is now available. | Alex Ning | 2019-07-14 | 11 | -26/+657 |
* | Submitting image posts is now available. | Alex Ning | 2019-07-13 | 10 | -67/+390 |
* | Preparing to submit image posts. | Alex Ning | 2019-07-12 | 10 | -3/+455 |
* | Fixed issues of saving images and videos on Android Q devices. | Alex Ning | 2019-07-12 | 2 | -10/+64 |
* | Fixed user's icon cannot be shown if the post is sent to user space. Start Vi... | Alex Ning | 2019-07-12 | 2 | -51/+126 |
* | Use a modal bottom sheet to display post selection instead of an alert dialog... | Alex Ning | 2019-07-12 | 13 | -29/+210 |
* | Submitting link posts is available. Fixed force stop when a user has no post ... | Alex Ning | 2019-07-12 | 13 | -16/+386 |
* | Submitting posts to user account is available. | Alex Ning | 2019-07-11 | 7 | -40/+174 |
* | Submitting posts to subreddit is available now. Fixed User's posts cannot be ... | Alex Ning | 2019-07-11 | 17 | -78/+249 |
* | Select subreddit in PostTextActivity. | Alex Ning | 2019-07-10 | 8 | -28/+93 |
* | Place all the subscribed subreddits and users to SubscribedThingListingActivi... | Alex Ning | 2019-07-10 | 20 | -136/+602 |
* | Minor UI tweaks. Preparing for submitting text posts. | Alex Ning | 2019-07-09 | 14 | -32/+187 |
* | Retain comments after orientation changes in ViewPostDetailActivity. | Alex Ning | 2019-07-08 | 6 | -333/+33 |
* | Fixed comment color in CommentActivity. Minor layout tweaks. | Alex Ning | 2019-06-28 | 2 | -10/+5 |
* | Loading more comments in ViewPostDetailActivity is back. Display a progress b... | Alex Ning | 2019-06-27 | 10 | -86/+199 |
* | Fixed wrong width of the vertical block of the load more comment placeholder. | Alex Ning | 2019-06-26 | 2 | -19/+16 |
* | Fixed bugs in CommentRecyclerViewAdapter. Minor layout tweaks. | Alex Ning | 2019-06-26 | 4 | -64/+87 |
* | Reimplement ViewPostActivity using one recyclerview to display a post and its... | Alex Ning | 2019-06-25 | 11 | -846/+927 |
* | Set onClickListener in ViewHolder instead of onBindViewHolder in CommentRecyc... | Alex Ning | 2019-06-23 | 5 | -402/+291 |
* | Calculate the comment placeholder position if the position was changed. | Alex Ning | 2019-06-23 | 4 | -50/+94 |
* | Fixed adding new comments to the wrong position. Expand all children of comme... | Alex Ning | 2019-06-22 | 5 | -138/+61 |
* | ReImplemented loading more comments. Load more comments of comments by clicki... | Alex Ning | 2019-06-22 | 14 | -346/+599 |
* | Zoom up to 10x in ViewImageActivity. Minor bugs fixed. | Alex Ning | 2019-06-21 | 4 | -5/+14 |