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
/
adapters
/
PostRecyclerViewAdapter.java
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Long click menu for compact layout if long click to hide toolbar is disabled....
Docile-Alligator
2024-10-29
1
-1
/
+10
*
Refine horizontal gestures on gallery posts.
Docile-Alligator
2024-10-28
1
-62
/
+31
*
Refine markdown table scrolling. Refine horizontal gestures.
Docile-Alligator
2024-10-28
1
-16
/
+56
*
Finish adding PostFragmentBase as the base class for PostFragment and History...
Docile-Alligator
2024-10-17
1
-13
/
+33
*
Start adding PostFragmentBase as the base class for PostFragment and HistoryP...
Docile-Alligator
2024-10-16
1
-1
/
+3
*
Fix PostCompactBaseViewHolder implementation in PostRecyclerViewAdapter.
Docile-Alligator
2024-10-15
1
-28
/
+25
*
Long click the preview image to open PostOptionsBottomSheetFragment.
Docile-Alligator
2024-09-28
1
-2
/
+10
*
Continue optimizing class structures in PostRecyclerViewAdapter.
Docile-Alligator
2024-09-27
1
-1118
/
+439
*
Continue optimizing class structures in PostRecyclerViewAdapter.
Docile-Alligator
2024-09-27
1
-125
/
+77
*
Continue optimizing class structures in PostRecyclerViewAdapter.
Docile-Alligator
2024-09-27
1
-642
/
+375
*
Continue optimizing class structures in PostRecyclerViewAdapter.
Docile-Alligator
2024-09-27
1
-78
/
+28
*
Continue optimizing class structures in PostRecyclerViewAdapter. PostCard2Tex...
Docile-Alligator
2024-09-27
1
-41
/
+72
*
Continue optimizing class structures in PostRecyclerViewAdapter.
Docile-Alligator
2024-09-27
1
-118
/
+1
*
Continue optimizing class structures in PostRecyclerViewAdapter. PostCard2Wit...
Docile-Alligator
2024-09-27
1
-121
/
+145
*
Continue optimizing class structures in PostRecyclerViewAdapter. Use VideoAut...
Docile-Alligator
2024-09-26
1
-481
/
+126
*
Continue optimizing class structures in PostRecyclerViewAdapter.
Docile-Alligator
2024-09-26
1
-114
/
+452
*
Continue optimizing class structures in PostRecyclerViewAdapter.
Docile-Alligator
2024-09-26
1
-356
/
+75
*
Start optimizing class structures in PostRecyclerViewAdapter.
Docile-Alligator
2024-09-26
1
-561
/
+244
*
Remove PostCard2BaseVideoAutoplayViewHolder and use PostBaseVideoAutoplayView...
Docile-Alligator
2024-09-26
1
-400
/
+8
*
Add an option to download all media in a gallery in ViewRedditGalleryActivity.
Docile-Alligator
2024-09-18
1
-3
/
+1
*
Download the gallery image that's been swiped to in PostOptionsBottomSheetFra...
Docile-Alligator
2024-09-17
1
-1
/
+7
*
Use VideoLinkFetcher to load the video link in posts.
Docile-Alligator
2024-09-17
1
-18
/
+32
*
Rearrange files and packages.
Docile-Alligator
2024-09-15
1
-6
/
+6
*
Start implementing PostOptionsBottomSheetFragment. Rename some drawables.
Docile-Alligator
2024-09-11
1
-55
/
+67
*
Use openMedia in PostRecyclerViewAdapter na d PostDetailRecyclerViewAdapter.
Docile-Alligator
2024-06-21
1
-106
/
+42
*
Migrate to AndroidX Media3.
Docile-Alligator
2024-05-13
1
-15
/
+14
*
Fix controller issues in StyledPlayerView in ExoPlayer.
Docile-Alligator
2024-05-09
1
-51
/
+82
*
Migrate from PlayerView to StyledPlayerView in ExoPlayer.
Docile-Alligator
2024-05-08
1
-10
/
+10
*
Remove Butter Knife. Optimize imports.
Docile-Alligator
2024-05-07
1
-2
/
+0
*
Migrate to ViewBinding in some adapters.
Docile-Alligator
2024-05-07
1
-97
/
+87
*
Show online themes from local server.
Docile-Alligator
2024-04-24
1
-1
/
+1
*
Fix progress bar shown on top of the image when going back from ViewPostDetai...
Docile-Alligator
2024-03-31
1
-20
/
+5
*
Fix NullPointerException in when loading fallback video.
Docile-Alligator
2024-03-02
1
-18
/
+24
*
Load fallback video in other adapters.
Docile-Alligator
2024-02-27
1
-0
/
+8
*
Loading fallback video in PostRecyclerViewAdapter
Docile-Alligator
2024-02-27
1
-4
/
+42
*
Try loading fallback video in PostRecyclerViewAdapter
Docile-Alligator
2024-02-26
1
-6
/
+37
*
Fix comment icon not tinted properly.
Docile-Alligator
2024-01-27
1
-9
/
+3
*
Show gifs in ViewVideoActivity if possible.
Docile-Alligator
2024-01-10
1
-8
/
+20
*
Remove Gfycat.
Docile-Alligator
2024-01-10
1
-113
/
+87
*
Code cleanup.
Docile-Alligator
2024-01-04
1
-1
/
+1
*
Change accountName's default value to Account.ANONYMOUS_ACCOUNT instead of null.
Docile-Alligator
2024-01-03
1
-1
/
+1
*
Use !accountName.equals(Account.ANONYMOUS_ACCOUNT) instead of accessToken != ...
Docile-Alligator
2024-01-01
1
-5
/
+5
*
Use OAuth for anonymous mode. Fix translation issues.
Docile-Alligator
2024-01-01
1
-16
/
+18
*
Continue deleting awards related components.
Docile-Alligator
2023-11-05
1
-67
/
+1
*
Fix wrong tint on the vote buttons after voting fails.
Docile-Alligator
2023-11-01
1
-25
/
+25
*
Center the score of a post. Switch the number of comment and the share button...
Docile-Alligator
2023-10-23
1
-105
/
+142
*
Start changing video control UI.
Docile-Alligator
2023-09-22
1
-16
/
+16
*
New theme item: filled card view background color and read post filled card v...
Docile-Alligator
2023-09-19
1
-7
/
+10
*
Click the comment icon to go into post details.
Docile-Alligator
2023-09-18
1
-0
/
+4
*
Continue changing vote button icons.
Docile-Alligator
2023-09-18
1
-6
/
+9
[next]