Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Continue changing anonymous mode. | Docile-Alligator | 2024-01-08 | 19 | -47/+47 |
| | |||||
* | Continue changing anonymous mode. | Docile-Alligator | 2024-01-08 | 20 | -67/+40 |
| | |||||
* | Fix issues in AccessTokenAuthenticator. | Docile-Alligator | 2024-01-08 | 1 | -1/+5 |
| | |||||
* | Continue changing anonymous mode. | Docile-Alligator | 2024-01-08 | 2 | -8/+3 |
| | |||||
* | Continue changing anonymous mode. | Docile-Alligator | 2024-01-08 | 5 | -18/+24 |
| | |||||
* | Continue changing anonymous mode. | Docile-Alligator | 2024-01-07 | 25 | -47/+106 |
| | |||||
* | Continue changing anonymous mode. | Docile-Alligator | 2024-01-06 | 17 | -60/+179 |
| | |||||
* | Code cleanup. | Docile-Alligator | 2024-01-04 | 149 | -976/+977 |
| | |||||
* | @Nullable accessToken and @NonNull accountName. | Docile-Alligator | 2024-01-03 | 17 | -64/+75 |
| | |||||
* | Fix accountName is null in some places. | Docile-Alligator | 2024-01-03 | 18 | -40/+43 |
| | |||||
* | Change accountName's default value to Account.ANONYMOUS_ACCOUNT instead of null. | Docile-Alligator | 2024-01-03 | 44 | -58/+78 |
| | |||||
* | Use !accountName.equals(Account.ANONYMOUS_ACCOUNT) instead of accessToken != ↵ | Docile-Alligator | 2024-01-01 | 17 | -30/+36 |
| | | | | null. | ||||
* | Use accountName.equals(Account.ANONYMOUS_ACCOUNT) instead of accountName == ↵ | Docile-Alligator | 2024-01-01 | 30 | -172/+184 |
| | | | | null or accountName != null. | ||||
* | Use OAuth for anonymous mode. Fix translation issues. | Docile-Alligator | 2024-01-01 | 46 | -456/+323 |
| | |||||
* | Account.ANONYMOUS_ACCOUNT | Docile-Alligator | 2023-12-31 | 27 | -89/+163 |
| | |||||
* | Version 6.6.0. | Docile-Alligator | 2023-12-28 | 1 | -2/+2 |
| | |||||
* | Refine regex. | Docile-Alligator | 2023-12-25 | 1 | -1/+1 |
| | |||||
* | Version 6.6.0-beta1. | Docile-Alligator | 2023-12-25 | 1 | -2/+2 |
| | |||||
* | Fix app crashes when suggesting title in PostLinkActivity. | Docile-Alligator | 2023-12-25 | 1 | -1/+13 |
| | |||||
* | Combine regex for preview.redd.it and i.redd.it in Utils.parseRedditImagesBlock. | Docile-Alligator | 2023-12-23 | 1 | -67/+67 |
| | |||||
* | Version 6.5.6. | Docile-Alligator | 2023-12-15 | 1 | -2/+2 |
| | |||||
* | Fix app crashes when downloading videos. | Docile-Alligator | 2023-12-15 | 1 | -0/+2 |
| | |||||
* | Fix OnClickListener's onlick being called even if it's null. Fix the double ↵ | Docile-Alligator | 2023-12-09 | 16 | -48/+505 |
| | | | | haptic feedback issue in markdown text. | ||||
* | Version 6.5.0-beta1. | Docile-Alligator | 2023-11-28 | 1 | -3/+3 |
| | |||||
* | Emotes are now clickable. Fix IndexOutOfBoundsException in ↵ | Docile-Alligator | 2023-11-28 | 12 | -49/+160 |
| | | | | Utils.parseRedditImagesBlock when parsing i.redd.it media. | ||||
* | Refresh CommentsListingRecyclerViewAdapter after network changes. Fix wrong ↵ | Docile-Alligator | 2023-11-28 | 2 | -1/+19 |
| | | | | post opens after on click performed on ImageAndGifBlock. | ||||
* | Hide images and gifs in ImageAndGifEntry and EmotePlugin if corresponding ↵ | Docile-Alligator | 2023-11-28 | 13 | -67/+248 |
| | | | | data saving settings are enabled. | ||||
* | Hide images and gifs in ImageAndGifEntry and EmotePlugin if corresponding ↵ | Docile-Alligator | 2023-11-27 | 12 | -28/+120 |
| | | | | data saving settings are enabled. | ||||
* | Implement ImageAndGifEntry.OnItemClickListener in other places. | Docile-Alligator | 2023-11-26 | 12 | -151/+155 |
| | |||||
* | Show cations of preview images and gifs. | Docile-Alligator | 2023-11-26 | 6 | -40/+84 |
| | |||||
* | Handle preview images or gifs with captions. | Docile-Alligator | 2023-11-26 | 2 | -23/+61 |
| | |||||
* | Fix media_metadata parsing. | Docile-Alligator | 2023-11-26 | 3 | -113/+76 |
| | |||||
* | Fix infinite loops in Utils.parseInlineRedditImages. Fix media_metadata parsing. | Docile-Alligator | 2023-11-26 | 2 | -11/+20 |
| | |||||
* | Directly show i.redd.it images and gifs. | Docile-Alligator | 2023-11-26 | 4 | -12/+51 |
| | |||||
* | Layout tweaks in ImageAndGifEntry. | Docile-Alligator | 2023-11-25 | 2 | -5/+32 |
| | |||||
* | Remove some markdown processing related to inline gifs. Remove awards ↵ | Docile-Alligator | 2023-11-25 | 27 | -222/+25 |
| | | | | related stuff. | ||||
* | Fix markdown link not rendered in EmoteCloseBracketInlineProcessor. | Docile-Alligator | 2023-11-25 | 2 | -13/+17 |
| | |||||
* | Enable gif playback in EmotePlugin.AsyncDrawableTarget. Fix bugs related to ↵ | Docile-Alligator | 2023-11-24 | 3 | -34/+44 |
| | | | | MediaMetadata map in ImageAndGifBlockParser. | ||||
* | Start implementing showing emotes in comments. | Docile-Alligator | 2023-11-24 | 17 | -32/+559 |
| | |||||
* | Start implementing showing gifs and images in comments. | Docile-Alligator | 2023-11-22 | 73 | -278/+411 |
| | |||||
* | Continue implementing showing images from preview.redd.it in posts. | Docile-Alligator | 2023-11-20 | 7 | -73/+104 |
| | |||||
* | Fix MediaMetadata's fileName is always null. | Docile-Alligator | 2023-11-20 | 38 | -63/+49 |
| | |||||
* | Click to open reddit preview images in posts. Fix IllegalArgumentException ↵ | Docile-Alligator | 2023-11-20 | 11 | -17/+85 |
| | | | | in writeResponseBodyToDisk in DownloadMediaService. | ||||
* | Version 6.4.1. | Docile-Alligator | 2023-11-19 | 1 | -2/+3 |
| | |||||
* | Temporarily disable showing Reddit preview images in posts. | Docile-Alligator | 2023-11-19 | 2 | -3/+4 |
| | |||||
* | Fix crashes related to gilded posts. | Docile-Alligator | 2023-11-19 | 2 | -4/+8 |
| | |||||
* | Fix crashes related to gilded posts. | Docile-Alligator | 2023-11-19 | 4 | -3/+24 |
| | |||||
* | Fix unable to submit gallery posts. | Docile-Alligator | 2023-11-19 | 2 | -1/+4 |
| | |||||
* | Continue implementing showing images from preview.redd.it in posts. | Docile-Alligator | 2023-11-18 | 1 | -5/+1 |
| | |||||
* | Continue implementing showing images from preview.redd.it in posts. | Docile-Alligator | 2023-11-17 | 17 | -94/+301 |
| |