Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
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 ↵ | Docile-Alligator | 1 | -0/+3 | |
DownloadRedditVideoService. | |||||
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 | |
2024-01-27 | Version 6.7.3. | Docile-Alligator | 1 | -2/+2 | |
2024-01-27 | Fix unable to search subreddits. | Docile-Alligator | 5 | -15/+39 | |
2024-01-27 | Version 6.7.2. | Docile-Alligator | 1 | -2/+2 | |
2024-01-27 | Fix comment icon not tinted properly. | Docile-Alligator | 4 | -33/+8 | |
2024-01-26 | Fix a bug in FilteredPostsActivity. | Docile-Alligator | 1 | -1/+1 | |
2024-01-24 | Version 6.7.1. Fix FetchSubredditData.fetchSubredditData not working in ↵ | Docile-Alligator | 6 | -8/+12 | |
anonymous mode. | |||||
2024-01-24 | Version 6.7.1. | Docile-Alligator | 1 | -2/+2 | |
2024-01-23 | Fix anonymous mode not loading anything. | Docile-Alligator | 55 | -535/+522 | |
2024-01-22 | Version 6.7.0. | Docile-Alligator | 1 | -2/+2 | |
2024-01-22 | Fix explanations of some color options. | Docile-Alligator | 1 | -2/+2 | |
2024-01-22 | Fix handling reddit.com/[ru]/xxx/s/xxxx urls. | Docile-Alligator | 2 | -57/+36 | |
2024-01-22 | feat: Add ShareLinkHandler to handle resolving of new reddit share link URLs ↵ | dvidak | 2 | -1/+63 | |
(#1580) * Add ShareLinkHandler to handle resolving of new reddit share link URLs * Fix Retrofit injection in LinkResolverActivity and ShareLinkHandler | |||||
2024-01-22 | Start CustomizePostFilterActivity instead of FilteredPostsActivity when ↵ | Docile-Alligator | 4 | -87/+112 | |
pressing the filter posts option. | |||||
2024-01-14 | Version 6.7.0-beta1. | Docile-Alligator | 1 | -2/+2 | |
2024-01-13 | Continue migrating to view binding. | Docile-Alligator | 2 | -365/+215 | |
2024-01-13 | Fix inserting the anonymous account even when it was already inserted. | Docile-Alligator | 2 | -2/+2 | |
2024-01-12 | Fix NullPointerException when invoking onClick. | Docile-Alligator | 1 | -16/+23 | |
2024-01-12 | Remove trending. | Docile-Alligator | 1 | -1/+2 | |
2024-01-12 | Remove see removed posts and comments. | Docile-Alligator | 32 | -641/+2 | |
2024-01-10 | Show gifs in ViewVideoActivity if possible. | Docile-Alligator | 6 | -37/+119 | |
2024-01-10 | Remove Gfycat. | Docile-Alligator | 54 | -701/+380 | |
2024-01-08 | Continue changing anonymous mode. | Docile-Alligator | 19 | -47/+47 | |
2024-01-08 | Continue changing anonymous mode. | Docile-Alligator | 20 | -67/+40 | |
2024-01-08 | Fix issues in AccessTokenAuthenticator. | Docile-Alligator | 1 | -1/+5 | |
2024-01-08 | Continue changing anonymous mode. | Docile-Alligator | 2 | -8/+3 | |
2024-01-08 | Continue changing anonymous mode. | Docile-Alligator | 5 | -18/+24 | |
2024-01-07 | Continue changing anonymous mode. | Docile-Alligator | 25 | -47/+106 | |
2024-01-06 | Continue changing anonymous mode. | Docile-Alligator | 17 | -60/+179 | |
2024-01-04 | Code cleanup. | Docile-Alligator | 149 | -976/+977 | |
2024-01-03 | @Nullable accessToken and @NonNull accountName. | Docile-Alligator | 17 | -64/+75 | |
2024-01-03 | Fix accountName is null in some places. | Docile-Alligator | 18 | -40/+43 | |
2024-01-03 | Change accountName's default value to Account.ANONYMOUS_ACCOUNT instead of null. | Docile-Alligator | 44 | -58/+78 | |
2024-01-01 | Use !accountName.equals(Account.ANONYMOUS_ACCOUNT) instead of accessToken != ↵ | Docile-Alligator | 17 | -30/+36 | |
null. | |||||
2024-01-01 | Use accountName.equals(Account.ANONYMOUS_ACCOUNT) instead of accountName == ↵ | Docile-Alligator | 30 | -172/+184 | |
null or accountName != null. | |||||
2024-01-01 | Use OAuth for anonymous mode. Fix translation issues. | Docile-Alligator | 46 | -456/+323 | |
2023-12-31 | Account.ANONYMOUS_ACCOUNT | Docile-Alligator | 27 | -89/+163 | |
2023-12-28 | Version 6.6.0. | Docile-Alligator | 1 | -2/+2 | |
2023-12-25 | Refine regex. | Docile-Alligator | 1 | -1/+1 | |
2023-12-25 | Version 6.6.0-beta1. | Docile-Alligator | 1 | -2/+2 | |
2023-12-25 | Fix app crashes when suggesting title in PostLinkActivity. | Docile-Alligator | 1 | -1/+13 | |
2023-12-23 | Combine regex for preview.redd.it and i.redd.it in Utils.parseRedditImagesBlock. | Docile-Alligator | 1 | -67/+67 | |
2023-12-15 | Version 6.5.6. | Docile-Alligator | 1 | -2/+2 | |
2023-12-15 | Fix app crashes when downloading videos. | Docile-Alligator | 1 | -0/+2 | |