David Baker 
							
						 
					 
					
						
						
						
						
							
						
						
							aee2f3cdef 
							
						 
					 
					
						
						
							
							Rename onHaveRoom  
						
						 
						
						... 
						
						
						
						And move some code out of it which didn't really have any reason
to be hanging out there rather than just be where we set the room
a few lines above. 
						
						
					 
					
						2017-09-08 18:11:13 +01:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								David Baker 
							
						 
					 
					
						
						
						
						
							
						
						
							bf982004f6 
							
						 
					 
					
						
						
							
							Give onHaveRoom the info it needs explicitly  
						
						 
						
						... 
						
						
						
						Rather than giving it a state object which is not actually the
whole state but happens to be everything it actually wants
(currently) 
						
						
					 
					
						2017-09-08 17:56:53 +01:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								David Baker 
							
						 
					 
					
						
						
						
						
							
						
						
							81871c50be 
							
						 
					 
					
						
						
							
							Add more doc  
						
						 
						
						... 
						
						
						
						on why module level variables do not work as singletons 
						
						
					 
					
						2017-09-08 17:43:41 +01:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								David Baker 
							
						 
					 
					
						
						
						
						
							
						
						
							cce772c087 
							
						 
					 
					
						
						
							
							Merge remote-tracking branch 'origin/develop' into dbkr/onhaveroom_no_wait_for_setstate  
						
						 
						
						
						
						
					 
					
						2017-09-08 17:41:18 +01:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								David Baker 
							
						 
					 
					
						
						
						
						
							
						
						
							03dcded72f 
							
						 
					 
					
						
						
							
							Blank line to make comment clearer  
						
						 
						
						
						
						
					 
					
						2017-09-08 17:39:10 +01:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard van der Hoff 
							
						 
					 
					
						
						
						
						
							
						
						
							a012dbafce 
							
						 
					 
					
						
						
							
							Merge pull request  #1367  from matrix-org/dbkr/scroll_state_store  
						
						 
						
						... 
						
						
						
						Introduce a RoomScrollStateStore 
						
						
					 
					
						2017-09-08 17:37:32 +01:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								David Baker 
							
						 
					 
					
						
						
						
						
							
						
						
							1be35a77ec 
							
						 
					 
					
						
						
							
							Don't wait for setState to run onHaveRoom  
						
						 
						
						... 
						
						
						
						onHaveRoom sets some more state (among other things) so putting it
in the setState callback so it could observe the new state caused
us to have to re-render again unnecessarily. Just give it the new
state as a parameter. 
						
						
					 
					
						2017-09-08 17:06:46 +01:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								David Baker 
							
						 
					 
					
						
						
						
						
							
						
						
							984d639a37 
							
						 
					 
					
						
						
							
							Merge remote-tracking branch 'origin/develop' into dbkr/scroll_state_store  
						
						 
						
						
						
						
					 
					
						2017-09-08 15:58:38 +01:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								David Baker 
							
						 
					 
					
						
						
						
						
							
						
						
							13b094a3f6 
							
						 
					 
					
						
						
							
							Merge pull request  #1369  from matrix-org/dbkr/dont_always_paginate  
						
						 
						
						... 
						
						
						
						Don't always paginate when mounting a ScrollPanel 
						
						
					 
					
						2017-09-08 15:51:55 +01:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								bldrzzy 
							
						 
					 
					
						
						
						
						
							
						
						
							d33f90e002 
							
						 
					 
					
						
						
							
							Translated using Weblate (Polish)  
						
						 
						
						... 
						
						
						
						Currently translated at 80.1% (779 of 972 strings)
Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/pl/  
						
						
					 
					
						2017-09-08 14:49:38 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								David Baker 
							
						 
					 
					
						
						
						
						
							
						
						
							78a2e49705 
							
						 
					 
					
						
						
							
							Don't always paginate when mounting a ScrollPanel  
						
						 
						
						... 
						
						
						
						Calling just checkFill on DidMount did not initially set the
scrollTop which meant that one back pagination request is always
performed regardless. This meant we would end up rending the
first batch of events, then paginating and re-rendering again
after the pagination got another batch, causing unnecessary render
churn. 
						
						
					 
					
						2017-09-08 15:41:19 +01:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								David Baker 
							
						 
					 
					
						
						
						
						
							
						
						
							59c54d3756 
							
						 
					 
					
						
						
							
							Remove redundant code  
						
						 
						
						
						
						
					 
					
						2017-09-08 13:39:22 +01:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								David Baker 
							
						 
					 
					
						
						
						
						
							
						
						
							d714291aa1 
							
						 
					 
					
						
						
							
							Re-add doc on scroll state map structure  
						
						 
						
						
						
						
					 
					
						2017-09-08 13:27:14 +01:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Akcja Demokracja Open-Source 
							
						 
					 
					
						
						
						
						
							
						
						
							5684074639 
							
						 
					 
					
						
						
							
							Translated using Weblate (Polish)  
						
						 
						
						... 
						
						
						
						Currently translated at 77.3% (752 of 972 strings)
Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/pl/  
						
						
					 
					
						2017-09-07 23:01:25 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Michael Telatynski 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							3df379cb49 
							
						 
					 
					
						
						
							
							fix radio for theme selection  
						
						 
						
						... 
						
						
						
						Signed-off-by: Michael Telatynski <7t3chguy@gmail.com> 
						
						
					 
					
						2017-09-07 18:54:41 +01:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								David Baker 
							
						 
					 
					
						
						
						
						
							
						
						
							82d1afcc47 
							
						 
					 
					
						
						
							
							Correct comment  
						
						 
						
						
						
						
					 
					
						2017-09-07 17:16:32 +01:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								David Baker 
							
						 
					 
					
						
						
						
						
							
						
						
							7f44ac7403 
							
						 
					 
					
						
						
							
							Remove now unused stuff from RoomViewStore  
						
						 
						
						
						
						
					 
					
						2017-09-07 17:15:19 +01:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								David Baker 
							
						 
					 
					
						
						
						
						
							
						
						
							408b8c18ea 
							
						 
					 
					
						
						
							
							Introduce a RoomScrollStateStore  
						
						 
						
						... 
						
						
						
						to keep the place we're scrolled to in rooms. This mainly eleimates
the extra, superfluous onRoomViewStoreUpdate callback that
happened when the previous room saved back its scroll state.
Moving the scroll state to a separate store means we can have this
not emit events because nothing needs to know when the scroll state
changes. 
						
						
					 
					
						2017-09-07 17:08:36 +01:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Ramon Vilar 
							
						 
					 
					
						
						
						
						
							
						
						
							e1319d3838 
							
						 
					 
					
						
						
							
							Added translation using Weblate (Catalan)  
						
						 
						
						
						
						
					 
					
						2017-09-07 12:37:56 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard van der Hoff 
							
						 
					 
					
						
						
						
						
							
						
						
							239b2db537 
							
						 
					 
					
						
						
							
							Merge pull request  #1366  from matrix-org/dbkr/remove_unused_scrollstatemap  
						
						 
						
						... 
						
						
						
						Remove unused scrollStateMap from LoggedinView 
						
						
					 
					
						2017-09-07 10:37:03 +01:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Jerzy Kołosowski 
							
						 
					 
					
						
						
						
						
							
						
						
							8e5c8b4fc2 
							
						 
					 
					
						
						
							
							Translated using Weblate (Polish)  
						
						 
						
						... 
						
						
						
						Currently translated at 64.8% (630 of 972 strings)
Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/pl/  
						
						
					 
					
						2017-09-06 22:13:53 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								David Baker 
							
						 
					 
					
						
						
						
						
							
						
						
							d71f15adf4 
							
						 
					 
					
						
						
							
							Remove unused scrollStateMap from LoggedinView  
						
						 
						
						
						
						
					 
					
						2017-09-06 22:51:10 +01:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								David Baker 
							
						 
					 
					
						
						
						
						
							
						
						
							7dbd54ad25 
							
						 
					 
					
						
						
							
							Merge pull request  #1365  from matrix-org/revert-1353-luke/feature-sticky-date-separators  
						
						 
						
						... 
						
						
						
						Revert "Implement sticky date separators" 
						
						
					 
					
						2017-09-06 18:07:01 +01:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Kevin Németh 
							
						 
					 
					
						
						
						
						
							
						
						
							720715e60e 
							
						 
					 
					
						
						
							
							Translated using Weblate (Hungarian)  
						
						 
						
						... 
						
						
						
						Currently translated at 100.0% (972 of 972 strings)
Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/hu/  
						
						
					 
					
						2017-09-06 16:53:39 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								David Baker 
							
						 
					 
					
						
						
						
						
							
						
						
							609d61d53c 
							
						 
					 
					
						
						
							
							Revert "Implement sticky date separators"  
						
						 
						
						
						
						
					 
					
						2017-09-06 17:40:58 +01:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								David Baker 
							
						 
					 
					
						
						
						
						
							
						
						
							5dfd35f730 
							
						 
					 
					
						
						
							
							Merge branch 'master' into develop  
						
						 
						
						
						
						
					 
					
						2017-09-06 13:26:34 +01:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								David Baker 
							
						 
					 
					
						
						
						
						
							
						
						
							f5cf2aece2 
							
						 
					 
					
						
						
							
							v0.10.3  
						
						 
						
						
						
						
					 
					
						2017-09-06 13:25:58 +01:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								David Baker 
							
						 
					 
					
						
						
						
						
							
						
						
							9dd98d1085 
							
						 
					 
					
						
						
							
							Prepare changelog for v0.10.3  
						
						 
						
						
						
						
					 
					
						2017-09-06 13:25:57 +01:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Iru Cai (vimacs) 
							
						 
					 
					
						
						
						
						
							
						
						
							16621d0e1d 
							
						 
					 
					
						
						
							
							Translated using Weblate (Chinese (Simplified))  
						
						 
						
						... 
						
						
						
						Currently translated at 77.2% (751 of 972 strings)
Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/zh_Hans/  
						
						
					 
					
						2017-09-06 11:18:28 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Silke 
							
						 
					 
					
						
						
						
						
							
						
						
							6cfc7f0124 
							
						 
					 
					
						
						
							
							Translated using Weblate (Dutch)  
						
						 
						
						... 
						
						
						
						Currently translated at 100.0% (972 of 972 strings)
Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/nl/  
						
						
					 
					
						2017-09-06 10:42:13 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Michael Telatynski 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							b10b0e573d 
							
						 
					 
					
						
						
							
							i18n and change message depending on success of copy  
						
						 
						
						... 
						
						
						
						Signed-off-by: Michael Telatynski <7t3chguy@gmail.com> 
						
						
					 
					
						2017-09-06 11:29:55 +01:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Michael Telatynski 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							269f1f33e3 
							
						 
					 
					
						
						
							
							show response on copy so you don't mash it  
						
						 
						
						... 
						
						
						
						Signed-off-by: Michael Telatynski <7t3chguy@gmail.com> 
						
						
					 
					
						2017-09-06 11:27:25 +01:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Michael Telatynski 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							d1af424b3f 
							
						 
					 
					
						
						
							
							allow hiding of notification body for privacy reasons  
						
						 
						
						... 
						
						
						
						Signed-off-by: Michael Telatynski <7t3chguy@gmail.com> 
						
						
					 
					
						2017-09-06 10:56:08 +01:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Akcja Demokracja Open-Source 
							
						 
					 
					
						
						
						
						
							
						
						
							1df1d99000 
							
						 
					 
					
						
						
							
							Translated using Weblate (Polish)  
						
						 
						
						... 
						
						
						
						Currently translated at 57.4% (558 of 972 strings)
Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/pl/  
						
						
					 
					
						2017-09-05 19:15:34 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								David Baker 
							
						 
					 
					
						
						
						
						
							
						
						
							738c81b506 
							
						 
					 
					
						
						
							
							Add missing translations  
						
						 
						
						
						
						
					 
					
						2017-09-05 17:36:41 +01:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								David Baker 
							
						 
					 
					
						
						
						
						
							
						
						
							158e6fd9ff 
							
						 
					 
					
						
						
							
							Merge pull request  #1361  from MTRNord/patch-9  
						
						 
						
						... 
						
						
						
						Remove unused string "changing room on a RoomView is not supported" 
						
						
					 
					
						2017-09-05 17:20:26 +01:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								David Baker 
							
						 
					 
					
						
						
						
						
							
						
						
							f7c31bed28 
							
						 
					 
					
						
						
							
							Merge pull request  #1360  from MTRNord/patch-7  
						
						 
						
						... 
						
						
						
						[WIP] Remove unused translation code translations 
						
						
					 
					
						2017-09-05 17:13:51 +01:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								MTRNord 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							da3336172f 
							
						 
					 
					
						
						
							
							Remove more unused translation strings  
						
						 
						
						
						
						
					 
					
						2017-09-05 18:12:00 +02:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Marcel 
							
						 
					 
					
						
						
						
						
							
						
						
							a573a396ad 
							
						 
					 
					
						
						
							
							Remove unused string "changing room on a RoomView is not supported"  
						
						 
						
						
						
						
					 
					
						2017-09-05 18:07:22 +02:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								MTRNord 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							5449224dec 
							
						 
					 
					
						
						
							
							readd translations that got removed by accident 2  
						
						 
						
						
						
						
					 
					
						2017-09-05 18:01:57 +02:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								MTRNord 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							7ba8aa95c5 
							
						 
					 
					
						
						
							
							readd translations that got removed by accident  
						
						 
						
						
						
						
					 
					
						2017-09-05 18:00:57 +02:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								MTRNord 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							4a362c141a 
							
						 
					 
					
						
						
							
							Cleanup unused language code translations  
						
						 
						
						
						
						
					 
					
						2017-09-05 17:54:49 +02:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Marcel 
							
						 
					 
					
						
						
						
						
							
						
						
							5684b6a23c 
							
						 
					 
					
						
						
							
							Remove unused translation code translations  
						
						 
						
						
						
						
					 
					
						2017-09-05 17:35:03 +02:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								David Baker 
							
						 
					 
					
						
						
						
						
							
						
						
							289c3a5fbd 
							
						 
					 
					
						
						
							
							Merge remote-tracking branch 'origin/develop' into dbkr/group_userlist  
						
						 
						
						
						
						
					 
					
						2017-09-05 14:20:02 +01:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								David Baker 
							
						 
					 
					
						
						
						
						
							
						
						
							262d66f579 
							
						 
					 
					
						
						
							
							Merge pull request  #1353  from matrix-org/luke/feature-sticky-date-separators  
						
						 
						
						... 
						
						
						
						Implement sticky date separators 
						
						
					 
					
						2017-09-05 14:15:47 +01:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								David Baker 
							
						 
					 
					
						
						
						
						
							
						
						
							c75bc42585 
							
						 
					 
					
						
						
							
							v0.10.3-rc.2  
						
						 
						
						
						
						
					 
					
						2017-09-05 13:13:02 +01:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								David Baker 
							
						 
					 
					
						
						
						
						
							
						
						
							c67a6e9d2e 
							
						 
					 
					
						
						
							
							Prepare changelog for v0.10.3-rc.2  
						
						 
						
						
						
						
					 
					
						2017-09-05 13:13:02 +01:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								David Baker 
							
						 
					 
					
						
						
						
						
							
						
						
							640010e2e7 
							
						 
					 
					
						
						
							
							Merge remote-tracking branch 'origin/develop' into release-v0.10.3  
						
						 
						
						
						
						
					 
					
						2017-09-05 13:10:44 +01:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Jerzy Kołosowski 
							
						 
					 
					
						
						
						
						
							
						
						
							ce4178f116 
							
						 
					 
					
						
						
							
							Translated using Weblate (Polish)  
						
						 
						
						... 
						
						
						
						Currently translated at 43.3% (421 of 972 strings)
Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/pl/  
						
						
					 
					
						2017-09-05 10:35:14 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								David Baker 
							
						 
					 
					
						
						
						
						
							
						
						
							d9138e5582 
							
						 
					 
					
						
						
							
							Merge pull request  #1358  from matrix-org/dbkr/fix_weblate_plurals  
						
						 
						
						... 
						
						
						
						Fix plurals in translations 
						
						
					 
					
						2017-09-05 11:13:52 +01:00