aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/res (follow)
Commit message (Collapse)AuthorAgeFilesLines
* New option: Hide the number of comments.Alex Ning2021-02-242-0/+6
|
* New options: Hide subreddit and user prefix and hide the number of votes.Alex Ning2021-02-243-8/+20
|
* New options: hide post type and hide the number of awards. Tweak settings.Alex Ning2021-02-236-11/+28
|
* Continue adding Card Layout 2.Alex Ning2021-02-223-6/+6
|
* Fix invisible link icon in PostTypeBottomSheetFragment.Alex Ning2021-02-224-2/+20
|
* Continue adding Card Layout 2.Alex Ning2021-02-221-0/+308
|
* Continue adding Card Layout 2.Alex Ning2021-02-225-28/+278
|
* Continue adding Card Layout 2.Alex Ning2021-02-211-57/+24
|
* Continue adding Card Layout 2.Alex Ning2021-02-211-0/+3
|
* Continue adding Card Layout 2.Alex Ning2021-02-211-11/+9
|
* Continue adding Card Layout 2.Alex Ning2021-02-211-78/+80
|
* Start adding Card Layout 2.Alex Ning2021-02-215-72/+441
|
* New option: Click to show media in gallery layout.Alex Ning2021-02-202-0/+9
|
* Add Gallery Layout to default post layout option. 3 columns is available in ↵Alex Ning2021-02-191-0/+1
| | | | PostFragment.
* Add Gallery Layout to default post layout option.Alex Ning2021-02-171-0/+2
|
* Customize the number of columns in Post Feed for every post layout.Alex Ning2021-02-177-118/+173
|
* Continue adding Gallery Layout.Alex Ning2021-02-164-19/+24
|
* Continue adding Gallery Layout.Alex Ning2021-02-164-56/+66
|
* Start adding Gallery Layout.Alex Ning2021-02-133-0/+84
|
* Merge branch 'master' of https://github.com/Docile-Alligator/Infinity-For-RedditAlex Ning2021-02-121-2/+2
|\
| * Merge pull request #262 from iamveryfunny/patch-1Docile-Alligator2021-02-021-2/+2
| |\ | | | | | | Fix spelling mistake in German translation
| | * Update strings.xmliamveryfunny2021-01-251-2/+2
| | |
* | | Merge new features from 4.2.3 to 4.2.5.Alex Ning2021-02-123-0/+20
|\ \ \ | |/ / |/| |
| * | Add a FAB in LoginActivity to setDomStorageEnabled.Alex Ning2021-02-033-2/+20
| | |
* | | Barebone swiping left or right to go to previous or next post in ↵Alex Ning2021-01-274-53/+66
| |/ |/| | | | | ViewPostDetailActivity.
* | Rewrite all the AsyncTasks in the asynctasks package using Executor and Handler.Alex Ning2021-01-241-2/+2
|/
* New language: Netherlands.Alex Ning2021-01-233-8/+877
|
* Make OAuth2 API change: ↵Alex Ning2021-01-201-0/+2
| | | | https://www.reddit.com/r/redditdev/comments/kvzaot/oauth2_api_changes_upcoming/
* Setting default sort for subreddits and users is available.Alex Ning2021-01-195-7/+110
|
* Minor UI tweaks in settings.Alex Ning2021-01-182-1/+5
|
* Minor UI tweaks for dialog_insert_link.Alex Ning2021-01-181-18/+40
|
* Add more options to the bottom app bar.Alex Ning2021-01-181-0/+20
|
* New option: Disable Immersive Interface in Landscape Mode.Alex Ning2021-01-132-0/+6
|
* Add Privacy Policy.Alex Ning2021-01-112-0/+5
|
* Verion 4.2.0-beta2. Fix translation issue.Alex Ning2021-01-081-5/+2
|
* Version 4.2.0-beta2. New language: Polish.Alex Ning2021-01-082-0/+878
|
* Remove F-Droid info.Alex Ning2021-01-0712-37/+0
|
* New option in data saving mode: Only disable preview in video and gif posts.Alex Ning2021-01-072-1/+7
|
* Ignore case when matching post title in PostFilter. Always check duplicate ↵Alex Ning2021-01-071-1/+1
| | | | PostFilter before saving a PostFilter not from settings.
* Check for duplicate when saving a post filter. Fix an issue in PostFilter ↵Alex Ning2021-01-061-0/+2
| | | | Parcelable implementation.
* Add two buttons to add subreddits and users in CustomizePostFilterActivity. ↵Alex Ning2021-01-062-30/+65
| | | | Show search users and search subreddits when searching them.
* Quote and code block are added to MarkdownBottomBarRecyclerViewAdapter. Fix ↵Alex Ning2021-01-062-0/+18
| | | | issues in header size selection.
* Add a FAB to send private message in InboxActivity. Minor layout tweaks.Alex Ning2021-01-063-7/+30
|
* Adding users to a multireddit is now available.Alex Ning2021-01-0515-19/+66
|
* Directly adding user to multireddit is available.Alex Ning2021-01-051-2/+8
|
* Directly adding subreddit to multireddit is available.Alex Ning2021-01-053-1/+54
|
* SearchUsersResultActivity is added.Alex Ning2021-01-042-1/+33
|
* Reading all unread messages is now available.Alex Ning2021-01-042-0/+11
|
* Mark posts as read on scroll.Alex Ning2020-12-312-2/+34
|
* Long click the url to see more options. Make getRedditUriByPath in ↵Alex Ning2020-12-313-4/+20
| | | | LinkResolverActivity private.