Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove some markdown processing related to inline gifs. Remove awards ↵ | Docile-Alligator | 2023-11-25 | 1 | -12/+0 |
| | | | | related stuff. | ||||
* | Center the score of a comment. Switch the number of comment and the share ↵ | Docile-Alligator | 2023-10-23 | 1 | -37/+48 |
| | | | | button back on a comment. | ||||
* | Use MaterialButton for icons in comments. | Docile-Alligator | 2023-09-18 | 1 | -20/+17 |
| | |||||
* | Continue changing vote button icons. | Docile-Alligator | 2023-09-18 | 1 | -41/+36 |
| | |||||
* | Fix https://github.com/Docile-Alligator/Infinity-For-Reddit/issues/1475 | Docile-Alligator | 2023-05-22 | 1 | -0/+1 |
| | |||||
* | Fix https://github.com/Docile-Alligator/Infinity-For-Reddit/issues/1448 | Docile-Alligator | 2023-05-13 | 1 | -1/+3 |
| | |||||
* | Fix https://github.com/Docile-Alligator/Infinity-For-Reddit/issues/1456 | Docile-Alligator | 2023-05-07 | 1 | -0/+2 |
| | |||||
* | Show if comments are edited (#1388) | Thomas | 2023-04-24 | 1 | -0/+12 |
| | |||||
* | Render full markdown in CommentsRecyclerViewAdapter. | Docile-Alligator | 2022-04-02 | 1 | -9/+7 |
| | |||||
* | Show author icon in CommentFullyCollapsedViewHolder. | Alex Ning | 2022-01-21 | 1 | -1/+1 |
| | |||||
* | Show author avatars in comments. | Alex Ning | 2022-01-21 | 1 | -13/+32 |
| | |||||
* | Fix views in comment toolbar overlapping each other. | Alex Ning | 2022-01-21 | 1 | -25/+50 |
| | |||||
* | Show child reply count in comments. | Alex Ning | 2022-01-17 | 1 | -3/+6 |
| | |||||
* | Fix clicking spoiler invokes OnClickListener on TextView in comments. Render ↵ | Alex Ning | 2021-11-09 | 1 | -1/+1 |
| | | | | profile description in markdown. | ||||
* | Try fixing ViewPager2's IllegalStateException. | Alex Ning | 2021-08-11 | 1 | -0/+1 |
| | |||||
* | Optimize item_comment.xml. | Alex Ning | 2021-08-03 | 1 | -201/+193 |
| | |||||
* | Change divider hierachy in item_comment.xml | Alex Ning | 2021-04-25 | 1 | -6/+6 |
| | |||||
* | Hide reply and save buttons in comments if the depth is larger than 5. Add ↵ | Alex Ning | 2021-04-20 | 1 | -101/+101 |
| | | | | reply and save options in CommentMoreBottomSheetFragment. | ||||
* | Tweak the design of comments. | Alex Ning | 2021-04-09 | 1 | -34/+3 |
| | |||||
* | UI changes in comments. | Alex Ning | 2021-04-07 | 1 | -96/+127 |
| | |||||
* | Directly open url without checking available packages in openInBrowser in ↵ | Alex Ning | 2020-08-24 | 1 | -2/+0 |
| | | | | LinkResolverActivity. Replace android:tint with app:tint. | ||||
* | Enlarge clicking area for buttons in comments. Add extra bottom padding for ↵ | Alex Ning | 2020-08-10 | 1 | -13/+6 |
| | | | | CustomToroContainer in ViewPostDetailActivity. | ||||
* | Fix UI issues in post and comment item. Fix Reddit gallery post cannot be ↵ | Alex Ning | 2020-07-18 | 1 | -4/+4 |
| | | | | opened in PostCompactLayout when clicking the imageview. | ||||
* | Add a boolean variable isSendingMessage to avoid sending multiple messages ↵ | Alex Ning | 2020-07-17 | 1 | -1/+1 |
| | | | | before the first message is sent in ViewPrivateMessageActivity. When the message is being sent, the send button will have a secondary text color. Use wrap_content for comment content in item_comment. | ||||
* | Fix username takes up too much space in comments. Add ↵ | Alex Ning | 2020-07-09 | 1 | -19/+11 |
| | | | | PostCompactRightLeftThumbnailViewHolder and PostCompactLeftThumbnailViewHolder in order to fix layout issues in ConstraintLayout v2.0.0-beta8. Rename 'Show Thumbnail on the Right in Compact Layout' to 'Show Thumbnail on the Left in Compact Layout'. | ||||
* | Prepare to add different font support. | Alex Ning | 2020-06-10 | 1 | -2/+10 |
| | |||||
* | Remove unused attributes. Fix loading images using GlideImageGetter after ↵ | Alex Ning | 2020-04-18 | 1 | -3/+0 |
| | | | | the activity is destroyed. | ||||
* | Show awards for comments. | Alex Ning | 2020-04-16 | 1 | -0/+9 |
| | |||||
* | Refine animation of hiding and showing comment toolbar. | Alex Ning | 2020-04-01 | 1 | -1/+1 |
| | |||||
* | Add hidden comment toolbar feature. | Hermes Junior | 2020-03-29 | 1 | -2/+14 |
| | |||||
* | Still prepare to add different themes. | Alex Ning | 2020-02-27 | 1 | -2/+2 |
| | |||||
* | Prepare to add different themes. Try fixing timeout issue in okhttp3. | Alex Ning | 2020-02-26 | 1 | -4/+3 |
| | |||||
* | Add an option to show comment dividers. Put theme option to ↵ | Alex Ning | 2020-02-20 | 1 | -198/+198 |
| | | | | InterfacePreferenceFragment. | ||||
* | Copying comments is now available. Some UI tweaks. | Alex Ning | 2020-01-30 | 1 | -4/+3 |
| | |||||
* | Changing post layout in ViewSubredditDetailActivity is available. Tweak the ↵ | Alex Ning | 2019-11-11 | 1 | -1/+1 |
| | | | | compact post UI. Minor bugs fixed. | ||||
* | Compact post layout is available. Fixed WebView cannot be inflated on ↵ | Alex Ning | 2019-11-08 | 1 | -2/+2 |
| | | | | Android Lollipop. Tweak the comment item UI. | ||||
* | Minor UI issue fixed. | Alex Ning | 2019-10-29 | 1 | -1/+1 |
| | |||||
* | Fixed UI issues in posts and comments. Version 1.4.0. | Alex Ning | 2019-10-29 | 1 | -139/+42 |
| | |||||
* | Placing vote buttons on the right for comments is now available. | Alex Ning | 2019-10-29 | 1 | -17/+145 |
| | |||||
* | Make Placing vote buttons on the right an option. | Alex Ning | 2019-10-29 | 1 | -10/+6 |
| | |||||
* | Disable clicking comment icon in a post to submit a comment. Enlarge the ↵ | Alex Ning | 2019-10-25 | 1 | -10/+10 |
| | | | | icons in comments. Fix regex used to linkify subreddits and users. | ||||
* | Disabling immersive mode (content shown under status bar and nav bar) is now ↵ | Alex Ning | 2019-10-05 | 1 | -1/+2 |
| | | | | available. | ||||
* | AMOLED dark theme is now available. | Alex Ning | 2019-10-03 | 1 | -1/+1 |
| | |||||
* | Add a mic icon if the user is the submitter in comments. Add a mod icon if ↵ | Alex Ning | 2019-09-27 | 1 | -6/+16 |
| | | | | the user is a moderator. Tweak the vertical bar colors in comments in dark theme. | ||||
* | Add title and content font size options. | Alex Ning | 2019-09-26 | 1 | -1/+1 |
| | |||||
* | Changing font size is available. Delete duplicate Edit menu in comments. | Alex Ning | 2019-09-20 | 1 | -1/+5 |
| | |||||
* | Saving and unsaving comments are now available. Use xml thumbtack to avoid ↵ | Alex Ning | 2019-09-18 | 1 | -6/+25 |
| | | | | crashes on low resolution devices. Add a subreddit link in Settings -> About. | ||||
* | Display an archived icon if the post is archived. Display a locked icon if ↵ | Alex Ning | 2019-08-26 | 1 | -1/+3 |
| | | | | the post is locked. | ||||
* | Reimplement Markdown display due to update of Markwon library. Fixed ↵ | Alex Ning | 2019-08-26 | 1 | -1/+1 |
| | | | | RetryLoadingMoreCallback is null in MessageRecyclerViewAdapter. | ||||
* | Set NSFW and spoiler are now available. | Alex Ning | 2019-08-13 | 1 | -80/+0 |
| |