aboutsummaryrefslogtreecommitdiff
path: root/app (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* Show online themes from local server.Docile-Alligator2024-04-2413-25/+353
* Start adding support for online themes.Docile-Alligator2024-04-227-36/+223
* Fixed CommentsRecyclerViewAdapter inconsistent update this time?Docile-Alligator2024-04-202-2/+2
* Maybe fixed CommentsRecyclerViewAdapter inconsistent update.Docile-Alligator2024-04-191-23/+23
* Fix issues related to PostPagingSource.TYPE_ANONYMOUS_MULTIREDDIT. Fix crashe...Docile-Alligator2024-04-177-28/+32
* Version 7.1.1.Docile-Alligator2024-03-311-2/+2
* Fix progress bar shown on top of the image when going back from ViewPostDetai...Docile-Alligator2024-03-313-43/+9
* Fix UploadedImagesBottomSheetFragment not scrolling.Docile-Alligator2024-03-302-48/+57
* Version 7.1.0.Docile-Alligator2024-03-271-2/+2
* Version 7.1.0-beta1. Submit gallery posts with text content (without embedded...Docile-Alligator2024-03-1913-185/+256
* Version 7.1.0-beta1.Docile-Alligator2024-03-191-4/+4
* Fix spoiler cannot be shown in FullMarkdownActivity.Docile-Alligator2024-03-1915-86/+54
* Showing content preview in PostPollActivity is available.Docile-Alligator2024-03-194-88/+111
* Click the corresponding layout group to open subreddit listing in PostXXXActi...Docile-Alligator2024-03-1710-172/+115
* Add superscript to MarkdownBottomBarRecyclerViewAdapter.Docile-Alligator2024-03-178-188/+180
* Migrate to ViewBinding in some activities.Docile-Alligator2024-03-179-435/+251
* Fix app crashes after selecting capture image in UploadedImagesBottomSheetFra...Docile-Alligator2024-03-156-6/+6
* Submit video posts with text content (without embedded images).Docile-Alligator2024-03-157-420/+425
* Submit image posts with text content (without embedded images).Docile-Alligator2024-03-146-408/+400
* Submit link posts with text content (without embedded images).Docile-Alligator2024-03-145-383/+395
* Submit poll posts with text content (of course with embedded images).Docile-Alligator2024-03-139-550/+681
* Fix rounded corners in blurred images in ImageAndGifEntry.Docile-Alligator2024-03-131-2/+2
* Order history reverse chronologically (#1601)Louis Pré2024-03-123-12/+12
* Delete oldest read posts first (#1600)Louis Pré2024-03-121-1/+1
* Edit comments with embedded images.Docile-Alligator2024-03-127-21/+59
* Handle null alignment value in TableCell in RichTextJSONConverter.Docile-Alligator2024-03-112-11/+15
* Submit comment with up to one embedded image.Docile-Alligator2024-03-1112-74/+131
* Submit text post with embedded images.Docile-Alligator2024-03-117-13/+72
* Uploaded image richtext_json. Enable uploading images in markdown editor.Docile-Alligator2024-03-1015-30/+186
* 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
* Version 7.0.2.Docile-Alligator2024-03-031-2/+2
* Add a message about subscription in LoginActivity.Docile-Alligator2024-03-0315-45/+18
* Fix NullPointerException in when loading fallback video.Docile-Alligator2024-03-024-44/+59
* Version 7.0.1. Fix fallback video file name in ViewVideoActivity.Docile-Alligator2024-02-281-1/+1
* Version 7.0.1. Fix fallback video unable to play in ViewVideoActivity.Docile-Alligator2024-02-281-20/+3
* Version 7.0.1. Load fallback video for failed redgifs and streamable links in...Docile-Alligator2024-02-281-2/+5
* Version 7.0.1.Docile-Alligator2024-02-282-3/+3
* Load fallback video in other adapters.Docile-Alligator2024-02-274-9/+134
* Loading fallback video in PostRecyclerViewAdapterDocile-Alligator2024-02-271-4/+42