aboutsummaryrefslogtreecommitdiff
path: root/app/src/main (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | Revert changes made in refactor2021-11-1411-13/+16
| | | | | | | | | | | | | | | | We need the original superscript markdown for when we edit posts!
| * | | Refactor2021-11-1411-14/+13
| | | |
| * | | Optimize spoiler regex2021-11-141-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 !<
| * | | Don't handle unescaped bracket links for now2021-11-141-47/+1
| | | | | | | | | | | | | | | | Until there is a better solution that can also handle `[Title]: https://link.com` type links and others.
| * | | Disable BangInlineProcessor2021-11-1313-82/+111
| | | | | | | | | | | | | | | | Don't process ! bangs before links since reddit markdown does not support it. Now links inside spoilers can be rendered correctly.
| * | | Try to handle unescaped space inside link blocks2021-11-1214-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`
| * | | Add custom superscript processor2021-11-1114-7/+195
| | | |
| * | | More fixes related to markdown rendering2021-11-1112-25/+67
| | | |
* | | | Version 5.1.0-beta3.2021-11-132-14/+15
| | | |
* | | | Contact mods.2021-11-123-2/+14
|/ / /
* | | UI changes in EditProfileActivity.2021-11-113-42/+46
| | |
* | | 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
| | | | profile description in markdown.
* Fix clicking tab text does not change page in ViewUserDetailActivity, ↵2021-11-074-16/+13
| | | | ViewSubredditDetailActivity or AccoundSavedThingActivity.
* Minor bugs fixed.2021-11-073-5/+5
|
* Version 5.1.0-beta2. Fix crash when hiding read posts.2021-11-041-0/+3
|
* 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
|\ | | | | feat: "real" Material You implementation
| * cleanup2021-11-021-2/+0
| |
| * feat: re-enable manual material you for older platforms2021-11-021-1/+78
| |
| * feat: "real" Material You implementation2021-10-201-77/+88
| |
* | 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 Profile
| * | 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 ↵2021-10-3016-192/+261
|/ | | | PostRecyclerViewAdapter.
* Version 5.1.0-beta1. Update translation. New languages: Czech and Romanian. ↵2021-10-1725-1264/+3892
| | | | 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.
* New options in post filter: Title: contains keywords, Title: contains regex, ↵2021-10-167-17/+191
| | | | Contain domains.
* Fix no multireddits found in MultiredditSelectionActivity in anonymous mode. ↵2021-10-163-3/+5
| | | | Do not sync multireddits in anonymous mode in MultiredditSelectionActivity.
* Add a button to directly select subreddit, user or multireddit in ↵2021-10-166-73/+282
| | | | CustomizeMainPageTabsFragment.
* Fix post filter issue in anonymous mode.2021-10-161-2/+2
|
* Fix FilteredPostsActivity problem in anonymous mode.2021-10-162-1/+2
|
* Restore more data.2021-10-1611-28/+124
|
* Backup anonymously subscribed users and multireddits. Backup post filters.2021-10-164-2/+37
|
* Backup custom themes and anonymous subscribed subreddits.2021-10-154-17/+53
|
* Set EditText cursor color in CustomizePostFilterActivity.2021-10-152-0/+61
|
* Fix some issues related to media indicator icon and themeing.2021-10-1511-57/+33
|
* Apply custom colors to media indicator.2021-10-154-0/+24
|
* New theme options: Media Indicator Icon Color and Media Indicator Background ↵2021-10-146-51/+107
| | | | Color.
* New option: Pinch to Zoom Video.2021-10-146-3/+40
|