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
/
post
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Changed the way read posts are handled to support an arbitrary read posts lim...
Eitan
2024-10-20
4
-74
/
+77
*
Add an option to download media in PostOptionsBottomSheetFragment.
Docile-Alligator
2024-09-17
4
-5
/
+76
*
Use VideoLinkFetcher to load the video link in posts.
Docile-Alligator
2024-09-17
1
-15
/
+11
*
Rearrange files and packages.
Docile-Alligator
2024-09-15
12
-5
/
+486
*
Fix app crashes when loading multireddit posts. Rename some variables in Mult...
Docile-Alligator
2024-09-04
1
-1
/
+1
*
Searching posts inside a multireddit is available.
Docile-Alligator
2024-08-22
2
-22
/
+125
*
Try fixing retrofit2.Utils.methodError in PostPagingSource when loading anony...
Docile-Alligator
2024-06-18
1
-1
/
+4
*
Fix user posts not loading by a stupid workaround.
Docile-Alligator
2024-05-29
1
-2
/
+2
*
Fix issues related to PostPagingSource.TYPE_ANONYMOUS_MULTIREDDIT. Fix crashe...
Docile-Alligator
2024-04-17
2
-2
/
+3
*
Submit video posts with text content (without embedded images).
Docile-Alligator
2024-03-15
1
-3
/
+5
*
Submit image posts with text content (without embedded images).
Docile-Alligator
2024-03-14
1
-4
/
+4
*
Submit link posts with text content (without embedded images).
Docile-Alligator
2024-03-14
1
-16
/
+20
*
Order history reverse chronologically (#1601)
Louis Pré
2024-03-12
2
-8
/
+8
*
Submit comment with up to one embedded image.
Docile-Alligator
2024-03-11
1
-1
/
+2
*
Submit text post with embedded images.
Docile-Alligator
2024-03-11
1
-9
/
+13
*
Uploaded image richtext_json. Enable uploading images in markdown editor.
Docile-Alligator
2024-03-10
1
-1
/
+1
*
Fix NullPointerException in when loading fallback video.
Docile-Alligator
2024-03-02
1
-1
/
+3
*
Try loading fallback video in PostRecyclerViewAdapter
Docile-Alligator
2024-02-26
1
-1
/
+1
*
Use mp4 version of the fallback video.
Docile-Alligator
2024-02-24
2
-9
/
+9
*
Load a fallback video when the video link is not working.
Docile-Alligator
2024-02-24
2
-0
/
+13
*
Fix anonymous mode not loading anything.
Docile-Alligator
2024-01-23
4
-30
/
+57
*
Remove see removed posts and comments.
Docile-Alligator
2024-01-12
1
-159
/
+0
*
Show gifs in ViewVideoActivity if possible.
Docile-Alligator
2024-01-10
2
-0
/
+21
*
Remove Gfycat.
Docile-Alligator
2024-01-10
3
-75
/
+32
*
Continue changing anonymous mode.
Docile-Alligator
2024-01-08
1
-6
/
+8
*
Continue changing anonymous mode.
Docile-Alligator
2024-01-06
1
-1
/
+1
*
Code cleanup.
Docile-Alligator
2024-01-04
6
-75
/
+75
*
@Nullable accessToken and @NonNull accountName.
Docile-Alligator
2024-01-03
5
-20
/
+19
*
Fix accountName is null in some places.
Docile-Alligator
2024-01-03
1
-2
/
+3
*
Use accountName.equals(Account.ANONYMOUS_ACCOUNT) instead of accountName == n...
Docile-Alligator
2024-01-01
2
-5
/
+6
*
Use OAuth for anonymous mode. Fix translation issues.
Docile-Alligator
2024-01-01
3
-48
/
+22
*
Show cations of preview images and gifs.
Docile-Alligator
2023-11-26
1
-4
/
+4
*
Fix media_metadata parsing.
Docile-Alligator
2023-11-26
1
-52
/
+1
*
Fix infinite loops in Utils.parseInlineRedditImages. Fix media_metadata parsing.
Docile-Alligator
2023-11-26
1
-9
/
+16
*
Directly show i.redd.it images and gifs.
Docile-Alligator
2023-11-26
1
-4
/
+4
*
Remove some markdown processing related to inline gifs. Remove awards related...
Docile-Alligator
2023-11-25
2
-38
/
+21
*
Start implementing showing gifs and images in comments.
Docile-Alligator
2023-11-22
2
-106
/
+13
*
Fix MediaMetadata's fileName is always null.
Docile-Alligator
2023-11-20
1
-0
/
+2
*
Click to open reddit preview images in posts. Fix IllegalArgumentException in...
Docile-Alligator
2023-11-20
1
-0
/
+4
*
Continue implementing showing images from preview.redd.it in posts.
Docile-Alligator
2023-11-17
2
-71
/
+224
*
Start showing images from preview.redd.it in posts.
Docile-Alligator
2023-11-17
1
-4
/
+4
*
Continue deleting awards related components.
Docile-Alligator
2023-11-05
1
-26
/
+0
*
Continue deleting awards related components.
Docile-Alligator
2023-11-04
1
-1
/
+0
*
Not loading images from i.redgifs.com because they are webpages.
Docile-Alligator
2023-11-04
2
-3
/
+25
*
Load more items in a single call.
Docile-Alligator
2023-10-04
1
-4
/
+4
*
Initialize LiveData data by using the constructor, not the postValue method.
Docile-Alligator
2023-10-04
2
-23
/
+14
*
Probably fixed key reuse in PostPagingSource caused by NSFW posts being disab...
Docile-Alligator
2023-08-15
1
-0
/
+6
*
Fix https://github.com/Docile-Alligator/Infinity-For-Reddit/issues/736
Docile-Alligator
2023-02-20
2
-22
/
+31
*
Handle image posts if url contains query string (#1300)
Björn Tantau
2023-01-21
1
-15
/
+11
*
Show moderator author/user colors in more places, such as post lists and hist...
cmp
2022-12-23
2
-21
/
+44
[next]