c38cbbc8dc 
								
							 
						 
						
							
							
								
								fix: apply state event before decryption on leaved room  
							
							
							
						 
						
							2023-09-18 11:33:17 +02:00  
				
					
						
							
							
								 
						
							
								5b47a647b6 
								
							 
						 
						
							
							
								
								fix: userOwnsEncryptionKeys returns true for empty device lists  
							
							
							
						 
						
							2023-09-13 14:26:41 +02:00  
				
					
						
							
							
								 
						
							
								cce3646339 
								
							 
						 
						
							
							
								
								fix: startDirectChat might return an unjoined room  
							
							... 
							
							
							
							If you create DM room, but the other party doesn't join it, they might
be unable to create a new DM using startDirectChat. Since creating a new
DM is pretty much the same as joining the invite, we try to join the
pending DM invite first and fall back to creating a new room if that
fails. 
							
						 
						
							2023-09-04 13:27:55 +02:00  
				
					
						
							
							
								 
						
							
								334c9e3b78 
								
							 
						 
						
							
							
								
								refactor: Simplify room sorting logic to make invite sorting more obvious  
							
							... 
							
							
							
							It wasn't quite obvious that invites were always sorted at the top, if
you just looked at the sort function. This makes it more explicit and
also makes invites always sort before favourited rooms. 
							
						 
						
							2023-07-31 10:55:27 +02:00  
				
					
						
							
							
								 
						
							
								395ef0eb8e 
								
							 
						 
						
							
							
								
								refactor: Use tryGet for type casts whenever possible  
							
							
							
						 
						
							2023-06-21 15:04:46 +02:00  
				
					
						
							
							
								 
						
							
								5943576b1b 
								
							 
						 
						
							
							
								
								refactor: Added type casts to match refactored matrix_api_lite  
							
							
							
						 
						
							2023-06-16 12:42:10 +02:00  
				
					
						
							
							
								 
						
							
								663ab11ec5 
								
							 
						 
						
							
							
								
								feat: Support private read receipts  
							
							... 
							
							
							
							You can either set them to private on the client or overwrite the
behaviour for that on each readMarker call. This also handles incoming
thread receipts and tries its best to figure out what is the latest
receipt. This however breaks the old m.receipt account data event. 
							
						 
						
							2023-04-21 18:31:15 +02:00  
				
					
						
							
							
								 
						
							
								7039c33f3a 
								
							 
						 
						
							
							
								
								chore: Upgrade to matrix_api_lite 1.6  
							
							
							
						 
						
							2023-04-17 13:23:51 +02:00  
				
					
						
							
							
								 
						
							
								710752060a 
								
							 
						 
						
							
							
								
								feat: Implement onMigration callback to Client.init() method  
							
							
							
						 
						
							2023-03-29 15:30:38 +02:00  
				
					
						
							
							
								 
						
							
								9aff62a18c 
								
							 
						 
						
							
							
								
								feat: Expose a getter for all rooms including archived rooms  
							
							
							
						 
						
							2023-03-20 13:12:47 +00:00  
				
					
						
							
							
								 
						
							
								6f6f6b5d10 
								
							 
						 
						
							
							
								
								Merge branch 'kushal/http-call-issue-fix' into 'main'  
							
							... 
							
							
							
							fix: http api call replaced with httpClient
See merge request famedly/company/frontend/famedlysdk!1189 
							
						 
						
							2023-03-03 15:21:28 +00:00  
				
					
						
							
							
								 
						
							
								99036ca178 
								
							 
						 
						
							
							
								
								Merge branch 'td/stopCheckerLeave' into 'main'  
							
							... 
							
							
							
							chore: stop stale group call checker on room leave
See merge request famedly/company/frontend/famedlysdk!1245 
							
						 
						
							2023-03-03 12:43:27 +00:00  
				
					
						
							
							
								 
						
							
								2c3194b823 
								
							 
						 
						
							
							
								
								fix: archive takes 2 minutes to update  
							
							... 
							
							
							
							In Synapse 1.62.0 the default cache duration of initial sync responses
was changed to 2 minutes. That means our archive calls might return
stale data. Since different sync timeouts bust through the cache, we
make use of that to be able to load the new archive immediately.
fixes https://gitlab.com/famedly/company/frontend/famedly-web/-/issues/634  
							
						 
						
							2023-03-03 13:08:31 +01:00  
				
					
						
							
							
								 
						
							
								d48542a023 
								
							 
						 
						
							
							
								
								fix: http api call replaced with httpClient  
							
							... 
							
							
							
							Signed-off-by: m_kushal <kushalmahapatro@gmail.com> 
							
						 
						
							2023-03-03 01:16:10 +04:00  
				
					
						
							
							
								 
						
							
								fd4577ae84 
								
							 
						 
						
							
							
								
								chore: stop stale group call checker on room leave  
							
							
							
						 
						
							2023-02-27 11:53:08 +05:30  
				
					
						
							
							
								 
						
							
								f7c7cb82de 
								
							 
						 
						
							
							
								
								chore: add useServerCache option to fetchOwnProfileFromServer and fix missing awaits  
							
							
							
						 
						
							2023-02-20 17:57:29 +05:30  
				
					
						
							
							
								 
						
							
								eca98b14b9 
								
							 
						 
						
							
							
								
								chore: add a fetchOwnProfileFromServer method which tries to get ownProfile from server first, disk then  
							
							
							
						 
						
							2023-02-16 19:22:32 +05:30  
				
					
						
							
							
								 
						
							
								0c9e129347 
								
							 
						 
						
							
							
								
								fix: clean expired member state events in group calls  
							
							
							
						 
						
							2023-02-14 23:08:50 +05:30  
				
					
						
							
							
								 
						
							
								1219604dc9 
								
							 
						 
						
							
							
								
								fix: hasActiveGroup call now checks all group calls  
							
							... 
							
							
							
							fix: implement activeGroupCallEvents to get all active group call state events in a room
refactor: move staleCallChecker and expires_Ts stuff to an extension on Room, instead of Voip because it makes much more sense per room rather than on voip, also makes testing easier
fix: populate local groupCalls list on instantiating VOIP()
fix: starting stale call checker is now handled by the sdk itself because clients can forget to do so 
							
						 
						
							2023-02-14 15:02:28 +05:30  
				
					
						
							
							
								 
						
							
								05c945b042 
								
							 
						 
						
							
							
								
								fix: Last message set incorrectly on all session key received  
							
							... 
							
							
							
							This fixes a bug that the
last message was sent
incorrectly when a session
key received for example
from the key backup. It may
fix several issues like the
last message is set as a
very old one or the last
message is not decrypted. 
							
						 
						
							2023-01-18 11:46:32 +01:00  
				
					
						
							
							
								 
						
							
								956a2f793f 
								
							 
						 
						
							
							
								
								fix: Add timeout to sync http call  
							
							
							
						 
						
							2022-12-27 09:30:04 +01:00  
				
					
						
							
							
								 
						
							
								3cc4cd8410 
								
							 
						 
						
							
							
								
								fix: follow account kind in registration  
							
							... 
							
							
							
							- as of now, account kind ist simply ignored
Signed-off-by: TheOneWithTheBraid <the-one@with-the-braid.cf> 
							
						 
						
							2022-11-22 07:53:59 +01:00  
				
					
						
							
							
								 
						
							
								d60a3aa579 
								
							 
						 
						
							
							
								
								refactor: Add argument for custom CreateRoomPreset to startDirectChat method  
							
							
							
						 
						
							2022-11-14 11:07:53 +01:00  
				
					
						
							
							
								 
						
							
								7caab4d086 
								
							 
						 
						
							
							
								
								chore: Follow up fix for request users in invite rooms  
							
							
							
						 
						
							2022-11-14 08:27:47 +01:00  
				
					
						
							
							
								 
						
							
								0a6a813804 
								
							 
						 
						
							
							
								
								refactor: Get rid of unnecessary type cast  
							
							
							
						 
						
							2022-11-07 11:09:20 +01:00  
				
					
						
							
							
								 
						
							
								aa03f5aa06 
								
							 
						 
						
							
							
								
								fix: filter list for adding p2p call events  
							
							
							
						 
						
							2022-10-28 21:52:02 +05:30  
				
					
						
							
							
								 
						
							
								6c307980a5 
								
							 
						 
						
							
							
								
								fix: Do not wait for first sync after migration init  
							
							... 
							
							
							
							If the first sync fails because of
a connection problem then the
migration is lost. This should not
happen. 
							
						 
						
							2022-10-26 11:54:33 +02:00  
				
					
						
							
							
								 
						
							
								7b1a519de0 
								
							 
						 
						
							
							
								
								fix: Do not assume that push rules are never malformed in account data  
							
							
							
						 
						
							2022-10-21 10:48:40 +02:00  
				
					
						
							
							
								 
						
							
								99c77b9276 
								
							 
						 
						
							
							
								
								Merge branch 'nico/decryption-queue' into 'main'  
							
							... 
							
							
							
							feat: Implement a queue for events pending decryption
Closes famedly-web#535
See merge request famedly/company/frontend/famedlysdk!1143 
							
						 
						
							2022-10-18 14:02:48 +00:00  
				
					
						
							
							
								 
						
							
								69f82b2619 
								
							 
						 
						
							
							
								
								refactor: Remove unused imports  
							
							
							
						 
						
							2022-10-18 11:42:11 +02:00  
				
					
						
							
							
								 
						
							
								f55bb4776a 
								
							 
						 
						
							
							
								
								feat: Support evaluating pushrules  
							
							... 
							
							
							
							fixes  #339  
						
							2022-10-17 04:29:20 +02:00  
				
					
						
							
							
								 
						
							
								779c278854 
								
							 
						 
						
							
							
								
								refactor: Use DateTime method instead of comparing milliseconds  
							
							
							
						 
						
							2022-10-12 11:33:00 +02:00  
				
					
						
							
							
								 
						
							
								c6a8f5a162 
								
							 
						 
						
							
							
								
								feat: Implement a queue for events pending decryption  
							
							... 
							
							
							
							fixes https://gitlab.com/famedly/company/frontend/famedly-web/-/issues/535  
							
						 
						
							2022-10-12 11:07:50 +02:00  
				
					
						
							
							
								 
						
							
								c3ec0ffa2a 
								
							 
						 
						
							
							
								
								fix: messages not being processed after a new encryption event.  
							
							
							
						 
						
							2022-09-29 12:18:18 +02:00  
				
					
						
							
							
								 
						
							
								dd375eddfd 
								
							 
						 
						
							
							
								
								feat: Add getter for own unverified devices  
							
							
							
						 
						
							2022-09-21 10:23:01 +02:00  
				
					
						
							
							
								 
						
							
								7b61f8eb01 
								
							 
						 
						
							
							
								
								fix: don't assume redacts attribute from content to be valid  
							
							
							
						 
						
							2022-09-12 17:09:29 +02:00  
				
					
						
							
							
								 
						
							
								2b58ec2902 
								
							 
						 
						
							
							
								
								Merge branch 'krille/fix-get-push-rules' into 'main'  
							
							... 
							
							
							
							fix: Get push rules crashes if malformed
See merge request famedly/company/frontend/famedlysdk!1124 
							
						 
						
							2022-09-09 10:14:35 +00:00  
				
					
						
							
							
								 
						
							
								ab73047e51 
								
							 
						 
						
							
							
								
								fix: timeout when sending large files  
							
							... 
							
							
							
							fixes https://gitlab.com/famedly/company/frontend/famedly-web/-/issues/540  
							
						 
						
							2022-09-06 21:18:53 +02:00  
				
					
						
							
							
								 
						
							
								9a8da3c1e6 
								
							 
						 
						
							
							
								
								fix: Get push rules crashes if malformed  
							
							
							
						 
						
							2022-09-06 20:19:52 +02:00  
				
					
						
							
							
								 
						
							
								abbc474480 
								
							 
						 
						
							
							
								
								fix: Check ahead of download if a file exceeds the maximum file size  
							
							... 
							
							
							
							fixes https://gitlab.com/famedly/company/frontend/famedly-web/-/issues/539  
							
						 
						
							2022-09-06 11:52:30 +02:00  
				
					
						
							
							
								 
						
							
								163ad0de6b 
								
							 
						 
						
							
							
								
								fix: The initial sync waiting for a long time in some cases  
							
							
							
						 
						
							2022-08-30 14:22:09 +02:00  
				
					
						
							
							
								 
						
							
								0c107cf917 
								
							 
						 
						
							
							
								
								refactor: Remove databaseDestroyer  
							
							... 
							
							
							
							The need for a database destroyer
is gone since we have switched
from sqflite/moor to Hive. Removing
it is the first step to a major
refactoring to make the database
not nullable anymore. 
							
						 
						
							2022-08-30 11:00:48 +02:00  
				
					
						
							
							
								 
						
							
								dd1f61c29e 
								
							 
						 
						
							
							
								
								feat: support dehydrated devices  
							
							
							
						 
						
							2022-08-29 13:05:55 +02:00  
				
					
						
							
							
								 
						
							
								6555f36d6d 
								
							 
						 
						
							
							
								
								feat: switch from pedantic to lints  
							
							
							
						 
						
							2022-08-15 14:15:51 +00:00  
				
					
						
							
							
								 
						
							
								9695a5ad10 
								
							 
						 
						
							
							
								
								chore: Use onRoomState to monitor group call creation and member join and leave.  
							
							
							
						 
						
							2022-08-08 22:50:43 +08:00  
				
					
						
							
							
								 
						
							
								501ee5dce1 
								
							 
						 
						
							
							
								
								Merge branch 'td/add_startGroupCall' into 'main'  
							
							... 
							
							
							
							fix: check for m.call permissions in groupCallEnabled
See merge request famedly/company/frontend/famedlysdk!1088 
							
						 
						
							2022-08-01 09:07:27 +00:00  
				
					
						
							
							
								 
						
							
								f56e0ddb5f 
								
							 
						 
						
							
							
								
								fix: check for m.call permissions in groupCallEnabled  
							
							
							
						 
						
							2022-08-01 14:27:10 +05:30  
				
					
						
							
							
								 
						
							
								05ff61ac86 
								
							 
						 
						
							
							
								
								chore: introduce native implementations  
							
							... 
							
							
							
							- adds Client.nativeImplementations
 - deprecates Client.compute
Allows to properly implement accelerated native operations in web
Signed-off-by: Lanna Michalke <l.michalke@famedly.com> 
							
						 
						
							2022-07-28 13:30:22 +02:00  
				
					
						
							
							
								 
						
							
								2a019eaec3 
								
							 
						 
						
							
							
								
								feat: keep timeline history for archive rooms in memory  
							
							
							
						 
						
							2022-07-21 14:14:17 +00:00  
				
					
						
							
							
								 
						
							
								f04d8a9f40 
								
							 
						 
						
							
							
								
								Merge branch 'krille/import-sorter' into 'main'  
							
							... 
							
							
							
							refactor: Use import sorter and ci templates
See merge request famedly/company/frontend/famedlysdk!1079 
							
						 
						
							2022-07-21 13:59:05 +00:00