scria1000 
							
						 
					 
					
						
						
							
						
						209a874f57 
					 
					
						
						
							
							Minor tweaks  
						
						
						
						
					 
					
						2021-11-25 21:54:08 +03:00 
						 
				 
			
				
					
						
							
							
								scria1000 
							
						 
					 
					
						
						
							
						
						8423a18071 
					 
					
						
						
							
							Return early if not spoiler  
						
						
						
						
					 
					
						2021-11-25 20:59:18 +03:00 
						 
				 
			
				
					
						
							
							
								scria1000 
							
						 
					 
					
						
						
							
						
						e481980480 
					 
					
						
						
							
							Check if spoiler was found before setting markdown  
						
						
						
						
					 
					
						2021-11-25 19:22:32 +03:00 
						 
				 
			
				
					
						
							
							
								scria1000 
							
						 
					 
					
						
						
							
						
						d1096f1f76 
					 
					
						
						
							
							Fix typo  
						
						
						
						
					 
					
						2021-11-25 19:07:15 +03:00 
						 
				 
			
				
					
						
							
							
								scria1000 
							
						 
					 
					
						
						
							
						
						b0134984ca 
					 
					
						
						
							
							Add a non-regex solution for parsing spoilers  
						
						... 
						
						
						
						Add a non-regex solution for parsing spoilers that can also handle code blocks
Add a custom BlockQuoteParser to prevent spoilers from being consumed as block quotes without the need for html escaping
Make revealed spoiler backgrounds slightly darker 
						
						
					 
					
						2021-11-25 19:04:34 +03:00 
						 
				 
			
				
					
						
							
							
								scria1000 
							
						 
					 
					
						
						
							
						
						ea1501b5a4 
					 
					
						
						
							
							Merge branch 'Docile-Alligator:master' into more-regex-fix  
						
						
						
						
					 
					
						2021-11-24 13:01:31 +00:00 
						 
				 
			
				
					
						
							
							
								Alex Ning 
							
						 
					 
					
						
						
							
						
						1b39925cf8 
					 
					
						
						
							
							Version 5.1.1. Fix anonymous subreddits and multireddits do not show in MainActivity TabLayout. Fix changing tab names not working in anonymous mode.  
						
						
						
						
					 
					
						2021-11-22 20:35:14 +08:00 
						 
				 
			
				
					
						
							
							
								Alex Ning 
							
						 
					 
					
						
						
							
						
						841fec87dc 
					 
					
						
						
							
							Fix TrackSelectionDialog button color. Do not automatically show control view in autoplaying videos.  
						
						
						
						
					 
					
						2021-11-22 19:27:45 +08:00 
						 
				 
			
				
					
						
							
							
								Alex Ning 
							
						 
					 
					
						
						
							
						
						50a2db2a39 
					 
					
						
						
							
							Implement SaveMemoryCenterInsideDownsampleStrategy to smartly downsample images in PostRecyclerViewAdapter and PostDetailRecyclerViewAdapter.  
						
						
						
						
					 
					
						2021-11-21 22:55:58 +08:00 
						 
				 
			
				
					
						
							
							
								Alex Ning 
							
						 
					 
					
						
						
							
						
						725921dac1 
					 
					
						
						
							
							Fix dark theme issue when selecting playback speed. Minor bugs fixed.  
						
						
						
						
					 
					
						2021-11-21 20:59:01 +08:00 
						 
				 
			
				
					
						
							
							
								Alex Ning 
							
						 
					 
					
						
						
							
						
						fd1b6fa6fe 
					 
					
						
						
							
							Fix cannot open media in Gallery layout.  
						
						
						
						
					 
					
						2021-11-21 19:38:49 +08:00 
						 
				 
			
				
					
						
							
							
								scria1000 
							
						 
					 
					
						
						
							
						
						d5770599f5 
					 
					
						
						
							
							Refactor spoiler parsing into its own class  
						
						... 
						
						
						
						Reuse spoiler pattern otherwise we match markdown like: `>!`   lots of new lines and text  <!
And some other minor changes. 
						
						
					 
					
						2021-11-16 22:53:56 +03:00 
						 
				 
			
				
					
						
							
							
								Alex Ning 
							
						 
					 
					
						
						
							
						
						04cc769ccf 
					 
					
						
						
							
							Version 5.1.0.  
						
						
						
						
					 
					
						2021-11-16 08:54:03 +08:00 
						 
				 
			
				
					
						
							
							
								Docile-Alligator 
							
						 
					 
					
						
						
							
						
						22457af98a 
					 
					
						
						
							
							Merge pull request  #533  from scria1000/regex-fix  
						
						... 
						
						
						
						Don't leave out single character 
						
						
					 
					
						2021-11-15 19:08:58 +08:00 
						 
				 
			
				
					
						
							
							
								Alex Ning 
							
						 
					 
					
						
						
							
						
						f94bd5039c 
					 
					
						
						
							
							Don't start MaterialYouService if Material You is not enabled.  
						
						
						
						
					 
					
						2021-11-15 19:06:05 +08:00 
						 
				 
			
				
					
						
							
							
								scria1000 
							
						 
					 
					
						
						
							
						
						b8f33cb682 
					 
					
						
						
							
							Don't leave out single character  
						
						... 
						
						
						
						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-15 08:42:07 +00:00 
						 
				 
			
				
					
						
							
							
								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 
						 
				 
			
				
					
						
							
							
								Alex Ning 
							
						 
					 
					
						
						
							
						
						973c468a7c 
					 
					
						
						
							
							Fix  https://github.com/Docile-Alligator/Infinity-For-Reddit/issues/327 .  
						
						
						
						
					 
					
						2021-11-10 08:35:37 +08: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