aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* 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 ↵Docile-Alligator2024-02-281-2/+5
| | | | in ViewVideoActivity.
* 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 ↵Docile-Alligator2024-01-291-0/+3
| | | | DownloadRedditVideoService.
* 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 ↵Docile-Alligator2024-01-246-8/+12
| | | | anonymous mode.
* 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
| | | | | | | | | (#1580) * Add ShareLinkHandler to handle resolving of new reddit share link URLs * Fix Retrofit injection in LinkResolverActivity and ShareLinkHandler
* Start CustomizePostFilterActivity instead of FilteredPostsActivity when ↵Docile-Alligator2024-01-224-87/+112
| | | | pressing the filter posts option.
* 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
|
* Fix NullPointerException when invoking onClick.Docile-Alligator2024-01-121-16/+23
|
* Remove trending.Docile-Alligator2024-01-121-1/+2
|
* Remove see removed posts and comments.Docile-Alligator2024-01-1232-641/+2
|
* Show gifs in ViewVideoActivity if possible.Docile-Alligator2024-01-106-37/+119
|
* Remove Gfycat.Docile-Alligator2024-01-1054-701/+380
|
* Continue changing anonymous mode.Docile-Alligator2024-01-0819-47/+47
|
* Continue changing anonymous mode.Docile-Alligator2024-01-0820-67/+40
|
* Fix issues in AccessTokenAuthenticator.Docile-Alligator2024-01-081-1/+5
|
* Continue changing anonymous mode.Docile-Alligator2024-01-082-8/+3
|
* Continue changing anonymous mode.Docile-Alligator2024-01-085-18/+24
|
* Continue changing anonymous mode.Docile-Alligator2024-01-0725-47/+106
|
* Continue changing anonymous mode.Docile-Alligator2024-01-0617-60/+179
|
* Code cleanup.Docile-Alligator2024-01-04149-976/+977
|
* @Nullable accessToken and @NonNull accountName.Docile-Alligator2024-01-0317-64/+75
|
* Fix accountName is null in some places.Docile-Alligator2024-01-0318-40/+43
|
* Change accountName's default value to Account.ANONYMOUS_ACCOUNT instead of null.Docile-Alligator2024-01-0344-58/+78
|