| Commit message (Expand) | Author | Files | Lines |
2020-06-05 | Fix some issues related to showing sort type on toolbars. | Alex Ning | 2 | -7/+21 |
2020-06-05 | Copying post title, post content and comment content is now available in Comm... | Alex Ning | 6 | -18/+67 |
2020-06-05 | Use outline icon for multireddit. Fix black report icon in dark theme. Add a ... | Alex Ning | 6 | -6/+21 |
2020-06-05 | Show sort type in toolbar. | Alex Ning | 13 | -41/+223 |
2020-06-05 | Long press the toolbar to go to top. | Alex Ning | 25 | -28/+316 |
2020-06-04 | Update acknowledgement info. | Alex Ning | 2 | -5/+16 |
2020-06-04 | Fix flairs don't show in post list. | Alex Ning | 1 | -0/+1 |
2020-06-04 | Add an option to disable autoplaying nsfw videos. Support imgur gifv videos. | Alex Ning | 11 | -18/+107 |
2020-06-04 | Swipe up or down to finish ViewImgurMediaActivity. Using Hauler to do swipe u... | Alex Ning | 13 | -720/+204 |
2020-06-04 | Support REdgifs and Gfycat videos in post lists and links. | Alex Ning | 9 | -98/+216 |
2020-06-04 | Viewing imgur albums and images is now available. | Alex Ning | 2 | -2/+117 |
2020-06-04 | Remove ViewImgurGifFragment. | Alex Ning | 5 | -292/+8 |
2020-06-03 | Downloading videos and images is now available. | Alex Ning | 11 | -18/+371 |
2020-06-03 | Show a progress bar in ViewVideoActivity if it is a gfycat video and in ViewI... | Alex Ning | 4 | -40/+84 |
2020-06-03 | Support viewing imgur albums in-app. | Alex Ning | 67 | -294/+1382 |
2020-05-28 | Support viewing gfycat videos in app. | Alex Ning | 11 | -72/+262 |
2020-05-14 | Fix wrong tab type default value in MainActivity. | Alex Ning | 1 | -2/+2 |
2020-05-14 | Fix string value for popular. | Alex Ning | 2 | -15/+15 |
2020-05-13 | Disable proguard because app force stop. | Alex Ning | 1 | -3/+2 |
2020-05-13 | Version 3.1.0. | Alex Ning | 2 | -5/+5 |
2020-05-13 | Customize tabs in main page for logged-in users. | Alex Ning | 8 | -76/+425 |
2020-05-12 | Disable video autoply in lazy mode. | Alex Ning | 2 | -0/+21 |
2020-05-12 | Resume video position when viewing it in fullscreen. | Alex Ning | 3 | -0/+10 |
2020-05-11 | More little improvements for regex. | OHermesJunior | 1 | -6/+6 |
2020-05-11 | Handle alternative multireddit URL. | Hermes Junior | 1 | -0/+8 |
2020-05-11 | Add swap tap and long click option. | Hermes Junior | 4 | -25/+47 |
2020-05-11 | Improve some regex of link resolver. | Hermes Junior | 1 | -10/+3 |
2020-05-11 | Handle other comment links. | Hermes Junior | 1 | -5/+5 |
2020-05-10 | Handle Reddit home links. | Hermes Junior | 1 | -0/+3 |
2020-05-10 | Handle Reddit app links. | Hermes Junior | 1 | -1/+8 |
2020-05-08 | Enable minify, reduce release apk size. | Hermes Junior | 1 | -2/+3 |
2020-05-08 | Fix image view with low resolution. | Hermes Junior | 1 | -3/+4 |
2020-05-07 | Stop autoplay when wifi is lost in ViewPostDetailActivity if video autoplay i... | Alex Ning | 2 | -0/+16 |
2020-05-07 | Video autoplay in ViewPostDetailActivity. Optimize CommentAndPostRecyclerView... | Alex Ning | 18 | -1119/+3011 |
2020-05-05 | Optimize CommentAndPostRecyclerViewAdapter. | Alex Ning | 1 | -262/+281 |
2020-05-05 | Reporting comments is now available. | Alex Ning | 5 | -0/+48 |
2020-05-05 | Reporting posts is now available. | Alex Ning | 9 | -35/+240 |
2020-05-03 | Prepare to add report feature. | Alex Ning | 16 | -5/+566 |
2020-05-03 | Show cakeday of users and subreddits, user description and post and comment k... | Alex Ning | 5 | -19/+106 |
2020-05-02 | Sharing user and subreddit is now available. | Alex Ning | 4 | -6/+34 |
2020-05-02 | Fix JSON parsing error when parsing user data. | Alex Ning | 1 | -1/+1 |
2020-05-02 | Fix the color of award cannot be changed. Prepare to show user comment karma,... | Alex Ning | 14 | -79/+166 |
2020-05-01 | Beautify player control view for video autoplay. | Alex Ning | 6 | -62/+92 |
2020-05-01 | Fix muting audio after video play ends. | Alex Ning | 1 | -1/+9 |
2020-05-01 | Muting and unmuting audio when autoplaying are available. | Alex Ning | 5 | -11/+76 |
2020-04-30 | Probably fix duplicate posts issues. Move classes related to Post to Package ... | Alex Ning | 8 | -41/+103 |
2020-04-30 | Add a BroadcastReceiver to receive network status change and enable or disabl... | Alex Ning | 4 | -0/+55 |
2020-04-30 | Add an option for video autoplay. Rewrite some viewholders in PostRecyclerVie... | Alex Ning | 13 | -177/+260 |
2020-04-30 | Move onClickListeners to ViewHolders in PostRecyclerViewAdapter. Pause video ... | Alex Ning | 7 | -391/+386 |
2020-04-29 | Buggy video and Gif autoplay. | Alex Ning | 14 | -343/+3016 |