Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2021-11-16 | Version 5.1.0. | Alex Ning | 1 | -2/+2 | |
2021-11-15 | Don't start MaterialYouService if Material You is not enabled. | Alex Ning | 2 | -3/+15 | |
2021-11-15 | Don't leave out single character | scria1000 | 1 | -1/+1 | |
oops >! match this!< >!match this!< >! match this!< >!don't match this<! >! match this !< >!match this !< >! match this!< >! O!< >! O !< >! X !< >! DON'TMATCH !< >!O!< >! O O!< >!!< | |||||
2021-11-14 | Revert changes made in refactor | scria1000 | 11 | -13/+16 | |
We need the original superscript markdown for when we edit posts! | |||||
2021-11-14 | Refactor | scria1000 | 11 | -14/+13 | |
2021-11-14 | Optimize spoiler regex | scria1000 | 1 | -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-14 | Don't handle unescaped bracket links for now | scria1000 | 1 | -47/+1 | |
Until there is a better solution that can also handle `[Title]: https://link.com` type links and others. | |||||
2021-11-13 | Version 5.1.0-beta3. | Alex Ning | 3 | -16/+17 | |
2021-11-13 | Disable BangInlineProcessor | scria1000 | 13 | -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-12 | Try to handle unescaped space inside link blocks | scria1000 | 14 | -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-12 | Contact mods. | Alex Ning | 3 | -2/+14 | |
2021-11-11 | Add custom superscript processor | scria1000 | 15 | -7/+196 | |
2021-11-11 | More fixes related to markdown rendering | scria1000 | 13 | -26/+68 | |
2021-11-11 | UI changes in EditProfileActivity. | Alex Ning | 3 | -42/+46 | |
2021-11-11 | Missed this one | scria1000 | 1 | -1/+1 | |
2021-11-10 | Fix markdown not rendering in some comments | scria1000 | 1 | -1/+1 | |
2021-11-10 | Some UI tweaks. | Alex Ning | 15 | -197/+132 | |
2021-11-10 | Fix https://github.com/Docile-Alligator/Infinity-For-Reddit/issues/327. | Alex Ning | 6 | -18/+45 | |
2021-11-09 | Fix clicking spoiler invokes OnClickListener on TextView in comments. Render ↵ | Alex Ning | 5 | -14/+117 | |
profile description in markdown. | |||||
2021-11-07 | Fix clicking tab text does not change page in ViewUserDetailActivity, ↵ | Alex Ning | 4 | -16/+13 | |
ViewSubredditDetailActivity or AccoundSavedThingActivity. | |||||
2021-11-07 | Minor bugs fixed. | Alex Ning | 3 | -5/+5 | |
2021-11-04 | Version 5.1.0-beta2. Fix crash when hiding read posts. | Alex Ning | 2 | -2/+5 | |
2021-11-04 | Wait 2 seconds before automatically applying Material You. | Alex Ning | 1 | -0/+3 | |
2021-11-04 | Minor layout tweaks. | Alex Ning | 26 | -101/+102 | |
2021-11-04 | Fix Material Design 3 issue. | Alex Ning | 11 | -48/+53 | |
2021-11-03 | Tweak Material You amoled theme on Android 12. | Alex Ning | 1 | -2/+2 | |
2021-11-03 | Tweak Material You dark theme on Android 12. | Alex Ning | 1 | -13/+13 | |
2021-11-03 | Tweak Material You light theme on Android 12. | Alex Ning | 4 | -29/+27 | |
2021-11-02 | Minor changes in EditProfileActivity. | Alex Ning | 3 | -19/+31 | |
2021-11-02 | cleanup | Wieland Schöbl | 1 | -2/+0 | |
2021-11-02 | feat: re-enable manual material you for older platforms | Wieland Schöbl | 1 | -1/+78 | |
2021-11-02 | Try optimizing image loading in PostRecyclerViewAdapter. | Alex Ning | 1 | -10/+10 | |
2021-11-01 | Optimize some layouts. | Alex Ning | 13 | -84/+77 | |
2021-10-30 | Continue migrating to Material Design 3. | Alex Ning | 63 | -75/+142 | |
2021-10-30 | Start migrating to Material Design 3. Try optimizing image loading in ↵ | Alex Ning | 17 | -194/+263 | |
PostRecyclerViewAdapter. | |||||
2021-10-30 | feat: add Edit Profile | ratabb | 19 | -5/+1837 | |
2021-10-20 | feat: "real" Material You implementation | Wieland Schöbl | 2 | -78/+89 | |
2021-10-17 | Version 5.1.0-beta1. Update translation. New languages: Czech and Romanian. ↵ | Alex Ning | 26 | -1266/+3894 | |
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-16 | New options in post filter: Title: contains keywords, Title: contains regex, ↵ | Alex Ning | 7 | -17/+191 | |
Contain domains. | |||||
2021-10-16 | Fix no multireddits found in MultiredditSelectionActivity in anonymous mode. ↵ | Alex Ning | 3 | -3/+5 | |
Do not sync multireddits in anonymous mode in MultiredditSelectionActivity. | |||||
2021-10-16 | Add a button to directly select subreddit, user or multireddit in ↵ | Alex Ning | 6 | -73/+282 | |
CustomizeMainPageTabsFragment. | |||||
2021-10-16 | Fix post filter issue in anonymous mode. | Alex Ning | 1 | -2/+2 | |
2021-10-16 | Fix FilteredPostsActivity problem in anonymous mode. | Alex Ning | 2 | -1/+2 | |
2021-10-16 | Restore more data. | Alex Ning | 11 | -28/+124 | |
2021-10-16 | Backup anonymously subscribed users and multireddits. Backup post filters. | Alex Ning | 4 | -2/+37 | |
2021-10-15 | Backup custom themes and anonymous subscribed subreddits. | Alex Ning | 4 | -17/+53 | |
2021-10-15 | Set EditText cursor color in CustomizePostFilterActivity. | Alex Ning | 2 | -0/+61 | |
2021-10-15 | Fix some issues related to media indicator icon and themeing. | Alex Ning | 11 | -57/+33 | |
2021-10-15 | Apply custom colors to media indicator. | Alex Ning | 4 | -0/+24 | |
2021-10-14 | New theme options: Media Indicator Icon Color and Media Indicator Background ↵ | Alex Ning | 6 | -51/+107 | |
Color. |