Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #574 from scria1000/patch-1 | Docile-Alligator | 2021-12-09 | 1 | -6/+6 |
|\ | | | | | Correct typo in replaceAll | ||||
| * | Correct typo in replaceAll | scria1000 | 2021-12-08 | 1 | -6/+6 |
|/ | | | oops | ||||
* | Merge pull request #573 from scria1000/patch-3 | Docile-Alligator | 2021-12-07 | 1 | -23/+31 |
|\ | | | | | Fix observer being triggered twice on SubredditDetail | ||||
| * | Fix observer being triggered twice on SubredditDetail | scria1000 | 2021-12-07 | 1 | -23/+31 |
| | | | | | | | | Fix observer being triggered twice on ViewSubredditDetailActivity and SidebarFragment. | ||||
* | | Merge pull request #572 from scria1000/spoiler-optimize | Docile-Alligator | 2021-12-07 | 1 | -79/+39 |
|\ \ | | | | | | | Optimize spoiler parser | ||||
| * | | Correct newline behaviour, again | scria1000 | 2021-12-05 | 1 | -11/+12 |
| | | | |||||
| * | | Optimize spoiler parser | scria1000 | 2021-12-05 | 1 | -77/+36 |
| |/ | | | | | | | Should take 3-4x less milliseconds, on average | ||||
* | | Merge pull request #571 from scria1000/patch-2 | Docile-Alligator | 2021-12-07 | 1 | -1/+1 |
|\ \ | | | | | | | Add null check for GALLERY_DATA_KEY | ||||
| * | | Add null check for GALLERY_DATA_KEY | scria1000 | 2021-12-04 | 1 | -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-1 | Docile-Alligator | 2021-12-07 | 1 | -17/+32 |
|\ \ | |/ |/| | Fix gif not found for downsized Giphy gifs | ||||
| * | Statically compile frequently used Regex pattern | scria1000 | 2021-12-04 | 1 | -15/+30 |
| | | |||||
| * | Fix gif not found for downsized Giphy gifs | scria1000 | 2021-12-03 | 1 | -2/+2 |
|/ | |||||
* | Fix refreshing in ViewPostDetailFragment too easily in two-pane layout. | Alex Ning | 2021-12-03 | 2 | -2/+4 |
| | |||||
* | Fix gallery post preview still shows in ViewPostDetailActivity when Disable ↵ | Alex Ning | 2021-12-03 | 1 | -9/+5 |
| | | | | Image Preview in Data Saving Mode is enabled. | ||||
* | Minor bugs fixed in ParsePost. | Alex Ning | 2021-12-03 | 15 | -25/+25 |
| | |||||
* | Merge pull request #564 from scria1000/patch-2 | Docile-Alligator | 2021-12-02 | 1 | -0/+22 |
|\ | | | | | Make switches and checkboxes more consistent on Dark Mode | ||||
| * | Make switches and checkboxes more consistent on Dark Mode | scria1000 | 2021-12-01 | 1 | -0/+22 |
| | | |||||
* | | Merge pull request #565 from scria1000/search-filter-fix-1 | Docile-Alligator | 2021-12-02 | 1 | -1/+2 |
|\ \ | | | | | | | Recover from no result after switching sort mode | ||||
| * | | Recover from no result after switching sort mode | scria1000 | 2021-12-01 | 1 | -1/+2 |
| | | | | | | | | | | | | Resolves #563 | ||||
* | | | Merge pull request #561 from scria1000/master | Docile-Alligator | 2021-12-02 | 3 | -7/+54 |
|\ \ \ | |_|/ |/| | | Download unprocessed gallery picture | ||||
| * | | Merge branch 'master' into master | scria1000 | 2021-12-01 | 10 | -135/+426 |
| |\| | |||||
| * | | Download unprocessed gallery picture | scria1000 | 2021-11-30 | 3 | -6/+54 |
| | | | | | | | | | | | | Resolves #558 | ||||
* | | | Minor layout tweaks. | Alex Ning | 2021-12-01 | 7 | -53/+70 |
| |/ |/| | |||||
* | | Merge pull request #522 from scria1000/gallery-captions-feature | Docile-Alligator | 2021-12-01 | 10 | -136/+428 |
|\ \ | |/ |/| | Initial support for gallery captions | ||||
| * | Revert "Download unprocessed gallery picture" | scria1000 | 2021-11-30 | 3 | -53/+7 |
| | | | | | | | | This reverts commit 886eb68341579634090e73fd3306ec5019eb9f9a. | ||||
| * | Download unprocessed gallery picture | scria1000 | 2021-11-30 | 3 | -7/+53 |
| | | | | | | | | Resolves #558 | ||||
| * | Adjust caption layout | scria1000 | 2021-11-28 | 4 | -129/+151 |
| | | | | | | | | | | | | Set caption max length Set link ellipsis | ||||
| * | Fix conflict | scria1000 | 2021-11-27 | 1 | -1/+0 |
| | | |||||
| * | Merge branch 'master' into gallery-captions-feature | scria1000 | 2021-11-27 | 59 | -944/+1134 |
| |\ | |||||
| * | | Make caption text copyable with long press | scria1000 | 2021-11-27 | 6 | -49/+87 |
| | | | | | | | | | | | | Use native way to theme ViewRedditGalleryActivity | ||||
| * | | Fix bottom url menu not being themed accordingly | scria1000 | 2021-11-10 | 6 | -13/+34 |
| | | | | | | | | | | | | Use linkify for in-gallery caption url | ||||
| * | | Merge branch 'Docile-Alligator:master' into gallery-captions-feature | scria1000 | 2021-11-10 | 6 | -18/+45 |
| |\ \ | |||||
| * | | | Initial support for gallery captions | scria1000 | 2021-11-09 | 8 | -49/+261 |
| | | | | |||||
* | | | | Version 5.1.3. Fix bottom navigation bar option count not applied to ↵ | Alex Ning | 2021-11-29 | 5 | -32/+32 |
| | | | | | | | | | | | | | | | | anonymous mode. | ||||
* | | | | Merge pull request #511 from ratabb/rbb/proguard | Docile-Alligator | 2021-11-29 | 1 | -0/+1 |
|\ \ \ \ | | | | | | | | | | | keep class CrashReportsFragment | ||||
| * | | | | keep class CrashReportsFragment | ratabb | 2021-11-02 | 1 | -0/+1 |
| | | | | | |||||
* | | | | | Merge pull request #553 from scria1000/slide-hyperlink-fix | Docile-Alligator | 2021-11-29 | 6 | -16/+20 |
|\ \ \ \ \ | |_|_|_|/ |/| | | | | Don't pass reduntant View argument to linkify | ||||
| * | | | | Process subreddit links inside Wiki extra | scria1000 | 2021-11-28 | 1 | -11/+15 |
| | | | | | |||||
| * | | | | Don't pass reduntant View arguments to linkify | scria1000 | 2021-11-28 | 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. | ||||
* | | | | Version 5.1.2. | Alex Ning | 2021-11-27 | 3 | -2/+4 |
| | | | | |||||
* | | | | Merge pull request #538 from scria1000/single-scroll-fix | Docile-Alligator | 2021-11-27 | 1 | -10/+15 |
|\ \ \ \ | | | | | | | | | | | Make scroll button work on single comment mode | ||||
| * | | | | Make scroll button work on single comment mode | scria1000 | 2021-11-16 | 1 | -10/+15 |
| | | | | | |||||
* | | | | | Merge pull request #549 from scria1000/gallery-destroy-fix | Docile-Alligator | 2021-11-27 | 1 | -1/+1 |
|\ \ \ \ \ | | | | | | | | | | | | | Don't cancel all ImageLoader instances | ||||
| * | | | | | Don't cancel all ImageLoader instances | scria1000 | 2021-11-26 | 1 | -1/+1 |
| | | | | | | |||||
* | | | | | | Merge pull request #537 from scria1000/more-regex-fix | Docile-Alligator | 2021-11-27 | 18 | -299/+382 |
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | Refactor spoiler parsing into its own class | ||||
| * | | | | | 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 |