| Commit message (Expand) | Author | Files | Lines |
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 |
2020-04-22 | Rearrange dependencies and update some | TacoTheDank | 2 | -58/+45 |
2020-04-22 | Update gradle wrapper | TacoTheDank | 4 | -55/+90 |
2020-04-22 | Delete unneeded files | TacoTheDank | 9 | -257/+3 |
2020-04-19 | Show 1 Award instead of 1 Awards. Version 3.0.3. | Alex Ning | 3 | -4/+13 |
2020-04-19 | Add an option to ignore navigation bar height. | Alex Ning | 5 | -1/+33 |
2020-04-18 | Add awards background and text color to custom theme. Show only the number of... | Alex Ning | 9 | -59/+118 |
2020-04-18 | Show the number of awards in PostRecyclerView instead. | Alex Ning | 6 | -42/+58 |
2020-04-18 | Remove unused attributes. Fix loading images using GlideImageGetter after the... | Alex Ning | 56 | -395/+45 |
2020-04-17 | Fix white theme issues. Remove CollapsingToolbarLayout in some activities. | Alex Ning | 8 | -160/+106 |
2020-04-17 | Minor bugs fixed. | Alex Ning | 10 | -113/+138 |