aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/java/ml/docilealligator/infinityforreddit/adapters/RulesRecyclerViewAdapter.java (follow)
Commit message (Expand)AuthorAgeFilesLines
* Rearrange files and packages.Docile-Alligator2024-09-151-1/+1
* Apply embedded media type setting to EmotePlugin.Docile-Alligator2024-07-171-10/+11
* Add options to control which kind of media to show in the markdown content.Docile-Alligator2024-07-171-1/+2
* Fix https://github.com/Docile-Alligator/Infinity-For-Reddit/issues/1625Docile-Alligator2024-05-231-1/+1
* Migrate to ViewBinding in some adapters.Docile-Alligator2024-05-071-19/+14
* Fix spoiler cannot be shown in FullMarkdownActivity.Docile-Alligator2024-03-191-1/+1
* Code cleanup.Docile-Alligator2024-01-041-9/+7
* Fix OnClickListener's onlick being called even if it's null. Fix the double h...Docile-Alligator2023-12-091-3/+3
* Emotes are now clickable. Fix IndexOutOfBoundsException in Utils.parseRedditI...Docile-Alligator2023-11-281-3/+12
* Hide images and gifs in ImageAndGifEntry and EmotePlugin if corresponding dat...Docile-Alligator2023-11-281-12/+19
* Hide images and gifs in ImageAndGifEntry and EmotePlugin if corresponding dat...Docile-Alligator2023-11-271-1/+4
* Implement ImageAndGifEntry.OnItemClickListener in other places.Docile-Alligator2023-11-261-7/+13
* Start implementing showing emotes in comments.Docile-Alligator2023-11-241-1/+5
* Start implementing showing gifs and images in comments.Docile-Alligator2023-11-221-2/+2
* Continue implementing showing images from preview.redd.it in posts.Docile-Alligator2023-11-201-1/+1
* Fix MediaMetadata's fileName is always null.Docile-Alligator2023-11-201-1/+2
* Click to open reddit preview images in posts. Fix IllegalArgumentException in...Docile-Alligator2023-11-201-1/+9
* Continue implementing showing images from preview.redd.it in posts.Docile-Alligator2023-11-171-1/+4
* Start showing images from preview.redd.it in posts.Docile-Alligator2023-11-171-1/+3
* Include Slidr in code.Docile-Alligator2023-04-261-9/+8
* Swipe between gallery images in PostFragment.Docile-Alligator2022-11-121-7/+5
* Superscript parser overhaul (#1162)scria10002022-11-031-6/+0
* Add view that can lock swipe-to-close gesture (#1140)Sergei Kozelko2022-10-221-3/+4
* Refactor and de-duplicate markdown code (#1086)Sergei Kozelko2022-10-081-78/+40
* Fix spoiler interactions with links and long clicks (#1129)Sergei Kozelko2022-09-251-2/+3
* Fix markdown in rules screen (#1050)Sergei Kozelko2022-09-091-10/+55
* Continue adding support for custom font.Alex Ning2022-01-131-2/+19
* Undo superscript parser changes for now (#577)scria10002021-12-121-3/+9
* Make Superscript parsing properscria10002021-12-091-9/+5
* Don't pass reduntant View arguments to linkifyscria10002021-11-281-1/+1
* Refactor spoiler parsing into its own classscria10002021-11-161-1/+1
* 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-2/+7
* Add custom superscript processorscria10002021-11-111-0/+9
* More fixes related to markdown renderingscria10002021-11-111-2/+5
* Fix some deprecationsTacoTheDank2021-09-251-3/+3
* Try to fix superscript.Alex Ning2021-02-241-8/+2
* Long press a url to see options in RulesRecyclerViewAdapter.Alex Ning2021-01-041-7/+21
* Long click the url to see more options. Make getRedditUriByPath in LinkResolv...Alex Ning2020-12-311-5/+1
* Lowercase package names.Alex Ning2020-11-181-0/+118