Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | Merge pull request #262 from iamveryfunny/patch-1 | Docile-Alligator | 2021-02-02 | 1 | -2/+2 | |
| |\ | | | | | | | Fix spelling mistake in German translation | |||||
| | * | Update strings.xml | iamveryfunny | 2021-01-25 | 1 | -2/+2 | |
| | | | ||||||
* | | | Merge new features from 4.2.3 to 4.2.5. | Alex Ning | 2021-02-12 | 3 | -0/+20 | |
|\ \ \ | |/ / |/| | | ||||||
| * | | Add a FAB in LoginActivity to setDomStorageEnabled. | Alex Ning | 2021-02-03 | 3 | -2/+20 | |
| | | | ||||||
* | | | Barebone swiping left or right to go to previous or next post in ↵ | Alex Ning | 2021-01-27 | 4 | -53/+66 | |
| |/ |/| | | | | | ViewPostDetailActivity. | |||||
* | | Rewrite all the AsyncTasks in the asynctasks package using Executor and Handler. | Alex Ning | 2021-01-24 | 1 | -2/+2 | |
|/ | ||||||
* | New language: Netherlands. | Alex Ning | 2021-01-23 | 3 | -8/+877 | |
| | ||||||
* | Make OAuth2 API change: ↵ | Alex Ning | 2021-01-20 | 1 | -0/+2 | |
| | | | | https://www.reddit.com/r/redditdev/comments/kvzaot/oauth2_api_changes_upcoming/ | |||||
* | Setting default sort for subreddits and users is available. | Alex Ning | 2021-01-19 | 5 | -7/+110 | |
| | ||||||
* | Minor UI tweaks in settings. | Alex Ning | 2021-01-18 | 2 | -1/+5 | |
| | ||||||
* | Minor UI tweaks for dialog_insert_link. | Alex Ning | 2021-01-18 | 1 | -18/+40 | |
| | ||||||
* | Add more options to the bottom app bar. | Alex Ning | 2021-01-18 | 1 | -0/+20 | |
| | ||||||
* | New option: Disable Immersive Interface in Landscape Mode. | Alex Ning | 2021-01-13 | 2 | -0/+6 | |
| | ||||||
* | Add Privacy Policy. | Alex Ning | 2021-01-11 | 2 | -0/+5 | |
| | ||||||
* | Verion 4.2.0-beta2. Fix translation issue. | Alex Ning | 2021-01-08 | 1 | -5/+2 | |
| | ||||||
* | Version 4.2.0-beta2. New language: Polish. | Alex Ning | 2021-01-08 | 2 | -0/+878 | |
| | ||||||
* | Remove F-Droid info. | Alex Ning | 2021-01-07 | 12 | -37/+0 | |
| | ||||||
* | New option in data saving mode: Only disable preview in video and gif posts. | Alex Ning | 2021-01-07 | 2 | -1/+7 | |
| | ||||||
* | Ignore case when matching post title in PostFilter. Always check duplicate ↵ | Alex Ning | 2021-01-07 | 1 | -1/+1 | |
| | | | | PostFilter before saving a PostFilter not from settings. | |||||
* | Check for duplicate when saving a post filter. Fix an issue in PostFilter ↵ | Alex Ning | 2021-01-06 | 1 | -0/+2 | |
| | | | | Parcelable implementation. | |||||
* | Add two buttons to add subreddits and users in CustomizePostFilterActivity. ↵ | Alex Ning | 2021-01-06 | 2 | -30/+65 | |
| | | | | Show search users and search subreddits when searching them. | |||||
* | Quote and code block are added to MarkdownBottomBarRecyclerViewAdapter. Fix ↵ | Alex Ning | 2021-01-06 | 2 | -0/+18 | |
| | | | | issues in header size selection. | |||||
* | Add a FAB to send private message in InboxActivity. Minor layout tweaks. | Alex Ning | 2021-01-06 | 3 | -7/+30 | |
| | ||||||
* | Adding users to a multireddit is now available. | Alex Ning | 2021-01-05 | 15 | -19/+66 | |
| | ||||||
* | Directly adding user to multireddit is available. | Alex Ning | 2021-01-05 | 1 | -2/+8 | |
| | ||||||
* | Directly adding subreddit to multireddit is available. | Alex Ning | 2021-01-05 | 3 | -1/+54 | |
| | ||||||
* | SearchUsersResultActivity is added. | Alex Ning | 2021-01-04 | 2 | -1/+33 | |
| | ||||||
* | Reading all unread messages is now available. | Alex Ning | 2021-01-04 | 2 | -0/+11 | |
| | ||||||
* | Mark posts as read on scroll. | Alex Ning | 2020-12-31 | 2 | -2/+34 | |
| | ||||||
* | Long click the url to see more options. Make getRedditUriByPath in ↵ | Alex Ning | 2020-12-31 | 3 | -4/+20 | |
| | | | | LinkResolverActivity private. | |||||
* | Merge pull request #232 from Skyluker4/AutoplayVideoBackground | Docile-Alligator | 2020-12-29 | 4 | -3/+17 | |
|\ | | | | | Autoplay video background | |||||
| * | Animate player controls | Luke Simmons | 2020-12-27 | 2 | -2/+4 | |
| | | | | | | | | Fade in and out on the player controls | |||||
| * | Add background to autoplay controls | Luke Simmons | 2020-12-27 | 2 | -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. | |||||
* | | Version 4.2.0-beta1. Fix regex in post filter. Fix UI issues. | Alex Ning | 2020-12-26 | 2 | -6/+6 | |
| | | ||||||
* | | Remove SubredditFilter completely. | Alex Ning | 2020-12-26 | 2 | -68/+0 | |
| | | ||||||
* | | Continue adding post filter. | Alex Ning | 2020-12-26 | 7 | -1/+275 | |
| | | ||||||
* | | Replace Filter settings with Post Filter. | Alex Ning | 2020-12-25 | 20 | -32/+232 | |
| | | ||||||
* | | Save post filter to database. | Alex Ning | 2020-12-25 | 5 | -1/+30 | |
| | | ||||||
* | | Show the FAB in anonymous mode. | Alex Ning | 2020-12-24 | 2 | -2/+0 | |
| | | ||||||
* | | Add an FloatingActionButton in SearchResultActivity. | Alex Ning | 2020-12-24 | 1 | -0/+7 | |
| | | ||||||
* | | New feature: Hide read posts automatically. | Alex Ning | 2020-12-24 | 3 | -4/+37 | |
| | | ||||||
* | | Chinese (Simplified) is available. Update translation contributors. | Alex Ning | 2020-12-23 | 2 | -0/+935 | |
| | | ||||||
* | | Add a new option category: Post Filter. Marking posts as read is disabled by ↵ | Alex Ning | 2020-12-23 | 6 | -2/+116 | |
| | | | | | | | | default. Marking posts as read after voting is now available. | |||||
* | | Initialize views in CustomizePostFilterActivity. | Alex Ning | 2020-12-22 | 1 | -0/+1 | |
| | | ||||||
* | | New option in FAB: Filter Posts. Add Gif option in PostFilter. | Alex Ning | 2020-12-22 | 4 | -0/+53 | |
| | | ||||||
* | | Add only NSFW and only Spoiler options in CustomizePostFilterActivity. Fix ↵ | Alex Ning | 2020-12-22 | 2 | -0/+62 | |
| | | | | | | | | nsfwTextView OnClickListener in PostRecyclerViewAdapter. | |||||
* | | Continue adding support for post filter. | Alex Ning | 2020-12-21 | 3 | -2/+32 | |
| | | ||||||
* | | Continue supporting post filter. | Alex Ning | 2020-12-18 | 1 | -4/+18 | |
| | | ||||||
* | | Building CustomizePostFilterActivity. | Alex Ning | 2020-12-11 | 1 | -0/+12 | |
| | | ||||||
* | | Prepare to add post filter. | Alex Ning | 2020-12-11 | 3 | -2/+414 | |
| | |