Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2023-10-16 | Continue adding comment filter. | Docile-Alligator | 1 | -1/+5 | |
2023-10-16 | Continue adding comment filter. | Docile-Alligator | 3 | -4/+89 | |
2023-10-16 | Continue adding comment filter. | Docile-Alligator | 2 | -2/+54 | |
2023-10-16 | Start adding comment filter. | Docile-Alligator | 5 | -0/+120 | |
2023-10-15 | Continue implementing showing post filter usages in ↵ | Docile-Alligator | 4 | -32/+61 | |
PostFilterPreferenceActivity. | |||||
2023-10-15 | Continue implementing showing post filter usages in ↵ | Docile-Alligator | 2 | -1/+33 | |
PostFilterPreferenceActivity. | |||||
2023-10-15 | Continue implementing showing post filter usages in ↵ | Docile-Alligator | 6 | -15/+104 | |
PostFilterPreferenceActivity. | |||||
2023-10-15 | Prepare to show post filter usages in PostFilterPreferenceActivity. | Docile-Alligator | 5 | -19/+50 | |
2023-10-14 | Start tweaking PostFilterPreferenceActivity. | Docile-Alligator | 3 | -22/+42 | |
2023-10-09 | Update theme preview. | Docile-Alligator | 4 | -439/+353 | |
2023-10-04 | Set off screen page limit to ViewPager2.OFFSCREEN_PAGE_LIMIT_DEFAULT in some ↵ | Docile-Alligator | 5 | -6/+5 | |
activities. | |||||
2023-10-04 | Load more items in a single call. | Docile-Alligator | 3 | -31/+33 | |
2023-10-04 | Initialize LiveData data by using the constructor, not the postValue method. | Docile-Alligator | 9 | -37/+21 | |
2023-10-04 | Set filled card view background color in MaterialYouUtils. | Docile-Alligator | 1 | -0/+3 | |
2023-10-04 | Sync subscriptions once every 24 hours. | Docile-Alligator | 2 | -1/+9 | |
2023-10-01 | Fix changing playback speed not working in ViewImgurVideoFragment and ↵ | Docile-Alligator | 3 | -22/+41 | |
ViewRedditGalleryVideoFragment when using bottom app bar. | |||||
2023-10-01 | Fix video controller ui issues in ViewImgurVideoFragment, ↵ | Docile-Alligator | 3 | -16/+14 | |
ViewRedditGalleryVideoFragment and ViewVideoActivity. | |||||
2023-10-01 | Fix video controller ui issues in ViewImgurVideoFragment, ↵ | Docile-Alligator | 3 | -22/+30 | |
ViewRedditGalleryVideoFragment and ViewVideoActivity. Fix https://github.com/Docile-Alligator/Infinity-For-Reddit/issues/1552 | |||||
2023-09-25 | Version 6.3.0-beta1. Rename RedditAPIInfoBottomSheetFragment to ↵ | Docile-Alligator | 3 | -9/+9 | |
ImportantInfoBottomSheetFragment. Disable showing ImportantInfoBottomSheetFragment. | |||||
2023-09-23 | Changed video control UI. | Docile-Alligator | 1 | -3/+3 | |
2023-09-23 | Changed video control UI. | Docile-Alligator | 5 | -48/+69 | |
2023-09-22 | Start changing video control UI. | Docile-Alligator | 16 | -108/+193 | |
2023-09-21 | Remove gradient in the icon. | Docile-Alligator | 11 | -0/+0 | |
2023-09-20 | New splash screen. | Docile-Alligator | 6 | -0/+33 | |
2023-09-20 | Change TextInputLayout style. Disable swipe right to go back in ↵ | Docile-Alligator | 8 | -35/+30 | |
CustomizePostFilterActivity. | |||||
2023-09-19 | Update color for the new theme item. | Docile-Alligator | 2 | -21/+21 | |
2023-09-19 | New theme item: filled card view background color and read post filled card ↵ | Docile-Alligator | 7 | -74/+139 | |
view background color. | |||||
2023-09-19 | Update strings. | Docile-Alligator | 3 | -18/+47 | |
2023-09-19 | Update translations. New languages: Greek, Korean and Tamil. | Docile-Alligator | 23 | -1732/+6041 | |
2023-09-18 | Click the comment icon to go into post details. | Docile-Alligator | 1 | -0/+4 | |
2023-09-18 | Fix https://github.com/Docile-Alligator/Infinity-For-Reddit/issues/1508. ↵ | Docile-Alligator | 5 | -47/+60 | |
Minor UI tweaks in SearchActivity. | |||||
2023-09-18 | Use MaterialButton for icons in comments. | Docile-Alligator | 3 | -62/+50 | |
2023-09-18 | Continue changing vote button icons. | Docile-Alligator | 8 | -312/+408 | |
2023-09-15 | Continue changing vote button icons. | Docile-Alligator | 10 | -1454/+1350 | |
2023-09-15 | Modify comment button in post feed. | Docile-Alligator | 17 | -0/+17 | |
2023-09-15 | Continue changing vote button icons. | Docile-Alligator | 14 | -12/+28 | |
2023-09-15 | Continue changing vote button icons. | Docile-Alligator | 2 | -1004/+854 | |
2023-09-15 | Continue changing vote button icons. | Docile-Alligator | 3 | -422/+344 | |
2023-09-15 | Continue changing vote button icons. | Docile-Alligator | 11 | -1330/+1267 | |
2023-09-14 | Rewrite InsertRecentSearchQuery and delete recent search query function. | Docile-Alligator | 5 | -83/+17 | |
2023-09-14 | Rewrite delete all recent search queries function. | Docile-Alligator | 2 | -66/+12 | |
2023-09-14 | Add option to Add subreddit to Home Screen as shortcut (#1485) | Andrea Colombo | 4 | -7/+74 | |
* Add shortcut to Add Subreddit to Home Screen * Add null check for subredditIcon | |||||
2023-09-14 | Use most recent Reddit user agreement (#1484) | Paul | 2 | -2/+2 | |
Fixes #1483 | |||||
2023-09-14 | Reconfigured padding to increase clickable region of delete icon (#1486) | Abhishek | 1 | -1/+2 | |
2023-09-14 | Added a button to clear all recent searches. (#1487) | Abhishek | 6 | -2/+97 | |
* 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. | |||||
2023-09-14 | Fix typo in SliderPanel.java (#1518) | Ikko Eltociear Ashimine | 1 | -1/+1 | |
hte -> the | |||||
2023-09-14 | Continue adding Card Layout 3. | Docile-Alligator | 2 | -1/+20 | |
2023-09-14 | Continue adding Card Layout 3. | Docile-Alligator | 1 | -2/+395 | |
2023-09-14 | Continue adding Card Layout 3. | Docile-Alligator | 2 | -4/+1160 | |
2023-09-14 | Continue adding Card Layout 3. Settings entry for Card Layout 3. | Docile-Alligator | 6 | -40/+106 | |