| Commit message (Expand) | Author | Age | Files | Lines |
* | Ignore case when searching comments. | Alex Ning | 2021-07-14 | 1 | -1/+2 |
* | Improve the experience of searching in comments. | Alex Ning | 2021-07-12 | 1 | -2/+3 |
* | Apply custom theme to the search panel in ViewPostDetailActivity. | Alex Ning | 2021-07-12 | 1 | -8/+10 |
* | Implement a search panel in ViewPostDetailActivity. | Alex Ning | 2021-07-09 | 1 | -0/+69 |
* | Barebone swiping left or right to go to previous or next post in ViewPostDeta... | Alex Ning | 2021-01-27 | 1 | -36/+3 |
* | Lowercase package names. | Alex Ning | 2020-11-18 | 1 | -1/+1 |
* | Pause autoplaying video in ViewPostDetailActivity in onPause(). | Alex Ning | 2020-08-11 | 1 | -1/+1 |
* | Enlarge clicking area for buttons in comments. Add extra bottom padding for C... | Alex Ning | 2020-08-10 | 1 | -0/+1 |
* | Changing font is available. Fix subtitle on toolbar being cut if the font is ... | Alex Ning | 2020-06-10 | 1 | -1/+2 |
* | Prepare to add different font support. | Alex Ning | 2020-06-10 | 1 | -1/+2 |
* | Video autoplay in ViewPostDetailActivity. Optimize CommentAndPostRecyclerView... | Alex Ning | 2020-05-07 | 1 | -1/+1 |
* | Remove unused attributes. Fix loading images using GlideImageGetter after the... | Alex Ning | 2020-04-18 | 1 | -3/+0 |
* | Prepare to add different themes. Try fixing timeout issue in okhttp3. | Alex Ning | 2020-02-26 | 1 | -1/+1 |
* | Swipe down to refresh is available in other activities. | Alex Ning | 2019-11-19 | 1 | -12/+12 |
* | Add a Fab to scroll down parent comments. Use volume up and down keys to navi... | Alex Ning | 2019-11-17 | 1 | -0/+10 |
* | AMOLED dark theme is now available. | Alex Ning | 2019-10-03 | 1 | -1/+2 |
* | Changing font size is available. Delete duplicate Edit menu in comments. | Alex Ning | 2019-09-20 | 1 | -1/+2 |
* | Fixed UI in dark theme. | Alex Ning | 2019-08-12 | 1 | -0/+1 |
* | Transparent navigation bar and status bar in ViewPostDetailActivity (All thes... | Alex Ning | 2019-08-11 | 1 | -5/+16 |
* | Refactored all the other classes to support multi user. Clearing the app data... | Alex Ning | 2019-08-07 | 1 | -1/+1 |
* | Capture images and videos from camera when click capture fab in PostImageActi... | Alex Ning | 2019-07-24 | 1 | -1/+2 |
* | Click a comment to view the corresponding post. | Alex Ning | 2019-07-22 | 1 | -0/+28 |
* | Reimplement ViewPostActivity using one recyclerview to display a post and its... | Alex Ning | 2019-06-25 | 1 | -332/+3 |
* | Minor UI tweaks. | Alex Ning | 2019-06-18 | 1 | -5/+0 |
* | Reimplemented parsing comments using recursion to parse all the child comment... | Alex Ning | 2019-06-17 | 1 | -1/+6 |
* | Add CommentActivity for sending comments (not implemented yet). Minor UI tweaks. | Alex Ning | 2019-06-13 | 1 | -2/+16 |
* | Minor layout tweaks. Fixed action bar color in ViewPostDetailActivity in dark... | Alex Ning | 2019-06-11 | 1 | -1/+10 |
* | Dark theme support. | Alex Ning | 2019-05-07 | 1 | -6/+8 |
* | Reverse the change of unescaping HTML because it also remove all the HTML tag... | Alex Ning | 2019-05-07 | 1 | -1/+4 |
* | Unescape HTML for post content and comments. Minor UI fixes. | Alex Ning | 2019-04-26 | 1 | -15/+11 |
* | Load parent-level comments using pagination. Only load comments of comments o... | Alex Ning | 2019-02-22 | 1 | -0/+1 |
* | Migrate to AndroidX | Alex Ning | 2019-02-21 | 1 | -12/+12 |
* | Temporarily use the old way to load comments instead of Paging library. Load ... | Alex Ning | 2019-02-20 | 1 | -1/+1 |
* | Load All comments of a post using paging library. Loading comments of comment... | Alex Ning | 2019-02-12 | 1 | -1/+1 |
* | Enlarge the area which contains subreddit or user name and icon for easier to... | Alex Ning | 2019-01-22 | 1 | -21/+31 |
* | Use MarkwonView (a markdown library) instead of HtmlTextView to display post ... | Alex Ning | 2019-01-09 | 1 | -5/+2 |
* | Minor UI tweaks. | Alex Ning | 2019-01-04 | 1 | -26/+15 |
* | Display a MaterialLoadingProgressBar instead of a ProgressBar when loading po... | Alex Ning | 2018-12-27 | 1 | -4/+6 |
* | Use MVVM design pattern to load and display the posts. Minor bugs fixed. | Alex Ning | 2018-11-09 | 1 | -0/+1 |
* | Use AspectRatiotImageView instead of ImageView to fully display the preview i... | Alex Ning | 2018-10-28 | 1 | -2/+4 |
* | Display a crosspost icon if the post is a crosspost. Hide the thumbtack icon ... | Alex Ning | 2018-10-05 | 1 | -2/+14 |
* | Change the layout of post. Add an error view when loading the preview image f... | Alex Ning | 2018-09-28 | 1 | -6/+23 |
* | Replace the RecyclerView for comments to MultiLevelRecyclerView in order to d... | Alex Ning | 2018-09-02 | 1 | -1/+6 |
* | Blur the preview image if the post is NSFW. Tweak some layouts. Optimize some... | Alex Ning | 2018-08-30 | 1 | -11/+7 |
* | Display a thumbtack icon if the post is stickied on top. Display a gold icon ... | Alex Ning | 2018-08-24 | 1 | -0/+21 |
* | Load comment and post content text in HTML form instead of String. Fixed a bu... | Alex Ning | 2018-08-20 | 1 | -3/+3 |
* | Fixed a bug which causes the app to crash when there is no comment in a post.... | Alex Ning | 2018-08-11 | 1 | -0/+24 |
* | Add the ViewSubredditActivity. Add a OnClickListener in the subscribed subred... | Alex Ning | 2018-07-30 | 1 | -0/+1 |
* | First commit | Alex Ning | 2018-07-26 | 1 | -0/+257 |