| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | 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 in... | Docile-Alligator | 2023-11-20 | 11 | -17/+85 |
* | 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 |
* | Start showing images from preview.redd.it in posts. | Docile-Alligator | 2023-11-17 | 13 | -18/+324 |
* | Remove min and max awards in CustomizePostFilterActivity. | Docile-Alligator | 2023-11-06 | 4 | -34/+5 |
* | Continue deleting awards related components. | Docile-Alligator | 2023-11-05 | 11 | -266/+26 |
* | Continue deleting awards related components. | Docile-Alligator | 2023-11-04 | 9 | -64/+6 |
* | Start deleting awards related components. | Docile-Alligator | 2023-11-04 | 9 | -602/+1 |
* | New option in CommentMoreBottomSheetFragment: Add to comment filter. | Docile-Alligator | 2023-11-04 | 5 | -64/+102 |
* | Not loading images from i.redgifs.com because they are webpages. | Docile-Alligator | 2023-11-04 | 2 | -3/+25 |
* | Fix wrong tint on the vote buttons after voting fails. | Docile-Alligator | 2023-11-01 | 3 | -59/+59 |
* | Fix showing double "no comments" message in CommentsRecyclerViewAdapter if it... | Docile-Alligator | 2023-11-01 | 1 | -1/+11 |
* | Center the score of a comment. Switch the number of comment and the share but... | Docile-Alligator | 2023-10-23 | 2 | -49/+79 |
* | Center the score of a post. Switch the number of comment and the share button... | Docile-Alligator | 2023-10-23 | 3 | -279/+334 |
* | Fix app crashes in HistoryPostRecyclerViewAdapter when video autoplay is enab... | Docile-Alligator | 2023-10-22 | 1 | -0/+48 |
* | Fix card color issue in HistoryPostRecyclerViewAdapter. | Docile-Alligator | 2023-10-22 | 1 | -4/+5 |
* | Add "exclude users" entry in CustomizeCommentFilterActivity. | Docile-Alligator | 2023-10-22 | 1 | -1/+44 |
* | Remove USER_TYPE in CommentFilterUsage. Add exclude users in comment filter. | Docile-Alligator | 2023-10-21 | 7 | -18/+19 |
* | Ignore case when comparing name_of_usage in PostFilterDao. | Docile-Alligator | 2023-10-21 | 1 | -1/+1 |
* | Finish applying comment filter. | Docile-Alligator | 2023-10-21 | 1 | -3/+3 |
* | Continue applying comment filter. | Docile-Alligator | 2023-10-20 | 1 | -58/+67 |
* | Start applying comment filter. | Docile-Alligator | 2023-10-20 | 4 | -29/+80 |
* | Continue adding comment filter. | Docile-Alligator | 2023-10-19 | 10 | -10/+432 |
* | Continue adding comment filter. | Docile-Alligator | 2023-10-19 | 5 | -9/+22 |
* | Continue adding comment filter. | Docile-Alligator | 2023-10-18 | 1 | -7/+7 |
* | Continue adding comment filter. | Docile-Alligator | 2023-10-18 | 4 | -5/+281 |
* | Continue adding comment filter. | Docile-Alligator | 2023-10-17 | 12 | -19/+461 |
* | Continue adding comment filter. | Docile-Alligator | 2023-10-16 | 1 | -1/+5 |
* | Continue adding comment filter. | Docile-Alligator | 2023-10-16 | 3 | -4/+89 |
* | Continue adding comment filter. | Docile-Alligator | 2023-10-16 | 2 | -2/+54 |
* | Start adding comment filter. | Docile-Alligator | 2023-10-16 | 5 | -0/+120 |
* | Continue implementing showing post filter usages in PostFilterPreferenceActiv... | Docile-Alligator | 2023-10-15 | 2 | -1/+39 |
* | Continue implementing showing post filter usages in PostFilterPreferenceActiv... | Docile-Alligator | 2023-10-15 | 1 | -1/+30 |
* | Continue implementing showing post filter usages in PostFilterPreferenceActiv... | Docile-Alligator | 2023-10-15 | 3 | -11/+86 |
* | Prepare to show post filter usages in PostFilterPreferenceActivity. | Docile-Alligator | 2023-10-15 | 5 | -19/+50 |
* | Start tweaking PostFilterPreferenceActivity. | Docile-Alligator | 2023-10-14 | 1 | -9/+9 |
* | Update theme preview. | Docile-Alligator | 2023-10-09 | 2 | -239/+115 |
* | Set off screen page limit to ViewPager2.OFFSCREEN_PAGE_LIMIT_DEFAULT in some ... | Docile-Alligator | 2023-10-04 | 5 | -6/+5 |
* | Load more items in a single call. | Docile-Alligator | 2023-10-04 | 3 | -31/+33 |
* | Initialize LiveData data by using the constructor, not the postValue method. | Docile-Alligator | 2023-10-04 | 9 | -37/+21 |
* | Set filled card view background color in MaterialYouUtils. | Docile-Alligator | 2023-10-04 | 1 | -0/+3 |
* | Sync subscriptions once every 24 hours. | Docile-Alligator | 2023-10-04 | 2 | -1/+9 |
* | Fix changing playback speed not working in ViewImgurVideoFragment and ViewRed... | Docile-Alligator | 2023-10-01 | 3 | -22/+41 |
* | Fix video controller ui issues in ViewImgurVideoFragment, ViewRedditGalleryVi... | Docile-Alligator | 2023-10-01 | 3 | -16/+14 |