aboutsummaryrefslogtreecommitdiff
path: root/app (unfollow)
Commit message (Collapse)AuthorFilesLines
2024-10-30Version 7.4.0-beta2.HEADmasterDocile-Alligator1-2/+2
2024-10-30Remove NSFW toggle in the navigation drawer to comply with the stupid Google ↵Docile-Alligator3-48/+8
Play policy.
2024-10-29Version 7.4.0-beta1.Docile-Alligator1-2/+2
2024-10-29Long click menu for compact layout if long click to hide toolbar is ↵Docile-Alligator2-1/+43
disabled. Long click menu in PostDetailRecyclerViewAdapter.
2024-10-29Reduce ItemTouchHelper sensitivity in CommentsListingFragment.Docile-Alligator1-3/+3
2024-10-29Reduce ItemTouchHelper sensitivity in ViewPostDetailFragment by using ↵Docile-Alligator7-67/+2610
AdjustableTouchSlopItemTouchHelper. Refine ItemTouchHelper onChildDraw in CommentsListingFragment.
2024-10-29Refine ItemTouchHelper onChildDraw in ViewPostDetailFragment.Docile-Alligator2-195/+176
2024-10-29Reduce SliderPanel sensitivity to improve compatibility with ItemTouchHelper.Docile-Alligator1-2/+1
2024-10-28Move workers to the worker package.Docile-Alligator6-5/+12
2024-10-28Refine TableHorizontalScrollView MotionEvent processing.Docile-Alligator2-16/+34
2024-10-28Improve MovableFloatingActionButton gesture.Docile-Alligator1-1/+27
2024-10-28Refine horizontal gestures on gallery posts.Docile-Alligator2-84/+59
2024-10-28Refine markdown table scrolling. Refine horizontal gestures.Docile-Alligator9-88/+218
2024-10-22Refine ItemTouchHelper onChildDraw in PostFragmentBase.Docile-Alligator1-45/+43
2024-10-22Limit the translation distance of items inb ItemTouchHelper in PostFragmentBase.Docile-Alligator3-124/+24
2024-10-20Changed the way read posts are handled to support an arbitrary read posts ↵Eitan28-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>
2024-10-17Set ViewPager2 adapter in onCreate in ViewPostDetailActivity.Docile-Alligator1-1/+1
2024-10-17Lazy mode in HistoryPostFragment.Docile-Alligator2-0/+40
2024-10-17Finish adding PostFragmentBase as the base class for PostFragment and ↵Docile-Alligator5-7414/+644
HistoryPostFragment. Remove HistoryPostRecyclerViewAdapter and use PostRecyclerViewAdapter in HistoryPostFragment instead.
2024-10-16Start adding PostFragmentBase as the base class for PostFragment and ↵Docile-Alligator10-672/+421
HistoryPostFragment.
2024-10-15Fix PostCompactBaseViewHolder implementation in PostRecyclerViewAdapter.Docile-Alligator1-28/+25
2024-09-28Long click the preview image to open PostOptionsBottomSheetFragment.Docile-Alligator4-8/+34
2024-09-28Fix proguard rules.Docile-Alligator1-1/+3
2024-09-27Continue optimizing class structures in PostRecyclerViewAdapter.Docile-Alligator2-1120/+440
2024-09-27Continue optimizing class structures in PostRecyclerViewAdapter.Docile-Alligator1-125/+77
2024-09-27Continue optimizing class structures in PostRecyclerViewAdapter.Docile-Alligator1-642/+375
2024-09-27Continue optimizing class structures in PostRecyclerViewAdapter.Docile-Alligator1-78/+28
2024-09-27Continue optimizing class structures in PostRecyclerViewAdapter. ↵Docile-Alligator1-41/+72
PostCard2TextTypeViewHolder now extends PostTextTypeViewHolder.
2024-09-27Continue optimizing class structures in PostRecyclerViewAdapter.Docile-Alligator1-118/+1
2024-09-27Continue optimizing class structures in PostRecyclerViewAdapter. ↵Docile-Alligator1-121/+145
PostCard2WithPreviewViewHolder now extends PostWithPreviewTypeViewHolder.
2024-09-26Continue optimizing class structures in PostRecyclerViewAdapter. Use ↵Docile-Alligator1-481/+126
VideoAutoplayImpl for concrete implementation of ToroPlayer.
2024-09-26Continue optimizing class structures in PostRecyclerViewAdapter.Docile-Alligator1-114/+452
2024-09-26Continue optimizing class structures in PostRecyclerViewAdapter.Docile-Alligator1-356/+75
2024-09-26Start optimizing class structures in PostRecyclerViewAdapter.Docile-Alligator1-561/+244
2024-09-26Remove PostCard2BaseVideoAutoplayViewHolder and use ↵Docile-Alligator1-400/+8
PostBaseVideoAutoplayViewHolder in PostRecyclerViewAdapter.
2024-09-26Fix theming issues in PostPollActivity.Docile-Alligator1-0/+1
2024-09-25Fix theming issues in CustomThemeListingRecyclerViewAdapter.Docile-Alligator1-0/+7
2024-09-25Show GiphyGifInfoBottomSheetFragment before the Giphy gif selector.Docile-Alligator6-5/+102
2024-09-19Show updated Giphy gif in the edit comments.Docile-Alligator9-48/+135
2024-09-19Editing comments with Giphy gif is available.Docile-Alligator7-16/+133
2024-09-19Remove unnecessary properties in some layouts.Docile-Alligator2-4/+1
2024-09-19Reverse the order of items in MarkdownBottomBarRecyclerViewAdapter.Docile-Alligator13-22/+30
2024-09-19Sending comments with a Giphy gif is available.Docile-Alligator13-46/+247
2024-09-18Add an option to download all media in an imgur album in ViewImgurMediaActivity.Docile-Alligator6-20/+117
2024-09-18Use the better constructJobInfo() in DownloadMediaService when downloading ↵Docile-Alligator2-16/+4
media in an imgur album.
2024-09-18Add an option to download all media in a gallery in ViewRedditGalleryActivity.Docile-Alligator8-18/+40
2024-09-18Fix notification content when downloading all media in a gallery.Docile-Alligator2-73/+129
2024-09-17Add an option to download the entire gallery in PostOptionsBottomSheetFragment.Docile-Alligator4-173/+303
2024-09-17Download the gallery image that's been swiped to in ↵Docile-Alligator2-1/+16
PostOptionsBottomSheetFragment.
2024-09-17Show a toast when downloading media in PostOptionsBottomSheetFragment.Docile-Alligator1-0/+2