index
:
infinity-for-reddit.git
client-id
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
app
/
src
/
main
/
java
/
ml
/
docilealligator
/
infinityforreddit
/
customviews
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Reduce ItemTouchHelper sensitivity in ViewPostDetailFragment by using Adjusta...
Docile-Alligator
2024-10-29
1
-0
/
+2533
*
Refine ItemTouchHelper onChildDraw in ViewPostDetailFragment.
Docile-Alligator
2024-10-29
1
-136
/
+110
*
Reduce SliderPanel sensitivity to improve compatibility with ItemTouchHelper.
Docile-Alligator
2024-10-29
1
-2
/
+1
*
Refine TableHorizontalScrollView MotionEvent processing.
Docile-Alligator
2024-10-28
1
-14
/
+32
*
Improve MovableFloatingActionButton gesture.
Docile-Alligator
2024-10-28
1
-1
/
+27
*
Refine markdown table scrolling. Refine horizontal gestures.
Docile-Alligator
2024-10-28
1
-0
/
+112
*
Reverse the order of items in MarkdownBottomBarRecyclerViewAdapter.
Docile-Alligator
2024-09-19
1
-0
/
+5
*
Rearrange files and packages.
Docile-Alligator
2024-09-15
7
-7
/
+7
*
Reset FAB position option in ViewPostDetailActivity.
Docile-Alligator
2024-09-08
1
-2
/
+25
*
Continue adding contentDescription for image views.
Docile-Alligator
2024-09-08
1
-0
/
+67
*
Fix video autoplay not working in some cases by always providing a new LoadCo...
Docile-Alligator
2024-07-02
1
-0
/
+2
*
Fix wrong coordinates when saving the position of MovableFloatingActionButton...
Docile-Alligator
2024-06-18
1
-6
/
+27
*
Support multiple displays (e.g. foldable phone) when saving the position of f...
Docile-Alligator
2024-06-17
1
-14
/
+17
*
Save fab position in ViewPostDetailActivity.
Docile-Alligator
2024-06-14
1
-2
/
+52
*
Fix https://github.com/Docile-Alligator/Infinity-For-Reddit/issues/1625
Docile-Alligator
2024-05-23
2
-73
/
+4
*
Migrate to AndroidX Media3.
Docile-Alligator
2024-05-13
1
-3
/
+2
*
Remove Butter Knife. Optimize imports.
Docile-Alligator
2024-05-07
1
-0
/
+1
*
Code cleanup.
Docile-Alligator
2024-01-04
3
-13
/
+15
*
Fix OnClickListener's onlick being called even if it's null. Fix the double h...
Docile-Alligator
2023-12-09
1
-1
/
+1
*
Hide images and gifs in ImageAndGifEntry and EmotePlugin if corresponding dat...
Docile-Alligator
2023-11-27
1
-253
/
+0
*
Implement ImageAndGifEntry.OnItemClickListener in other places.
Docile-Alligator
2023-11-26
1
-4
/
+17
*
Start implementing showing gifs and images in comments.
Docile-Alligator
2023-11-22
1
-0
/
+5
*
Continue implementing showing post filter usages in PostFilterPreferenceActiv...
Docile-Alligator
2023-10-15
1
-0
/
+31
*
Fix typo in SliderPanel.java (#1518)
Ikko Eltociear Ashimine
2023-09-14
1
-1
/
+1
*
Try fixing gallery images swipe gesture and Slidr gesture conflicts.
Docile-Alligator
2023-04-26
1
-0
/
+4
*
Include Slidr in code.
Docile-Alligator
2023-04-26
12
-0
/
+3038
*
Revert bottom app bar style.
Docile-Alligator
2023-02-06
1
-13
/
+31
*
Disable aspect ratio logic when it is negative (#1296)
Sergei Kozelko
2023-01-21
1
-9
/
+11
*
Change the style of the bottom app bar.
Docile-Alligator
2022-12-29
1
-31
/
+13
*
Swipe to see gallery images in PostDetailRecyclerViewAdapter.
Docile-Alligator
2022-11-14
1
-6
/
+6
*
Fix ItemTouchHelper and gallery swipe gesture fighting each other.
Docile-Alligator
2022-11-13
1
-1
/
+1
*
Show the current image index in gallery in PostFragment.
Docile-Alligator
2022-11-12
1
-1
/
+1
*
Swipe between gallery images in PostFragment.
Docile-Alligator
2022-11-12
6
-34
/
+124
*
Material Design 3 Switch. Target Sdk 33.
Docile-Alligator
2022-11-08
1
-1
/
+24
*
wait to load security settings until successful authentication (#1196)
Patrick Demers
2022-11-02
1
-2
/
+7
*
Add view that can lock swipe-to-close gesture (#1140)
Sergei Kozelko
2022-10-22
2
-23
/
+87
*
Remove unnecessary uses of DrawableCompat. (#1045)
Isira Seneviratne
2022-09-09
1
-7
/
+4
*
Update ExoPlayer.
Docile-Alligator
2022-09-08
1
-3
/
+3
*
Fix stupid Redgifs API issue.
Docile-Alligator
2022-09-04
2
-4
/
+4
*
Apply custom theme to settings page.
Docile-Alligator
2022-08-15
7
-24
/
+181
*
Fix caption shown under the navbar in ViewRedditGalleryImageOrGifFragment.
Docile-Alligator
2022-08-13
1
-1
/
+1
*
Fix loading previews after quick scroll (#861)
Sergei Kozelko
2022-08-05
1
-1
/
+6
*
Movable FAB in ViewPostDetailActivity.
Docile-Alligator
2022-07-18
1
-0
/
+121
*
Use Navigation Rail in MainActivity in landscape mode.
Docile-Alligator
2022-06-18
1
-0
/
+142
*
Request incognito keyboard in anonymous mode on Android 8+.
Docile-Alligator
2022-06-01
1
-1
/
+18
*
Submit posts using another account is available in PostTextActivity.
Docile-Alligator
2022-04-24
1
-0
/
+16
*
Render full markdown in CommentsRecyclerViewAdapter.
Docile-Alligator
2022-04-02
1
-0
/
+235
*
Load image after the AspectRatioGifImageView's height is determined in PostRe...
Docile-Alligator
2022-03-11
1
-1
/
+20
*
New option: Settings->Miscellaneous->Post Feed Preview Max Resolution. Fix lo...
Docile-Alligator
2022-03-06
2
-0
/
+53
*
Try fixing Parcelable implementation issues.
Docile-Alligator
2022-02-28
1
-7
/
+8
[next]