aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/java/ml/docilealligator/infinityforreddit/adapters/MessageRecyclerViewAdapter.java (follow)
Commit message (Expand)AuthorAgeFilesLines
* Migrate to ViewBinding in some adapters.Docile-Alligator2024-05-071-59/+46
* Code cleanup.Docile-Alligator2024-01-041-14/+14
* Fix OnClickListener's onlick being called even if it's null. Fix the double h...Docile-Alligator2023-12-091-1/+0
* If an author is deleted and is clicked, don't switch to view user (#1287)cmp2022-12-231-0/+3
* Superscript parser overhaul (#1162)scria10002022-11-031-15/+2
* Refactor and de-duplicate markdown code (#1086)Sergei Kozelko2022-10-081-0/+2
* Fix spoiler interactions with links and long clicks (#1129)Sergei Kozelko2022-09-251-0/+3
* Heading markdown fix (#908)Sergei Kozelko2022-08-141-0/+2
* Fix duplicate sent private messages.Docile-Alligator2022-05-151-1/+0
* Fix app crashes when opening a very long private message.Docile-Alligator2022-05-151-2/+2
* Fix inbox count not updating after reading a message.Docile-Alligator2022-05-141-1/+5
* Copy priate messages.Docile-Alligator2022-05-131-6/+6
* Version 5.1.9-beta1. Fix low resolution post previews when showing them for t...Docile-Alligator2022-03-061-4/+4
* Continue adding support for custom font.Alex Ning2022-01-131-22/+24
* Undo superscript parser changes for now (#577)scria10002021-12-121-3/+17
* Make Superscript parsing properscria10002021-12-091-17/+5
* Refactor spoiler parsing into its own classscria10002021-11-161-48/+4
* Revert changes made in refactorscria10002021-11-141-1/+1
* Refactorscria10002021-11-141-1/+1
* Disable BangInlineProcessorscria10002021-11-131-0/+2
* Try to handle unescaped space inside link blocksscria10002021-11-121-15/+2
* Add custom superscript processorscria10002021-11-111-0/+11
* More fixes related to markdown renderingscria10002021-11-111-3/+6
* Fix https://github.com/Docile-Alligator/Infinity-For-Reddit/issues/327.Alex Ning2021-11-101-3/+7
* Fix some deprecationsTacoTheDank2021-09-251-2/+2
* Try to fix superscript.Alex Ning2021-02-241-10/+4
* Reading all unread messages is now available.Alex Ning2021-01-041-2/+11
* Long click the url to see more options. Make getRedditUriByPath in LinkResolv...Alex Ning2020-12-311-6/+2
* Maybe fix IndexOutOfBoundsException when parsing spoiler syntax.Alex Ning2020-12-011-0/+5
* Lowercase package names.Alex Ning2020-11-181-0/+396