1bde841cb2 
								
							 
						 
						
							
							
								
								fix: properly fetch participants when transitioning from invite to join  
							
							... 
							
							
							
							We used to add app the member counts of invited users and joined users,
which would make us assume the participants list is complete. Which
would mean we always return the wrong state.
Additionally there is no need to rely on if we have a cached response.
Instead we always only check for completeness instead of possibly
returning stale responses just because we fetched the members once. 
							
						 
						
							2024-03-04 17:55:29 +01:00  
				
					
						
							
							
								 
						
							
								582963ab91 
								
							 
						 
						
							
							
								
								fix: Do not compare timestamps when setting roomstate  
							
							... 
							
							
							
							We now handle state in the correct order in the sync handler. Using the
timestamp lead to false results when we still generated a default
timestamp of "now" for events, however even without that state events
can have an older timestamp like when accepting an invite on a server
with the clock behind by a minute and we should instead rely on the sync
handler giving us state in the right order. 
							
						 
						
							2024-03-04 17:53:23 +01:00  
				
					
						
							
							
								 
						
							
								6f82e92f2c 
								
							 
						 
						
							
							
								
								fix: properly overwrite loaded state for partial loaded rooms  
							
							... 
							
							
							
							Otherwise invites, which get converted to normal rooms, might still have
old member events set in memory, that don't match the current state. 
							
						 
						
							2024-03-04 17:52:06 +01:00  
				
					
						
							
							
								 
						
							
								5ffa99d994 
								
							 
						 
						
							
							
								
								fix: Do not assume a missing timestamp means "now"  
							
							... 
							
							
							
							This causes issues with state handling as we prefer the newer event. It
also has knock-on effects in other places. Instead set such events to
have an obviously invalid timestamp, which makes issues easier to
identify.
This may break invites showing a timestamp or the timestamps for just
sent events, if you rely on the timestamp getting set to "now". 
							
						 
						
							2024-03-04 17:49:50 +01:00  
				
					
						
							
							
								 
						
							
								23bc6ef465 
								
							 
						 
						
							
							
								
								Merge pull request  #1725  from famedly/release/v0.25.12  
							
							... 
							
							
							
							build: Bump version 
							
						 
						
							2024-03-01 12:22:13 +01:00  
				
					
						
							
							
								 
						
							
								d51151c08b 
								
							 
						 
						
							
							
								
								build: Bump version  
							
							
							
						 
						
							2024-03-01 12:15:27 +01:00  
				
					
						
							
							
								 
						
							
								3000b5b7f1 
								
							 
						 
						
							
							
								
								Merge pull request  #1708  from famedly/pat/archive-room-names  
							
							... 
							
							
							
							fix: Use name of other participant on archived rooms 
							
						 
						
							2024-03-01 12:13:55 +01:00  
				
					
						
							
							
								 
						
							
								81f33951bb 
								
							 
						 
						
							
							
								
								Merge branch 'main' into pat/archive-room-names  
							
							
							
						 
						
							2024-03-01 12:03:00 +01:00  
				
					
						
							
							
								 
						
							
								62377ac5f2 
								
							 
						 
						
							
							
								
								Merge pull request  #1724  from famedly/krille/pass-refresh-token-uia-login  
							
							... 
							
							
							
							chore: pass refreshToken to uiaLogin 
							
						 
						
							2024-02-29 14:25:58 +01:00  
				
					
						
							
							
								 
						
							
								4b44af0eb8 
								
							 
						 
						
							
							
								
								chore: pass refreshToken to uiaLogin  
							
							
							
						 
						
							2024-02-29 14:10:48 +01:00  
				
					
						
							
							
								 
						
							
								78c610ab92 
								
							 
						 
						
							
							
								
								Merge branch 'main' into pat/archive-room-names  
							
							
							
						 
						
							2024-02-29 12:03:45 +01:00  
				
					
						
							
							
								 
						
							
								18ce3607c6 
								
							 
						 
						
							
							
								
								fix: removed prev_sender for empty chats  
							
							
							
						 
						
							2024-02-29 11:57:32 +01:00  
				
					
						
							
							
								 
						
							
								47c210817d 
								
							 
						 
						
							
							
								
								Merge pull request  #1722  from famedly/krille/refactor-dart-update  
							
							... 
							
							
							
							refactor: Deprecations after dart upgrade 
							
						 
						
							2024-02-28 12:56:57 +01:00  
				
					
						
							
							
								 
						
							
								1b93471d64 
								
							 
						 
						
							
							
								
								refactor: Deprecations after dart upgrade  
							
							
							
						 
						
							2024-02-28 12:37:54 +01:00  
				
					
						
							
							
								 
						
							
								af2215e6ef 
								
							 
						 
						
							
							
								
								Merge pull request  #1719  from famedly/release/v0.25.11  
							
							... 
							
							
							
							Release 0.25.11 
							
						 
						
							2024-02-26 12:42:17 +01:00  
				
					
						
							
							
								 
						
							
								2687381274 
								
							 
						 
						
							
							
								
								build: Bump version  
							
							
							
						 
						
							2024-02-26 12:34:48 +01:00  
				
					
						
							
							
								 
						
							
								033fef7cd0 
								
							 
						 
						
							
							
								
								Merge pull request  #1715  from famedly/karthi/add-versions-env  
							
							... 
							
							
							
							ci: add versions.env to unify flutter and dart versions 
							
						 
						
							2024-02-23 19:26:21 +05:30  
				
					
						
							
							
								 
						
							
								9876d9c90f 
								
							 
						 
						
							
							
								
								ci: add versions.env to unify flutter and dart versions  
							
							
							
						 
						
							2024-02-23 19:19:31 +05:30  
				
					
						
							
							
								 
						
							
								72b5a5e8e7 
								
							 
						 
						
							
							
								
								Merge pull request  #1707  from famedly/krille/implement-refresh-access-token  
							
							... 
							
							
							
							feat: Implement handling soft logout 
							
						 
						
							2024-02-23 13:13:50 +01:00  
				
					
						
							
							
								 
						
							
								65c56f3630 
								
							 
						 
						
							
							
								
								feat: Store accesstokenExpiresIn and call softlogout 5 minutes before  
							
							
							
						 
						
							2024-02-23 13:06:38 +01:00  
				
					
						
							
							
								 
						
							
								38b1eb75e5 
								
							 
						 
						
							
							
								
								feat: Implement handling soft logout  
							
							
							
						 
						
							2024-02-23 13:06:38 +01:00  
				
					
						
							
							
								 
						
							
								d7596923ad 
								
							 
						 
						
							
							
								
								Merge pull request  #1712  from ggurdin/ggurdin/indexeddb-clear-fix  
							
							... 
							
							
							
							fix: convert boxNames to List in clear function when creating transaction 
							
						 
						
							2024-02-23 13:00:29 +01:00  
				
					
						
							
							
								 
						
							
								4a4eb53dad 
								
							 
						 
						
							
							
								
								fix: convert boxNames to List in clear function when creating transaction  
							
							
							
						 
						
							2024-02-23 12:53:37 +01:00  
				
					
						
							
							
								 
						
							
								8987757a17 
								
							 
						 
						
							
							
								
								Merge pull request  #1713  from famedly/release/v0.25.10  
							
							... 
							
							
							
							build: Bump version to 0.25.10 
							
						 
						
							2024-02-23 08:11:53 +01:00  
				
					
						
							
							
								 
						
							
								a6479408e4 
								
							 
						 
						
							
							
								
								build: Bump version to 0.25.10  
							
							
							
						 
						
							2024-02-23 12:11:36 +05:30  
				
					
						
							
							
								 
						
							
								b478342dcf 
								
							 
						 
						
							
							
								
								Merge pull request  #1711  from famedly/karthi/create-room-history-visbility  
							
							... 
							
							
							
							feat: specify history_visibility when creating group chat 
							
						 
						
							2024-02-22 10:59:17 +01:00  
				
					
						
							
							
								 
						
							
								b82d8bff0b 
								
							 
						 
						
							
							
								
								feat: specify history_visibility when creating group chat  
							
							
							
						 
						
							2024-02-22 15:22:10 +05:30  
				
					
						
							
							
								 
						
							
								41e8997117 
								
							 
						 
						
							
							
								
								Merge pull request  #1709  from famedly/krille/add-codeowners  
							
							... 
							
							
							
							chore: Add codeowners 
							
						 
						
							2024-02-22 08:18:42 +01:00  
				
					
						
							
							
								 
						
							
								8d95910086 
								
							 
						 
						
							
							
								
								chore: Add codeowners  
							
							
							
						 
						
							2024-02-21 13:06:58 +01:00  
				
					
						
							
							
								 
						
							
								9b9e311010 
								
							 
						 
						
							
							
								
								fix: updated membership-leave for archived direct chats  
							
							
							
						 
						
							2024-02-21 08:16:10 +01:00  
				
					
						
							
							
								 
						
							
								0ed3498756 
								
							 
						 
						
							
							
								
								Merge pull request  #1710  from famedly/td/removeStateEventsFromPreview  
							
							... 
							
							
							
							chore: remove state events both in imp and preview events list 
							
						 
						
							2024-02-20 16:00:53 +05:30  
				
					
						
							
							
								 
						
							
								3fba9a55b3 
								
							 
						 
						
							
							
								
								chore: remove state events both in imp and preview events list  
							
							
							
						 
						
							2024-02-20 06:54:11 +05:30  
				
					
						
							
							
								 
						
							
								77561ced07 
								
							 
						 
						
							
							
								
								fix: Use name of other participant on archived rooms  
							
							
							
						 
						
							2024-02-16 11:47:26 +01:00  
				
					
						
							
							
								 
						
							
								5220f2d127 
								
							 
						 
						
							
							
								
								Merge pull request  #1705  from famedly/release/v0.25.9  
							
							... 
							
							
							
							Bump changelog to v0.25.9 
							
						 
						
							2024-02-14 09:44:45 +01:00  
				
					
						
							
							
								 
						
							
								7ffabce992 
								
							 
						 
						
							
							
								
								build: Bump changelog to v0.25.9  
							
							
							
						 
						
							2024-02-14 12:00:07 +03:30  
				
					
						
							
							
								 
						
							
								38b9e773f5 
								
							 
						 
						
							
							
								
								Merge pull request  #1704  from famedly/td/forgiveNotKill  
							
							... 
							
							
							
							fix: ignore expired calls rather than killing them 
							
						 
						
							2024-02-14 11:51:53 +03:30  
				
					
						
							
							
								 
						
							
								aa77812e8e 
								
							 
						 
						
							
							
								
								fix: ignore expired calls rather than killing them  
							
							
							
						 
						
							2024-02-14 03:27:09 +05:30  
				
					
						
							
							
								 
						
							
								e542e91622 
								
							 
						 
						
							
							
								
								Merge pull request  #1703  from famedly/td/fixSyncGlareTerminator  
							
							... 
							
							
							
							fix: group calls terminator having sync glares 
							
						 
						
							2024-02-13 15:11:10 +01:00  
				
					
						
							
							
								 
						
							
								c2a2e419cb 
								
							 
						 
						
							
							
								
								fix: group calls terminator having sync glares  
							
							... 
							
							
							
							this will be removed with the new calls, we should ignore expired calls rather than cleaning up unless you have complete ownership of the event 
							
						 
						
							2024-02-13 11:34:28 +01:00  
				
					
						
							
							
								 
						
							
								231399fe16 
								
							 
						 
						
							
							
								
								Merge pull request  #1702  from famedly/release/v0.25.8  
							
							... 
							
							
							
							build: Bump changelog to v0.25.8 
							
						 
						
							2024-01-31 14:07:13 +01:00  
				
					
						
							
							
								 
						
							
								af0d316044 
								
							 
						 
						
							
							
								
								build: Bump changelog to v0.25.8  
							
							
							
						 
						
							2024-01-31 14:00:39 +01:00  
				
					
						
							
							
								 
						
							
								5256602946 
								
							 
						 
						
							
							
								
								Merge pull request  #1700  from famedly/krille/display-call-events-as-last-events-by-default  
							
							... 
							
							
							
							chore: Use some call events as last events 
							
						 
						
							2024-01-31 13:59:48 +01:00  
				
					
						
							
							
								 
						
							
								bef9a79f82 
								
							 
						 
						
							
							
								
								chore: Use some call events as last events  
							
							
							
						 
						
							2024-01-31 13:48:19 +01:00  
				
					
						
							
							
								 
						
							
								8d31ee3351 
								
							 
						 
						
							
							
								
								Merge pull request  #1701  from TheOneWithTheBraid/braid/encryption-helper-nested-void  
							
							... 
							
							
							
							fix: nested void function in encryption helper 
							
						 
						
							2024-01-31 13:36:12 +01:00  
				
					
						
							
							
								 
						
							
								5dc95dea3f 
								
							 
						 
						
							
							
								
								fix: nested void function in encryption helper  
							
							... 
							
							
							
							- remove the accidentally nested void in the ffiInit implementation
Signed-off-by: The one with the braid <info@braid.business> 
							
						 
						
							2024-01-31 13:29:46 +01:00  
				
					
						
							
							
								 
						
							
								4250ad5bed 
								
							 
						 
						
							
							
								
								Merge pull request  #1699  from famedly/release/v0-25-7  
							
							... 
							
							
							
							build: Bump version and add changelog 
							
						 
						
							2024-01-29 15:18:53 +01:00  
				
					
						
							
							
								 
						
							
								50096bfdf8 
								
							 
						 
						
							
							
								
								build: Bump version and add changelog  
							
							
							
						 
						
							2024-01-29 14:57:51 +01:00  
				
					
						
							
							
								 
						
							
								0f50119932 
								
							 
						 
						
							
							
								
								Merge pull request  #1698  from famedly/krille/skip-invalid-keys  
							
							... 
							
							
							
							fix: Skip invalid keys which got corrupted in database 
							
						 
						
							2024-01-26 11:01:21 +01:00  
				
					
						
							
							
								 
						
							
								d94e6d2ac8 
								
							 
						 
						
							
							
								
								fix: Skip invalid keys which got corrupted in database  
							
							
							
						 
						
							2024-01-26 09:41:55 +01:00  
				
					
						
							
							
								 
						
							
								566f960b92 
								
							 
						 
						
							
							
								
								Merge pull request  #1676  from TheOneWithTheBraid/braid/sqflite-encryption-helper  
							
							... 
							
							
							
							feat: add SQfLite encryption helper 
							
						 
						
							2024-01-24 10:51:03 +01:00