Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2021-12-04 | Statically compile frequently used Regex pattern | scria1000 | 1 | -15/+30 | |
2021-12-03 | Fix gif not found for downsized Giphy gifs | scria1000 | 1 | -2/+2 | |
2021-12-03 | Fix refreshing in ViewPostDetailFragment too easily in two-pane layout. | Alex Ning | 2 | -2/+4 | |
2021-12-03 | Fix gallery post preview still shows in ViewPostDetailActivity when Disable ↵ | Alex Ning | 1 | -9/+5 | |
Image Preview in Data Saving Mode is enabled. | |||||
2021-12-03 | Minor bugs fixed in ParsePost. | Alex Ning | 15 | -25/+25 | |
2021-12-01 | Recover from no result after switching sort mode | scria1000 | 1 | -1/+2 | |
Resolves #563 | |||||
2021-12-01 | Make switches and checkboxes more consistent on Dark Mode | scria1000 | 1 | -0/+22 | |
2021-12-01 | Minor layout tweaks. | Alex Ning | 7 | -53/+70 | |
2021-11-30 | Download unprocessed gallery picture | scria1000 | 3 | -6/+54 | |
Resolves #558 | |||||
2021-11-30 | Revert "Download unprocessed gallery picture" | scria1000 | 3 | -53/+7 | |
This reverts commit 886eb68341579634090e73fd3306ec5019eb9f9a. | |||||
2021-11-30 | Download unprocessed gallery picture | scria1000 | 3 | -7/+53 | |
Resolves #558 | |||||
2021-11-29 | Version 5.1.3. Fix bottom navigation bar option count not applied to ↵ | Alex Ning | 5 | -32/+32 | |
anonymous mode. | |||||
2021-11-28 | Adjust caption layout | scria1000 | 4 | -129/+151 | |
Set caption max length Set link ellipsis | |||||
2021-11-28 | Process subreddit links inside Wiki extra | scria1000 | 1 | -11/+15 | |
2021-11-28 | Don't pass reduntant View arguments to linkify | scria1000 | 5 | -5/+5 | |
When used as a plugin for Markwon; BetterLinkMovement iterates TextViews under the ViewGroup at the setMarkdown stage, so there is no need to for this argument. Don't give a whole Activity as an argument to this method, this causes bugs. | |||||
2021-11-27 | Fix conflict | scria1000 | 1 | -1/+0 | |
2021-11-27 | Make caption text copyable with long press | scria1000 | 6 | -49/+87 | |
Use native way to theme ViewRedditGalleryActivity | |||||
2021-11-27 | Version 5.1.2. | Alex Ning | 3 | -2/+4 | |
2021-11-26 | Don't cancel all ImageLoader instances | scria1000 | 1 | -1/+1 | |
2021-11-25 | Minor tweaks | scria1000 | 1 | -2/+2 | |
2021-11-25 | Return early if not spoiler | scria1000 | 1 | -1/+9 | |
2021-11-25 | Check if spoiler was found before setting markdown | scria1000 | 1 | -4/+6 | |
2021-11-25 | Fix typo | scria1000 | 1 | -1/+1 | |
2021-11-25 | Add a non-regex solution for parsing spoilers | scria1000 | 8 | -39/+246 | |
Add a non-regex solution for parsing spoilers that can also handle code blocks Add a custom BlockQuoteParser to prevent spoilers from being consumed as block quotes without the need for html escaping Make revealed spoiler backgrounds slightly darker | |||||
2021-11-22 | Version 5.1.1. Fix anonymous subreddits and multireddits do not show in ↵ | Alex Ning | 3 | -66/+45 | |
MainActivity TabLayout. Fix changing tab names not working in anonymous mode. | |||||
2021-11-22 | Fix TrackSelectionDialog button color. Do not automatically show control ↵ | Alex Ning | 8 | -8/+26 | |
view in autoplaying videos. | |||||
2021-11-21 | Implement SaveMemoryCenterInsideDownsampleStrategy to smartly downsample ↵ | Alex Ning | 6 | -134/+62 | |
images in PostRecyclerViewAdapter and PostDetailRecyclerViewAdapter. | |||||
2021-11-21 | Fix dark theme issue when selecting playback speed. Minor bugs fixed. | Alex Ning | 7 | -11/+68 | |
2021-11-21 | Fix cannot open media in Gallery layout. | Alex Ning | 1 | -11/+9 | |
2021-11-16 | Make scroll button work on single comment mode | scria1000 | 1 | -10/+15 | |
2021-11-16 | Refactor spoiler parsing into its own class | scria1000 | 17 | -295/+161 | |
Reuse spoiler pattern otherwise we match markdown like: `>!` lots of new lines and text <! And some other minor changes. | |||||
2021-11-16 | Version 5.1.0. | Alex Ning | 1 | -2/+2 | |
2021-11-15 | Don't start MaterialYouService if Material You is not enabled. | Alex Ning | 2 | -3/+15 | |
2021-11-15 | Don't leave out single character | scria1000 | 1 | -1/+1 | |
oops >! match this!< >!match this!< >! match this!< >!don't match this<! >! match this !< >!match this !< >! match this!< >! O!< >! O !< >! X !< >! DON'TMATCH !< >!O!< >! O O!< >!!< | |||||
2021-11-14 | Revert changes made in refactor | scria1000 | 11 | -13/+16 | |
We need the original superscript markdown for when we edit posts! | |||||
2021-11-14 | Refactor | scria1000 | 11 | -14/+13 | |
2021-11-14 | Optimize spoiler regex | scria1000 | 1 | -1/+1 | |
Optimize spoiler regex to allow at least one new line. >! match this!< >!match this!< >! match this!< >!don't match this<! >! match this !< >!match this !< | |||||
2021-11-14 | Don't handle unescaped bracket links for now | scria1000 | 1 | -47/+1 | |
Until there is a better solution that can also handle `[Title]: https://link.com` type links and others. | |||||
2021-11-13 | Version 5.1.0-beta3. | Alex Ning | 3 | -16/+17 | |
2021-11-13 | Disable BangInlineProcessor | scria1000 | 13 | -82/+111 | |
Don't process ! bangs before links since reddit markdown does not support it. Now links inside spoilers can be rendered correctly. | |||||
2021-11-12 | Try to handle unescaped space inside link blocks | scria1000 | 14 | -157/+97 | |
* Commonmark spec does not parse links with unescaped spaces in the link query * Maybe we can do the parsing ourselves by extending 'InlineProcessor', instead of using slow regex * Reuse `fixSuperScript` | |||||
2021-11-12 | Contact mods. | Alex Ning | 3 | -2/+14 | |
2021-11-11 | Add custom superscript processor | scria1000 | 15 | -7/+196 | |
2021-11-11 | More fixes related to markdown rendering | scria1000 | 13 | -26/+68 | |
2021-11-11 | UI changes in EditProfileActivity. | Alex Ning | 3 | -42/+46 | |
2021-11-11 | Missed this one | scria1000 | 1 | -1/+1 | |
2021-11-10 | Fix markdown not rendering in some comments | scria1000 | 1 | -1/+1 | |
2021-11-10 | Some UI tweaks. | Alex Ning | 15 | -197/+132 | |
2021-11-10 | Fix bottom url menu not being themed accordingly | scria1000 | 6 | -13/+34 | |
Use linkify for in-gallery caption url | |||||
2021-11-10 | Fix https://github.com/Docile-Alligator/Infinity-For-Reddit/issues/327. | Alex Ning | 6 | -18/+45 | |