2f1696bff8 
								
							 
						 
						
							
							
								
								chore: Bump version  
							
							
							
						 
						
							2022-12-14 09:00:08 +01:00  
				
					
						
							
							
								 
						
							
								c66d2edb5e 
								
							 
						 
						
							
							
								
								refactor: Key manager megolm handling to make key generation more efficient  
							
							
							
						 
						
							2022-12-14 08:59:36 +01:00  
				
					
						
							
							
								 
						
							
								3976b0f1e2 
								
							 
						 
						
							
							
								
								refactor: Avoid using private types in public api  
							
							
							
						 
						
							2022-08-30 11:55:17 +02:00  
				
					
						
							
							
								 
						
							
								d30d1a8cf9 
								
							 
						 
						
							
							
								
								Merge branch 'nico/dehydrated-devices' into 'main'  
							
							... 
							
							
							
							feat: support dehydrated devices
Closes  #315 
See merge request famedly/company/frontend/famedlysdk!1111 
							
						 
						
							2022-08-29 13:18:02 +00:00  
				
					
						
							
							
								 
						
							
								dd1f61c29e 
								
							 
						 
						
							
							
								
								feat: support dehydrated devices  
							
							
							
						 
						
							2022-08-29 13:05:55 +02:00  
				
					
						
							
							
								 
						
							
								81e55ade67 
								
							 
						 
						
							
							
								
								feat: Allow auto request keys via key sharing requests  
							
							
							
						 
						
							2022-08-28 13:59:34 +02:00  
				
					
						
							
							
								 
						
							
								994faf1012 
								
							 
						 
						
							
							
								
								fix: Decrypt of last event might make an old message as last event  
							
							... 
							
							
							
							We should only decrypt the
last message in  room if it is
the current last message.
By just fetching the state
we might bring up an old
encrypted message which
is not really the last event. 
							
						 
						
							2022-08-21 14:10:29 +02:00  
				
					
						
							
							
								 
						
							
								6555f36d6d 
								
							 
						 
						
							
							
								
								feat: switch from pedantic to lints  
							
							
							
						 
						
							2022-08-15 14:15:51 +00:00  
				
					
						
							
							
								 
						
							
								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  
				
					
						
							
							
								 
						
							
								7885281c72 
								
							 
						 
						
							
							
								
								refactor: Use import sorter and ci templates  
							
							
							
						 
						
							2022-07-21 15:44:04 +02:00  
				
					
						
							
							
								 
						
							
								6e211f5a81 
								
							 
						 
						
							
							
								
								fix: race conditions in the SDK and its tests  
							
							
							
						 
						
							2022-07-13 00:36:49 +00:00  
				
					
						
							
							
								 
						
							
								3f3d4d38d6 
								
							 
						 
						
							
							
								
								refactor: Migrate to Matrix Api Lite 1.0.0  
							
							
							
						 
						
							2022-05-17 22:50:04 +00:00  
				
					
						
							
							
								 
						
							
								5fbd0a73a4 
								
							 
						 
						
							
							
								
								chore: Make sure account data and device keys is loaded when using isCached  
							
							
							
						 
						
							2022-05-12 13:48:13 +02:00  
				
					
						
							
							
								 
						
							
								2cd4eb5e2c 
								
							 
						 
						
							
							
								
								fix: remove pendaing outbound group session creation on completed or errored  
							
							
							
						 
						
							2022-03-24 13:52:28 +01:00  
				
					
						
							
							
								 
						
							
								cab03aa73b 
								
							 
						 
						
							
							
								
								fix: Allow unpadded base64 decoding  
							
							
							
						 
						
							2022-01-11 09:02:34 +00:00  
				
					
						
							
							
								 
						
							
								3bce8b4489 
								
							 
						 
						
							
							
								
								refactor: Remove unnecessary type checks and imports  
							
							
							
						 
						
							2021-12-23 11:46:45 +01:00  
				
					
						
							
							
								 
						
							
								03418bfe8b 
								
							 
						 
						
							
							
								
								chore: Enable E2EE recovery by default  
							
							... 
							
							
							
							We have disabled it by default to
prevent using workarounds as
long time solutions and to not
miss bugs. But in a federated
context we can not be sure that
we all Matrix clients are ever
bug free and we have now the
onEncryptionError Stream
anyway. 
							
						 
						
							2021-11-25 15:48:17 +01:00  
				
					
						
							
							
								 
						
							
								f3775fa5ba 
								
							 
						 
						
							
							
								
								fix: Decrypt last event of a room  
							
							
							
						 
						
							2021-11-22 10:18:44 +01:00  
				
					
						
							
							
								 
						
							
								ebd5bc3d24 
								
							 
						 
						
							
							
								
								refactor: make room nullsafe  
							
							
							
						 
						
							2021-10-28 00:54:25 +02:00  
				
					
						
							
							
								 
						
							
								fb0a84d7b2 
								
							 
						 
						
							
							
								
								refactor: make client nullsafe  
							
							
							
						 
						
							2021-10-25 16:34:02 +02:00  
				
					
						
							
							
								 
						
							
								d2ee73f96f 
								
							 
						 
						
							
							
								
								chore: Bump version  
							
							
							
						 
						
							2021-10-25 11:19:45 +02:00  
				
					
						
							
							
								 
						
							
								7a85d52d93 
								
							 
						 
						
							
							
								
								fix: Remove unnecessary null check  
							
							
							
						 
						
							2021-10-25 11:11:55 +02:00  
				
					
						
							
							
								 
						
							
								60956bde00 
								
							 
						 
						
							
							
								
								chore: port the remaining encryption files to nullsafety  
							
							
							
						 
						
							2021-10-13 13:58:21 +00:00  
				
					
						
							
							
								 
						
							
								a7818bbd0f 
								
							 
						 
						
							
							
								
								refactor: null safety for all utils  
							
							
							
						 
						
							2021-10-05 15:41:25 +02:00  
				
					
						
							
							
								 
						
							
								7dd176c278 
								
							 
						 
						
							
							
								
								fix: apply review feedback  
							
							
							
						 
						
							2021-09-30 12:58:37 +00:00  
				
					
						
							
							
								 
						
							
								1c838e3be8 
								
							 
						 
						
							
							
								
								fix: Cleanup nullsafe encryption a bit  
							
							
							
						 
						
							2021-09-30 12:58:37 +00:00  
				
					
						
							
							
								 
						
							
								a196b53219 
								
							 
						 
						
							
							
								
								refactor: nullsafe encryption  
							
							
							
						 
						
							2021-09-30 12:58:37 +00:00  
				
					
						
							
							
								 
						
							
								77ca7523d0 
								
							 
						 
						
							
							
								
								refactor: remove unused clientId  
							
							
							
						 
						
							2021-09-24 16:05:05 +02:00  
				
					
						
							
							
								 
						
							
								0611ea1495 
								
							 
						 
						
							
							
								
								fix: Auto-reply key requests  
							
							
							
						 
						
							2021-09-16 22:14:41 +02:00  
				
					
						
							
							
								 
						
							
								00771fc209 
								
							 
						 
						
							
							
								
								refactor: _updateUserDeviceKeys method  
							
							
							
						 
						
							2021-09-13 14:58:07 +02:00  
				
					
						
							
							
								 
						
							
								e000fbf9be 
								
							 
						 
						
							
							
								
								fix: compilation against newer matrix_api_lite  
							
							
							
						 
						
							2021-09-10 16:40:40 +02:00  
				
					
						
							
							
								 
						
							
								630203e7b6 
								
							 
						 
						
							
							
								
								fix: Check if database got disposed in keyManager  
							
							
							
						 
						
							2021-09-03 15:05:34 +02:00  
				
					
						
							
							
								 
						
							
								fb62307730 
								
							 
						 
						
							
							
								
								fix: Check if client is disposed in a callback  
							
							... 
							
							
							
							This fixed an edge case in the tests. 
							
						 
						
							2021-09-02 06:43:06 +00:00  
				
					
						
							
							
								 
						
							
								9b7474e2f2 
								
							 
						 
						
							
							
								
								refactor: Update to dart 2.12 and opt out in all files  
							
							... 
							
							
							
							This also adds some missing license headers, I have detected while
using license header search&replace to add the
null safety opt out 
							
						 
						
							2021-08-18 08:09:39 +02:00  
				
					
						
							
							
								 
						
							
								08c808562b 
								
							 
						 
						
							
							
								
								fix: Typo in key backup requests  
							
							... 
							
							
							
							This may lead to messages not decrypting after interactive verification,
which would make the user manually press the request keys button. 
							
						 
						
							2021-08-03 13:18:15 +00:00  
				
					
						
							
							
								 
						
							
								8665f092f4 
								
							 
						 
						
							
							
								
								chore: matrix_api_lite 0.4.0  
							
							
							
						 
						
							2021-07-26 14:54:22 +02:00  
				
					
						
							
							
								 
						
							
								209035ffbd 
								
							 
						 
						
							
							
								
								refactor: Use official Dart isolates  
							
							... 
							
							
							
							The isolates package is discontinued and not compatible
with the newest Dart version.
dart:isolate is not an option because importing this
library makes it impossible to run the matrix
SDK on dart web native. It just won't
build. So we now just depend on
that the flutter app pass through the compute method. 
							
						 
						
							2021-07-21 12:34:43 +02:00  
				
					
						
							
							
								 
						
							
								c0c7f68bf3 
								
							 
						 
						
							
							
								
								chore: Rename to matrix  
							
							
							
						 
						
							2021-06-18 09:58:25 +02:00  
				
					
						
							
							
								 
						
							
								c3d47b16c6 
								
							 
						 
						
							
							
								
								CI: Use correct image  
							
							
							
						 
						
							2021-05-25 10:46:34 +02:00  
				
					
						
							
							
								 
						
							
								c66e35c16c 
								
							 
						 
						
							
							
								
								refactor: Create a clean database API  
							
							
							
						 
						
							2021-05-20 07:36:03 +00:00  
				
					
						
							
							
								 
						
							
								ffef732103 
								
							 
						 
						
							
							
								
								refactor: enable more linter rules  
							
							... 
							
							
							
							enable prefer_final_locals and prefer_final_in_for_each linter rules 
							
						 
						
							2021-04-14 10:29:29 +02:00  
				
					
						
							
							
								 
						
							
								0ceb2b26df 
								
							 
						 
						
							
							
								
								refactor: Constants names  
							
							
							
						 
						
							2021-03-30 12:43:50 +02:00  
				
					
						
							
							
								 
						
							
								c76dc0daa2 
								
							 
						 
						
							
							
								
								chore: Reduce needed database accessess  
							
							
							
						 
						
							2021-03-09 18:28:58 +01:00  
				
					
						
							
							
								 
						
							
								2d70360a8d 
								
							 
						 
						
							
							
								
								fix: Better detection if x-signing and megolm backup is enabled  
							
							
							
						 
						
							2021-02-10 13:35:45 +01:00  
				
					
						
							
							
								 
						
							
								8b13df8c9d 
								
							 
						 
						
							
							
								
								refactor: Add json parsing for encryption and encrypted content  
							
							
							
						 
						
							2021-01-08 13:26:25 +01:00  
				
					
						
							
							
								 
						
							
								9ffecd845a 
								
							 
						 
						
							
							
								
								chore: Update license header  
							
							
							
						 
						
							2021-01-04 10:34:50 +01:00  
				
					
						
							
							
								 
						
							
								e450a09fb5 
								
							 
						 
						
							
							
								
								refactor: External matrix api  
							
							
							
						 
						
							2021-01-04 10:26:29 +01:00  
				
					
						
							
							
								 
						
							
								08dcce6225 
								
							 
						 
						
							
							
								
								chore: Add more debugging logs  
							
							
							
						 
						
							2020-12-30 18:50:40 +01:00  
				
					
						
							
							
								 
						
							
								6723c01a31 
								
							 
						 
						
							
							
								
								feat: Lazy-send room keys, chunked and sorted by importance  
							
							
							
						 
						
							2020-12-29 14:46:36 +01:00  
				
					
						
							
							
								 
						
							
								68afe362ce 
								
							 
						 
						
							
							
								
								feat: Start megolm sessions while typing  
							
							
							
						 
						
							2020-12-28 16:14:07 +01:00