| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Fix single comment id and message id not passing to ViewPostDetailFragment. | Alex Ning | 2021-03-01 | 1 | -1/+4 |
* | New option: Show avatar on the right in the navigation drawer. | Alex Ning | 2021-02-26 | 9 | -1/+66 |
* | Minor bugs fixed. | Alex Ning | 2021-02-26 | 1 | -10/+10 |
* | Minor layout issue fixed. | Alex Ning | 2021-02-26 | 1 | -2/+3 |
* | Change some colors. Add a current user icon. | Alex Ning | 2021-02-26 | 4 | -14/+21 |
* | Upvote ratio and different username color for comments sent by the current ac... | Alex Ning | 2021-02-26 | 18 | -112/+288 |
* | Fix not able to add subreddits in CustomizePostFilterActivity in anonymous mode. | Alex Ning | 2021-02-26 | 1 | -16/+35 |
* | Multi-selection in user search result for CustomizePostFilterActivity. | Alex Ning | 2021-02-26 | 11 | -61/+176 |
* | Multi-selection in subreddit search result for CustomizePostFilterActivity. | Alex Ning | 2021-02-25 | 8 | -50/+166 |
* | Try to fix superscript. | Alex Ning | 2021-02-24 | 9 | -126/+55 |
* | New option: Hide the number of comments. | Alex Ning | 2021-02-24 | 7 | -2/+56 |
* | New options: Hide subreddit and user prefix and hide the number of votes. | Alex Ning | 2021-02-24 | 10 | -28/+153 |
* | New options: hide post type and hide the number of awards. Tweak settings. | Alex Ning | 2021-02-23 | 13 | -54/+132 |
* | Try to fix superscript rendering. | Alex Ning | 2021-02-22 | 1 | -3/+7 |
* | Try to fix superscript rendering. | Alex Ning | 2021-02-22 | 1 | -1/+59 |
* | Continue adding Card Layout 2. | Alex Ning | 2021-02-22 | 4 | -8/+13 |
* | Fix invisible link icon in PostTypeBottomSheetFragment. | Alex Ning | 2021-02-22 | 5 | -3/+21 |
* | Continue adding Card Layout 2. | Alex Ning | 2021-02-22 | 1 | -0/+2 |
* | Continue adding Card Layout 2. | Alex Ning | 2021-02-22 | 2 | -58/+665 |
* | Continue adding Card Layout 2. | Alex Ning | 2021-02-22 | 6 | -65/+423 |
* | Continue adding Card Layout 2. | Alex Ning | 2021-02-21 | 1 | -57/+24 |
* | Continue adding Card Layout 2. | Alex Ning | 2021-02-21 | 1 | -0/+3 |
* | Continue adding Card Layout 2. | Alex Ning | 2021-02-21 | 1 | -11/+9 |
* | Continue adding Card Layout 2. | Alex Ning | 2021-02-21 | 1 | -78/+80 |
* | Start adding Card Layout 2. | Alex Ning | 2021-02-21 | 8 | -84/+698 |
* | Long click gallery layout. | Alex Ning | 2021-02-20 | 1 | -135/+70 |
* | New option: Click to show media in gallery layout. | Alex Ning | 2021-02-20 | 4 | -4/+65 |
* | Add Gallery Layout to default post layout option. 3 columns is available in P... | Alex Ning | 2021-02-19 | 2 | -14/+30 |
* | Add Gallery Layout to default post layout option. | Alex Ning | 2021-02-17 | 2 | -15/+13 |
* | Customize the number of columns in Post Feed for every post layout. | Alex Ning | 2021-02-17 | 13 | -195/+323 |
* | Continue adding Gallery Layout. | Alex Ning | 2021-02-16 | 1 | -1/+45 |
* | Continue adding Gallery Layout. | Alex Ning | 2021-02-16 | 6 | -21/+32 |
* | Continue adding Gallery Layout. | Alex Ning | 2021-02-16 | 6 | -58/+86 |
* | Continue adding Gallery Layout. | Alex Ning | 2021-02-15 | 1 | -8/+90 |
* | Start adding Gallery Layout. | Alex Ning | 2021-02-13 | 6 | -65/+298 |
* | Fix getCurrentFragment() in ViewPostDetailActivity's ViewPager2's adapter. Fi... | Alex Ning | 2021-02-13 | 2 | -31/+30 |
* | Fix updating flair in ViewPostDetailFragment. | Alex Ning | 2021-02-13 | 4 | -13/+37 |
* | Use EventBus to send post list from PostFragment to ViewPostDetailActivity. | Alex Ning | 2021-02-12 | 5 | -63/+143 |
* | Merge branch 'master' of https://github.com/Docile-Alligator/Infinity-For-Reddit | Alex Ning | 2021-02-12 | 1 | -2/+2 |
|\ |
|
| * | Merge pull request #262 from iamveryfunny/patch-1 | Docile-Alligator | 2021-02-02 | 1 | -2/+2 |
| |\ |
|
| | * | Update strings.xml | iamveryfunny | 2021-01-25 | 1 | -2/+2 |
| * | | Merge pull request #261 from vlakreeh/fix-gfycat-case-sensitive | Docile-Alligator | 2021-02-02 | 1 | -4/+9 |
| |\ \ |
|
| | * | | Fix issue with gfycat/redgifs occasionally 404ing due to non-lowercase id | Zeb Piasecki | 2021-01-25 | 1 | -4/+9 |
| | |/ |
|
* | | | Merge new features from 4.2.3 to 4.2.5. | Alex Ning | 2021-02-12 | 18 | -114/+206 |
|\ \ \
| |/ /
|/| | |
|
| * | | Fix NullPointerException in PostFilter.mergePostFilter. Minor bugs fixed in C... | Alex Ning | 2021-02-05 | 2 | -84/+95 |
| * | | Trim keywords in PostFilter.isPostAllowed. | Alex Ning | 2021-02-04 | 1 | -5/+5 |
| * | | Add a FAB in LoginActivity to setDomStorageEnabled. | Alex Ning | 2021-02-03 | 4 | -5/+60 |
| * | | Make all gifcay id all lower case. | Alex Ning | 2021-02-03 | 1 | -4/+9 |
| * | | Prepare to add quarantined subreddit support. | Alex Ning | 2021-02-02 | 7 | -9/+12 |
| * | | Fix downloading videos without sound failed. | Alex Ning | 2021-02-02 | 1 | -8/+8 |