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
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2024-01-10
Show gifs in ViewVideoActivity if possible.
Docile-Alligator
6
-37
/
+119
2024-01-10
Remove Gfycat.
Docile-Alligator
54
-701
/
+380
2024-01-08
Continue changing anonymous mode.
Docile-Alligator
19
-47
/
+47
2024-01-08
Continue changing anonymous mode.
Docile-Alligator
20
-67
/
+40
2024-01-08
Fix issues in AccessTokenAuthenticator.
Docile-Alligator
1
-1
/
+5
2024-01-08
Continue changing anonymous mode.
Docile-Alligator
2
-8
/
+3
2024-01-08
Continue changing anonymous mode.
Docile-Alligator
5
-18
/
+24
2024-01-07
Continue changing anonymous mode.
Docile-Alligator
25
-47
/
+106
2024-01-06
Continue changing anonymous mode.
Docile-Alligator
17
-60
/
+179
2024-01-04
Code cleanup.
Docile-Alligator
149
-976
/
+977
2024-01-03
@Nullable accessToken and @NonNull accountName.
Docile-Alligator
17
-64
/
+75
2024-01-03
Fix accountName is null in some places.
Docile-Alligator
18
-40
/
+43
2024-01-03
Change accountName's default value to Account.ANONYMOUS_ACCOUNT instead of null.
Docile-Alligator
44
-58
/
+78
2024-01-01
Use !accountName.equals(Account.ANONYMOUS_ACCOUNT) instead of accessToken != ...
Docile-Alligator
17
-30
/
+36
2024-01-01
Use accountName.equals(Account.ANONYMOUS_ACCOUNT) instead of accountName == n...
Docile-Alligator
30
-172
/
+184
2024-01-01
Use OAuth for anonymous mode. Fix translation issues.
Docile-Alligator
46
-456
/
+323
2023-12-31
Account.ANONYMOUS_ACCOUNT
Docile-Alligator
27
-89
/
+163
2023-12-25
Refine regex.
Docile-Alligator
1
-1
/
+1
2023-12-25
Fix app crashes when suggesting title in PostLinkActivity.
Docile-Alligator
1
-1
/
+13
2023-12-23
Combine regex for preview.redd.it and i.redd.it in Utils.parseRedditImagesBlock.
Docile-Alligator
1
-67
/
+67
2023-12-15
Fix app crashes when downloading videos.
Docile-Alligator
1
-0
/
+2
2023-12-09
Fix OnClickListener's onlick being called even if it's null. Fix the double h...
Docile-Alligator
16
-48
/
+505
2023-11-28
Emotes are now clickable. Fix IndexOutOfBoundsException in Utils.parseRedditI...
Docile-Alligator
12
-49
/
+160
2023-11-28
Refresh CommentsListingRecyclerViewAdapter after network changes. Fix wrong p...
Docile-Alligator
2
-1
/
+19
2023-11-28
Hide images and gifs in ImageAndGifEntry and EmotePlugin if corresponding dat...
Docile-Alligator
13
-67
/
+248
2023-11-27
Hide images and gifs in ImageAndGifEntry and EmotePlugin if corresponding dat...
Docile-Alligator
12
-28
/
+120
2023-11-26
Implement ImageAndGifEntry.OnItemClickListener in other places.
Docile-Alligator
12
-151
/
+155
2023-11-26
Show cations of preview images and gifs.
Docile-Alligator
6
-40
/
+84
2023-11-26
Handle preview images or gifs with captions.
Docile-Alligator
2
-23
/
+61
2023-11-26
Fix media_metadata parsing.
Docile-Alligator
3
-113
/
+76
2023-11-26
Fix infinite loops in Utils.parseInlineRedditImages. Fix media_metadata parsing.
Docile-Alligator
2
-11
/
+20
2023-11-26
Directly show i.redd.it images and gifs.
Docile-Alligator
4
-12
/
+51
2023-11-25
Layout tweaks in ImageAndGifEntry.
Docile-Alligator
2
-5
/
+32
2023-11-25
Remove some markdown processing related to inline gifs. Remove awards related...
Docile-Alligator
27
-222
/
+25
2023-11-25
Fix markdown link not rendered in EmoteCloseBracketInlineProcessor.
Docile-Alligator
2
-13
/
+17
2023-11-24
Enable gif playback in EmotePlugin.AsyncDrawableTarget. Fix bugs related to M...
Docile-Alligator
3
-34
/
+44
2023-11-24
Start implementing showing emotes in comments.
Docile-Alligator
17
-32
/
+559
2023-11-22
Start implementing showing gifs and images in comments.
Docile-Alligator
73
-278
/
+411
2023-11-20
Continue implementing showing images from preview.redd.it in posts.
Docile-Alligator
7
-73
/
+104
2023-11-20
Fix MediaMetadata's fileName is always null.
Docile-Alligator
38
-63
/
+49
2023-11-20
Click to open reddit preview images in posts. Fix IllegalArgumentException in...
Docile-Alligator
11
-17
/
+85
2023-11-19
Temporarily disable showing Reddit preview images in posts.
Docile-Alligator
2
-3
/
+4
2023-11-19
Fix crashes related to gilded posts.
Docile-Alligator
2
-4
/
+8
2023-11-19
Fix crashes related to gilded posts.
Docile-Alligator
4
-3
/
+24
2023-11-19
Fix unable to submit gallery posts.
Docile-Alligator
2
-1
/
+4
2023-11-18
Continue implementing showing images from preview.redd.it in posts.
Docile-Alligator
1
-5
/
+1
2023-11-17
Continue implementing showing images from preview.redd.it in posts.
Docile-Alligator
17
-94
/
+301
2023-11-17
Start showing images from preview.redd.it in posts.
Docile-Alligator
14
-18
/
+355
2023-11-06
Remove min and max awards in CustomizePostFilterActivity.
Docile-Alligator
5
-78
/
+5
2023-11-05
Continue deleting awards related components.
Docile-Alligator
56
-555
/
+26
[next]