aboutsummaryrefslogtreecommitdiff
path: root/app/src (unfollow)
Commit message (Collapse)AuthorFilesLines
2020-06-06Downloading Reddit videos with sound is now available. For Android Q and ↵Alex Ning12-41/+582
above, the downloaded videos are stored in Movies/Infinity.
2020-06-05Fix some issues related to showing sort type on toolbars.Alex Ning2-7/+21
2020-06-05Copying post title, post content and comment content is now available in ↵Alex Ning6-18/+67
CommentActivity.
2020-06-05Use outline icon for multireddit. Fix black report icon in dark theme. Add a ↵Alex Ning6-6/+21
colon between sort type and sort time in toolbar.
2020-06-05Show sort type in toolbar.Alex Ning13-41/+223
2020-06-05Long press the toolbar to go to top.Alex Ning25-28/+316
2020-06-04Update acknowledgement info.Alex Ning1-3/+15
2020-06-04Fix flairs don't show in post list.Alex Ning1-0/+1
2020-06-04Add an option to disable autoplaying nsfw videos. Support imgur gifv videos.Alex Ning11-18/+107
2020-06-04Swipe up or down to finish ViewImgurMediaActivity. Using Hauler to do swipe ↵Alex Ning12-720/+203
up or down to finish ViewImageActivity, ViewGIFActivity and ViewVideoActivity. Fixed gifs downloaded as jpg.
2020-06-04Support REdgifs and Gfycat videos in post lists and links.Alex Ning9-98/+216
2020-06-04Viewing imgur albums and images is now available.Alex Ning2-2/+117
2020-06-04Remove ViewImgurGifFragment.Alex Ning5-292/+8
2020-06-03Downloading videos and images is now available.Alex Ning10-17/+370
2020-06-03Show a progress bar in ViewVideoActivity if it is a gfycat video and in ↵Alex Ning4-40/+84
ViewImgurMediaActivity.
2020-06-03Support viewing imgur albums in-app.Alex Ning66-294/+1380
2020-05-28Support viewing gfycat videos in app.Alex Ning10-71/+260
2020-05-14Fix wrong tab type default value in MainActivity.Alex Ning1-2/+2
2020-05-14Fix string value for popular.Alex Ning2-15/+15
2020-05-13Version 3.1.0.Alex Ning1-3/+3
2020-05-13Customize tabs in main page for logged-in users.Alex Ning8-76/+425
2020-05-12Disable video autoply in lazy mode.Alex Ning2-0/+21
2020-05-12Resume video position when viewing it in fullscreen.Alex Ning3-0/+10
2020-05-11More little improvements for regex.OHermesJunior1-6/+6
2020-05-11Handle alternative multireddit URL.Hermes Junior1-0/+8
2020-05-11Add swap tap and long click option.Hermes Junior4-25/+47
2020-05-11Improve some regex of link resolver.Hermes Junior1-10/+3
2020-05-11Handle other comment links.Hermes Junior1-5/+5
2020-05-10Handle Reddit home links.Hermes Junior1-0/+3
2020-05-10Handle Reddit app links.Hermes Junior1-1/+8
2020-05-08Fix image view with low resolution.Hermes Junior1-3/+4
2020-05-07Stop autoplay when wifi is lost in ViewPostDetailActivity if video autoplay ↵Alex Ning2-0/+16
is set to wifi only.
2020-05-07Video autoplay in ViewPostDetailActivity. Optimize ↵Alex Ning18-1119/+3011
CommentAndPostRecyclerViewAdapter.
2020-05-05Optimize CommentAndPostRecyclerViewAdapter.Alex Ning1-262/+281
2020-05-05Reporting comments is now available.Alex Ning5-0/+48
2020-05-05Reporting posts is now available.Alex Ning9-35/+240
2020-05-03Prepare to add report feature.Alex Ning16-5/+566
2020-05-03Show cakeday of users and subreddits, user description and post and comment ↵Alex Ning5-19/+106
karma.
2020-05-02Sharing user and subreddit is now available.Alex Ning4-6/+34
2020-05-02Fix JSON parsing error when parsing user data.Alex Ning1-1/+1
2020-05-02Fix the color of award cannot be changed. Prepare to show user comment ↵Alex Ning14-79/+166
karma, description, cakeday and subreddit creation day.
2020-05-01Beautify player control view for video autoplay.Alex Ning6-62/+92
2020-05-01Fix muting audio after video play ends.Alex Ning1-1/+9
2020-05-01Muting and unmuting audio when autoplaying are available.Alex Ning5-11/+76
2020-04-30Probably fix duplicate posts issues. Move classes related to Post to Package ↵Alex Ning8-41/+103
Post.
2020-04-30Add a BroadcastReceiver to receive network status change and enable or ↵Alex Ning4-0/+55
disable video autoplay.
2020-04-30Add an option for video autoplay. Rewrite some viewholders in ↵Alex Ning13-177/+260
PostRecyclerViewAdapter.
2020-04-30Move onClickListeners to ViewHolders in PostRecyclerViewAdapter. Pause video ↵Alex Ning7-391/+386
after fragment pause.
2020-04-29Buggy video and Gif autoplay.Alex Ning12-343/+3013
2020-04-22Delete unneeded filesTacoTheDank2-43/+0