aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Version 7.4.0-beta2.HEADmasterDocile-Alligator2024-10-301-2/+2
* Remove NSFW toggle in the navigation drawer to comply with the stupid Google ...Docile-Alligator2024-10-303-48/+8
* Version 7.4.0-beta1.Docile-Alligator2024-10-291-2/+2
* Long click menu for compact layout if long click to hide toolbar is disabled....Docile-Alligator2024-10-292-1/+43
* Reduce ItemTouchHelper sensitivity in CommentsListingFragment.Docile-Alligator2024-10-291-3/+3
* Reduce ItemTouchHelper sensitivity in ViewPostDetailFragment by using Adjusta...Docile-Alligator2024-10-297-67/+2610
* Refine ItemTouchHelper onChildDraw in ViewPostDetailFragment.Docile-Alligator2024-10-292-195/+176
* Reduce SliderPanel sensitivity to improve compatibility with ItemTouchHelper.Docile-Alligator2024-10-291-2/+1
* Move workers to the worker package.Docile-Alligator2024-10-286-5/+12
* Refine TableHorizontalScrollView MotionEvent processing.Docile-Alligator2024-10-282-16/+34
* Improve MovableFloatingActionButton gesture.Docile-Alligator2024-10-281-1/+27
* Refine horizontal gestures on gallery posts.Docile-Alligator2024-10-282-84/+59
* Refine markdown table scrolling. Refine horizontal gestures.Docile-Alligator2024-10-289-88/+218
* Refine ItemTouchHelper onChildDraw in PostFragmentBase.Docile-Alligator2024-10-221-45/+43
* Limit the translation distance of items inb ItemTouchHelper in PostFragmentBase.Docile-Alligator2024-10-223-124/+24
* Merge branch 'master' of github.com:Docile-Alligator/Infinity-For-RedditDocile-Alligator2024-10-2029-220/+455
|\
| * Changed the way read posts are handled to support an arbitrary read posts lim...Eitan2024-10-2029-220/+455
* | Set ViewPager2 adapter in onCreate in ViewPostDetailActivity.Docile-Alligator2024-10-171-1/+1
|/
* Lazy mode in HistoryPostFragment.Docile-Alligator2024-10-172-0/+40
* Finish adding PostFragmentBase as the base class for PostFragment and History...Docile-Alligator2024-10-175-7414/+644
* Start adding PostFragmentBase as the base class for PostFragment and HistoryP...Docile-Alligator2024-10-1610-672/+421
* Fix PostCompactBaseViewHolder implementation in PostRecyclerViewAdapter.Docile-Alligator2024-10-151-28/+25
* Long click the preview image to open PostOptionsBottomSheetFragment.Docile-Alligator2024-09-284-8/+34
* Fix proguard rules.Docile-Alligator2024-09-281-1/+3
* Continue optimizing class structures in PostRecyclerViewAdapter.Docile-Alligator2024-09-272-1120/+440
* Continue optimizing class structures in PostRecyclerViewAdapter.Docile-Alligator2024-09-271-125/+77
* Continue optimizing class structures in PostRecyclerViewAdapter.Docile-Alligator2024-09-271-642/+375
* Continue optimizing class structures in PostRecyclerViewAdapter.Docile-Alligator2024-09-271-78/+28
* Continue optimizing class structures in PostRecyclerViewAdapter. PostCard2Tex...Docile-Alligator2024-09-271-41/+72
* Continue optimizing class structures in PostRecyclerViewAdapter.Docile-Alligator2024-09-271-118/+1
* Continue optimizing class structures in PostRecyclerViewAdapter. PostCard2Wit...Docile-Alligator2024-09-271-121/+145
* Continue optimizing class structures in PostRecyclerViewAdapter. Use VideoAut...Docile-Alligator2024-09-261-481/+126
* Continue optimizing class structures in PostRecyclerViewAdapter.Docile-Alligator2024-09-261-114/+452
* Continue optimizing class structures in PostRecyclerViewAdapter.Docile-Alligator2024-09-261-356/+75
* Start optimizing class structures in PostRecyclerViewAdapter.Docile-Alligator2024-09-261-561/+244
* Remove PostCard2BaseVideoAutoplayViewHolder and use PostBaseVideoAutoplayView...Docile-Alligator2024-09-261-400/+8
* Fix theming issues in PostPollActivity.Docile-Alligator2024-09-261-0/+1
* Fix theming issues in CustomThemeListingRecyclerViewAdapter.Docile-Alligator2024-09-251-0/+7
* Show GiphyGifInfoBottomSheetFragment before the Giphy gif selector.Docile-Alligator2024-09-256-5/+102
* Show updated Giphy gif in the edit comments.Docile-Alligator2024-09-199-48/+135
* Editing comments with Giphy gif is available.Docile-Alligator2024-09-197-16/+133
* Remove unnecessary properties in some layouts.Docile-Alligator2024-09-192-4/+1
* Reverse the order of items in MarkdownBottomBarRecyclerViewAdapter.Docile-Alligator2024-09-1913-22/+30
* Sending comments with a Giphy gif is available.Docile-Alligator2024-09-1913-46/+247
* Add an option to download all media in an imgur album in ViewImgurMediaActivity.Docile-Alligator2024-09-186-20/+117
* Use the better constructJobInfo() in DownloadMediaService when downloading me...Docile-Alligator2024-09-182-16/+4
* Add an option to download all media in a gallery in ViewRedditGalleryActivity.Docile-Alligator2024-09-188-18/+40
* Fix notification content when downloading all media in a gallery.Docile-Alligator2024-09-182-73/+129
* Add an option to download the entire gallery in PostOptionsBottomSheetFragment.Docile-Alligator2024-09-174-173/+303
* Download the gallery image that's been swiped to in PostOptionsBottomSheetFra...Docile-Alligator2024-09-172-1/+16