aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/java/ml/docilealligator/infinityforreddit/fragments/PostFragmentBase.java (follow)
Commit message (Expand)AuthorAgeFilesLines
* Reduce ItemTouchHelper sensitivity in ViewPostDetailFragment by using Adjusta...Docile-Alligator2024-10-291-4/+5
* Refine markdown table scrolling. Refine horizontal gestures.Docile-Alligator2024-10-281-5/+5
* Refine ItemTouchHelper onChildDraw in PostFragmentBase.Docile-Alligator2024-10-221-45/+43
* Limit the translation distance of items inb ItemTouchHelper in PostFragmentBase.Docile-Alligator2024-10-221-8/+24
* Finish adding PostFragmentBase as the base class for PostFragment and History...Docile-Alligator2024-10-171-5/+573
* Start adding PostFragmentBase as the base class for PostFragment and HistoryP...Docile-Alligator2024-10-161-0/+383