aboutsummaryrefslogtreecommitdiff
path: root/app/src/main (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* | Statically compile frequently used Regex pattern2021-12-041-15/+30
* | Fix gif not found for downsized Giphy gifs2021-12-031-2/+2
|/
* Fix refreshing in ViewPostDetailFragment too easily in two-pane layout.2021-12-032-2/+4
* Fix gallery post preview still shows in ViewPostDetailActivity when Disable I...2021-12-031-9/+5
* Minor bugs fixed in ParsePost.2021-12-0315-25/+25
* Merge pull request #564 from scria1000/patch-22021-12-021-0/+22
|\
| * Make switches and checkboxes more consistent on Dark Mode2021-12-011-0/+22
* | Merge pull request #565 from scria1000/search-filter-fix-12021-12-021-1/+2
|\ \
| * | Recover from no result after switching sort mode2021-12-011-1/+2
* | | Merge pull request #561 from scria1000/master2021-12-023-7/+54
|\ \ \ | |_|/ |/| |
| * | Merge branch 'master' into master2021-12-0110-135/+426
| |\|
| * | Download unprocessed gallery picture2021-11-303-6/+54
* | | Minor layout tweaks.2021-12-017-53/+70
| |/ |/|
* | Merge pull request #522 from scria1000/gallery-captions-feature2021-12-0110-136/+428
|\ \ | |/ |/|
| * Revert "Download unprocessed gallery picture"2021-11-303-53/+7
| * Download unprocessed gallery picture2021-11-303-7/+53
| * Adjust caption layout2021-11-284-129/+151
| * Fix conflict2021-11-271-1/+0
| * Merge branch 'master' into gallery-captions-feature2021-11-2758-942/+1131
| |\
| * | Make caption text copyable with long press2021-11-276-49/+87
| * | Fix bottom url menu not being themed accordingly2021-11-106-13/+34
| * | Merge branch 'Docile-Alligator:master' into gallery-captions-feature2021-11-106-18/+45
| |\ \
| * | | Initial support for gallery captions2021-11-098-49/+261
* | | | Version 5.1.3. Fix bottom navigation bar option count not applied to anonymou...2021-11-294-30/+30
* | | | Process subreddit links inside Wiki extra2021-11-281-11/+15
* | | | Don't pass reduntant View arguments to linkify2021-11-285-5/+5
| |_|/ |/| |
* | | Version 5.1.2.2021-11-272-0/+2
* | | Merge pull request #538 from scria1000/single-scroll-fix2021-11-271-10/+15
|\ \ \
| * | | Make scroll button work on single comment mode2021-11-161-10/+15
* | | | Merge pull request #549 from scria1000/gallery-destroy-fix2021-11-271-1/+1
|\ \ \ \
| * | | | Don't cancel all ImageLoader instances2021-11-261-1/+1
* | | | | Minor tweaks2021-11-251-2/+2
* | | | | Return early if not spoiler2021-11-251-1/+9
* | | | | Check if spoiler was found before setting markdown2021-11-251-4/+6
* | | | | Fix typo2021-11-251-1/+1
* | | | | Add a non-regex solution for parsing spoilers2021-11-258-39/+246
* | | | | Merge branch 'Docile-Alligator:master' into more-regex-fix2021-11-2421-228/+208
|\| | | |
| * | | | Version 5.1.1. Fix anonymous subreddits and multireddits do not show in MainA...2021-11-222-64/+43
| * | | | Fix TrackSelectionDialog button color. Do not automatically show control view...2021-11-228-8/+26
| * | | | Implement SaveMemoryCenterInsideDownsampleStrategy to smartly downsample imag...2021-11-216-134/+62
| * | | | Fix dark theme issue when selecting playback speed. Minor bugs fixed.2021-11-217-11/+68
| * | | | Fix cannot open media in Gallery layout.2021-11-211-11/+9
| |/ / /
* / / / Refactor spoiler parsing into its own class2021-11-1617-295/+161
|/ / /
* | | Merge pull request #533 from scria1000/regex-fix2021-11-151-1/+1
|\ \ \
| * | | Don't leave out single character2021-11-151-1/+1
* | | | Don't start MaterialYouService if Material You is not enabled.2021-11-152-3/+15
|/ / /
* | | Merge pull request #526 from scria1000/markdown-disable-html2021-11-1517-171/+326
|\ \ \
| * | | Revert changes made in refactor2021-11-1411-13/+16
| * | | Refactor2021-11-1411-14/+13
| * | | Optimize spoiler regex2021-11-141-1/+1