aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/java/ml (unfollow)
Commit message (Collapse)AuthorFilesLines
2021-11-14Revert changes made in refactorscria100011-13/+16
We need the original superscript markdown for when we edit posts!
2021-11-14Refactorscria100011-14/+13
2021-11-14Optimize spoiler regexscria10001-1/+1
Optimize spoiler regex to allow at least one new line. >! match this!< >!match this!< >! match this!< >!don't match this<! >! match this !< >!match this !<
2021-11-14Don't handle unescaped bracket links for nowscria10001-47/+1
Until there is a better solution that can also handle `[Title]: https://link.com` type links and others.
2021-11-13Disable BangInlineProcessorscria100013-82/+111
Don't process ! bangs before links since reddit markdown does not support it. Now links inside spoilers can be rendered correctly.
2021-11-12Try to handle unescaped space inside link blocksscria100014-157/+97
* Commonmark spec does not parse links with unescaped spaces in the link query * Maybe we can do the parsing ourselves by extending 'InlineProcessor', instead of using slow regex * Reuse `fixSuperScript`
2021-11-11Add custom superscript processorscria100014-7/+195
2021-11-11More fixes related to markdown renderingscria100012-25/+67
2021-11-11UI changes in EditProfileActivity.Alex Ning1-11/+13
2021-11-11Missed this onescria10001-1/+1
2021-11-10Fix markdown not rendering in some commentsscria10001-1/+1
2021-11-10Some UI tweaks.Alex Ning6-63/+56
2021-11-10Fix https://github.com/Docile-Alligator/Infinity-For-Reddit/issues/327.Alex Ning6-18/+45
2021-11-09Fix clicking spoiler invokes OnClickListener on TextView in comments. Render ↵Alex Ning4-13/+116
profile description in markdown.
2021-11-07Fix clicking tab text does not change page in ViewUserDetailActivity, ↵Alex Ning4-16/+13
ViewSubredditDetailActivity or AccoundSavedThingActivity.
2021-11-07Minor bugs fixed.Alex Ning3-5/+5
2021-11-04Version 5.1.0-beta2. Fix crash when hiding read posts.Alex Ning1-0/+3
2021-11-04Wait 2 seconds before automatically applying Material You.Alex Ning1-0/+3
2021-11-04Minor layout tweaks.Alex Ning1-0/+2
2021-11-04Fix Material Design 3 issue.Alex Ning4-23/+24
2021-11-03Tweak Material You amoled theme on Android 12.Alex Ning1-2/+2
2021-11-03Tweak Material You dark theme on Android 12.Alex Ning1-13/+13
2021-11-03Tweak Material You light theme on Android 12.Alex Ning4-29/+27
2021-11-02Minor changes in EditProfileActivity.Alex Ning2-13/+18
2021-11-02cleanupWieland Schöbl1-2/+0
2021-11-02feat: re-enable manual material you for older platformsWieland Schöbl1-1/+78
2021-11-02Try optimizing image loading in PostRecyclerViewAdapter.Alex Ning1-10/+10
2021-11-01Optimize some layouts.Alex Ning1-14/+10
2021-10-30Continue migrating to Material Design 3.Alex Ning48-63/+116
2021-10-30Start migrating to Material Design 3. Try optimizing image loading in ↵Alex Ning7-156/+231
PostRecyclerViewAdapter.
2021-10-30feat: add Edit Profileratabb13-5/+1609
2021-10-20feat: "real" Material You implementationWieland Schöbl1-77/+88
2021-10-17Version 5.1.0-beta1. Update translation. New languages: Czech and Romanian. ↵Alex Ning6-28/+41
Fix anonymous multireddit cannot be loaded in MainActivity. Fix database migration issue. Fix some subreddits cannot be shown in SubscribedSubredditsRecyclerViewAdapter. Fix anonymous subscribed subreddits cannot be shown in SubscribedSubredditsRecyclerViewAdapter in SubredditSelectionActivity.
2021-10-16New options in post filter: Title: contains keywords, Title: contains regex, ↵Alex Ning4-15/+124
Contain domains.
2021-10-16Fix no multireddits found in MultiredditSelectionActivity in anonymous mode. ↵Alex Ning3-3/+5
Do not sync multireddits in anonymous mode in MultiredditSelectionActivity.
2021-10-16Add a button to directly select subreddit, user or multireddit in ↵Alex Ning4-45/+194
CustomizeMainPageTabsFragment.
2021-10-16Fix post filter issue in anonymous mode.Alex Ning1-2/+2
2021-10-16Fix FilteredPostsActivity problem in anonymous mode.Alex Ning2-1/+2
2021-10-16Restore more data.Alex Ning11-28/+124
2021-10-16Backup anonymously subscribed users and multireddits. Backup post filters.Alex Ning4-2/+37
2021-10-15Backup custom themes and anonymous subscribed subreddits.Alex Ning4-17/+53
2021-10-15Set EditText cursor color in CustomizePostFilterActivity.Alex Ning1-0/+57
2021-10-15Fix some issues related to media indicator icon and themeing.Alex Ning3-35/+31
2021-10-15Apply custom colors to media indicator.Alex Ning2-0/+22
2021-10-14New theme options: Media Indicator Icon Color and Media Indicator Background ↵Alex Ning5-51/+103
Color.
2021-10-14New option: Pinch to Zoom Video.Alex Ning3-1/+29
2021-10-14Zoomable ViewVideoActivity.Alex Ning1-7/+39
2021-10-14Sort recent searches by search time.Alex Ning3-2/+14
2021-10-13Legacy autoplay video controller UI.Alex Ning3-6/+11
2021-10-13Fix wrong values in customize bottom navigation bar settings page in ↵Alex Ning1-5/+24
anonymous mode.