Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Minor tweaks | scria1000 | 2021-11-25 | 1 | -2/+2 |
| | |||||
* | Return early if not spoiler | scria1000 | 2021-11-25 | 1 | -1/+9 |
| | |||||
* | Check if spoiler was found before setting markdown | scria1000 | 2021-11-25 | 1 | -4/+6 |
| | |||||
* | Fix typo | scria1000 | 2021-11-25 | 1 | -1/+1 |
| | |||||
* | Add a non-regex solution for parsing spoilers | scria1000 | 2021-11-25 | 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 | ||||
* | Merge branch 'Docile-Alligator:master' into more-regex-fix | scria1000 | 2021-11-24 | 22 | -230/+210 |
|\ | |||||
| * | Version 5.1.1. Fix anonymous subreddits and multireddits do not show in ↵ | Alex Ning | 2021-11-22 | 3 | -66/+45 |
| | | | | | | | | MainActivity TabLayout. Fix changing tab names not working in anonymous mode. | ||||
| * | Fix TrackSelectionDialog button color. Do not automatically show control ↵ | Alex Ning | 2021-11-22 | 8 | -8/+26 |
| | | | | | | | | view in autoplaying videos. | ||||
| * | Implement SaveMemoryCenterInsideDownsampleStrategy to smartly downsample ↵ | Alex Ning | 2021-11-21 | 6 | -134/+62 |
| | | | | | | | | images in PostRecyclerViewAdapter and PostDetailRecyclerViewAdapter. | ||||
| * | Fix dark theme issue when selecting playback speed. Minor bugs fixed. | Alex Ning | 2021-11-21 | 7 | -11/+68 |
| | | |||||
| * | Fix cannot open media in Gallery layout. | Alex Ning | 2021-11-21 | 1 | -11/+9 |
| | | |||||
* | | Refactor spoiler parsing into its own class | scria1000 | 2021-11-16 | 17 | -295/+161 |
|/ | | | | | | Reuse spoiler pattern otherwise we match markdown like: `>!` lots of new lines and text <! And some other minor changes. | ||||
* | Version 5.1.0. | Alex Ning | 2021-11-16 | 1 | -2/+2 |
| | |||||
* | Merge pull request #533 from scria1000/regex-fix | Docile-Alligator | 2021-11-15 | 1 | -1/+1 |
|\ | | | | | Don't leave out single character | ||||
| * | Don't leave out single character | scria1000 | 2021-11-15 | 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!< >!!< | ||||
* | | Don't start MaterialYouService if Material You is not enabled. | Alex Ning | 2021-11-15 | 2 | -3/+15 |
|/ | |||||
* | Merge pull request #526 from scria1000/markdown-disable-html | Docile-Alligator | 2021-11-15 | 18 | -171/+327 |
|\ | | | | | More fixes related to markdown rendering | ||||
| * | Revert changes made in refactor | scria1000 | 2021-11-14 | 11 | -13/+16 |
| | | | | | | | | We need the original superscript markdown for when we edit posts! | ||||
| * | Refactor | scria1000 | 2021-11-14 | 11 | -14/+13 |
| | | |||||
| * | Optimize spoiler regex | scria1000 | 2021-11-14 | 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 !< | ||||
| * | Don't handle unescaped bracket links for now | scria1000 | 2021-11-14 | 1 | -47/+1 |
| | | | | | | | | Until there is a better solution that can also handle `[Title]: https://link.com` type links and others. | ||||
| * | Disable BangInlineProcessor | scria1000 | 2021-11-13 | 13 | -82/+111 |
| | | | | | | | | Don't process ! bangs before links since reddit markdown does not support it. Now links inside spoilers can be rendered correctly. | ||||
| * | Try to handle unescaped space inside link blocks | scria1000 | 2021-11-12 | 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` | ||||
| * | Add custom superscript processor | scria1000 | 2021-11-11 | 15 | -7/+196 |
| | | |||||
| * | More fixes related to markdown rendering | scria1000 | 2021-11-11 | 13 | -26/+68 |
| | | |||||
* | | Version 5.1.0-beta3. | Alex Ning | 2021-11-13 | 3 | -16/+17 |
| | | |||||
* | | Contact mods. | Alex Ning | 2021-11-12 | 3 | -2/+14 |
|/ | |||||
* | UI changes in EditProfileActivity. | Alex Ning | 2021-11-11 | 3 | -42/+46 |
| | |||||
* | Merge pull request #525 from scria1000/comment-markdown-fix | Docile-Alligator | 2021-11-11 | 2 | -2/+2 |
|\ | | | | | Fix markdown not rendering in some comments | ||||
| * | Missed this one | scria1000 | 2021-11-11 | 1 | -1/+1 |
| | | |||||
| * | Fix markdown not rendering in some comments | scria1000 | 2021-11-10 | 1 | -1/+1 |
|/ | |||||
* | Some UI tweaks. | Alex Ning | 2021-11-10 | 15 | -197/+132 |
| | |||||
* | Fix https://github.com/Docile-Alligator/Infinity-For-Reddit/issues/327. | Alex Ning | 2021-11-10 | 6 | -18/+45 |
| | |||||
* | Fix clicking spoiler invokes OnClickListener on TextView in comments. Render ↵ | Alex Ning | 2021-11-09 | 5 | -14/+117 |
| | | | | profile description in markdown. | ||||
* | Fix clicking tab text does not change page in ViewUserDetailActivity, ↵ | Alex Ning | 2021-11-07 | 4 | -16/+13 |
| | | | | ViewSubredditDetailActivity or AccoundSavedThingActivity. | ||||
* | Minor bugs fixed. | Alex Ning | 2021-11-07 | 3 | -5/+5 |
| | |||||
* | Version 5.1.0-beta2. Fix crash when hiding read posts. | Alex Ning | 2021-11-04 | 2 | -2/+5 |
| | |||||
* | Wait 2 seconds before automatically applying Material You. | Alex Ning | 2021-11-04 | 1 | -0/+3 |
| | |||||
* | Minor layout tweaks. | Alex Ning | 2021-11-04 | 26 | -101/+102 |
| | |||||
* | Fix Material Design 3 issue. | Alex Ning | 2021-11-04 | 11 | -48/+53 |
| | |||||
* | Tweak Material You amoled theme on Android 12. | Alex Ning | 2021-11-03 | 1 | -2/+2 |
| | |||||
* | Tweak Material You dark theme on Android 12. | Alex Ning | 2021-11-03 | 1 | -13/+13 |
| | |||||
* | Tweak Material You light theme on Android 12. | Alex Ning | 2021-11-03 | 4 | -29/+27 |
| | |||||
* | Merge pull request #500 from wulkanat/master | Docile-Alligator | 2021-11-02 | 1 | -2/+88 |
|\ | | | | | feat: "real" Material You implementation | ||||
| * | cleanup | Wieland Schöbl | 2021-11-02 | 1 | -2/+0 |
| | | |||||
| * | feat: re-enable manual material you for older platforms | Wieland Schöbl | 2021-11-02 | 1 | -1/+78 |
| | | |||||
| * | feat: "real" Material You implementation | Wieland Schöbl | 2021-10-20 | 2 | -78/+89 |
| | | |||||
* | | Minor changes in EditProfileActivity. | Alex Ning | 2021-11-02 | 3 | -19/+31 |
| | | |||||
* | | Merge pull request #507 from ratabb/rbb/edit_profile | Docile-Alligator | 2021-11-02 | 19 | -4/+1837 |
|\ \ | | | | | | | feat: add Edit Profile | ||||
| * | | feat: add Edit Profile | ratabb | 2021-10-30 | 19 | -5/+1837 |
| |/ |