aboutsummaryrefslogtreecommitdiff
path: root/app (unfollow)
Commit message (Collapse)AuthorFilesLines
2021-09-28Update ViewImageOrGifActivity.javaLagradOst1-0/+6
2021-09-28Hide visibility option when creating or editing anonymous multireddit.Alex Ning2-0/+8
2021-09-28Delete anonymous multireddit in ViewMultiredditDetailActivity.Alex Ning1-17/+28
2021-09-28Fix subreddits disappear in anonymous multireddit after favoriting it.Alex Ning6-11/+22
2021-09-28Edit anonymous multireddit.Alex Ning22-61/+113
2021-09-28Delete anonymous multireddit.Alex Ning3-2/+9
2021-09-27Disable refreshing in SubscribedThingListingActivity in anonymous mode.Alex Ning8-38/+60
2021-09-27Enable subreddit multiselection in anonymous mode.Alex Ning1-8/+2
2021-09-27Added strings.xml entry for switchpref.Andrew Rasch3-2/+3
2021-09-27Enable folding phone support for card viewAndrew Rasch5-4/+62
Updated card view to allow for separate column numbers for folded vs unfolded state. Organized strings.xml.
2021-09-26Fix ViewVideoActivity crash.Alex Ning1-2/+2
2021-09-26Load anonymous multireddit posts.Alex Ning7-12/+123
2021-09-26Favorite anonymous multireddits.Alex Ning2-76/+113
2021-09-26Fix anonymous multireddits not shown.Alex Ning2-3/+3
2021-09-26Create multireddits in anonymous mode.Alex Ning6-33/+65
2021-09-26Cleanup on intent filters.andrewrasch1-93/+21
Separated google amp links from reddit links to fix false positives. Simplified schemes and duplicate hosts.
2021-09-25Use Java 11TacoTheDank1-2/+2
2021-09-25Fix some deprecationsTacoTheDank15-60/+60
2021-09-25Use FragmentContainerViewTacoTheDank11-13/+15
2021-09-25Use NotificationChannelCompat featuresTacoTheDank5-60/+48
2021-09-25Update AndroidX Appcompat and LifecycleTacoTheDank1-4/+8
2021-09-25Use some empty implementations of listenersTacoTheDank5-107/+9
2021-09-25Update a bunch of librariesTacoTheDank3-27/+23
2021-09-25Migrate from JCenter where possibleTacoTheDank6-12/+12
2021-09-25Update AGP, reorganize librariesTacoTheDank2-30/+18
2021-09-24Added Ukrainian translationAndrij Mizyk2-1/+1197
2021-09-24Show subscribed users for the anonymous account.Alex Ning2-3/+3
2021-09-24Prepare to support anonymous multireddit.Alex Ning3-2/+86
2021-09-24Favorite and unfavorite users for the anonymous user.Alex Ning1-34/+44
2021-09-23Anonymous user subscription.Alex Ning3-53/+111
2021-09-23Add null check in tryMarkingPostAsRead() in ViewPostDetailFragment.Alex Ning1-1/+1
2021-09-22Fix posts not marked as read in ViewPostDetailActivity if swipe between ↵Alex Ning3-8/+21
posts is enabled.
2021-09-22Only save read post ids in PostFragment. Add read post ids to readPosts in ↵Alex Ning9-83/+43
PostFragment.
2021-09-22Added path patterns to other linksandrewrasch1-24/+47
Fixes bug where only google amp links open in Infinity
2021-09-22Added link to wiki in subredditandrewrasch3-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-22Fixed handling of wiki pagesandrewrasch2-3/+5
LinkResolverActivity now handles wiki pages other than index and their subpages.
2021-09-22Change the go to top iconandrewrasch3-2/+15
Changed to use a double up arrow icon
2021-09-22Added API call for generic wiki page.andrewrasch2-2/+7
Updated old wiki-only call to cascade to new generic.
2021-09-22Update link handling for amp and v.redd.itandrewrasch2-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-22Added go to top of page option.andrewrasch5-0/+21
Added Main + Other Activity bottom bar option to go to the top of a page.
2021-09-17Fix marking posts as read on scroll.Alex Ning1-5/+14
2021-09-17Fix hiding read posts automatically.Alex Ning3-58/+65
2021-09-17Fix opening the same media multiple times by clicking it repeatedly.Alex Ning1-43/+46
2021-09-17Rewrite code related to hiding read posts.Alex Ning2-91/+3
2021-09-16No need to pass a HashSet to hide read posts.Alex Ning2-13/+14
2021-09-16Remove unused API.Alex Ning1-75/+0
2021-09-16Fix no post message not shown in PostFragment.Alex Ning3-9/+20
2021-09-16Fix the same value, null, was passed as the nextKey in two sequential Pages ↵Alex Ning1-3/+1
loaded from a PagingSource.
2021-09-15Use Transformations.map and PagingDataTransforms.filter to remove read ↵Alex Ning3-3/+59
posts. It is an ugly design but I cannot think of a better way.
2021-09-08Fix gfycat videos cannot be downloaded.Alex Ning1-0/+2