aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/java/ml/docilealligator/infinityforreddit/activities/CommentActivity.java (follow)
Commit message (Expand)AuthorAgeFilesLines
* Show GiphyGifInfoBottomSheetFragment before the Giphy gif selector.Docile-Alligator2024-09-251-1/+3
* Editing comments with Giphy gif is available.Docile-Alligator2024-09-191-2/+6
* Reverse the order of items in MarkdownBottomBarRecyclerViewAdapter.Docile-Alligator2024-09-191-1/+1
* Sending comments with a Giphy gif is available.Docile-Alligator2024-09-191-6/+48
* Rearrange files and packages.Docile-Alligator2024-09-151-3/+2
* 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/+1
* Fix https://github.com/Docile-Alligator/Infinity-For-Reddit/issues/1625Docile-Alligator2024-05-231-1/+1
* Remove Butter Knife. Optimize imports.Docile-Alligator2024-05-071-2/+2
* Fix spoiler cannot be shown in FullMarkdownActivity.Docile-Alligator2024-03-191-2/+2
* Fix app crashes after selecting capture image in UploadedImagesBottomSheetFra...Docile-Alligator2024-03-151-1/+1
* Submit poll posts with text content (of course with embedded images).Docile-Alligator2024-03-131-3/+10
* Edit comments with embedded images.Docile-Alligator2024-03-121-2/+2
* Submit comment with up to one embedded image.Docile-Alligator2024-03-111-20/+21
* Uploaded image richtext_json. Enable uploading images in markdown editor.Docile-Alligator2024-03-101-2/+2
* Move accessToken and accountName to BaseActivity.Docile-Alligator2024-01-281-5/+8
* Change accountName's default value to Account.ANONYMOUS_ACCOUNT instead of null.Docile-Alligator2024-01-031-1/+1
* Use OAuth for anonymous mode. Fix translation issues.Docile-Alligator2024-01-011-1/+1
* 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-6/+24
* Hide images and gifs in ImageAndGifEntry and EmotePlugin if corresponding dat...Docile-Alligator2023-11-271-2/+4
* Implement ImageAndGifEntry.OnItemClickListener in other places.Docile-Alligator2023-11-261-9/+21
* Start implementing showing emotes in comments.Docile-Alligator2023-11-241-1/+4
* Start implementing showing gifs and images in comments.Docile-Alligator2023-11-221-3/+3
* 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/+1
* Click to open reddit preview images in posts. Fix IllegalArgumentException in...Docile-Alligator2023-11-201-1/+8
* Continue implementing showing images from preview.redd.it in posts.Docile-Alligator2023-11-171-1/+3
* Start showing images from preview.redd.it in posts.Docile-Alligator2023-11-171-5/+3
* Ignore NotifyDataSetChanged lint warnings for Markwon adapters (#1228)Sergei Kozelko2023-01-211-0/+1
* Fix keyboard not showing on Android 13.Docile-Alligator2023-01-211-8/+2
* Superscript parser overhaul (#1162)scria10002022-11-031-6/+0
* Refactor and de-duplicate markdown code (#1086)Sergei Kozelko2022-10-081-72/+38
* Fix spoiler interactions with links and long clicks (#1129)Sergei Kozelko2022-09-251-0/+3
* Minor bugs fixed.Docile-Alligator2022-09-211-10/+10
* Fix reply markdown (#1098)Sergei Kozelko2022-09-211-76/+43
* Start utilizing view binding (#1013)Taco2022-09-211-78/+47
* refactor: Extract CopyTextBottomSheetFragment display logic (#969)Sergei Kozelko2022-09-091-12/+6
* Heading markdown fix (#908)Sergei Kozelko2022-08-141-0/+7
* Submitting comment using another comment is available.Docile-Alligator2022-04-281-2/+99
* Continue adding support for custom font.Alex Ning2022-01-131-0/+8
* Undo superscript parser changes for now (#577)scria10002021-12-121-5/+13
* Some more spoiler parsing optimizationsscria10002021-12-091-1/+7
* Make Superscript parsing properscria10002021-12-091-13/+8
* Refactor spoiler parsing into its own classscria10002021-11-161-1/+1
* Revert changes made in refactorscria10002021-11-141-2/+2
* Refactorscria10002021-11-141-2/+2
* Disable BangInlineProcessorscria10002021-11-131-0/+3
* Try to handle unescaped space inside link blocksscria10002021-11-121-3/+12
* Add custom superscript processorscria10002021-11-111-0/+14