8cc863b1a3 
								
							 
						 
						
							
							
								
								feat: Store presences in  database  
							
							
							
						 
						
							2023-11-15 06:59:58 +01:00  
				
					
						
							
							
								 
						
							
								82492f92e1 
								
							 
						 
						
							
							
								
								chore: upgrade lints  
							
							
							
						 
						
							2023-11-02 10:20:33 +01:00  
				
					
						
							
							
								 
						
							
								b90c1b8ca7 
								
							 
						 
						
							
							
								
								fix: Do not display prevContent displayname and avatar for joined users  
							
							
							
						 
						
							2023-06-14 12:54:18 +02:00  
				
					
						
							
							
								 
						
							
								00cb292781 
								
							 
						 
						
							
							
								
								fix: Use MatrixLocalizations to calculate fallback user displayname  
							
							
							
						 
						
							2023-03-13 15:49:05 +00:00  
				
					
						
							
							
								 
						
							
								c5898f62b9 
								
							 
						 
						
							
							
								
								fix: Fake User object  
							
							
							
						 
						
							2023-02-13 15:32:01 +01:00  
				
					
						
							
							
								 
						
							
								6555f36d6d 
								
							 
						 
						
							
							
								
								feat: switch from pedantic to lints  
							
							
							
						 
						
							2022-08-15 14:15:51 +00:00  
				
					
						
							
							
								 
						
							
								58cfd1f688 
								
							 
						 
						
							
							
								
								refactor: Rename methods and get rid of all Future getter  
							
							
							
						 
						
							2022-06-08 08:30:05 +02:00  
				
					
						
							
							
								 
						
							
								fb18843b08 
								
							 
						 
						
							
							
								
								refactor: make sender getter async  
							
							
							
						 
						
							2022-06-02 08:13:21 +00:00  
				
					
						
							
							
								 
						
							
								907a0d2317 
								
							 
						 
						
							
							
								
								feat: Store timestamp in the presence events  
							
							... 
							
							
							
							This fixes the presence never being accurate in the app. 
							
						 
						
							2022-05-06 13:04:31 +02:00  
				
					
						
							
							
								 
						
							
								3bce8b4489 
								
							 
						 
						
							
							
								
								refactor: Remove unnecessary type checks and imports  
							
							
							
						 
						
							2021-12-23 11:46:45 +01:00  
				
					
						
							
							
								 
						
							
								13658b7da8 
								
							 
						 
						
							
							
								
								chore: Trim formatted username fallback  
							
							... 
							
							
							
							A user has a mxid with a trailing "-" which
becomes a whitespace here. We should
trim those whitespaces after formatting. 
							
						 
						
							2021-11-15 13:08:31 +01:00  
				
					
						
							
							
								 
						
							
								4cf88e2be6 
								
							 
						 
						
							
							
								
								feat: More advanced create chat methods  
							
							... 
							
							
							
							This includes a new simplified
API to create new direct and
group chats. It also handles
enabling encryption by
default. 
							
						 
						
							2021-11-09 15:39:42 +01:00  
				
					
						
							
							
								 
						
							
								9be87918f1 
								
							 
						 
						
							
							
								
								refactor: Make room in Event class not nullable  
							
							
							
						 
						
							2021-11-04 14:21:04 +01:00  
				
					
						
							
							
								 
						
							
								b6eed6daff 
								
							 
						 
						
							
							
								
								fix: don't escape @  
							
							
							
						 
						
							2021-10-28 16:46:15 +02:00  
				
					
						
							
							
								 
						
							
								6e20c53b01 
								
							 
						 
						
							
							
								
								refactor: remove redundant null checks  
							
							
							
						 
						
							2021-10-28 14:32:09 +02:00  
				
					
						
							
							
								 
						
							
								17fd1f22b3 
								
							 
						 
						
							
							
								
								refactor: make event nullsafe  
							
							
							
						 
						
							2021-10-25 10:10:25 +00:00  
				
					
						
							
							
								 
						
							
								8146aa05b8 
								
							 
						 
						
							
							
								
								refactor: make user nullsafe  
							
							
							
						 
						
							2021-10-14 10:27:34 +00:00  
				
					
						
							
							
								 
						
							
								3130139bde 
								
							 
						 
						
							
							
								
								refactor: prepare null safefy for user.dart  
							
							... 
							
							
							
							With this commit, the migration tool needs to do 8 fewer changes. 
							
						 
						
							2021-10-11 19:58:26 +00:00  
				
					
						
							
							
								 
						
							
								d8986f1d10 
								
							 
						 
						
							
							
								
								fix: Add type checkings for User.displayName  
							
							
							
						 
						
							2021-09-22 23:00:36 +00:00  
				
					
						
							
							
								 
						
							
								024e0de4b9 
								
							 
						 
						
							
							
								
								fix: Don't lag when sending messages in big rooms  
							
							... 
							
							
							
							The old mentionMap was very inefficient to build and scaled badly with
room member size. This resulted in noticable lag when sending any message
in a large room, no matter if it contained a message or not.
Now, the algorithm is severly optimized and mentions (and emotes) are
only loaded when actually used. 
							
						 
						
							2021-08-29 11:43:46 +02: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  
				
					
						
							
							
								 
						
							
								ee287a09b9 
								
							 
						 
						
							
							
								
								feat: Add support for nicer mentions  
							
							... 
							
							
							
							This PR adds support for nicer mentions in markdown: You can now
fetch the mention string of a user with `user.mention` which is
human-friendly (typically contains the display name), which will get
properly pillified upon passing through the markdown parser. 
							
						 
						
							2021-07-18 17:29:25 +02:00  
				
					
						
							
							
								 
						
							
								c0c7f68bf3 
								
							 
						 
						
							
							
								
								chore: Rename to matrix  
							
							
							
						 
						
							2021-06-18 09:58:25 +02: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  
				
					
						
							
							
								 
						
							
								9faf07e31a 
								
							 
						 
						
							
							
								
								refactor: New start direct chat method in client  
							
							
							
						 
						
							2021-02-06 10:48:36 +01:00  
				
					
						
							
							
								 
						
							
								03e17f890e 
								
							 
						 
						
							
							
								
								change: Deprecate senderName  
							
							
							
						 
						
							2021-01-15 14:24:30 +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  
				
					
						
							
							
								 
						
							
								405306f84e 
								
							 
						 
						
							
							
								
								feat: Add == operator to the Receipt, User and Room objects  
							
							
							
						 
						
							2020-12-19 12:15:50 +01:00  
				
					
						
							
							
								 
						
							
								ab8eb71fee 
								
							 
						 
						
							
							
								
								fix: Unban  
							
							
							
						 
						
							2020-11-22 21:05:34 +01:00  
				
					
						
							
							
								 
						
							
								b67ab870fa 
								
							 
						 
						
							
							
								
								fix: Use Uri.tryParse where applicable  
							
							
							
						 
						
							2020-11-19 15:20:27 +01:00  
				
					
						
							
							
								 
						
							
								26586b6f02 
								
							 
						 
						
							
							
								
								style: Change package:famedlysdk imports to relative imports  
							
							... 
							
							
							
							Changing the imports from `package:famedlysdk` to relative imports allows us to easier move the files
Took 2 minutes 
							
						 
						
							2020-08-13 10:40:39 +02:00  
				
					
						
							
							
								 
						
							
								fb9b505988 
								
							 
						 
						
							
							
								
								Krille/make client extend matrixapi  
							
							
							
						 
						
							2020-08-11 16:11:51 +00:00  
				
					
						
							
							
								 
						
							
								864151ec83 
								
							 
						 
						
							
							
								
								use prev_content to calculate displayname and avatar_url, if content unavailable  
							
							
							
						 
						
							2020-07-17 12:02:43 +02:00  
				
					
						
							
							
								 
						
							
								7e9c8f88f3 
								
							 
						 
						
							
							
								
								Implement calcDisplayname without local part  
							
							
							
						 
						
							2020-06-29 08:40:16 +00:00  
				
					
						
							
							
								 
						
							
								c6bf098644 
								
							 
						 
						
							
							
								
								Init matrix_api library  
							
							
							
						 
						
							2020-06-03 10:16:01 +00:00  
				
					
						
							
							
								 
						
							
								6f5ebe4681 
								
							 
						 
						
							
							
								
								[MxContent] Switch to Uri Extension  
							
							
							
						 
						
							2020-04-24 09:24:06 +02:00  
				
					
						
							
							
								 
						
							
								0e61885821 
								
							 
						 
						
							
							
								
								[User] Format displayname  
							
							
							
						 
						
							2020-04-23 09:46:10 +00:00  
				
					
						
							
							
								 
						
							
								a3c5add79e 
								
							 
						 
						
							
							
								
								[SDK] Refactoring with new linter rules  
							
							
							
						 
						
							2020-03-30 09:08:38 +00:00  
				
					
						
							
							
								 
						
							
								9395b8fcd3 
								
							 
						 
						
							
							
								
								[Identifier] Implement string extension  
							
							
							
						 
						
							2020-02-10 12:33:18 +01:00  
				
					
						
							
							
								 
						
							
								c3737499c4 
								
							 
						 
						
							
							
								
								[User] Kick and ban only available with correct membership  
							
							
							
						 
						
							2020-01-27 09:24:57 +01:00  
				
					
						
							
							
								 
						
							
								de2872cfee 
								
							 
						 
						
							
							
								
								Update lib/src/client.dart, lib/src/user.dart, lib/src/timeline.dart, lib/src/room.dart, lib/src/presence.dart, lib/src/event.dart, lib/src/utils/profile.dart, lib/src/utils/receipt.dart, test/client_test.dart, test/event_test.dart, test/presence_test.dart, test/room_test.dart, test/timeline_test.dart, test/user_test.dart files  
							
							
							
						 
						
							2020-01-04 17:56:17 +00:00