aboutsummaryrefslogtreecommitdiff
path: root/app (unfollow)
Commit message (Expand)AuthorFilesLines
2024-03-11Submit text post with embedded images.Docile-Alligator7-13/+72
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-03Version 7.0.2.Docile-Alligator1-2/+2
2024-03-03Add a message about subscription in LoginActivity.Docile-Alligator15-45/+18
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-Alligator2-3/+3
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-02-23Fix comment button not shown in post compact layout.Docile-Alligator2-0/+2
2024-01-30Version 7.0.0.Docile-Alligator1-2/+2
2024-01-29Version 7.0.0-beta1.Docile-Alligator1-2/+2
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
2024-01-27Version 6.7.3.Docile-Alligator1-2/+2
2024-01-27Fix unable to search subreddits.Docile-Alligator5-15/+39
2024-01-27Version 6.7.2.Docile-Alligator1-2/+2
2024-01-27Fix comment icon not tinted properly.Docile-Alligator4-33/+8
2024-01-26Fix a bug in FilteredPostsActivity.Docile-Alligator1-1/+1
2024-01-24Version 6.7.1. Fix FetchSubredditData.fetchSubredditData not working in anony...Docile-Alligator6-8/+12
2024-01-24Version 6.7.1.Docile-Alligator1-2/+2
2024-01-23Fix anonymous mode not loading anything.Docile-Alligator55-535/+522
2024-01-22Version 6.7.0.Docile-Alligator1-2/+2
2024-01-22Fix explanations of some color options.Docile-Alligator1-2/+2
2024-01-22Fix handling reddit.com/[ru]/xxx/s/xxxx urls.Docile-Alligator2-57/+36
2024-01-22feat: Add ShareLinkHandler to handle resolving of new reddit share link URLs ...dvidak2-1/+63
2024-01-22Start CustomizePostFilterActivity instead of FilteredPostsActivity when press...Docile-Alligator4-87/+112
2024-01-14Version 6.7.0-beta1.Docile-Alligator1-2/+2
2024-01-13Continue migrating to view binding.Docile-Alligator2-365/+215
2024-01-13Fix inserting the anonymous account even when it was already inserted.Docile-Alligator2-2/+2
2024-01-12Fix NullPointerException when invoking onClick.Docile-Alligator1-16/+23