aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Add a non-regex solution for parsing spoilers2021-11-258-39/+246
* Merge branch 'Docile-Alligator:master' into more-regex-fix2021-11-2422-230/+210
|\
| * Version 5.1.1. Fix anonymous subreddits and multireddits do not show in MainA...2021-11-223-66/+45
| * 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
|/
* Version 5.1.0.2021-11-161-2/+2
* 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-1518-171/+327
|\
| * Revert changes made in refactor2021-11-1411-13/+16
| * Refactor2021-11-1411-14/+13
| * Optimize spoiler regex2021-11-141-1/+1
| * Don't handle unescaped bracket links for now2021-11-141-47/+1
| * Disable BangInlineProcessor2021-11-1313-82/+111
| * Try to handle unescaped space inside link blocks2021-11-1214-157/+97
| * Add custom superscript processor2021-11-1115-7/+196
| * More fixes related to markdown rendering2021-11-1113-26/+68
* | Version 5.1.0-beta3.2021-11-133-16/+17
* | Contact mods.2021-11-123-2/+14
|/
* UI changes in EditProfileActivity.2021-11-113-42/+46
* Merge pull request #525 from scria1000/comment-markdown-fix2021-11-112-2/+2
|\
| * Missed this one2021-11-111-1/+1
| * Fix markdown not rendering in some comments2021-11-101-1/+1
|/
* Some UI tweaks.2021-11-1015-197/+132
* Fix https://github.com/Docile-Alligator/Infinity-For-Reddit/issues/327.2021-11-106-18/+45
* Fix clicking spoiler invokes OnClickListener on TextView in comments. Render ...2021-11-095-14/+117
* Fix clicking tab text does not change page in ViewUserDetailActivity, ViewSub...2021-11-074-16/+13
* Minor bugs fixed.2021-11-073-5/+5
* Version 5.1.0-beta2. Fix crash when hiding read posts.2021-11-042-2/+5
* Wait 2 seconds before automatically applying Material You.2021-11-041-0/+3
* Minor layout tweaks.2021-11-0426-101/+102
* Fix Material Design 3 issue.2021-11-0411-48/+53
* Tweak Material You amoled theme on Android 12.2021-11-031-2/+2
* Tweak Material You dark theme on Android 12.2021-11-031-13/+13
* Tweak Material You light theme on Android 12.2021-11-034-29/+27
* Merge pull request #500 from wulkanat/master2021-11-021-2/+88
|\
| * cleanup2021-11-021-2/+0
| * feat: re-enable manual material you for older platforms2021-11-021-1/+78
| * feat: "real" Material You implementation2021-10-202-78/+89
* | Minor changes in EditProfileActivity.2021-11-023-19/+31
* | Merge pull request #507 from ratabb/rbb/edit_profile2021-11-0219-4/+1837
|\ \
| * | feat: add Edit Profile2021-10-3019-5/+1837
| |/
* | Try optimizing image loading in PostRecyclerViewAdapter.2021-11-021-10/+10
* | Optimize some layouts.2021-11-0113-84/+77
* | Continue migrating to Material Design 3.2021-10-3063-75/+142
* | Start migrating to Material Design 3. Try optimizing image loading in PostRec...2021-10-3017-194/+263
|/