Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | 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 | 4 | -17/+39 | |
| | ||||||
* | Add a ViewPager in MainActivity to display popular posts. | Alex Ning | 2019-07-29 | 4 | -56/+158 | |
| | ||||||
* | Sorting in SearchResultActivity is available. Switch DataSource instead of ↵ | Alex Ning | 2019-07-28 | 21 | -101/+371 | |
| | | | | replacing fragments when changing sorting types. Minor bugs fixed. | |||||
* | Use rounded corner bottom fragment. Tweak bottom sheet fragment UI. Change ↵ | Alex Ning | 2019-07-26 | 5 | -92/+135 | |
| | | | | post type bottom sheet dialog to fragment. Exit SearchActivity no matter searchview is open or not. | |||||
* | Sorting posts is now available. Minor bugs fixed. | Alex Ning | 2019-07-26 | 13 | -122/+393 | |
| | ||||||
* | Minor bugs fixed. Minor layout tweaks. | Alex Ning | 2019-07-25 | 9 | -26/+32 | |
| | ||||||
* | Capture images and videos from camera when click capture fab in ↵ | Alex Ning | 2019-07-24 | 4 | -21/+46 | |
| | | | | PostImageActivity and PostVideoActivity. Go to user's profile after sending image post. | |||||
* | Click a comment to view the corresponding post. | Alex Ning | 2019-07-22 | 7 | -51/+227 | |
| | ||||||
* | Add a ViewPager in ViewUserDetailActivity to display comments. Fixed ↵ | Alex Ning | 2019-07-21 | 16 | -49/+951 | |
| | | | | searching posts without specifying subreddit will result in no posts. Use another api endpoint for fetching posts in ViewUserDetailActivity. | |||||
* | Fixed bugs when posting without a flair specified. Minor UI tweaks. | Alex Ning | 2019-07-19 | 1 | -3/+4 | |
| | ||||||
* | Add a search button in ViewSubredditDetailActivity and ↵ | Alex Ning | 2019-07-18 | 18 | -289/+470 | |
| | | | | ViewUserDetailActivity. Search posts in a specific subreddit is available. Rename SearchActivity to SearchResultActivity. Add SearchActivity for searching instead of searching in MainActivity. | |||||
* | Viewing rules after pressing rules button in PostXXXActivity is available. ↵ | Alex Ning | 2019-07-18 | 15 | -57/+384 | |
| | | | | Extend MarkwonView to support opening reddit subreddit and user links. | |||||
* | Display spoiler and flair info in posts. | Alex Ning | 2019-07-17 | 9 | -63/+137 | |
| | ||||||
* | Flair, spoiler and nsfw support for submitting posts. | Alex Ning | 2019-07-17 | 16 | -31/+619 | |
| | ||||||
* | Add a FAB in ViewSubredditDetailActivity to submit posts. Display the ↵ | Alex Ning | 2019-07-16 | 6 | -107/+190 | |
| | | | | current subreddit in PostXXXActivity if they are opened from ViewSubredditDetailActivity. | |||||
* | Sumbitting gif and video posts is now available. | Alex Ning | 2019-07-14 | 7 | -26/+508 | |
| | ||||||
* | Submitting image posts is now available. | Alex Ning | 2019-07-13 | 9 | -67/+389 | |
| | ||||||
* | Preparing to submit image posts. | Alex Ning | 2019-07-12 | 4 | -3/+287 | |
| | ||||||
* | 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 ↵ | Alex Ning | 2019-07-12 | 2 | -51/+126 | |
| | | | | ViewUserDetailActivity when clicking user name or user icon if the post is sent to user space. | |||||
* | Use a modal bottom sheet to display post selection instead of an alert ↵ | Alex Ning | 2019-07-12 | 1 | -21/+37 | |
| | | | | dialog. Fixed some icons. | |||||
* | Submitting link posts is available. Fixed force stop when a user has no post ↵ | Alex Ning | 2019-07-12 | 8 | -15/+265 | |
| | | | | in ViewUserDetailActivity. | |||||
* | Submitting posts to user account is available. | Alex Ning | 2019-07-11 | 6 | -40/+173 | |
| | ||||||
* | Submitting posts to subreddit is available now. Fixed User's posts cannot be ↵ | Alex Ning | 2019-07-11 | 13 | -76/+231 | |
| | | | | all loaded. | |||||
* | Select subreddit in PostTextActivity. | Alex Ning | 2019-07-10 | 7 | -19/+90 | |
| | ||||||
* | Place all the subscribed subreddits and users to ↵ | Alex Ning | 2019-07-10 | 11 | -107/+405 | |
| | | | | SubscribedThingListingActivity instead of the navigation drawer in MainActivity. | |||||
* | Minor UI tweaks. Preparing for submitting text posts. | Alex Ning | 2019-07-09 | 5 | -25/+66 | |
| | ||||||
* | 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 | 1 | -1/+1 | |
| | ||||||
* | Loading more comments in ViewPostDetailActivity is back. Display a progress ↵ | Alex Ning | 2019-06-27 | 5 | -80/+157 | |
| | | | | bar when loading more comments. Display an error view when loading more comments failed. | |||||
* | Fixed wrong width of the vertical block of the load more comment placeholder. | Alex Ning | 2019-06-26 | 1 | -18/+15 | |
| | ||||||
* | Fixed bugs in CommentRecyclerViewAdapter. Minor layout tweaks. | Alex Ning | 2019-06-26 | 2 | -54/+53 | |
| | ||||||
* | Reimplement ViewPostActivity using one recyclerview to display a post and ↵ | Alex Ning | 2019-06-25 | 5 | -514/+637 | |
| | | | | its comments instead of using a recyclerview inside NestedScrollView to prevent onBindViewHolder gets called for all the comments data at once and thus consumes more memory and freezes after the comments are loaded. | |||||
* | Set onClickListener in ViewHolder instead of onBindViewHolder in ↵ | Alex Ning | 2019-06-23 | 2 | -346/+290 | |
| | | | | CommentRecyclerViewAdapter. Do nothing when failing to vote comments. | |||||
* | Calculate the comment placeholder position if the position was changed. | Alex Ning | 2019-06-23 | 3 | -39/+92 | |
| | ||||||
* | Fixed adding new comments to the wrong position. Expand all children of ↵ | Alex Ning | 2019-06-22 | 5 | -138/+61 | |
| | | | | comments after parsing. Delete useless parameters of some methods. | |||||
* | ReImplemented loading more comments. Load more comments of comments by ↵ | Alex Ning | 2019-06-22 | 10 | -344/+510 | |
| | | | | clicking the load more item (Still has a little issue). Minor bugs fixed. | |||||
* | Zoom up to 10x in ViewImageActivity. Minor bugs fixed. | Alex Ning | 2019-06-21 | 3 | -5/+11 | |
| | ||||||
* | Minor UI tweaks. | Alex Ning | 2019-06-18 | 4 | -93/+70 | |
| | ||||||
* | Fixed sending child comments. | Alex Ning | 2019-06-18 | 4 | -10/+28 | |
| | ||||||
* | Fixed refreshing comments and sending comments. | Alex Ning | 2019-06-18 | 4 | -194/+22 | |
| | ||||||
* | Reimplemented parsing comments using recursion to parse all the child ↵ | Alex Ning | 2019-06-17 | 6 | -127/+418 | |
| | | | | comments. Reimplemented CommentRecyclerView (some methods need proper implementation. Minor bugs fixed. | |||||
* | Reply to comments. Preparing for comment deletion. | Alex Ning | 2019-06-14 | 6 | -30/+86 | |
| | ||||||
* | Show a snackbar when sending comment and sending comment fails. Display the ↵ | Alex Ning | 2019-06-14 | 5 | -53/+148 | |
| | | | | sent comment data after the comment is sent. | |||||
* | Added a feature: Sending comments. | Alex Ning | 2019-06-14 | 6 | -75/+104 | |
| | ||||||
* | Add CommentActivity for sending comments (not implemented yet). Minor UI tweaks. | Alex Ning | 2019-06-13 | 5 | -33/+226 | |
| | ||||||
* | Minor layout tweaks. Fixed action bar color in ViewPostDetailActivity in ↵ | Alex Ning | 2019-06-11 | 1 | -1/+14 | |
| | | | | dark mode. | |||||
* | Lazy mode in ViewSubredditDetailActivity. | Alex Ning | 2019-06-11 | 2 | -4/+43 | |
| | ||||||
* | Lazy mode in ViewUserDetailActivity. Fixed follow chip background color in ↵ | Alex Ning | 2019-06-11 | 2 | -10/+87 | |
| | | | | dark mode in ViewUserDetailActivity. Fixed force stop after orientation change in ViewUserDetailActivity. |