aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Treat streamable link posts as video posts.Alex Ning2021-12-125-41/+80
|
* Support Streamable.Alex Ning2021-12-099-19/+197
|
* Merge pull request #575 from scria1000/markdown-enhancementsDocile-Alligator2021-12-0922-206/+360
|\ | | | | Markdown enhancements
| * Fix reduntant linescria10002021-12-091-1/+0
| |
| * Some more spoiler parsing optimizationsscria10002021-12-094-15/+93
| | | | | | | | Don't bother trying to parse a text if it doesn't have spoiler opening.
| * Make Superscript parsing properscria10002021-12-0919-191/+268
| | | | | | | | Do this without relying converting to <sup> tags.
* | Merge pull request #574 from scria1000/patch-1Docile-Alligator2021-12-091-6/+6
|\ \ | |/ |/| Correct typo in replaceAll
| * Correct typo in replaceAllscria10002021-12-081-6/+6
|/ | | oops
* Merge pull request #573 from scria1000/patch-3Docile-Alligator2021-12-071-23/+31
|\ | | | | Fix observer being triggered twice on SubredditDetail
| * Fix observer being triggered twice on SubredditDetailscria10002021-12-071-23/+31
| | | | | | | | Fix observer being triggered twice on ViewSubredditDetailActivity and SidebarFragment.
* | Merge pull request #572 from scria1000/spoiler-optimizeDocile-Alligator2021-12-071-79/+39
|\ \ | | | | | | Optimize spoiler parser
| * | Correct newline behaviour, againscria10002021-12-051-11/+12
| | |
| * | Optimize spoiler parserscria10002021-12-051-77/+36
| |/ | | | | | | Should take 3-4x less milliseconds, on average
* | Merge pull request #571 from scria1000/patch-2Docile-Alligator2021-12-071-1/+1
|\ \ | | | | | | Add null check for GALLERY_DATA_KEY
| * | Add null check for GALLERY_DATA_KEYscria10002021-12-041-1/+1
| |/ | | | | | | Without this null check, viewing a deleted comment whose OP also had a deleted gallery will cause the Parsing to fail.
* | Merge pull request #570 from scria1000/patch-1Docile-Alligator2021-12-071-17/+32
|\ \ | |/ |/| Fix gif not found for downsized Giphy gifs
| * Statically compile frequently used Regex patternscria10002021-12-041-15/+30
| |
| * Fix gif not found for downsized Giphy gifsscria10002021-12-031-2/+2
|/
* Fix refreshing in ViewPostDetailFragment too easily in two-pane layout.Alex Ning2021-12-032-2/+4
|
* Fix gallery post preview still shows in ViewPostDetailActivity when Disable ↵Alex Ning2021-12-031-9/+5
| | | | Image Preview in Data Saving Mode is enabled.
* Minor bugs fixed in ParsePost.Alex Ning2021-12-0315-25/+25
|
* Merge pull request #564 from scria1000/patch-2Docile-Alligator2021-12-021-0/+22
|\ | | | | Make switches and checkboxes more consistent on Dark Mode
| * Make switches and checkboxes more consistent on Dark Modescria10002021-12-011-0/+22
| |
* | Merge pull request #565 from scria1000/search-filter-fix-1Docile-Alligator2021-12-021-1/+2
|\ \ | | | | | | Recover from no result after switching sort mode
| * | Recover from no result after switching sort modescria10002021-12-011-1/+2
| | | | | | | | | | | | Resolves #563
* | | Merge pull request #561 from scria1000/masterDocile-Alligator2021-12-023-7/+54
|\ \ \ | |_|/ |/| | Download unprocessed gallery picture
| * | Merge branch 'master' into masterscria10002021-12-0110-135/+426
| |\|
| * | Download unprocessed gallery picturescria10002021-11-303-6/+54
| | | | | | | | | | | | Resolves #558
* | | Minor layout tweaks.Alex Ning2021-12-017-53/+70
| |/ |/|
* | Merge pull request #522 from scria1000/gallery-captions-featureDocile-Alligator2021-12-0110-136/+428
|\ \ | |/ |/| Initial support for gallery captions
| * Revert "Download unprocessed gallery picture"scria10002021-11-303-53/+7
| | | | | | | | This reverts commit 886eb68341579634090e73fd3306ec5019eb9f9a.
| * Download unprocessed gallery picturescria10002021-11-303-7/+53
| | | | | | | | Resolves #558
| * 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-2759-944/+1134
| |\
| * | 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
| |\ \
| * | | Initial support for gallery captionsscria10002021-11-098-49/+261
| | | |
* | | | Version 5.1.3. Fix bottom navigation bar option count not applied to ↵Alex Ning2021-11-295-32/+32
| | | | | | | | | | | | | | | | anonymous mode.
* | | | Merge pull request #511 from ratabb/rbb/proguardDocile-Alligator2021-11-291-0/+1
|\ \ \ \ | | | | | | | | | | keep class CrashReportsFragment
| * | | | keep class CrashReportsFragmentratabb2021-11-021-0/+1
| | | | |
* | | | | Merge pull request #553 from scria1000/slide-hyperlink-fixDocile-Alligator2021-11-296-16/+20
|\ \ \ \ \ | |_|_|_|/ |/| | | | Don't pass reduntant View argument to linkify
| * | | | Process subreddit links inside Wiki extrascria10002021-11-281-11/+15
| | | | |
| * | | | Don't pass reduntant View arguments to linkifyscria10002021-11-285-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.
* | | | Version 5.1.2.Alex Ning2021-11-273-2/+4
| | | |
* | | | 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
| | | | | |