aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/res/layout/item_comment.xml (unfollow)
Commit message (Expand)AuthorFilesLines
2020-08-24Directly open url without checking available packages in openInBrowser in Lin...Alex Ning1-2/+0
2020-08-10Enlarge clicking area for buttons in comments. Add extra bottom padding for C...Alex Ning1-13/+6
2020-07-18Fix UI issues in post and comment item. Fix Reddit gallery post cannot be ope...Alex Ning1-4/+4
2020-07-17Add a boolean variable isSendingMessage to avoid sending multiple messages be...Alex Ning1-1/+1
2020-07-09Fix username takes up too much space in comments. Add PostCompactRightLeftThu...Alex Ning1-19/+11
2020-06-10Prepare to add different font support.Alex Ning1-2/+10
2020-04-18Remove unused attributes. Fix loading images using GlideImageGetter after the...Alex Ning1-3/+0
2020-04-16Show awards for comments.Alex Ning1-0/+9
2020-04-01Refine animation of hiding and showing comment toolbar.Alex Ning1-1/+1
2020-03-29Add hidden comment toolbar feature.Hermes Junior1-2/+14
2020-02-27Still prepare to add different themes.Alex Ning1-2/+2
2020-02-26Prepare to add different themes. Try fixing timeout issue in okhttp3.Alex Ning1-4/+3
2020-02-20Add an option to show comment dividers. Put theme option to InterfacePreferen...Alex Ning1-198/+198
2020-01-30Copying comments is now available. Some UI tweaks.Alex Ning1-4/+3
2019-11-11Changing post layout in ViewSubredditDetailActivity is available. Tweak the c...Alex Ning1-1/+1
2019-11-08Compact post layout is available. Fixed WebView cannot be inflated on Android...Alex Ning1-2/+2
2019-10-29Minor UI issue fixed.Alex Ning1-1/+1
2019-10-29Fixed UI issues in posts and comments. Version 1.4.0.Alex Ning1-139/+42
2019-10-29Placing vote buttons on the right for comments is now available.Alex Ning1-17/+145
2019-10-29Make Placing vote buttons on the right an option.Alex Ning1-10/+6
2019-10-25Disable clicking comment icon in a post to submit a comment. Enlarge the icon...Alex Ning1-10/+10
2019-10-05Disabling immersive mode (content shown under status bar and nav bar) is now ...Alex Ning1-1/+2
2019-10-03AMOLED dark theme is now available.Alex Ning1-1/+1
2019-09-27Add a mic icon if the user is the submitter in comments. Add a mod icon if th...Alex Ning1-6/+16
2019-09-26Add title and content font size options.Alex Ning1-1/+1
2019-09-20Changing font size is available. Delete duplicate Edit menu in comments.Alex Ning1-1/+5
2019-09-18Saving and unsaving comments are now available. Use xml thumbtack to avoid cr...Alex Ning1-6/+25
2019-08-26Display an archived icon if the post is archived. Display a locked icon if th...Alex Ning1-1/+3
2019-08-26Reimplement Markdown display due to update of Markwon library. Fixed RetryLoa...Alex Ning1-1/+1
2019-08-13Set NSFW and spoiler are now available.Alex Ning1-80/+0
2019-08-13Editing and deleting comments are now available.Alex Ning1-3/+108
2019-08-12Deleting and editing posts are now available.Alex Ning1-2/+2
2019-08-12Fixed UI in dark theme.Alex Ning1-1/+2
2019-08-11Make nav bar white in day theme and change it to the same color as background...Alex Ning1-122/+116
2019-07-22Click a comment to view the corresponding post.Alex Ning1-0/+1
2019-07-18Viewing rules after pressing rules button in PostXXXActivity is available. Ex...Alex Ning1-1/+1
2019-06-23Calculate the comment placeholder position if the position was changed.Alex Ning1-11/+2
2019-06-17Reimplemented parsing comments using recursion to parse all the child comment...Alex Ning1-0/+1
2019-06-14Reply to comments. Preparing for comment deletion.Alex Ning1-1/+14
2019-05-07Dark theme support.Alex Ning1-113/+118
2019-02-20Temporarily use the old way to load comments instead of Paging library. Load ...Alex Ning1-0/+0
2019-01-21Click user names in comment to view the user's details. Minor visual redesign.Alex Ning1-1/+2
2019-01-09Use MarkwonView (a markdown library) instead of HtmlTextView to display post ...Alex Ning1-4/+3
2018-09-02Replace the RecyclerView for comments to MultiLevelRecyclerView in order to d...Alex Ning1-87/+111
2018-08-20Load comment and post content text in HTML form instead of String. Fixed a bu...Alex Ning1-3/+3