aboutsummaryrefslogtreecommitdiff
path: root/app/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Adjust caption layoutscria10002021-11-284-129/+151
| | | | | | Set caption max length Set link ellipsis
* Fix conflictscria10002021-11-271-1/+0
|
* Merge branch 'master' into gallery-captions-featurescria10002021-11-2758-942/+1131
|\
| * Version 5.1.2.Alex Ning2021-11-272-0/+2
| |
| * Merge pull request #538 from scria1000/single-scroll-fixDocile-Alligator2021-11-271-10/+15
| |\ | | | | | | Make scroll button work on single comment mode
| | * Make scroll button work on single comment modescria10002021-11-161-10/+15
| | |
| * | Merge pull request #549 from scria1000/gallery-destroy-fixDocile-Alligator2021-11-271-1/+1
| |\ \ | | | | | | | | Don't cancel all ImageLoader instances
| | * | Don't cancel all ImageLoader instancesscria10002021-11-261-1/+1
| | | |
| * | | Minor tweaksscria10002021-11-251-2/+2
| | | |
| * | | Return early if not spoilerscria10002021-11-251-1/+9
| | | |
| * | | Check if spoiler was found before setting markdownscria10002021-11-251-4/+6
| | | |
| * | | Fix typoscria10002021-11-251-1/+1
| | | |
| * | | Add a non-regex solution for parsing spoilersscria10002021-11-258-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-fixscria10002021-11-2421-228/+208
| |\| |
| | * | Version 5.1.1. Fix anonymous subreddits and multireddits do not show in ↵Alex Ning2021-11-222-64/+43
| | | | | | | | | | | | | | | | MainActivity TabLayout. Fix changing tab names not working in anonymous mode.
| | * | Fix TrackSelectionDialog button color. Do not automatically show control ↵Alex Ning2021-11-228-8/+26
| | | | | | | | | | | | | | | | view in autoplaying videos.
| | * | Implement SaveMemoryCenterInsideDownsampleStrategy to smartly downsample ↵Alex Ning2021-11-216-134/+62
| | | | | | | | | | | | | | | | images in PostRecyclerViewAdapter and PostDetailRecyclerViewAdapter.
| | * | Fix dark theme issue when selecting playback speed. Minor bugs fixed.Alex Ning2021-11-217-11/+68
| | | |
| | * | Fix cannot open media in Gallery layout.Alex Ning2021-11-211-11/+9
| | |/
| * / Refactor spoiler parsing into its own classscria10002021-11-1617-295/+161
| |/ | | | | | | | | | | Reuse spoiler pattern otherwise we match markdown like: `>!` lots of new lines and text <! And some other minor changes.
| * Merge pull request #533 from scria1000/regex-fixDocile-Alligator2021-11-151-1/+1
| |\ | | | | | | Don't leave out single character
| | * Don't leave out single characterscria10002021-11-151-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 Ning2021-11-152-3/+15
| |/
| * Merge pull request #526 from scria1000/markdown-disable-htmlDocile-Alligator2021-11-1517-171/+326
| |\ | | | | | | More fixes related to markdown rendering
| | * Revert changes made in refactorscria10002021-11-1411-13/+16
| | | | | | | | | | | | We need the original superscript markdown for when we edit posts!
| | * Refactorscria10002021-11-1411-14/+13
| | |
| | * Optimize spoiler regexscria10002021-11-141-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 nowscria10002021-11-141-47/+1
| | | | | | | | | | | | Until there is a better solution that can also handle `[Title]: https://link.com` type links and others.
| | * Disable BangInlineProcessorscria10002021-11-1313-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 blocksscria10002021-11-1214-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 processorscria10002021-11-1114-7/+195
| | |
| | * More fixes related to markdown renderingscria10002021-11-1112-25/+67
| | |
| * | Version 5.1.0-beta3.Alex Ning2021-11-132-14/+15
| | |
| * | Contact mods.Alex Ning2021-11-123-2/+14
| |/
| * UI changes in EditProfileActivity.Alex Ning2021-11-113-42/+46
| |
| * Missed this onescria10002021-11-111-1/+1
| |
| * Fix markdown not rendering in some commentsscria10002021-11-101-1/+1
| |
| * Some UI tweaks.Alex Ning2021-11-1015-197/+132
| |
* | Make caption text copyable with long pressscria10002021-11-276-49/+87
| | | | | | | | Use native way to theme ViewRedditGalleryActivity
* | Fix bottom url menu not being themed accordinglyscria10002021-11-106-13/+34
| | | | | | | | Use linkify for in-gallery caption url
* | Merge branch 'Docile-Alligator:master' into gallery-captions-featurescria10002021-11-106-18/+45
|\|
| * Fix https://github.com/Docile-Alligator/Infinity-For-Reddit/issues/327.Alex Ning2021-11-106-18/+45
| |
* | Initial support for gallery captionsscria10002021-11-098-49/+261
|/
* Fix clicking spoiler invokes OnClickListener on TextView in comments. Render ↵Alex Ning2021-11-095-14/+117
| | | | profile description in markdown.
* Fix clicking tab text does not change page in ViewUserDetailActivity, ↵Alex Ning2021-11-074-16/+13
| | | | ViewSubredditDetailActivity or AccoundSavedThingActivity.
* Minor bugs fixed.Alex Ning2021-11-073-5/+5
|
* Version 5.1.0-beta2. Fix crash when hiding read posts.Alex Ning2021-11-041-0/+3
|
* Wait 2 seconds before automatically applying Material You.Alex Ning2021-11-041-0/+3
|
* Minor layout tweaks.Alex Ning2021-11-0426-101/+102
|
* Fix Material Design 3 issue.Alex Ning2021-11-0411-48/+53
|