aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/java/ml/docilealligator/infinityforreddit/markdown (follow)
Commit message (Expand)AuthorAgeFilesLines
* Refine markdown table scrolling. Refine horizontal gestures.Docile-Alligator2024-10-281-34/+0
* Editing comments with Giphy gif is available.Docile-Alligator2024-09-193-6/+38
* Sending comments with a Giphy gif is available.Docile-Alligator2024-09-195-0/+158
* Rearrange files and packages.Docile-Alligator2024-09-1511-11/+11
* Fix embedded media type option not working.Docile-Alligator2024-08-181-7/+14
* Apply embedded media type setting to EmotePlugin.Docile-Alligator2024-07-171-9/+15
* Add options to control which kind of media to show in the markdown content.Docile-Alligator2024-07-171-6/+12
* Fix https://github.com/Docile-Alligator/Infinity-For-Reddit/issues/1625Docile-Alligator2024-05-232-9/+52
* Remove Butter Knife. Optimize imports.Docile-Alligator2024-05-071-1/+6
* Fix spoiler cannot be shown in FullMarkdownActivity.Docile-Alligator2024-03-193-11/+34
* Add superscript to MarkdownBottomBarRecyclerViewAdapter.Docile-Alligator2024-03-172-9/+13
* Fix rounded corners in blurred images in ImageAndGifEntry.Docile-Alligator2024-03-131-2/+2
* Edit comments with embedded images.Docile-Alligator2024-03-121-5/+2
* Handle null alignment value in TableCell in RichTextJSONConverter.Docile-Alligator2024-03-111-10/+14
* Submit comment with up to one embedded image.Docile-Alligator2024-03-114-10/+47
* Submit text post with embedded images.Docile-Alligator2024-03-112-0/+19
* Uploaded image richtext_json. Enable uploading images in markdown editor.Docile-Alligator2024-03-104-0/+128
* Table richtext_json.Docile-Alligator2024-03-101-0/+116
* Optimize spoiler richtext_json.Docile-Alligator2024-03-101-9/+7
* Spoiler richtext_json.Docile-Alligator2024-03-101-10/+54
* FencedCodeBlock and IndentedCodeBlock richtext_json.Docile-Alligator2024-03-091-2/+40
* Inline code richtext_json.Docile-Alligator2024-03-091-4/+7
* BlockQuote richtext_json.Docile-Alligator2024-03-091-1/+18
* List richtext_json.Docile-Alligator2024-03-091-31/+64
* Heading richtext_json.Docile-Alligator2024-03-091-1/+43
* Superscript richtext_json. Still some issues though.Docile-Alligator2024-03-081-13/+39
* Continue adding the richtext_json feature.Docile-Alligator2024-03-081-28/+109
* Use Visitor pattern to convert nodes to rich text json.Docile-Alligator2024-03-073-134/+265
* Experiment: Use richtext_json when submitting posts.Docile-Alligator2024-03-072-0/+140
* Fix NullPointerException when invoking onClick.Docile-Alligator2024-01-121-16/+23
* Code cleanup.Docile-Alligator2024-01-046-16/+16
* Fix OnClickListener's onlick being called even if it's null. Fix the double h...Docile-Alligator2023-12-095-21/+477
* Emotes are now clickable. Fix IndexOutOfBoundsException in Utils.parseRedditI...Docile-Alligator2023-11-281-6/+26
* Hide images and gifs in ImageAndGifEntry and EmotePlugin if corresponding dat...Docile-Alligator2023-11-282-17/+48
* Hide images and gifs in ImageAndGifEntry and EmotePlugin if corresponding dat...Docile-Alligator2023-11-274-8/+333
* Implement ImageAndGifEntry.OnItemClickListener in other places.Docile-Alligator2023-11-262-79/+10
* Show cations of preview images and gifs.Docile-Alligator2023-11-261-12/+22
* Handle preview images or gifs with captions.Docile-Alligator2023-11-261-8/+12
* Directly show i.redd.it images and gifs.Docile-Alligator2023-11-261-0/+13
* Layout tweaks in ImageAndGifEntry.Docile-Alligator2023-11-251-2/+27
* Fix markdown link not rendered in EmoteCloseBracketInlineProcessor.Docile-Alligator2023-11-251-12/+17
* Enable gif playback in EmotePlugin.AsyncDrawableTarget. Fix bugs related to M...Docile-Alligator2023-11-243-34/+44
* Start implementing showing emotes in comments.Docile-Alligator2023-11-247-1/+488
* Start implementing showing gifs and images in comments.Docile-Alligator2023-11-225-57/+41
* Continue implementing showing images from preview.redd.it in posts.Docile-Alligator2023-11-201-4/+34
* Fix MediaMetadata's fileName is always null.Docile-Alligator2023-11-201-2/+9
* Click to open reddit preview images in posts. Fix IllegalArgumentException in...Docile-Alligator2023-11-202-7/+19
* Temporarily disable showing Reddit preview images in posts.Docile-Alligator2023-11-191-1/+1
* Fix unable to submit gallery posts.Docile-Alligator2023-11-191-1/+1
* Continue implementing showing images from preview.redd.it in posts.Docile-Alligator2023-11-181-5/+1