aboutsummaryrefslogtreecommitdiff
path: root/app (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Try loading fallback video in PostRecyclerViewAdapterDocile-Alligator2024-02-262-7/+38
* Use mp4 version of the fallback video.Docile-Alligator2024-02-243-16/+19
* Load a fallback video when the video link is not working.Docile-Alligator2024-02-243-57/+91
* Fix comment button not shown in post compact layout.Docile-Alligator2024-02-232-0/+2
* Version 7.0.0.Docile-Alligator2024-01-301-2/+2
* Version 7.0.0-beta1.Docile-Alligator2024-01-291-2/+2
* Fix IllegalArgumentException when sending notifications in DownloadRedditVide...Docile-Alligator2024-01-291-0/+3
* Fix background color not applied to CustomThemeListingActivity.Docile-Alligator2024-01-281-0/+1
* Move accessToken and accountName to BaseActivity.Docile-Alligator2024-01-2874-813/+780
* Change colorPrimaryLightTheme and buttonTextColor in white theme.Docile-Alligator2024-01-281-2/+2
* Version 6.7.3.Docile-Alligator2024-01-271-2/+2
* Fix unable to search subreddits.Docile-Alligator2024-01-275-15/+39
* Version 6.7.2.Docile-Alligator2024-01-271-2/+2
* Fix comment icon not tinted properly.Docile-Alligator2024-01-274-33/+8
* Fix a bug in FilteredPostsActivity.Docile-Alligator2024-01-261-1/+1
* Version 6.7.1. Fix FetchSubredditData.fetchSubredditData not working in anony...Docile-Alligator2024-01-246-8/+12
* Version 6.7.1.Docile-Alligator2024-01-241-2/+2
* Fix anonymous mode not loading anything.Docile-Alligator2024-01-2355-535/+522
* Version 6.7.0.Docile-Alligator2024-01-221-2/+2
* Fix explanations of some color options.Docile-Alligator2024-01-221-2/+2
* Fix handling reddit.com/[ru]/xxx/s/xxxx urls.Docile-Alligator2024-01-222-57/+36
* feat: Add ShareLinkHandler to handle resolving of new reddit share link URLs ...dvidak2024-01-222-1/+63
* Start CustomizePostFilterActivity instead of FilteredPostsActivity when press...Docile-Alligator2024-01-224-87/+112
* Version 6.7.0-beta1.Docile-Alligator2024-01-141-2/+2
* Continue migrating to view binding.Docile-Alligator2024-01-132-365/+215
* Fix inserting the anonymous account even when it was already inserted.Docile-Alligator2024-01-132-2/+2