aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/res/layout/item_comment.xml (follow)
Commit message (Expand)AuthorAgeFilesLines
* Remove some markdown processing related to inline gifs. Remove awards related...Docile-Alligator2023-11-251-12/+0
* Center the score of a comment. Switch the number of comment and the share but...Docile-Alligator2023-10-231-37/+48
* Use MaterialButton for icons in comments.Docile-Alligator2023-09-181-20/+17
* Continue changing vote button icons.Docile-Alligator2023-09-181-41/+36
* Fix https://github.com/Docile-Alligator/Infinity-For-Reddit/issues/1475Docile-Alligator2023-05-221-0/+1
* Fix https://github.com/Docile-Alligator/Infinity-For-Reddit/issues/1448Docile-Alligator2023-05-131-1/+3
* Fix https://github.com/Docile-Alligator/Infinity-For-Reddit/issues/1456Docile-Alligator2023-05-071-0/+2
* Show if comments are edited (#1388)Thomas2023-04-241-0/+12
* Render full markdown in CommentsRecyclerViewAdapter.Docile-Alligator2022-04-021-9/+7
* Show author icon in CommentFullyCollapsedViewHolder.Alex Ning2022-01-211-1/+1
* Show author avatars in comments.Alex Ning2022-01-211-13/+32
* Fix views in comment toolbar overlapping each other.Alex Ning2022-01-211-25/+50
* Show child reply count in comments.Alex Ning2022-01-171-3/+6
* Fix clicking spoiler invokes OnClickListener on TextView in comments. Render ...Alex Ning2021-11-091-1/+1
* Try fixing ViewPager2's IllegalStateException.Alex Ning2021-08-111-0/+1
* Optimize item_comment.xml.Alex Ning2021-08-031-201/+193
* Change divider hierachy in item_comment.xmlAlex Ning2021-04-251-6/+6
* Hide reply and save buttons in comments if the depth is larger than 5. Add re...Alex Ning2021-04-201-101/+101
* Tweak the design of comments.Alex Ning2021-04-091-34/+3
* UI changes in comments.Alex Ning2021-04-071-96/+127
* Directly open url without checking available packages in openInBrowser in Lin...Alex Ning2020-08-241-2/+0
* Enlarge clicking area for buttons in comments. Add extra bottom padding for C...Alex Ning2020-08-101-13/+6
* Fix UI issues in post and comment item. Fix Reddit gallery post cannot be ope...Alex Ning2020-07-181-4/+4
* Add a boolean variable isSendingMessage to avoid sending multiple messages be...Alex Ning2020-07-171-1/+1
* Fix username takes up too much space in comments. Add PostCompactRightLeftThu...Alex Ning2020-07-091-19/+11
* Prepare to add different font support.Alex Ning2020-06-101-2/+10
* Remove unused attributes. Fix loading images using GlideImageGetter after the...Alex Ning2020-04-181-3/+0
* Show awards for comments.Alex Ning2020-04-161-0/+9
* Refine animation of hiding and showing comment toolbar.Alex Ning2020-04-011-1/+1
* Add hidden comment toolbar feature.Hermes Junior2020-03-291-2/+14
* Still prepare to add different themes.Alex Ning2020-02-271-2/+2
* Prepare to add different themes. Try fixing timeout issue in okhttp3.Alex Ning2020-02-261-4/+3
* Add an option to show comment dividers. Put theme option to InterfacePreferen...Alex Ning2020-02-201-198/+198
* Copying comments is now available. Some UI tweaks.Alex Ning2020-01-301-4/+3
* Changing post layout in ViewSubredditDetailActivity is available. Tweak the c...Alex Ning2019-11-111-1/+1
* Compact post layout is available. Fixed WebView cannot be inflated on Android...Alex Ning2019-11-081-2/+2
* Minor UI issue fixed.Alex Ning2019-10-291-1/+1
* Fixed UI issues in posts and comments. Version 1.4.0.Alex Ning2019-10-291-139/+42
* Placing vote buttons on the right for comments is now available.Alex Ning2019-10-291-17/+145
* Make Placing vote buttons on the right an option.Alex Ning2019-10-291-10/+6
* Disable clicking comment icon in a post to submit a comment. Enlarge the icon...Alex Ning2019-10-251-10/+10
* Disabling immersive mode (content shown under status bar and nav bar) is now ...Alex Ning2019-10-051-1/+2
* AMOLED dark theme is now available.Alex Ning2019-10-031-1/+1
* Add a mic icon if the user is the submitter in comments. Add a mod icon if th...Alex Ning2019-09-271-6/+16
* Add title and content font size options.Alex Ning2019-09-261-1/+1
* Changing font size is available. Delete duplicate Edit menu in comments.Alex Ning2019-09-201-1/+5
* Saving and unsaving comments are now available. Use xml thumbtack to avoid cr...Alex Ning2019-09-181-6/+25
* Display an archived icon if the post is archived. Display a locked icon if th...Alex Ning2019-08-261-1/+3
* Reimplement Markdown display due to update of Markwon library. Fixed RetryLoa...Alex Ning2019-08-261-1/+1
* Set NSFW and spoiler are now available.Alex Ning2019-08-131-80/+0