aboutsummaryrefslogtreecommitdiff
path: root/app/src/main (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Minor bugs fixed.Alex Ning2021-02-261-10/+10
|
* Minor layout issue fixed.Alex Ning2021-02-261-2/+3
|
* Change some colors. Add a current user icon.Alex Ning2021-02-264-14/+21
|
* Upvote ratio and different username color for comments sent by the current ↵Alex Ning2021-02-2618-112/+288
| | | | account.
* Fix not able to add subreddits in CustomizePostFilterActivity in anonymous mode.Alex Ning2021-02-261-16/+35
|
* Multi-selection in user search result for CustomizePostFilterActivity.Alex Ning2021-02-2611-61/+176
|
* Multi-selection in subreddit search result for CustomizePostFilterActivity.Alex Ning2021-02-258-50/+166
|
* Try to fix superscript.Alex Ning2021-02-249-126/+55
|
* New option: Hide the number of comments.Alex Ning2021-02-247-2/+56
|
* New options: Hide subreddit and user prefix and hide the number of votes.Alex Ning2021-02-2410-28/+153
|
* New options: hide post type and hide the number of awards. Tweak settings.Alex Ning2021-02-2313-54/+132
|
* Try to fix superscript rendering.Alex Ning2021-02-221-3/+7
|
* Try to fix superscript rendering.Alex Ning2021-02-221-1/+59
|
* Continue adding Card Layout 2.Alex Ning2021-02-224-8/+13
|
* Fix invisible link icon in PostTypeBottomSheetFragment.Alex Ning2021-02-225-3/+21
|
* Continue adding Card Layout 2.Alex Ning2021-02-221-0/+2
|
* Continue adding Card Layout 2.Alex Ning2021-02-222-58/+665
|
* Continue adding Card Layout 2.Alex Ning2021-02-226-65/+423
|
* 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-218-84/+698
|
* Long click gallery layout.Alex Ning2021-02-201-135/+70
|
* New option: Click to show media in gallery layout.Alex Ning2021-02-204-4/+65
|
* Add Gallery Layout to default post layout option. 3 columns is available in ↵Alex Ning2021-02-192-14/+30
| | | | PostFragment.
* Add Gallery Layout to default post layout option.Alex Ning2021-02-172-15/+13
|
* Customize the number of columns in Post Feed for every post layout.Alex Ning2021-02-1713-195/+323
|
* Continue adding Gallery Layout.Alex Ning2021-02-161-1/+45
|
* Continue adding Gallery Layout.Alex Ning2021-02-166-21/+32
|
* Continue adding Gallery Layout.Alex Ning2021-02-166-58/+86
|
* Continue adding Gallery Layout.Alex Ning2021-02-151-8/+90
|
* Start adding Gallery Layout.Alex Ning2021-02-136-65/+298
|
* Fix getCurrentFragment() in ViewPostDetailActivity's ViewPager2's adapter. ↵Alex Ning2021-02-132-31/+30
| | | | Fix newly-replied comments not shown in ViewPostDetailFragment.
* Fix updating flair in ViewPostDetailFragment.Alex Ning2021-02-134-13/+37
|
* Use EventBus to send post list from PostFragment to ViewPostDetailActivity.Alex Ning2021-02-125-63/+143
|
* 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 pull request #261 from vlakreeh/fix-gfycat-case-sensitiveDocile-Alligator2021-02-021-4/+9
| |\ \ | | | | | | | | Fix issue with gifs not playing with invalid gfycat id
| | * | Fix issue with gfycat/redgifs occasionally 404ing due to non-lowercase idZeb Piasecki2021-01-251-4/+9
| | |/
* | | Merge new features from 4.2.3 to 4.2.5.Alex Ning2021-02-1218-114/+206
|\ \ \ | |/ / |/| |
| * | Fix NullPointerException in PostFilter.mergePostFilter. Minor bugs fixed in ↵Alex Ning2021-02-052-84/+95
| | | | | | | | | | | | CommentsListingFragment.
| * | Trim keywords in PostFilter.isPostAllowed.Alex Ning2021-02-041-5/+5
| | |
| * | Add a FAB in LoginActivity to setDomStorageEnabled.Alex Ning2021-02-034-5/+60
| | |
| * | Make all gifcay id all lower case.Alex Ning2021-02-031-4/+9
| | |
| * | Prepare to add quarantined subreddit support.Alex Ning2021-02-027-9/+12
| | |
| * | Fix downloading videos without sound failed.Alex Ning2021-02-021-8/+8
| | |
| * | Version 4.2.3. Remove logs.Alex Ning2021-02-011-4/+0
| | |
| * | Use a dirty method to fix user info and subscribe chip not shown in ↵Alex Ning2021-02-011-1/+2
| | | | | | | | | | | | ViewUserDetailActivity. The problem is caused by CommentsListingFragment. So weird.