aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/res (unfollow)
Commit message (Collapse)AuthorFilesLines
2021-10-17Version 5.1.0-beta1. Update translation. New languages: Czech and Romanian. ↵Alex Ning19-1236/+3851
Fix anonymous multireddit cannot be loaded in MainActivity. Fix database migration issue. Fix some subreddits cannot be shown in SubscribedSubredditsRecyclerViewAdapter. Fix anonymous subscribed subreddits cannot be shown in SubscribedSubredditsRecyclerViewAdapter in SubredditSelectionActivity.
2021-10-16New options in post filter: Title: contains keywords, Title: contains regex, ↵Alex Ning3-2/+67
Contain domains.
2021-10-16Add a button to directly select subreddit, user or multireddit in ↵Alex Ning2-28/+88
CustomizeMainPageTabsFragment.
2021-10-15Set EditText cursor color in CustomizePostFilterActivity.Alex Ning1-0/+4
2021-10-15Fix some issues related to media indicator icon and themeing.Alex Ning8-22/+2
2021-10-15Apply custom colors to media indicator.Alex Ning2-0/+2
2021-10-14New theme options: Media Indicator Icon Color and Media Indicator Background ↵Alex Ning1-0/+4
Color.
2021-10-14New option: Pinch to Zoom Video.Alex Ning3-2/+11
2021-10-14Zoomable ViewVideoActivity.Alex Ning1-3/+13
2021-10-13Legacy autoplay video controller UI.Alex Ning9-3/+1053
2021-10-12Customize bottom navigation bar in anonymous mode.Alex Ning20-20/+59
2021-10-12Change flotaing action button options in anonymous mode.Alex Ning1-0/+11
2021-10-11Customize main page tabs for anonymous mode.Alex Ning2-2/+9
2021-10-10Refresh in WebViewActivity.Alex Ning1-2/+8
2021-10-10New option: Link Handler. Removed option: Open Link In App.Alex Ning21-24/+25
2021-10-10New option: Default Playback Speed.Alex Ning3-0/+31
2021-10-10Set playback speed in other ViewImgurVideoFragment and ↵Alex Ning4-9/+23
ViewRedditGalleryVideoFragment.
2021-10-09Loop video option is available for autoplaying videos.Alex Ning2-1/+3
2021-10-09New option: loop video.Alex Ning2-0/+6
2021-10-09Change playback speed.Alex Ning6-0/+177
2021-10-09Smooth scrolling in EditCommentActivity.Alex Ning1-12/+17
2021-10-09Filter posts option in toolbar.Alex Ning1-0/+6
2021-10-08New option: Main Page Back Button Action. It replaces Confirm to Exit.Alex Ning3-5/+22
2021-09-29Give back lazy mode control to PostFragment instead of activities.Alex Ning8-61/+27
2021-09-28Edit anonymous multireddit.Alex Ning18-18/+0
2021-09-27Disable refreshing in SubscribedThingListingActivity in anonymous mode.Alex Ning3-3/+3
2021-09-27Added strings.xml entry for switchpref.Andrew Rasch3-2/+3
2021-09-27Enable folding phone support for card viewAndrew Rasch3-3/+50
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 Ning1-0/+1
2021-09-25Use FragmentContainerViewTacoTheDank9-9/+9
2021-09-25Update a bunch of librariesTacoTheDank1-3/+0
2021-09-25Migrate from JCenter where possibleTacoTheDank2-4/+4
2021-09-24Added Ukrainian translationAndrij Mizyk2-1/+1197
2021-09-22Added link to wiki in subredditandrewrasch2-0/+7
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-22Change the go to top iconandrewrasch1-0/+13
Changed to use a double up arrow icon
2021-09-22Added go to top of page option.andrewrasch2-0/+3
Added Main + Other Activity bottom bar option to go to the top of a page.
2021-09-06Remove unused variables.Alex Ning1-1/+1
2021-09-06Use withLoadStateFooter to show load state.Alex Ning1-0/+45
2021-09-05Start migrating to Paging 3 library.Alex Ning1-9/+0
2021-09-04Testing Paging 3 library.Alex Ning1-0/+9
2021-09-03New options: App Lock and App Lock Timeout.Alex Ning3-0/+75
2021-09-03Update Credits page.Alex Ning4-4/+14
2021-09-03Start implementing app lock feature.Alex Ning4-9/+81
2021-09-03Sidebar -> About.Alex Ning17-17/+1
2021-09-02Fix showing wrong post feed in the second tab in MainActivity.Alex Ning2-12/+12
2021-08-29Null check when fetching v.redd.it in ViewVideoActivity.Alex Ning1-0/+1
2021-08-26Tweak the video autoplay control UI. Set show_timeout to 1s to video ↵Alex Ning6-43/+73
autoplay control UI.
2021-08-26Fix ClassCastException.Alex Ning3-5/+5
2021-08-25Fix clicking a subreddit in subreddit suggestions goes to the subreddit page ↵Alex Ning1-1/+2
instead of returning the subreddit name in several activities.