aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/java (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | Minor tweaksscria10002021-11-251-2/+2
* | | | | Return early if not spoilerscria10002021-11-251-1/+9
* | | | | Check if spoiler was found before setting markdownscria10002021-11-251-4/+6
* | | | | Fix typoscria10002021-11-251-1/+1
* | | | | Add a non-regex solution for parsing spoilersscria10002021-11-258-39/+246
* | | | | Merge branch 'Docile-Alligator:master' into more-regex-fixscria10002021-11-2412-225/+192
|\| | | |
| * | | | Version 5.1.1. Fix anonymous subreddits and multireddits do not show in MainA...Alex Ning2021-11-222-64/+43
| * | | | Fix TrackSelectionDialog button color. Do not automatically show control view...Alex Ning2021-11-222-8/+20
| * | | | Implement SaveMemoryCenterInsideDownsampleStrategy to smartly downsample imag...Alex Ning2021-11-215-132/+61
| * | | | Fix dark theme issue when selecting playback speed. Minor bugs fixed.Alex Ning2021-11-215-10/+59
| * | | | Fix cannot open media in Gallery layout.Alex Ning2021-11-211-11/+9
| |/ / /
* / / / Refactor spoiler parsing into its own classscria10002021-11-1617-295/+161
|/ / /
* | | Merge pull request #533 from scria1000/regex-fixDocile-Alligator2021-11-151-1/+1
|\ \ \
| * | | Don't leave out single characterscria10002021-11-151-1/+1
* | | | Don't start MaterialYouService if Material You is not enabled.Alex Ning2021-11-152-3/+15
|/ / /
* | | Merge pull request #526 from scria1000/markdown-disable-htmlDocile-Alligator2021-11-1517-171/+326
|\ \ \
| * | | Revert changes made in refactorscria10002021-11-1411-13/+16
| * | | Refactorscria10002021-11-1411-14/+13
| * | | Optimize spoiler regexscria10002021-11-141-1/+1
| * | | Don't handle unescaped bracket links for nowscria10002021-11-141-47/+1
| * | | Disable BangInlineProcessorscria10002021-11-1313-82/+111
| * | | Try to handle unescaped space inside link blocksscria10002021-11-1214-157/+97
| * | | Add custom superscript processorscria10002021-11-1114-7/+195
| * | | More fixes related to markdown renderingscria10002021-11-1112-25/+67
* | | | Version 5.1.0-beta3.Alex Ning2021-11-131-8/+10
* | | | Contact mods.Alex Ning2021-11-121-1/+6
|/ / /
* | | UI changes in EditProfileActivity.Alex Ning2021-11-111-11/+13
* | | Missed this onescria10002021-11-111-1/+1
* | | Fix markdown not rendering in some commentsscria10002021-11-101-1/+1
* | | Some UI tweaks.Alex Ning2021-11-106-63/+56
| |/ |/|
* | Fix https://github.com/Docile-Alligator/Infinity-For-Reddit/issues/327.Alex Ning2021-11-106-18/+45
|/
* Fix clicking spoiler invokes OnClickListener on TextView in comments. Render ...Alex Ning2021-11-094-13/+116
* Fix clicking tab text does not change page in ViewUserDetailActivity, ViewSub...Alex Ning2021-11-074-16/+13
* Minor bugs fixed.Alex Ning2021-11-073-5/+5
* Version 5.1.0-beta2. Fix crash when hiding read posts.Alex Ning2021-11-041-0/+3
* Wait 2 seconds before automatically applying Material You.Alex Ning2021-11-041-0/+3
* Minor layout tweaks.Alex Ning2021-11-041-0/+2
* Fix Material Design 3 issue.Alex Ning2021-11-044-23/+24
* Tweak Material You amoled theme on Android 12.Alex Ning2021-11-031-2/+2
* Tweak Material You dark theme on Android 12.Alex Ning2021-11-031-13/+13
* Tweak Material You light theme on Android 12.Alex Ning2021-11-034-29/+27
* Merge pull request #500 from wulkanat/masterDocile-Alligator2021-11-021-2/+88
|\
| * cleanupWieland Schöbl2021-11-021-2/+0
| * feat: re-enable manual material you for older platformsWieland Schöbl2021-11-021-1/+78
| * feat: "real" Material You implementationWieland Schöbl2021-10-201-77/+88
* | Minor changes in EditProfileActivity.Alex Ning2021-11-022-13/+18
* | Merge pull request #507 from ratabb/rbb/edit_profileDocile-Alligator2021-11-0213-4/+1609
|\ \
| * | feat: add Edit Profileratabb2021-10-3013-5/+1609
| |/
* | Try optimizing image loading in PostRecyclerViewAdapter.Alex Ning2021-11-021-10/+10
* | Optimize some layouts.Alex Ning2021-11-011-14/+10