aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/java/ml/docilealligator/infinityforreddit/activities/FullMarkdownActivity.java (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fix https://github.com/Docile-Alligator/Infinity-For-Reddit/issues/1625Docile-Alligator2024-05-231-1/+1
* Migrate to ViewBinding in some activities.Docile-Alligator2024-04-281-3/+0
* Migrate to ViewBinding in some activities.Docile-Alligator2024-04-281-26/+12
* Fix spoiler cannot be shown in FullMarkdownActivity.Docile-Alligator2024-03-191-57/+8
* Move accessToken and accountName to BaseActivity.Docile-Alligator2024-01-281-0/+8
* 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-7/+26
* 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/+12
* 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-3/+3
* 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/+3
* Start showing images from preview.redd.it in posts.Docile-Alligator2023-11-171-1/+2
* Fixed gallery images swipe gesture and Slidr gesture conflicts.Docile-Alligator2023-04-271-2/+0
* Include Slidr in code.Docile-Alligator2023-04-261-8/+8
* Ignore NotifyDataSetChanged lint warnings for Markwon adapters (#1228)Sergei Kozelko2023-01-211-0/+1
* Swipe between gallery images in PostFragment.Docile-Alligator2022-11-121-4/+3
* 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-71/+37
* 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
* Minor update to immersive interface.Docile-Alligator2022-06-281-4/+1
* Fix clicking the back button on the toolbar does not finish FullMarkdownActiv...Docile-Alligator2022-03-171-3/+1
* Continue adding support for custom font.Alex Ning2022-01-131-9/+4
* 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-46/+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-16/+3
* Add custom superscript processorscria10002021-11-111-1/+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/+8
* Continue migrating to Material Design 3.Alex Ning2021-10-301-1/+4
* Try to fix java.lang.IndexOutOfBoundsException in com.google.android.material...Alex Ning2021-08-241-2/+2
* Support viewing subreddit wiki in app.Alex Ning2021-08-021-4/+19
* Directly send comment in FullMarkdownActivity for CommentActivity.Alex Ning2021-07-221-0/+1
* Directly submit post in FullMarkdownActivity.Alex Ning2021-07-221-0/+18
* Try to fix superscript.Alex Ning2021-02-241-10/+4
* Long click the url to see more options. Make getRedditUriByPath in LinkResolv...Alex Ning2020-12-311-5/+1
* Maybe fix IndexOutOfBoundsException when parsing spoiler syntax.Alex Ning2020-12-011-0/+5
* Lowercase package names.Alex Ning2020-11-181-0/+266