aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/java/ml/docilealligator/infinityforreddit/customviews (follow)
Commit message (Expand)AuthorAgeFilesLines
* Reduce ItemTouchHelper sensitivity in ViewPostDetailFragment by using Adjusta...Docile-Alligator2024-10-291-0/+2533
* Refine ItemTouchHelper onChildDraw in ViewPostDetailFragment.Docile-Alligator2024-10-291-136/+110
* Reduce SliderPanel sensitivity to improve compatibility with ItemTouchHelper.Docile-Alligator2024-10-291-2/+1
* Refine TableHorizontalScrollView MotionEvent processing.Docile-Alligator2024-10-281-14/+32
* Improve MovableFloatingActionButton gesture.Docile-Alligator2024-10-281-1/+27
* Refine markdown table scrolling. Refine horizontal gestures.Docile-Alligator2024-10-281-0/+112
* Reverse the order of items in MarkdownBottomBarRecyclerViewAdapter.Docile-Alligator2024-09-191-0/+5
* Rearrange files and packages.Docile-Alligator2024-09-157-7/+7
* Reset FAB position option in ViewPostDetailActivity.Docile-Alligator2024-09-081-2/+25
* Continue adding contentDescription for image views.Docile-Alligator2024-09-081-0/+67
* Fix video autoplay not working in some cases by always providing a new LoadCo...Docile-Alligator2024-07-021-0/+2
* Fix wrong coordinates when saving the position of MovableFloatingActionButton...Docile-Alligator2024-06-181-6/+27
* Support multiple displays (e.g. foldable phone) when saving the position of f...Docile-Alligator2024-06-171-14/+17
* Save fab position in ViewPostDetailActivity.Docile-Alligator2024-06-141-2/+52
* Fix https://github.com/Docile-Alligator/Infinity-For-Reddit/issues/1625Docile-Alligator2024-05-232-73/+4
* Migrate to AndroidX Media3.Docile-Alligator2024-05-131-3/+2
* Remove Butter Knife. Optimize imports.Docile-Alligator2024-05-071-0/+1
* Code cleanup.Docile-Alligator2024-01-043-13/+15
* Fix OnClickListener's onlick being called even if it's null. Fix the double h...Docile-Alligator2023-12-091-1/+1
* Hide images and gifs in ImageAndGifEntry and EmotePlugin if corresponding dat...Docile-Alligator2023-11-271-253/+0
* Implement ImageAndGifEntry.OnItemClickListener in other places.Docile-Alligator2023-11-261-4/+17
* Start implementing showing gifs and images in comments.Docile-Alligator2023-11-221-0/+5
* Continue implementing showing post filter usages in PostFilterPreferenceActiv...Docile-Alligator2023-10-151-0/+31
* Fix typo in SliderPanel.java (#1518)Ikko Eltociear Ashimine2023-09-141-1/+1
* Try fixing gallery images swipe gesture and Slidr gesture conflicts.Docile-Alligator2023-04-261-0/+4
* Include Slidr in code.Docile-Alligator2023-04-2612-0/+3038
* Revert bottom app bar style.Docile-Alligator2023-02-061-13/+31
* Disable aspect ratio logic when it is negative (#1296)Sergei Kozelko2023-01-211-9/+11
* Change the style of the bottom app bar.Docile-Alligator2022-12-291-31/+13
* Swipe to see gallery images in PostDetailRecyclerViewAdapter.Docile-Alligator2022-11-141-6/+6
* Fix ItemTouchHelper and gallery swipe gesture fighting each other.Docile-Alligator2022-11-131-1/+1
* Show the current image index in gallery in PostFragment.Docile-Alligator2022-11-121-1/+1
* Swipe between gallery images in PostFragment.Docile-Alligator2022-11-126-34/+124
* Material Design 3 Switch. Target Sdk 33.Docile-Alligator2022-11-081-1/+24
* wait to load security settings until successful authentication (#1196)Patrick Demers2022-11-021-2/+7
* Add view that can lock swipe-to-close gesture (#1140)Sergei Kozelko2022-10-222-23/+87
* Remove unnecessary uses of DrawableCompat. (#1045)Isira Seneviratne2022-09-091-7/+4
* Update ExoPlayer.Docile-Alligator2022-09-081-3/+3
* Fix stupid Redgifs API issue.Docile-Alligator2022-09-042-4/+4
* Apply custom theme to settings page.Docile-Alligator2022-08-157-24/+181
* Fix caption shown under the navbar in ViewRedditGalleryImageOrGifFragment.Docile-Alligator2022-08-131-1/+1
* Fix loading previews after quick scroll (#861)Sergei Kozelko2022-08-051-1/+6
* Movable FAB in ViewPostDetailActivity.Docile-Alligator2022-07-181-0/+121
* Use Navigation Rail in MainActivity in landscape mode.Docile-Alligator2022-06-181-0/+142
* Request incognito keyboard in anonymous mode on Android 8+.Docile-Alligator2022-06-011-1/+18
* Submit posts using another account is available in PostTextActivity.Docile-Alligator2022-04-241-0/+16
* Render full markdown in CommentsRecyclerViewAdapter.Docile-Alligator2022-04-021-0/+235
* Load image after the AspectRatioGifImageView's height is determined in PostRe...Docile-Alligator2022-03-111-1/+20
* New option: Settings->Miscellaneous->Post Feed Preview Max Resolution. Fix lo...Docile-Alligator2022-03-062-0/+53
* Try fixing Parcelable implementation issues.Docile-Alligator2022-02-281-7/+8