aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/java/ml (unfollow)
Commit message (Expand)AuthorFilesLines
2024-04-19Maybe fixed CommentsRecyclerViewAdapter inconsistent update.Docile-Alligator1-23/+23
2024-04-17Fix issues related to PostPagingSource.TYPE_ANONYMOUS_MULTIREDDIT. Fix crashe...Docile-Alligator7-28/+32
2024-03-31Fix progress bar shown on top of the image when going back from ViewPostDetai...Docile-Alligator3-43/+9
2024-03-30Fix UploadedImagesBottomSheetFragment not scrolling.Docile-Alligator1-0/+2
2024-03-19Version 7.1.0-beta1. Submit gallery posts with text content (without embedded...Docile-Alligator7-9/+53
2024-03-19Fix spoiler cannot be shown in FullMarkdownActivity.Docile-Alligator15-86/+54
2024-03-19Showing content preview in PostPollActivity is available.Docile-Alligator1-80/+92
2024-03-17Click the corresponding layout group to open subreddit listing in PostXXXActi...Docile-Alligator5-172/+110
2024-03-17Add superscript to MarkdownBottomBarRecyclerViewAdapter.Docile-Alligator4-184/+151
2024-03-17Migrate to ViewBinding in some activities.Docile-Alligator8-434/+250
2024-03-15Fix app crashes after selecting capture image in UploadedImagesBottomSheetFra...Docile-Alligator6-6/+6
2024-03-15Submit video posts with text content (without embedded images).Docile-Alligator6-213/+191
2024-03-14Submit image posts with text content (without embedded images).Docile-Alligator4-199/+164
2024-03-14Submit link posts with text content (without embedded images).Docile-Alligator4-191/+175
2024-03-13Submit poll posts with text content (of course with embedded images).Docile-Alligator7-261/+363
2024-03-13Fix rounded corners in blurred images in ImageAndGifEntry.Docile-Alligator1-2/+2
2024-03-12Order history reverse chronologically (#1601)Louis Pré3-12/+12
2024-03-12Delete oldest read posts first (#1600)Louis Pré1-1/+1
2024-03-12Edit comments with embedded images.Docile-Alligator7-21/+59
2024-03-11Handle null alignment value in TableCell in RichTextJSONConverter.Docile-Alligator2-11/+15
2024-03-11Submit comment with up to one embedded image.Docile-Alligator11-74/+130
2024-03-11Submit text post with embedded images.Docile-Alligator6-13/+71
2024-03-10Uploaded image richtext_json. Enable uploading images in markdown editor.Docile-Alligator15-30/+186
2024-03-10Table richtext_json.Docile-Alligator1-0/+116
2024-03-10Optimize spoiler richtext_json.Docile-Alligator1-9/+7
2024-03-10Spoiler richtext_json.Docile-Alligator1-10/+54
2024-03-09FencedCodeBlock and IndentedCodeBlock richtext_json.Docile-Alligator1-2/+40
2024-03-09Inline code richtext_json.Docile-Alligator1-4/+7
2024-03-09BlockQuote richtext_json.Docile-Alligator1-1/+18
2024-03-09List richtext_json.Docile-Alligator1-31/+64
2024-03-09Heading richtext_json.Docile-Alligator1-1/+43
2024-03-08Superscript richtext_json. Still some issues though.Docile-Alligator1-13/+39
2024-03-08Continue adding the richtext_json feature.Docile-Alligator1-28/+109
2024-03-07Use Visitor pattern to convert nodes to rich text json.Docile-Alligator3-134/+265
2024-03-07Experiment: Use richtext_json when submitting posts.Docile-Alligator2-0/+140
2024-03-03Add a message about subscription in LoginActivity.Docile-Alligator1-31/+17
2024-03-02Fix NullPointerException in when loading fallback video.Docile-Alligator4-44/+59
2024-02-28Version 7.0.1. Fix fallback video file name in ViewVideoActivity.Docile-Alligator1-1/+1
2024-02-28Version 7.0.1. Fix fallback video unable to play in ViewVideoActivity.Docile-Alligator1-20/+3
2024-02-28Version 7.0.1. Load fallback video for failed redgifs and streamable links in...Docile-Alligator1-2/+5
2024-02-28Version 7.0.1.Docile-Alligator1-1/+1
2024-02-27Load fallback video in other adapters.Docile-Alligator4-9/+134
2024-02-27Loading fallback video in PostRecyclerViewAdapterDocile-Alligator1-4/+42
2024-02-26Try loading fallback video in PostRecyclerViewAdapterDocile-Alligator2-7/+38
2024-02-24Use mp4 version of the fallback video.Docile-Alligator3-16/+19
2024-02-24Load a fallback video when the video link is not working.Docile-Alligator3-57/+91
2024-01-29Fix IllegalArgumentException when sending notifications in DownloadRedditVide...Docile-Alligator1-0/+3
2024-01-28Fix background color not applied to CustomThemeListingActivity.Docile-Alligator1-0/+1
2024-01-28Move accessToken and accountName to BaseActivity.Docile-Alligator74-813/+780
2024-01-28Change colorPrimaryLightTheme and buttonTextColor in white theme.Docile-Alligator1-2/+2