| Commit message (Expand) | Author | Files | Lines |
2024-03-19 | Version 7.1.0-beta1. | Docile-Alligator | 1 | -4/+4 |
2024-03-19 | Fix spoiler cannot be shown in FullMarkdownActivity. | Docile-Alligator | 15 | -86/+54 |
2024-03-19 | Showing content preview in PostPollActivity is available. | Docile-Alligator | 4 | -88/+111 |
2024-03-17 | Click the corresponding layout group to open subreddit listing in PostXXXActi... | Docile-Alligator | 10 | -172/+115 |
2024-03-17 | Add superscript to MarkdownBottomBarRecyclerViewAdapter. | Docile-Alligator | 8 | -188/+180 |
2024-03-17 | Migrate to ViewBinding in some activities. | Docile-Alligator | 9 | -435/+251 |
2024-03-15 | Fix app crashes after selecting capture image in UploadedImagesBottomSheetFra... | Docile-Alligator | 6 | -6/+6 |
2024-03-15 | Submit video posts with text content (without embedded images). | Docile-Alligator | 7 | -420/+425 |
2024-03-14 | Submit image posts with text content (without embedded images). | Docile-Alligator | 6 | -408/+400 |
2024-03-14 | Submit link posts with text content (without embedded images). | Docile-Alligator | 5 | -383/+395 |
2024-03-13 | Submit poll posts with text content (of course with embedded images). | Docile-Alligator | 9 | -550/+681 |
2024-03-13 | Fix rounded corners in blurred images in ImageAndGifEntry. | Docile-Alligator | 1 | -2/+2 |
2024-03-12 | Order history reverse chronologically (#1601) | Louis Pré | 3 | -12/+12 |
2024-03-12 | Delete oldest read posts first (#1600) | Louis Pré | 1 | -1/+1 |
2024-03-12 | Edit comments with embedded images. | Docile-Alligator | 7 | -21/+59 |
2024-03-11 | Handle null alignment value in TableCell in RichTextJSONConverter. | Docile-Alligator | 2 | -11/+15 |
2024-03-11 | Submit comment with up to one embedded image. | Docile-Alligator | 12 | -74/+131 |
2024-03-11 | Submit text post with embedded images. | Docile-Alligator | 7 | -13/+72 |
2024-03-10 | Uploaded image richtext_json. Enable uploading images in markdown editor. | Docile-Alligator | 15 | -30/+186 |
2024-03-10 | Table richtext_json. | Docile-Alligator | 1 | -0/+116 |
2024-03-10 | Optimize spoiler richtext_json. | Docile-Alligator | 1 | -9/+7 |
2024-03-10 | Spoiler richtext_json. | Docile-Alligator | 1 | -10/+54 |
2024-03-09 | FencedCodeBlock and IndentedCodeBlock richtext_json. | Docile-Alligator | 1 | -2/+40 |
2024-03-09 | Inline code richtext_json. | Docile-Alligator | 1 | -4/+7 |
2024-03-09 | BlockQuote richtext_json. | Docile-Alligator | 1 | -1/+18 |
2024-03-09 | List richtext_json. | Docile-Alligator | 1 | -31/+64 |
2024-03-09 | Heading richtext_json. | Docile-Alligator | 1 | -1/+43 |
2024-03-08 | Superscript richtext_json. Still some issues though. | Docile-Alligator | 1 | -13/+39 |
2024-03-08 | Continue adding the richtext_json feature. | Docile-Alligator | 1 | -28/+109 |
2024-03-07 | Use Visitor pattern to convert nodes to rich text json. | Docile-Alligator | 3 | -134/+265 |
2024-03-07 | Experiment: Use richtext_json when submitting posts. | Docile-Alligator | 2 | -0/+140 |
2024-03-03 | Version 7.0.2. | Docile-Alligator | 1 | -2/+2 |
2024-03-03 | Add a message about subscription in LoginActivity. | Docile-Alligator | 15 | -45/+18 |
2024-03-02 | Fix NullPointerException in when loading fallback video. | Docile-Alligator | 4 | -44/+59 |
2024-02-28 | Version 7.0.1. Fix fallback video file name in ViewVideoActivity. | Docile-Alligator | 1 | -1/+1 |
2024-02-28 | Version 7.0.1. Fix fallback video unable to play in ViewVideoActivity. | Docile-Alligator | 1 | -20/+3 |
2024-02-28 | Version 7.0.1. Load fallback video for failed redgifs and streamable links in... | Docile-Alligator | 1 | -2/+5 |
2024-02-28 | Version 7.0.1. | Docile-Alligator | 2 | -3/+3 |
2024-02-27 | Load fallback video in other adapters. | Docile-Alligator | 4 | -9/+134 |
2024-02-27 | Loading fallback video in PostRecyclerViewAdapter | Docile-Alligator | 1 | -4/+42 |
2024-02-26 | Try loading fallback video in PostRecyclerViewAdapter | Docile-Alligator | 2 | -7/+38 |
2024-02-24 | Use mp4 version of the fallback video. | Docile-Alligator | 3 | -16/+19 |
2024-02-24 | Load a fallback video when the video link is not working. | Docile-Alligator | 3 | -57/+91 |
2024-02-23 | Fix comment button not shown in post compact layout. | Docile-Alligator | 2 | -0/+2 |
2024-01-30 | Version 7.0.0. | Docile-Alligator | 1 | -2/+2 |
2024-01-29 | Version 7.0.0-beta1. | Docile-Alligator | 1 | -2/+2 |
2024-01-29 | Fix IllegalArgumentException when sending notifications in DownloadRedditVide... | Docile-Alligator | 1 | -0/+3 |
2024-01-28 | Fix background color not applied to CustomThemeListingActivity. | Docile-Alligator | 1 | -0/+1 |
2024-01-28 | Move accessToken and accountName to BaseActivity. | Docile-Alligator | 74 | -813/+780 |
2024-01-28 | Change colorPrimaryLightTheme and buttonTextColor in white theme. | Docile-Alligator | 1 | -2/+2 |