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
/
fragments
/
ViewPostDetailFragment.java
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Reduce ItemTouchHelper sensitivity in ViewPostDetailFragment by using Adjusta...
Docile-Alligator
2024-10-29
1
-3
/
+4
*
Refine ItemTouchHelper onChildDraw in ViewPostDetailFragment.
Docile-Alligator
2024-10-29
1
-59
/
+66
*
Changed the way read posts are handled to support an arbitrary read posts lim...
Eitan
2024-10-20
1
-1
/
+3
*
Show updated Giphy gif in the edit comments.
Docile-Alligator
2024-09-19
1
-2
/
+8
*
Rearrange files and packages.
Docile-Alligator
2024-09-15
1
-6
/
+5
*
Enabling or disabling reply notifications in CommentMoreBottomSheetFragment.
Docile-Alligator
2024-09-13
1
-0
/
+19
*
Start implementing PostOptionsBottomSheetFragment. Rename some drawables.
Docile-Alligator
2024-09-11
1
-4
/
+4
*
Some changes related to SectionsPagerAdapter.
Docile-Alligator
2024-08-18
1
-1
/
+1
*
Fix NullPointerException in ParseSubredditData.
Docile-Alligator
2024-06-02
1
-1
/
+3
*
Migrate to ViewBinding in ViewPostDetailFragment.
Docile-Alligator
2024-05-07
1
-91
/
+72
*
Fixed CommentsRecyclerViewAdapter inconsistent update this time?
Docile-Alligator
2024-04-20
1
-1
/
+1
*
Submit comment with up to one embedded image.
Docile-Alligator
2024-03-11
1
-5
/
+9
*
Move accessToken and accountName to BaseActivity.
Docile-Alligator
2024-01-28
1
-41
/
+35
*
Version 6.7.1. Fix FetchSubredditData.fetchSubredditData not working in anony...
Docile-Alligator
2024-01-24
1
-1
/
+1
*
Fix anonymous mode not loading anything.
Docile-Alligator
2024-01-23
1
-17
/
+35
*
Remove see removed posts and comments.
Docile-Alligator
2024-01-12
1
-65
/
+0
*
Remove Gfycat.
Docile-Alligator
2024-01-10
1
-5
/
+2
*
Continue changing anonymous mode.
Docile-Alligator
2024-01-08
1
-3
/
+0
*
Continue changing anonymous mode.
Docile-Alligator
2024-01-07
1
-1
/
+1
*
Continue changing anonymous mode.
Docile-Alligator
2024-01-06
1
-3
/
+6
*
Code cleanup.
Docile-Alligator
2024-01-04
1
-3
/
+0
*
@Nullable accessToken and @NonNull accountName.
Docile-Alligator
2024-01-03
1
-1
/
+1
*
Fix accountName is null in some places.
Docile-Alligator
2024-01-03
1
-1
/
+1
*
Use !accountName.equals(Account.ANONYMOUS_ACCOUNT) instead of accessToken != ...
Docile-Alligator
2024-01-01
1
-4
/
+4
*
Use OAuth for anonymous mode. Fix translation issues.
Docile-Alligator
2024-01-01
1
-33
/
+16
*
Hide images and gifs in ImageAndGifEntry and EmotePlugin if corresponding dat...
Docile-Alligator
2023-11-28
1
-13
/
+20
*
Implement ImageAndGifEntry.OnItemClickListener in other places.
Docile-Alligator
2023-11-26
1
-1
/
+3
*
Remove some markdown processing related to inline gifs. Remove awards related...
Docile-Alligator
2023-11-25
1
-6
/
+0
*
Start implementing showing gifs and images in comments.
Docile-Alligator
2023-11-22
1
-0
/
+3
*
Start deleting awards related components.
Docile-Alligator
2023-11-04
1
-12
/
+0
*
Continue applying comment filter.
Docile-Alligator
2023-10-20
1
-58
/
+67
*
Start applying comment filter.
Docile-Alligator
2023-10-20
1
-16
/
+36
*
Continue changing vote button icons.
Docile-Alligator
2023-09-18
1
-1
/
+1
*
Fix https://github.com/Docile-Alligator/Infinity-For-Reddit/issues/736
Docile-Alligator
2023-02-20
1
-6
/
+22
*
Fix https://github.com/Docile-Alligator/Infinity-For-Reddit/issues/1363
Docile-Alligator
2023-02-20
1
-2
/
+0
*
Fix suggested sort enum parsing error.
Docile-Alligator
2023-02-20
1
-1
/
+6
*
Fix is_submitter property not being present on responses from the reveddit AP...
cmp
2023-01-21
1
-1
/
+1
*
Fix ItemTouchHelper issue?
Docile-Alligator
2022-12-24
1
-3
/
+0
*
Delete unused isSortingComments field (#1292)
Sergei Kozelko
2022-12-23
1
-22
/
+6
*
Inject Streamable api provider instead of Retrofit instance (#1217)
Sergei Kozelko
2022-12-23
1
-4
/
+5
*
Sort type converters - part 2 (#1244)
Sergei Kozelko
2022-11-27
1
-13
/
+12
*
Remove unused Post fields (#1212)
Sergei Kozelko
2022-11-27
1
-1
/
+1
*
Store only first level replies as children (#1222)
Sergei Kozelko
2022-11-25
1
-3
/
+5
*
Minor code improvements (#1218)
Anatolii Afanasev
2022-11-19
1
-2
/
+1
*
Switch loading more comments to /morechildren endpoint (#1186)
Sergei Kozelko
2022-11-11
1
-11
/
+17
*
Modify the behaviour of ItemTouchHelper.
Docile-Alligator
2022-11-07
1
-37
/
+47
*
Load sort type from correct shared preferences (#1202)
Sergei Kozelko
2022-11-05
1
-2
/
+2
*
Fix Separate posts and comments in portrait mode not working.
Docile-Alligator
2022-11-03
1
-2
/
+1
*
Rename confidence sort to best (#1177)
Sergei Kozelko
2022-11-03
1
-22
/
+29
*
Fix see removed comment edit wrong comment (#1192)
Blahaj-Samoyed
2022-11-02
1
-4
/
+4
[next]