Docile-Alligator
2e0725e25e
Merge pull request #526 from scria1000/markdown-disable-html
...
More fixes related to markdown rendering
2021-11-15 08:47:32 +08:00
scria1000
550706d2d7
Revert changes made in refactor
...
We need the original superscript markdown for when we edit posts!
2021-11-14 21:48:11 +03:00
scria1000
a52342b336
Refactor
2021-11-14 17:21:59 +03:00
scria1000
ef1bdf2fa5
Optimize spoiler regex
...
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 16:34:50 +03:00
scria1000
839325efbe
Don't handle unescaped bracket links for now
...
Until there is a better solution that can also handle `[Title]: https://link.com ` type links and others.
2021-11-14 14:52:07 +03:00
Alex Ning
d0f0647bc8
Version 5.1.0-beta3.
2021-11-13 22:11:56 +08:00
scria1000
e3976248cc
Disable BangInlineProcessor
...
Don't process ! bangs before links since reddit markdown does not support it. Now links inside spoilers can be rendered correctly.
2021-11-13 15:58:55 +03:00
scria1000
5fae42c210
Try to handle unescaped space inside link blocks
...
* 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-13 01:34:28 +03:00
Alex Ning
f8c15e03af
Contact mods.
2021-11-12 09:10:21 +08:00
scria1000
1960bb5ea1
Add custom superscript processor
2021-11-12 01:51:54 +03:00
scria1000
2cdf523eff
More fixes related to markdown rendering
2021-11-11 18:41:24 +03:00
Alex Ning
d6d6ed5407
UI changes in EditProfileActivity.
2021-11-11 20:37:28 +08:00
scria1000
96b9b51b6d
Missed this one
2021-11-11 08:00:40 +00:00
scria1000
2e0ef26d03
Fix markdown not rendering in some comments
2021-11-11 01:21:18 +03:00
Alex Ning
24f5682bf8
Some UI tweaks.
2021-11-10 21:25:32 +08:00
scria1000
17df9d41ca
Fix bottom url menu not being themed accordingly
...
Use linkify for in-gallery caption url
2021-11-10 15:37:11 +03:00
scria1000
91c457bfe3
Merge branch 'Docile-Alligator:master' into gallery-captions-feature
2021-11-10 09:34:26 +03:00
Alex Ning
973c468a7c
Fix https://github.com/Docile-Alligator/Infinity-For-Reddit/issues/327 .
2021-11-10 08:35:37 +08:00
scria1000
b8e2d44638
Initial support for gallery captions
2021-11-09 17:11:02 +03:00
Alex Ning
70cbadfb3b
Fix clicking spoiler invokes OnClickListener on TextView in comments. Render profile description in markdown.
2021-11-09 21:12:31 +08:00
Alex Ning
eb34cfecce
Fix clicking tab text does not change page in ViewUserDetailActivity, ViewSubredditDetailActivity or AccoundSavedThingActivity.
2021-11-07 14:43:34 +08:00
Alex Ning
23368c89a8
Minor bugs fixed.
2021-11-07 12:09:54 +08:00
Alex Ning
b059b2d503
Version 5.1.0-beta2. Fix crash when hiding read posts.
2021-11-04 22:43:21 +08:00
Alex Ning
9e19b6f092
Wait 2 seconds before automatically applying Material You.
2021-11-04 22:30:23 +08:00
Alex Ning
71e382acb0
Minor layout tweaks.
2021-11-04 22:26:01 +08:00
Alex Ning
e6bb87a9cc
Fix Material Design 3 issue.
2021-11-04 22:13:59 +08:00
Alex Ning
7c8bde7e99
Tweak Material You amoled theme on Android 12.
2021-11-03 22:19:22 +08:00
Alex Ning
c2e9ef62e7
Tweak Material You dark theme on Android 12.
2021-11-03 22:12:28 +08:00
Alex Ning
6df1b1f954
Tweak Material You light theme on Android 12.
2021-11-03 21:54:56 +08:00
Docile-Alligator
ef870f93fc
Merge pull request #500 from wulkanat/master
...
feat: "real" Material You implementation
2021-11-02 22:39:45 +08:00
Alex Ning
8716eefb47
Minor changes in EditProfileActivity.
2021-11-02 22:39:08 +08:00
Wieland Schöbl
0a0e1fa46a
cleanup
2021-11-02 15:15:44 +01:00
Wieland Schöbl
412b78912b
feat: re-enable manual material you for older platforms
2021-11-02 15:13:54 +01:00
Docile-Alligator
3a8c6b0a28
Merge pull request #507 from ratabb/rbb/edit_profile
...
feat: add Edit Profile
2021-11-02 22:06:38 +08:00
Alex Ning
90419413b9
Try optimizing image loading in PostRecyclerViewAdapter.
2021-11-02 21:35:28 +08:00
Alex Ning
be9bc8d014
Optimize some layouts.
2021-11-01 21:46:37 +08:00
Alex Ning
d6a66749d3
Continue migrating to Material Design 3.
2021-10-30 22:12:30 +08:00
Alex Ning
4ab8f037f2
Start migrating to Material Design 3. Try optimizing image loading in PostRecyclerViewAdapter.
2021-10-30 21:20:48 +08:00
ratabb
b1d8ad5c76
feat: add Edit Profile
2021-10-30 14:19:35 +07:00
Wieland Schöbl
7fcc1890fe
feat: "real" Material You implementation
2021-10-20 18:16:50 +02:00
Alex Ning
efd5f61889
Version 5.1.0-beta1. Update translation. New languages: Czech and Romanian. 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-17 22:24:30 +08:00
Alex Ning
4e2b09b079
New options in post filter: Title: contains keywords, Title: contains regex, Contain domains.
2021-10-16 15:28:35 +08:00
Alex Ning
4395384586
Fix no multireddits found in MultiredditSelectionActivity in anonymous mode. Do not sync multireddits in anonymous mode in MultiredditSelectionActivity.
2021-10-16 14:50:18 +08:00
Alex Ning
1d7fbe3a99
Add a button to directly select subreddit, user or multireddit in CustomizeMainPageTabsFragment.
2021-10-16 14:46:01 +08:00
Alex Ning
1d18e2c75b
Fix post filter issue in anonymous mode.
2021-10-16 11:53:15 +08:00
Alex Ning
6910947dee
Fix FilteredPostsActivity problem in anonymous mode.
2021-10-16 11:34:03 +08:00
Alex Ning
ddfc478e0e
Restore more data.
2021-10-16 11:20:48 +08:00
Alex Ning
f1dfadecb6
Backup anonymously subscribed users and multireddits. Backup post filters.
2021-10-16 10:06:47 +08:00
Alex Ning
192de06e16
Backup custom themes and anonymous subscribed subreddits.
2021-10-15 22:03:42 +08:00
Alex Ning
4c2f1f3f70
Set EditText cursor color in CustomizePostFilterActivity.
2021-10-15 21:21:23 +08:00
Alex Ning
3b0ba561b2
Fix some issues related to media indicator icon and themeing.
2021-10-15 20:28:37 +08:00
Alex Ning
2fd0e2e0e5
Apply custom colors to media indicator.
2021-10-15 09:04:44 +08:00
Alex Ning
a129c918a0
New theme options: Media Indicator Icon Color and Media Indicator Background Color.
2021-10-14 21:32:47 +08:00
Alex Ning
a8f21a94b0
New option: Pinch to Zoom Video.
2021-10-14 20:57:22 +08:00
Alex Ning
c8c3c23093
Zoomable ViewVideoActivity.
2021-10-14 19:46:28 +08:00
Alex Ning
bc9cfc8183
Sort recent searches by search time.
2021-10-14 09:16:15 +08:00
Alex Ning
31d7592964
Legacy autoplay video controller UI.
2021-10-13 21:00:24 +08:00
Alex Ning
230f49ae18
Fix wrong values in customize bottom navigation bar settings page in anonymous mode.
2021-10-13 09:18:32 +08:00
Alex Ning
a60c9360a1
Separate anonymous and normal accounts' bottom navigation bar settings.
2021-10-12 23:40:38 +08:00
Alex Ning
d3d8fd66be
Customize bottom navigation bar in anonymous mode.
2021-10-12 22:48:51 +08:00
Alex Ning
0f7b10fa14
Change flotaing action button options in anonymous mode.
2021-10-12 19:35:50 +08:00
Alex Ning
9054cd6590
Customize main page tabs for anonymous mode.
2021-10-11 20:22:09 +08:00
Alex Ning
9e5b5c78e2
Refresh in WebViewActivity.
2021-10-10 22:12:31 +08:00
Alex Ning
43b9abd6ee
New option: Link Handler. Removed option: Open Link In App.
2021-10-10 21:51:10 +08:00
Alex Ning
d40b81d799
New option: Default Playback Speed.
2021-10-10 20:36:25 +08:00
Alex Ning
a30421e73b
Set playback speed in other ViewImgurVideoFragment and ViewRedditGalleryVideoFragment.
2021-10-10 20:20:14 +08:00
Alex Ning
4de457cd02
Loop video option is available for autoplaying videos.
2021-10-09 22:08:48 +08:00
Alex Ning
f12dea156f
New option: loop video.
2021-10-09 21:43:55 +08:00
Alex Ning
abd57e23a6
Change playback speed.
2021-10-09 21:22:18 +08:00
Alex Ning
e02f5a28b3
Smooth scrolling in EditCommentActivity.
2021-10-09 20:11:35 +08:00
Alex Ning
68e94fa928
Maximize bottom sheet fragments.
2021-10-09 19:09:34 +08:00
Alex Ning
ff69387221
Filter posts option in toolbar.
2021-10-09 18:54:09 +08:00
Docile-Alligator
7feb78f133
Merge pull request #480 from Blatzar/master
...
Fixed visual swiping bug
2021-10-08 20:24:31 +08:00
Alex Ning
723f1c0713
New option: Main Page Back Button Action. It replaces Confirm to Exit.
2021-10-08 20:21:08 +08:00
Alex Ning
f5a333e2ac
Show a dialog before closing CustomizeThemeActivity.
2021-10-08 20:19:50 +08:00
Alex Ning
bac1dca855
Give back lazy mode control to PostFragment instead of activities.
2021-09-29 20:34:37 +08:00
Alex Ning
5b5bc1c5b8
RPAN and trending available to anonymous mode.
2021-09-29 19:41:58 +08:00
LagradOst
2f842889ae
Update ViewImageOrGifActivity.java
2021-09-28 16:10:19 +02:00
Alex Ning
f5f6213733
Hide visibility option when creating or editing anonymous multireddit.
2021-09-28 21:17:49 +08:00
Alex Ning
1896b971cd
Delete anonymous multireddit in ViewMultiredditDetailActivity.
2021-09-28 21:13:06 +08:00
Alex Ning
d5f3761973
Fix subreddits disappear in anonymous multireddit after favoriting it.
2021-09-28 20:25:58 +08:00
Alex Ning
82db567fdc
Edit anonymous multireddit.
2021-09-28 20:05:47 +08:00
Alex Ning
426db4c069
Delete anonymous multireddit.
2021-09-28 19:23:34 +08:00
Alex Ning
10cccb5b93
Disable refreshing in SubscribedThingListingActivity in anonymous mode.
2021-09-27 20:01:55 +08:00
Docile-Alligator
191023301d
Merge pull request #479 from andrewrasch/folding-phone-support
...
Enable folding phone support for card view
2021-09-27 19:34:41 +08:00
Alex Ning
2f64942584
Enable subreddit multiselection in anonymous mode.
2021-09-27 19:32:57 +08:00
Andrew Rasch
8fdbf37613
Added strings.xml entry for switchpref.
2021-09-26 20:14:44 -04:00
Andrew Rasch
0d93d7c996
Enable folding phone support for card view
...
Updated card view to allow for separate column numbers for folded vs unfolded state. Organized strings.xml.
2021-09-26 20:10:12 -04:00
Alex Ning
50de5bb44a
Fix ViewVideoActivity crash.
2021-09-26 21:43:22 +08:00
Alex Ning
76feb81c6b
Load anonymous multireddit posts.
2021-09-26 21:37:54 +08:00
Alex Ning
39835c587a
Favorite anonymous multireddits.
2021-09-26 20:45:01 +08:00
Alex Ning
9a0067d714
Fix anonymous multireddits not shown.
2021-09-26 20:37:37 +08:00
Alex Ning
ad99238ed9
Create multireddits in anonymous mode.
2021-09-26 20:35:03 +08:00
Docile-Alligator
e3457069a4
Merge pull request #471 from andmizyk/master
...
Added Ukrainian translation
2021-09-26 19:10:20 +08:00
Docile-Alligator
fa645f932d
Merge pull request #474 from andrewrasch/intent-filter-cleanup
...
Cleanup on intent filters.
2021-09-26 19:08:21 +08:00
andrewrasch
0b9e347cfb
Cleanup on intent filters.
...
Separated google amp links from reddit links to fix false positives. Simplified schemes and duplicate hosts.
2021-09-26 00:08:45 -04:00
TacoTheDank
d1740f77d1
Fix some deprecations
2021-09-24 21:28:33 -04:00
TacoTheDank
a5ca6ac2bc
Use FragmentContainerView
2021-09-24 21:28:22 -04:00
TacoTheDank
14a09c725f
Use NotificationChannelCompat features
2021-09-24 21:28:11 -04:00
TacoTheDank
2b17931628
Use some empty implementations of listeners
2021-09-24 21:10:59 -04:00