| Commit message (Expand) | Author | Files | Lines |
2021-10-10 | Set playback speed in other ViewImgurVideoFragment and ViewRedditGalleryVideo... | Alex Ning | 8 | -24/+99 |
2021-10-09 | Loop video option is available for autoplaying videos. | Alex Ning | 4 | -4/+42 |
2021-10-09 | New option: loop video. | Alex Ning | 8 | -5/+32 |
2021-10-09 | Change playback speed. | Alex Ning | 8 | -2/+332 |
2021-10-09 | Smooth scrolling in EditCommentActivity. | Alex Ning | 1 | -12/+17 |
2021-10-09 | Maximize bottom sheet fragments. | Alex Ning | 27 | -81/+83 |
2021-10-09 | Filter posts option in toolbar. | Alex Ning | 2 | -0/+13 |
2021-10-08 | New option: Main Page Back Button Action. It replaces Confirm to Exit. | Alex Ning | 6 | -18/+34 |
2021-10-08 | Show a dialog before closing CustomizeThemeActivity. | Alex Ning | 2 | -12/+14 |
2021-09-29 | Give back lazy mode control to PostFragment instead of activities. | Alex Ning | 16 | -454/+83 |
2021-09-29 | RPAN and trending available to anonymous mode. | Alex Ning | 3 | -5/+27 |
2021-09-28 | Update ViewImageOrGifActivity.java | LagradOst | 1 | -0/+6 |
2021-09-28 | Hide visibility option when creating or editing anonymous multireddit. | Alex Ning | 2 | -0/+8 |
2021-09-28 | Delete anonymous multireddit in ViewMultiredditDetailActivity. | Alex Ning | 1 | -17/+28 |
2021-09-28 | Fix subreddits disappear in anonymous multireddit after favoriting it. | Alex Ning | 6 | -11/+22 |
2021-09-28 | Edit anonymous multireddit. | Alex Ning | 22 | -61/+113 |
2021-09-28 | Delete anonymous multireddit. | Alex Ning | 3 | -2/+9 |
2021-09-27 | Disable refreshing in SubscribedThingListingActivity in anonymous mode. | Alex Ning | 8 | -38/+60 |
2021-09-27 | Enable subreddit multiselection in anonymous mode. | Alex Ning | 1 | -8/+2 |
2021-09-27 | Added strings.xml entry for switchpref. | Andrew Rasch | 3 | -2/+3 |
2021-09-27 | Enable folding phone support for card view | Andrew Rasch | 5 | -4/+62 |
2021-09-26 | Fix ViewVideoActivity crash. | Alex Ning | 1 | -2/+2 |
2021-09-26 | Load anonymous multireddit posts. | Alex Ning | 7 | -12/+123 |
2021-09-26 | Favorite anonymous multireddits. | Alex Ning | 2 | -76/+113 |
2021-09-26 | Fix anonymous multireddits not shown. | Alex Ning | 2 | -3/+3 |
2021-09-26 | Create multireddits in anonymous mode. | Alex Ning | 6 | -33/+65 |
2021-09-26 | Cleanup on intent filters. | andrewrasch | 1 | -93/+21 |
2021-09-25 | Use Java 11 | TacoTheDank | 2 | -5/+5 |
2021-09-25 | Fix some deprecations | TacoTheDank | 15 | -60/+60 |
2021-09-25 | Use FragmentContainerView | TacoTheDank | 11 | -13/+15 |
2021-09-25 | Use NotificationChannelCompat features | TacoTheDank | 5 | -60/+48 |
2021-09-25 | Update AndroidX Appcompat and Lifecycle | TacoTheDank | 1 | -4/+8 |
2021-09-25 | Use some empty implementations of listeners | TacoTheDank | 5 | -107/+9 |
2021-09-25 | Update a bunch of libraries | TacoTheDank | 3 | -27/+23 |
2021-09-25 | Migrate from JCenter where possible | TacoTheDank | 6 | -12/+12 |
2021-09-25 | Update AGP, reorganize libraries | TacoTheDank | 3 | -33/+23 |
2021-09-24 | Added Ukrainian translation | Andrij Mizyk | 2 | -1/+1197 |
2021-09-24 | Update gradle wrapper | TacoTheDank | 3 | -105/+154 |
2021-09-24 | Show subscribed users for the anonymous account. | Alex Ning | 2 | -3/+3 |
2021-09-24 | Prepare to support anonymous multireddit. | Alex Ning | 3 | -2/+86 |
2021-09-24 | Favorite and unfavorite users for the anonymous user. | Alex Ning | 1 | -34/+44 |
2021-09-23 | Anonymous user subscription. | Alex Ning | 3 | -53/+111 |
2021-09-23 | Add null check in tryMarkingPostAsRead() in ViewPostDetailFragment. | Alex Ning | 1 | -1/+1 |
2021-09-22 | Fix posts not marked as read in ViewPostDetailActivity if swipe between posts... | Alex Ning | 3 | -8/+21 |
2021-09-22 | Only save read post ids in PostFragment. Add read post ids to readPosts in Po... | Alex Ning | 9 | -83/+43 |
2021-09-22 | Added path patterns to other links | andrewrasch | 1 | -24/+47 |
2021-09-22 | Added link to wiki in subreddit | andrewrasch | 3 | -0/+13 |
2021-09-22 | Fixed handling of wiki pages | andrewrasch | 2 | -3/+5 |
2021-09-22 | Change the go to top icon | andrewrasch | 3 | -2/+15 |
2021-09-22 | Added API call for generic wiki page. | andrewrasch | 2 | -2/+7 |