Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
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 | |
Updated card view to allow for separate column numbers for folded vs unfolded state. Organized strings.xml. | |||||
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 | |
Separated google amp links from reddit links to fix false positives. Simplified schemes and duplicate hosts. | |||||
2021-09-25 | Use Java 11 | TacoTheDank | 1 | -2/+2 | |
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 | 2 | -30/+18 | |
2021-09-24 | Added Ukrainian translation | Andrij Mizyk | 2 | -1/+1197 | |
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 ↵ | Alex Ning | 3 | -8/+21 | |
posts is enabled. | |||||
2021-09-22 | Only save read post ids in PostFragment. Add read post ids to readPosts in ↵ | Alex Ning | 9 | -83/+43 | |
PostFragment. | |||||
2021-09-22 | Added path patterns to other links | andrewrasch | 1 | -24/+47 | |
Fixes bug where only google amp links open in Infinity | |||||
2021-09-22 | Added link to wiki in subreddit | andrewrasch | 3 | -0/+13 | |
Subreddit details menu now has a link to its wiki. Subs without a wiki will show the "this subreddit has no wiki" page. | |||||
2021-09-22 | Fixed handling of wiki pages | andrewrasch | 2 | -3/+5 | |
LinkResolverActivity now handles wiki pages other than index and their subpages. | |||||
2021-09-22 | Change the go to top icon | andrewrasch | 3 | -2/+15 | |
Changed to use a double up arrow icon | |||||
2021-09-22 | Added API call for generic wiki page. | andrewrasch | 2 | -2/+7 | |
Updated old wiki-only call to cascade to new generic. | |||||
2021-09-22 | Update link handling for amp and v.redd.it | andrewrasch | 2 | -0/+15 | |
Added manifest entries for google.com amp links (reddit only) and v.redd.it. Updated handling of google amp links in LinkResolverActivity. | |||||
2021-09-22 | Added go to top of page option. | andrewrasch | 5 | -0/+21 | |
Added Main + Other Activity bottom bar option to go to the top of a page. | |||||
2021-09-17 | Fix marking posts as read on scroll. | Alex Ning | 1 | -5/+14 | |
2021-09-17 | Fix hiding read posts automatically. | Alex Ning | 3 | -58/+65 | |
2021-09-17 | Fix opening the same media multiple times by clicking it repeatedly. | Alex Ning | 1 | -43/+46 | |
2021-09-17 | Rewrite code related to hiding read posts. | Alex Ning | 2 | -91/+3 | |
2021-09-16 | No need to pass a HashSet to hide read posts. | Alex Ning | 2 | -13/+14 | |
2021-09-16 | Remove unused API. | Alex Ning | 1 | -75/+0 | |
2021-09-16 | Fix no post message not shown in PostFragment. | Alex Ning | 3 | -9/+20 | |
2021-09-16 | Fix the same value, null, was passed as the nextKey in two sequential Pages ↵ | Alex Ning | 1 | -3/+1 | |
loaded from a PagingSource. | |||||
2021-09-15 | Use Transformations.map and PagingDataTransforms.filter to remove read ↵ | Alex Ning | 3 | -3/+59 | |
posts. It is an ugly design but I cannot think of a better way. | |||||
2021-09-08 | Fix gfycat videos cannot be downloaded. | Alex Ning | 1 | -0/+2 | |