| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | Some more spoiler parsing optimizations | scria1000 | 2021-12-09 | 4 | -15/+93 |
| * | Make Superscript parsing proper | scria1000 | 2021-12-09 | 18 | -190/+268 |
* | | Correct typo in replaceAll | scria1000 | 2021-12-08 | 1 | -6/+6 |
|/ |
|
* | Merge pull request #573 from scria1000/patch-3 | Docile-Alligator | 2021-12-07 | 1 | -23/+31 |
|\ |
|
| * | Fix observer being triggered twice on SubredditDetail | scria1000 | 2021-12-07 | 1 | -23/+31 |
* | | Merge pull request #572 from scria1000/spoiler-optimize | Docile-Alligator | 2021-12-07 | 1 | -79/+39 |
|\ \ |
|
| * | | Correct newline behaviour, again | scria1000 | 2021-12-05 | 1 | -11/+12 |
| * | | Optimize spoiler parser | scria1000 | 2021-12-05 | 1 | -77/+36 |
| |/ |
|
* | | Merge pull request #571 from scria1000/patch-2 | Docile-Alligator | 2021-12-07 | 1 | -1/+1 |
|\ \ |
|
| * | | Add null check for GALLERY_DATA_KEY | scria1000 | 2021-12-04 | 1 | -1/+1 |
| |/ |
|
* | | 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 gallery post preview still shows in ViewPostDetailActivity when Disable I... | Alex Ning | 2021-12-03 | 1 | -9/+5 |
* | Minor bugs fixed in ParsePost. | Alex Ning | 2021-12-03 | 15 | -25/+25 |
* | 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 | scria1000 | 2021-12-01 | 1 | -1/+2 |
* | | Merge pull request #561 from scria1000/master | Docile-Alligator | 2021-12-02 | 3 | -7/+54 |
|\ \ |
|
| * | | Merge branch 'master' into master | scria1000 | 2021-12-01 | 8 | -33/+226 |
| |\| |
|
| * | | Download unprocessed gallery picture | scria1000 | 2021-11-30 | 3 | -6/+54 |
* | | | Minor layout tweaks. | Alex Ning | 2021-12-01 | 5 | -9/+26 |
| |/
|/| |
|
* | | Merge pull request #522 from scria1000/gallery-captions-feature | Docile-Alligator | 2021-12-01 | 8 | -34/+228 |
|\ \
| |/
|/| |
|
| * | Revert "Download unprocessed gallery picture" | scria1000 | 2021-11-30 | 3 | -53/+7 |
| * | Download unprocessed gallery picture | scria1000 | 2021-11-30 | 3 | -7/+53 |
| * | Adjust caption layout | scria1000 | 2021-11-28 | 2 | -32/+52 |
| * | Fix conflict | scria1000 | 2021-11-27 | 1 | -1/+0 |
| * | Merge branch 'master' into gallery-captions-feature | scria1000 | 2021-11-27 | 38 | -771/+995 |
| |\ |
|
| * | | Make caption text copyable with long press | scria1000 | 2021-11-27 | 5 | -48/+85 |
| * | | Fix bottom url menu not being themed accordingly | scria1000 | 2021-11-10 | 5 | -11/+34 |
| * | | 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 | 6 | -14/+129 |
* | | | | Version 5.1.3. Fix bottom navigation bar option count not applied to anonymou... | Alex Ning | 2021-11-29 | 3 | -7/+3 |
* | | | | 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 |
| |_|/
|/| | |
|
* | | | 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 | 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 | scria1000 | 2021-11-26 | 1 | -1/+1 |
* | | | | | 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 |
* | | | | | Merge branch 'Docile-Alligator:master' into more-regex-fix | scria1000 | 2021-11-24 | 12 | -225/+192 |
|\| | | | |
|
| * | | | | Version 5.1.1. Fix anonymous subreddits and multireddits do not show in MainA... | Alex Ning | 2021-11-22 | 2 | -64/+43 |
| * | | | | Fix TrackSelectionDialog button color. Do not automatically show control view... | Alex Ning | 2021-11-22 | 2 | -8/+20 |
| * | | | | Implement SaveMemoryCenterInsideDownsampleStrategy to smartly downsample imag... | Alex Ning | 2021-11-21 | 5 | -132/+61 |
| * | | | | Fix dark theme issue when selecting playback speed. Minor bugs fixed. | Alex Ning | 2021-11-21 | 5 | -10/+59 |
| * | | | | 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 |
|/ / / |
|
* | | | Merge pull request #533 from scria1000/regex-fix | Docile-Alligator | 2021-11-15 | 1 | -1/+1 |
|\ \ \ |
|