Krille Fear 
							
						 
					 
					
						
						
						
						
							
						
						
							89c4d6e769 
							
						 
					 
					
						
						
							
							change: Set client ID in invite action link  
						
						 
						
						
						
						
					 
					
						2021-12-08 11:33:03 +01:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Drews Clausen 
							
						 
					 
					
						
						
						
						
							
						
						
							5221a07cc7 
							
						 
					 
					
						
						
							
							Added a parameter to skip the "client.isLogged()" check on the MatrixState in the OnePageCard.  
						
						 
						
						
						
						
					 
					
						2021-12-07 00:25:03 +01:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Krille Fear 
							
						 
					 
					
						
						
						
						
							
						
						
							3cc9922a39 
							
						 
					 
					
						
						
							
							fix: Well known lookup at login  
						
						 
						
						
						
						
					 
					
						2021-12-04 19:54:07 +01:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Krille Fear 
							
						 
					 
					
						
						
						
						
							
						
						
							cec80533e2 
							
						 
					 
					
						
						
							
							refactor: Make most of the utils null safe  
						
						 
						
						
						
						
					 
					
						2021-12-03 17:29:32 +01:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Krille Fear 
							
						 
					 
					
						
						
						
						
							
						
						
							a32d675145 
							
						 
					 
					
						
						
							
							Merge branch 'krille/update-dependencies-job' into 'main'  
						
						 
						
						... 
						
						
						
						fix: Update dependencies with flutter pub upgrade
See merge request famedly/fluffychat!600  
						
						
					 
					
						2021-12-02 09:20:39 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Krille Fear 
							
						 
					 
					
						
						
						
						
							
						
						
							ca7066d746 
							
						 
					 
					
						
						
							
							fix: Update dependencies with flutter pub upgrade  
						
						 
						
						
						
						
					 
					
						2021-12-02 10:01:38 +01:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Krille Fear 
							
						 
					 
					
						
						
						
						
							
						
						
							7540e99323 
							
						 
					 
					
						
						
							
							refactor: Make send file dialog null safe  
						
						 
						
						
						
						
					 
					
						2021-12-01 20:45:07 +01:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Krille Fear 
							
						 
					 
					
						
						
						
						
							
						
						
							073f6bbd7d 
							
						 
					 
					
						
						
							
							change: Do not compress very small images  
						
						 
						
						
						
						
					 
					
						2021-12-01 20:44:59 +01:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Krille Fear 
							
						 
					 
					
						
						
						
						
							
						
						
							2c4e1332e5 
							
						 
					 
					
						
						
							
							refactor: Make user device list item null safe  
						
						 
						
						
						
						
					 
					
						2021-12-01 18:46:10 +01:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Krille Fear 
							
						 
					 
					
						
						
						
						
							
						
						
							1964657523 
							
						 
					 
					
						
						
							
							design: Make not joined participants transparent in list  
						
						 
						
						... 
						
						
						
						This should make it easier to distinguish
between actual participants of a
room and users who have been
invited, who are knocking or who
have been banned. 
						
						
					 
					
						2021-12-01 12:42:15 +01:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Krille Fear 
							
						 
					 
					
						
						
						
						
							
						
						
							f08a683000 
							
						 
					 
					
						
						
							
							fix: Hotfix database migration  
						
						 
						
						
						
						
					 
					
						2021-11-30 22:13:40 +01:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Krille Fear 
							
						 
					 
					
						
						
						
						
							
						
						
							96082e5330 
							
						 
					 
					
						
						
							
							fix: QR Code scanner in iOS  
						
						 
						
						
						
						
					 
					
						2021-11-30 19:07:07 +01:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Sorunome 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							e7b4c6f848 
							
						 
					 
					
						
						
							
							fix: Thumbnails in the image bubble not always showing a cached thumbnail  
						
						 
						
						... 
						
						
						
						When in the timeline an image bubble with animated=false was displayed and
you tapped on an image, it would attempt to show the thumbnail with animated=true.
This thumbnail, of course, was not cached, thus not showing the cached image, and
actually downloading the thumbnail multiple times. This PR fixes that by
first checking if the animated=false thumbnail is cached, and if so, display
that while the final image is loading. 
						
						
					 
					
						2021-11-30 15:54:48 +01:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Krille Fear 
							
						 
					 
					
						
						
						
						
							
						
						
							745d94f46f 
							
						 
					 
					
						
						
							
							Merge branch 'krille/fix-open-uris' into 'main'  
						
						 
						
						... 
						
						
						
						fix: Open URIs
See merge request famedly/fluffychat!593  
						
						
					 
					
						2021-11-29 15:41:53 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Krille Fear 
							
						 
					 
					
						
						
						
						
							
						
						
							83e3d95d04 
							
						 
					 
					
						
						
							
							fix: Open URIs  
						
						 
						
						
						
						
					 
					
						2021-11-29 16:23:14 +01:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Sorunome 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							123a9b000c 
							
						 
					 
					
						
						
							
							fix: Properly position the pointer in the map bubble and add attribution  
						
						 
						
						... 
						
						
						
						Prior the pointer in the map bubble wasn't offsetted upwards, so the center
of the icon marked the point, rather than the point of the icon as one would
expect.
Additionally, attribution to the OpenStreetMap project has been added. 
						
						
					 
					
						2021-11-29 16:04:23 +01:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Krille Fear 
							
						 
					 
					
						
						
						
						
							
						
						
							2737768a60 
							
						 
					 
					
						
						
							
							feat: Drag&Drop to send multiple files on desktop and web  
						
						 
						
						
						
						
					 
					
						2021-11-28 11:43:36 +01:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Krille Fear 
							
						 
					 
					
						
						
						
						
							
						
						
							66918b428a 
							
						 
					 
					
						
						
							
							Merge branch 'krille/emoji-verification-in-browsers' into 'main'  
						
						 
						
						... 
						
						
						
						feat: Emoji verification in browsers
See merge request famedly/fluffychat!575  
						
						
					 
					
						2021-11-27 13:50:20 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Krille Fear 
							
						 
					 
					
						
						
						
						
							
						
						
							afc9afb391 
							
						 
					 
					
						
						
							
							Merge branch 'krille/fix-chatview-safearea' into 'main'  
						
						 
						
						... 
						
						
						
						fix: ChatView safearea on iPad
See merge request famedly/fluffychat!588  
						
						
					 
					
						2021-11-27 10:39:17 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Krille Fear 
							
						 
					 
					
						
						
						
						
							
						
						
							00caaa719d 
							
						 
					 
					
						
						
							
							fix: ChatView safearea on iPad  
						
						 
						
						
						
						
					 
					
						2021-11-27 11:20:38 +01:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Krille Fear 
							
						 
					 
					
						
						
						
						
							
						
						
							84baec19a1 
							
						 
					 
					
						
						
							
							design: Adaptive switches  
						
						 
						
						
						
						
					 
					
						2021-11-27 10:10:29 +01:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Krille Fear 
							
						 
					 
					
						
						
						
						
							
						
						
							08601b351c 
							
						 
					 
					
						
						
							
							chore: Adjust image and thumbnail compression  
						
						 
						
						
						
						
					 
					
						2021-11-26 16:19:01 +01:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Krille Fear 
							
						 
					 
					
						
						
						
						
							
						
						
							7d6af9bf59 
							
						 
					 
					
						
						
							
							Merge branch 'krille/incoming-uris' into 'main'  
						
						 
						
						... 
						
						
						
						fix: Process incoming uris
See merge request famedly/fluffychat!583  
						
						
					 
					
						2021-11-26 14:18:09 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Krille Fear 
							
						 
					 
					
						
						
						
						
							
						
						
							a54e28e5fe 
							
						 
					 
					
						
						
							
							Merge branch 'krille/updatesdk' into 'main'  
						
						 
						
						... 
						
						
						
						chore: Update SDK
See merge request famedly/fluffychat!582  
						
						
					 
					
						2021-11-26 14:13:39 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Krille Fear 
							
						 
					 
					
						
						
						
						
							
						
						
							4eea1faa05 
							
						 
					 
					
						
						
							
							fix: Process incoming uris  
						
						 
						
						
						
						
					 
					
						2021-11-26 14:59:35 +01:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Krille Fear 
							
						 
					 
					
						
						
						
						
							
						
						
							50e733d81c 
							
						 
					 
					
						
						
							
							chore: Update SDK  
						
						 
						
						
						
						
					 
					
						2021-11-26 14:55:14 +01:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Sorunome 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							81d4f12189 
							
						 
					 
					
						
						
							
							fix: Various multiaccount fixes  
						
						 
						
						
						
						
					 
					
						2021-11-24 18:39:40 +01:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Krille Fear 
							
						 
					 
					
						
						
						
						
							
						
						
							730063e40e 
							
						 
					 
					
						
						
							
							fix: Remove avatar from room  
						
						 
						
						
						
						
					 
					
						2021-11-24 07:29:05 +01:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Krille Fear 
							
						 
					 
					
						
						
						
						
							
						
						
							b8b68ec6ef 
							
						 
					 
					
						
						
							
							feat: nicer loading bar  
						
						 
						
						
						
						
					 
					
						2021-11-23 19:34:55 +01:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Krille Fear 
							
						 
					 
					
						
						
						
						
							
						
						
							bdc7a606bc 
							
						 
					 
					
						
						
							
							feat: Fancy chat list loading animation  
						
						 
						
						
						
						
					 
					
						2021-11-23 18:20:51 +01:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Krille Fear 
							
						 
					 
					
						
						
						
						
							
						
						
							67ccec72f3 
							
						 
					 
					
						
						
							
							feat: Emoji verification in browsers  
						
						 
						
						
						
						
					 
					
						2021-11-23 17:29:17 +01:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Krille Fear 
							
						 
					 
					
						
						
						
						
							
						
						
							3eee752953 
							
						 
					 
					
						
						
							
							fix: Capture getTimeline exceptions  
						
						 
						
						
						
						
					 
					
						2021-11-23 11:29:11 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Krille Fear 
							
						 
					 
					
						
						
						
						
							
						
						
							0102f24576 
							
						 
					 
					
						
						
							
							fix: Report sync status error  
						
						 
						
						
						
						
					 
					
						2021-11-23 11:37:53 +01:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Krille Fear 
							
						 
					 
					
						
						
						
						
							
						
						
							effea76139 
							
						 
					 
					
						
						
							
							chore: Nicer message info dialog  
						
						 
						
						
						
						
					 
					
						2021-11-23 08:41:01 +01:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Krille Fear 
							
						 
					 
					
						
						
						
						
							
						
						
							69b7359b96 
							
						 
					 
					
						
						
							
							fix: Give message edits padding  
						
						 
						
						
						
						
					 
					
						2021-11-22 19:20:09 +01:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Krille Fear 
							
						 
					 
					
						
						
						
						
							
						
						
							7b412bb8b9 
							
						 
					 
					
						
						
							
							feat: Open im.fluffychat uris  
						
						 
						
						
						
						
					 
					
						2021-11-22 19:19:18 +01:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Krille Fear 
							
						 
					 
					
						
						
						
						
							
						
						
							75f3574725 
							
						 
					 
					
						
						
							
							design: Minor color changes  
						
						 
						
						
						
						
					 
					
						2021-11-22 19:16:43 +01:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Krille Fear 
							
						 
					 
					
						
						
						
						
							
						
						
							676a5069dc 
							
						 
					 
					
						
						
							
							chore: Minor design changes  
						
						 
						
						
						
						
					 
					
						2021-11-22 15:35:51 +01:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Krille Fear 
							
						 
					 
					
						
						
						
						
							
						
						
							df9a4acfee 
							
						 
					 
					
						
						
							
							design: Place share button under qr code  
						
						 
						
						... 
						
						
						
						This should make the qr code
scanning more reliable. 
						
						
					 
					
						2021-11-22 11:18:32 +01:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Krille Fear 
							
						 
					 
					
						
						
						
						
							
						
						
							e25c7d5b6f 
							
						 
					 
					
						
						
							
							Merge branch 'krille/edits' into 'main'  
						
						 
						
						... 
						
						
						
						design: Display edit marker in new bubbles
See merge request famedly/fluffychat!566  
						
						
					 
					
						2021-11-21 13:45:03 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Krille Fear 
							
						 
					 
					
						
						
						
						
							
						
						
							7432ff8b3b 
							
						 
					 
					
						
						
							
							Merge branch 'krille/image-optimize' into 'main'  
						
						 
						
						... 
						
						
						
						refactor: Optimize all images no matter which size
See merge request famedly/fluffychat!565  
						
						
					 
					
						2021-11-21 13:33:43 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Krille Fear 
							
						 
					 
					
						
						
						
						
							
						
						
							d5af6297f5 
							
						 
					 
					
						
						
							
							design: Display edit marker in new bubbles  
						
						 
						
						
						
						
					 
					
						2021-11-21 14:26:40 +01:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Krille Fear 
							
						 
					 
					
						
						
						
						
							
						
						
							6a029b99a6 
							
						 
					 
					
						
						
							
							refactor: Optimize all images no matter which size  
						
						 
						
						
						
						
					 
					
						2021-11-21 14:15:20 +01:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Krille Fear 
							
						 
					 
					
						
						
						
						
							
						
						
							4b8ce4ee9b 
							
						 
					 
					
						
						
							
							feat: Open im.fluffychat urls  
						
						 
						
						
						
						
					 
					
						2021-11-21 13:58:19 +01:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Krille Fear 
							
						 
					 
					
						
						
						
						
							
						
						
							76fbc764d4 
							
						 
					 
					
						
						
							
							fix: Automatic key requests  
						
						 
						
						
						
						
					 
					
						2021-11-21 12:25:39 +01:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Krille Fear 
							
						 
					 
					
						
						
						
						
							
						
						
							7ad14465d2 
							
						 
					 
					
						
						
							
							chore: Update SDK and remove boxes on corruption  
						
						 
						
						
						
						
					 
					
						2021-11-21 12:01:53 +01:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Krille Fear 
							
						 
					 
					
						
						
						
						
							
						
						
							776b012441 
							
						 
					 
					
						
						
							
							design: Redesign and simplify bootstrap  
						
						 
						
						
						
						
					 
					
						2021-11-21 10:53:01 +01:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Krille Fear 
							
						 
					 
					
						
						
						
						
							
						
						
							b1b8efc7a7 
							
						 
					 
					
						
						
							
							Merge branch 'krille/unused-imports' into 'main'  
						
						 
						
						... 
						
						
						
						fix: Remove unused imports
See merge request famedly/fluffychat!560  
						
						
					 
					
						2021-11-21 09:15:33 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Krille Fear 
							
						 
					 
					
						
						
						
						
							
						
						
							46dd799184 
							
						 
					 
					
						
						
							
							fix: Remove unused imports  
						
						 
						
						
						
						
					 
					
						2021-11-21 09:55:59 +01:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Krille Fear 
							
						 
					 
					
						
						
						
						
							
						
						
							a858bcec49 
							
						 
					 
					
						
						
							
							Merge branch 'krille/image' into 'main'  
						
						 
						
						... 
						
						
						
						refactor: Use image package to resize images
See merge request famedly/fluffychat!558  
						
						
					 
					
						2021-11-21 08:53:47 +00:00