aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/res (unfollow)
Commit message (Collapse)AuthorFilesLines
2021-02-21Continue adding Card Layout 2.Alex Ning1-57/+24
2021-02-21Continue adding Card Layout 2.Alex Ning1-0/+3
2021-02-21Continue adding Card Layout 2.Alex Ning1-11/+9
2021-02-21Continue adding Card Layout 2.Alex Ning1-78/+80
2021-02-21Start adding Card Layout 2.Alex Ning5-72/+441
2021-02-20New option: Click to show media in gallery layout.Alex Ning2-0/+9
2021-02-19Add Gallery Layout to default post layout option. 3 columns is available in ↵Alex Ning1-0/+1
PostFragment.
2021-02-17Add Gallery Layout to default post layout option.Alex Ning1-0/+2
2021-02-17Customize the number of columns in Post Feed for every post layout.Alex Ning7-118/+173
2021-02-16Continue adding Gallery Layout.Alex Ning4-19/+24
2021-02-16Continue adding Gallery Layout.Alex Ning4-56/+66
2021-02-13Start adding Gallery Layout.Alex Ning3-0/+84
2021-02-03Add a FAB in LoginActivity to setDomStorageEnabled.Alex Ning3-2/+20
2021-01-27Barebone swiping left or right to go to previous or next post in ↵Alex Ning4-53/+66
ViewPostDetailActivity.
2021-01-25Update strings.xmliamveryfunny1-2/+2
2021-01-24Rewrite all the AsyncTasks in the asynctasks package using Executor and Handler.Alex Ning1-2/+2
2021-01-23New language: Netherlands.Alex Ning3-8/+877
2021-01-20Make OAuth2 API change: ↵Alex Ning1-0/+2
https://www.reddit.com/r/redditdev/comments/kvzaot/oauth2_api_changes_upcoming/
2021-01-19Setting default sort for subreddits and users is available.Alex Ning5-7/+110
2021-01-18Minor UI tweaks in settings.Alex Ning2-1/+5
2021-01-18Minor UI tweaks for dialog_insert_link.Alex Ning1-18/+40
2021-01-18Add more options to the bottom app bar.Alex Ning1-0/+20
2021-01-13New option: Disable Immersive Interface in Landscape Mode.Alex Ning2-0/+6
2021-01-11Add Privacy Policy.Alex Ning2-0/+5
2021-01-08Verion 4.2.0-beta2. Fix translation issue.Alex Ning1-5/+2
2021-01-08Version 4.2.0-beta2. New language: Polish.Alex Ning2-0/+878
2021-01-07Remove F-Droid info.Alex Ning12-37/+0
2021-01-07New option in data saving mode: Only disable preview in video and gif posts.Alex Ning2-1/+7
2021-01-07Ignore case when matching post title in PostFilter. Always check duplicate ↵Alex Ning1-1/+1
PostFilter before saving a PostFilter not from settings.
2021-01-06Check for duplicate when saving a post filter. Fix an issue in PostFilter ↵Alex Ning1-0/+2
Parcelable implementation.
2021-01-06Add two buttons to add subreddits and users in CustomizePostFilterActivity. ↵Alex Ning2-30/+65
Show search users and search subreddits when searching them.
2021-01-06Quote and code block are added to MarkdownBottomBarRecyclerViewAdapter. Fix ↵Alex Ning2-0/+18
issues in header size selection.
2021-01-06Add a FAB to send private message in InboxActivity. Minor layout tweaks.Alex Ning3-7/+30
2021-01-05Adding users to a multireddit is now available.Alex Ning15-19/+66
2021-01-05Directly adding user to multireddit is available.Alex Ning1-2/+8
2021-01-05Directly adding subreddit to multireddit is available.Alex Ning3-1/+54
2021-01-04SearchUsersResultActivity is added.Alex Ning2-1/+33
2021-01-04Reading all unread messages is now available.Alex Ning2-0/+11
2020-12-31Mark posts as read on scroll.Alex Ning2-2/+34
2020-12-31Long click the url to see more options. Make getRedditUriByPath in ↵Alex Ning3-4/+20
LinkResolverActivity private.
2020-12-27Animate player controlsLuke Simmons2-2/+4
Fade in and out on the player controls
2020-12-27Add background to autoplay controlsLuke Simmons2-1/+13
Added a translucent background to the video autoplay controls. Before, when the video background was white, you couldn't see the video controls; this fixes that.
2020-12-26Version 4.2.0-beta1. Fix regex in post filter. Fix UI issues.Alex Ning2-6/+6
2020-12-26Remove SubredditFilter completely.Alex Ning2-68/+0
2020-12-26Continue adding post filter.Alex Ning7-1/+275
2020-12-25Replace Filter settings with Post Filter.Alex Ning20-32/+232
2020-12-25Save post filter to database.Alex Ning5-1/+30
2020-12-24Show the FAB in anonymous mode.Alex Ning2-2/+0
2020-12-24Add an FloatingActionButton in SearchResultActivity.Alex Ning1-0/+7
2020-12-24New feature: Hide read posts automatically.Alex Ning3-4/+37