aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/res/layout/item_comment.xml (unfollow)
Commit message (Expand)AuthorFilesLines
2023-11-25Remove some markdown processing related to inline gifs. Remove awards related...Docile-Alligator1-12/+0
2023-10-23Center the score of a comment. Switch the number of comment and the share but...Docile-Alligator1-37/+48
2023-09-18Use MaterialButton for icons in comments.Docile-Alligator1-20/+17
2023-09-18Continue changing vote button icons.Docile-Alligator1-41/+36
2023-05-22Fix https://github.com/Docile-Alligator/Infinity-For-Reddit/issues/1475Docile-Alligator1-0/+1
2023-05-13Fix https://github.com/Docile-Alligator/Infinity-For-Reddit/issues/1448Docile-Alligator1-1/+3
2023-05-07Fix https://github.com/Docile-Alligator/Infinity-For-Reddit/issues/1456Docile-Alligator1-0/+2
2023-04-24Show if comments are edited (#1388)Thomas1-0/+12
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