aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/res/layout/item_comment.xml (unfollow)
Commit message (Expand)AuthorFilesLines
2022-04-02Render full markdown in CommentsRecyclerViewAdapter.Docile-Alligator1-9/+7
2022-01-21Show author icon in CommentFullyCollapsedViewHolder.Alex Ning1-1/+1
2022-01-21Show author avatars in comments.Alex Ning1-13/+32
2022-01-21Fix views in comment toolbar overlapping each other.Alex Ning1-25/+50
2022-01-17Show child reply count in comments.Alex Ning1-3/+6
2021-11-09Fix clicking spoiler invokes OnClickListener on TextView in comments. Render ...Alex Ning1-1/+1
2021-08-11Try fixing ViewPager2's IllegalStateException.Alex Ning1-0/+1
2021-08-03Optimize item_comment.xml.Alex Ning1-201/+193
2021-04-25Change divider hierachy in item_comment.xmlAlex Ning1-6/+6
2021-04-20Hide reply and save buttons in comments if the depth is larger than 5. Add re...Alex Ning1-101/+101
2021-04-09Tweak the design of comments.Alex Ning1-34/+3
2021-04-07UI changes in comments.Alex Ning1-96/+127
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