Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove NSFW toggle in the navigation drawer to comply with the stupid Google ↵ | Docile-Alligator | 2024-10-30 | 3 | -48/+8 |
| | | | | Play policy. | ||||
* | Long click menu for compact layout if long click to hide toolbar is ↵ | Docile-Alligator | 2024-10-29 | 2 | -1/+43 |
| | | | | disabled. Long click menu in PostDetailRecyclerViewAdapter. | ||||
* | Reduce ItemTouchHelper sensitivity in CommentsListingFragment. | Docile-Alligator | 2024-10-29 | 1 | -3/+3 |
| | |||||
* | Reduce ItemTouchHelper sensitivity in ViewPostDetailFragment by using ↵ | Docile-Alligator | 2024-10-29 | 7 | -67/+2610 |
| | | | | AdjustableTouchSlopItemTouchHelper. Refine ItemTouchHelper onChildDraw in CommentsListingFragment. | ||||
* | Refine ItemTouchHelper onChildDraw in ViewPostDetailFragment. | Docile-Alligator | 2024-10-29 | 2 | -195/+176 |
| | |||||
* | Reduce SliderPanel sensitivity to improve compatibility with ItemTouchHelper. | Docile-Alligator | 2024-10-29 | 1 | -2/+1 |
| | |||||
* | Move workers to the worker package. | Docile-Alligator | 2024-10-28 | 6 | -5/+12 |
| | |||||
* | Refine TableHorizontalScrollView MotionEvent processing. | Docile-Alligator | 2024-10-28 | 2 | -16/+34 |
| | |||||
* | Improve MovableFloatingActionButton gesture. | Docile-Alligator | 2024-10-28 | 1 | -1/+27 |
| | |||||
* | Refine horizontal gestures on gallery posts. | Docile-Alligator | 2024-10-28 | 2 | -84/+59 |
| | |||||
* | Refine markdown table scrolling. Refine horizontal gestures. | Docile-Alligator | 2024-10-28 | 9 | -88/+218 |
| | |||||
* | Refine ItemTouchHelper onChildDraw in PostFragmentBase. | Docile-Alligator | 2024-10-22 | 1 | -45/+43 |
| | |||||
* | Limit the translation distance of items inb ItemTouchHelper in PostFragmentBase. | Docile-Alligator | 2024-10-22 | 3 | -124/+24 |
| | |||||
* | Merge branch 'master' of github.com:Docile-Alligator/Infinity-For-Reddit | Docile-Alligator | 2024-10-20 | 28 | -217/+454 |
|\ | |||||
| * | Changed the way read posts are handled to support an arbitrary read posts ↵ | Eitan | 2024-10-20 | 28 | -217/+454 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | limit (#1720) * Changed the way read posts are handled to support an arbitrary 'read posts limit' * Changed db size in summary to kb * Use return HashSet instead of List in ReadPostsListInterface * Moved DB summary to Advanced Preferences. * Completed merge from master into feature/readPost * Fix some bugs and code style. --------- Co-authored-by: Docile-Alligator <25734209+Docile-Alligator@users.noreply.github.com> | ||||
* | | Set ViewPager2 adapter in onCreate in ViewPostDetailActivity. | Docile-Alligator | 2024-10-17 | 1 | -1/+1 |
|/ | |||||
* | Lazy mode in HistoryPostFragment. | Docile-Alligator | 2024-10-17 | 2 | -0/+40 |
| | |||||
* | Finish adding PostFragmentBase as the base class for PostFragment and ↵ | Docile-Alligator | 2024-10-17 | 5 | -7414/+644 |
| | | | | HistoryPostFragment. Remove HistoryPostRecyclerViewAdapter and use PostRecyclerViewAdapter in HistoryPostFragment instead. | ||||
* | Start adding PostFragmentBase as the base class for PostFragment and ↵ | Docile-Alligator | 2024-10-16 | 10 | -672/+421 |
| | | | | HistoryPostFragment. | ||||
* | Fix PostCompactBaseViewHolder implementation in PostRecyclerViewAdapter. | Docile-Alligator | 2024-10-15 | 1 | -28/+25 |
| | |||||
* | Long click the preview image to open PostOptionsBottomSheetFragment. | Docile-Alligator | 2024-09-28 | 4 | -8/+34 |
| | |||||
* | Continue optimizing class structures in PostRecyclerViewAdapter. | Docile-Alligator | 2024-09-27 | 2 | -1120/+440 |
| | |||||
* | Continue optimizing class structures in PostRecyclerViewAdapter. | Docile-Alligator | 2024-09-27 | 1 | -125/+77 |
| | |||||
* | Continue optimizing class structures in PostRecyclerViewAdapter. | Docile-Alligator | 2024-09-27 | 1 | -642/+375 |
| | |||||
* | Continue optimizing class structures in PostRecyclerViewAdapter. | Docile-Alligator | 2024-09-27 | 1 | -78/+28 |
| | |||||
* | Continue optimizing class structures in PostRecyclerViewAdapter. ↵ | Docile-Alligator | 2024-09-27 | 1 | -41/+72 |
| | | | | PostCard2TextTypeViewHolder now extends PostTextTypeViewHolder. | ||||
* | Continue optimizing class structures in PostRecyclerViewAdapter. | Docile-Alligator | 2024-09-27 | 1 | -118/+1 |
| | |||||
* | Continue optimizing class structures in PostRecyclerViewAdapter. ↵ | Docile-Alligator | 2024-09-27 | 1 | -121/+145 |
| | | | | PostCard2WithPreviewViewHolder now extends PostWithPreviewTypeViewHolder. | ||||
* | Continue optimizing class structures in PostRecyclerViewAdapter. Use ↵ | Docile-Alligator | 2024-09-26 | 1 | -481/+126 |
| | | | | VideoAutoplayImpl for concrete implementation of ToroPlayer. | ||||
* | Continue optimizing class structures in PostRecyclerViewAdapter. | Docile-Alligator | 2024-09-26 | 1 | -114/+452 |
| | |||||
* | Continue optimizing class structures in PostRecyclerViewAdapter. | Docile-Alligator | 2024-09-26 | 1 | -356/+75 |
| | |||||
* | Start optimizing class structures in PostRecyclerViewAdapter. | Docile-Alligator | 2024-09-26 | 1 | -561/+244 |
| | |||||
* | Remove PostCard2BaseVideoAutoplayViewHolder and use ↵ | Docile-Alligator | 2024-09-26 | 1 | -400/+8 |
| | | | | PostBaseVideoAutoplayViewHolder in PostRecyclerViewAdapter. | ||||
* | Fix theming issues in PostPollActivity. | Docile-Alligator | 2024-09-26 | 1 | -0/+1 |
| | |||||
* | Fix theming issues in CustomThemeListingRecyclerViewAdapter. | Docile-Alligator | 2024-09-25 | 1 | -0/+7 |
| | |||||
* | Show GiphyGifInfoBottomSheetFragment before the Giphy gif selector. | Docile-Alligator | 2024-09-25 | 6 | -5/+102 |
| | |||||
* | Show updated Giphy gif in the edit comments. | Docile-Alligator | 2024-09-19 | 9 | -48/+135 |
| | |||||
* | Editing comments with Giphy gif is available. | Docile-Alligator | 2024-09-19 | 7 | -16/+133 |
| | |||||
* | Remove unnecessary properties in some layouts. | Docile-Alligator | 2024-09-19 | 2 | -4/+1 |
| | |||||
* | Reverse the order of items in MarkdownBottomBarRecyclerViewAdapter. | Docile-Alligator | 2024-09-19 | 13 | -22/+30 |
| | |||||
* | Sending comments with a Giphy gif is available. | Docile-Alligator | 2024-09-19 | 12 | -46/+245 |
| | |||||
* | Add an option to download all media in an imgur album in ViewImgurMediaActivity. | Docile-Alligator | 2024-09-18 | 6 | -20/+117 |
| | |||||
* | Use the better constructJobInfo() in DownloadMediaService when downloading ↵ | Docile-Alligator | 2024-09-18 | 2 | -16/+4 |
| | | | | media in an imgur album. | ||||
* | Add an option to download all media in a gallery in ViewRedditGalleryActivity. | Docile-Alligator | 2024-09-18 | 8 | -18/+40 |
| | |||||
* | Fix notification content when downloading all media in a gallery. | Docile-Alligator | 2024-09-18 | 2 | -73/+129 |
| | |||||
* | Add an option to download the entire gallery in PostOptionsBottomSheetFragment. | Docile-Alligator | 2024-09-17 | 4 | -173/+303 |
| | |||||
* | Download the gallery image that's been swiped to in ↵ | Docile-Alligator | 2024-09-17 | 2 | -1/+16 |
| | | | | PostOptionsBottomSheetFragment. | ||||
* | Show a toast when downloading media in PostOptionsBottomSheetFragment. | Docile-Alligator | 2024-09-17 | 1 | -0/+2 |
| | |||||
* | Add an option to download media in PostOptionsBottomSheetFragment. | Docile-Alligator | 2024-09-17 | 11 | -43/+293 |
| | |||||
* | Use VideoLinkFetcher to load the video link in posts. | Docile-Alligator | 2024-09-17 | 16 | -276/+421 |
| |