aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/res (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove see removed posts and comments.Docile-Alligator2024-01-1225-167/+2
|
* Remove Gfycat.Docile-Alligator2024-01-1031-57/+9
|
* Use OAuth for anonymous mode. Fix translation issues.Docile-Alligator2024-01-012-5/+5
|
* Show cations of preview images and gifs.Docile-Alligator2023-11-261-18/+37
|
* Layout tweaks in ImageAndGifEntry.Docile-Alligator2023-11-251-3/+5
|
* Remove some markdown processing related to inline gifs. Remove awards ↵Docile-Alligator2023-11-2516-31/+0
| | | | related stuff.
* Start showing images from preview.redd.it in posts.Docile-Alligator2023-11-171-0/+31
|
* Remove min and max awards in CustomizePostFilterActivity.Docile-Alligator2023-11-061-44/+0
|
* Continue deleting awards related components.Docile-Alligator2023-11-0545-289/+0
|
* Continue deleting awards related components.Docile-Alligator2023-11-0426-90/+0
|
* Start deleting awards related components.Docile-Alligator2023-11-0426-216/+4
|
* New option in CommentMoreBottomSheetFragment: Add to comment filter.Docile-Alligator2023-11-043-0/+25
|
* Adjust the padding of bottom toolbar in post and comment.Docile-Alligator2023-10-2525-45/+55
|
* Center the score of a comment. Switch the number of comment and the share ↵Docile-Alligator2023-10-231-37/+48
| | | | button back on a comment.
* Switch the number of comment and the share button back in compact layout.Docile-Alligator2023-10-232-32/+32
|
* Center the score of a post. Switch the number of comment and the share ↵Docile-Alligator2023-10-2325-1016/+1118
| | | | button back.
* Fix https://github.com/Docile-Alligator/Infinity-For-Reddit/issues/1565Docile-Alligator2023-10-221-1/+1
|
* Add "exclude users" entry in CustomizeCommentFilterActivity.Docile-Alligator2023-10-222-1/+39
|
* Remove USER_TYPE in CommentFilterUsage. Add exclude users in comment filter.Docile-Alligator2023-10-211-18/+0
|
* Continue adding comment filter.Docile-Alligator2023-10-195-10/+157
|
* Continue adding comment filter.Docile-Alligator2023-10-192-0/+10
|
* Continue adding comment filter.Docile-Alligator2023-10-182-0/+20
|
* Continue adding comment filter.Docile-Alligator2023-10-182-4/+131
|
* Continue adding comment filter.Docile-Alligator2023-10-1727-21/+198
|
* Continue implementing showing post filter usages in ↵Docile-Alligator2023-10-152-31/+22
| | | | PostFilterPreferenceActivity.
* Continue implementing showing post filter usages in ↵Docile-Alligator2023-10-151-0/+3
| | | | PostFilterPreferenceActivity.
* Continue implementing showing post filter usages in ↵Docile-Alligator2023-10-153-4/+18
| | | | PostFilterPreferenceActivity.
* Start tweaking PostFilterPreferenceActivity.Docile-Alligator2023-10-142-13/+33
|
* Update theme preview.Docile-Alligator2023-10-092-200/+238
|
* Version 6.3.0-beta1. Rename RedditAPIInfoBottomSheetFragment to ↵Docile-Alligator2023-09-251-1/+1
| | | | ImportantInfoBottomSheetFragment. Disable showing ImportantInfoBottomSheetFragment.
* Changed video control UI.Docile-Alligator2023-09-231-3/+3
|
* Changed video control UI.Docile-Alligator2023-09-234-45/+61
|
* Start changing video control UI.Docile-Alligator2023-09-2212-56/+138
|
* Remove gradient in the icon.Docile-Alligator2023-09-2110-0/+0
|
* New splash screen.Docile-Alligator2023-09-205-0/+30
|
* Change TextInputLayout style. Disable swipe right to go back in ↵Docile-Alligator2023-09-207-30/+30
| | | | CustomizePostFilterActivity.
* New theme item: filled card view background color and read post filled card ↵Docile-Alligator2023-09-191-0/+4
| | | | view background color.
* Update strings.Docile-Alligator2023-09-192-10/+45
|
* Update translations. New languages: Greek, Korean and Tamil.Docile-Alligator2023-09-1923-1732/+6041
|
* Fix https://github.com/Docile-Alligator/Infinity-For-Reddit/issues/1508. ↵Docile-Alligator2023-09-182-17/+24
| | | | Minor UI tweaks in SearchActivity.
* Use MaterialButton for icons in comments.Docile-Alligator2023-09-181-20/+17
|
* Continue changing vote button icons.Docile-Alligator2023-09-181-41/+36
|
* Continue changing vote button icons.Docile-Alligator2023-09-158-489/+545
|
* Modify comment button in post feed.Docile-Alligator2023-09-1517-0/+17
|
* Continue changing vote button icons.Docile-Alligator2023-09-1512-12/+26
|
* Continue changing vote button icons.Docile-Alligator2023-09-152-158/+136
|
* Continue changing vote button icons.Docile-Alligator2023-09-1510-570/+618
|
* Add option to Add subreddit to Home Screen as shortcut (#1485)Andrea Colombo2023-09-142-5/+12
| | | | | * Add shortcut to Add Subreddit to Home Screen * Add null check for subredditIcon
* Reconfigured padding to increase clickable region of delete icon (#1486)Abhishek2023-09-141-1/+2
|
* Added a button to clear all recent searches. (#1487)Abhishek2023-09-143-2/+20
| | | | | | | | * Added a button to clear all recent searches. - Deletes all the searches for the current user from the database. - Delete icon placed at the end of subreddit name layout in the activity search layout(I couldn't find a better place for it). _Icon visible only when there are recent searches. * Confirmation dialog shows when clearing all search history.