6db019ae23 
								
							 
						 
						
							
							
								
								feat: Implement new Matrix Dart SDK Database  
							
							... 
							
							
							
							fix: Edit last event breaks db
feat: Add native sqflite indexeddb database
feat: Split up preload and nonpreload room state boxes 
							
						 
						
							2023-12-06 12:11:47 +01:00  
				
					
						
							
							
								 
						
							
								8ac86a883d 
								
							 
						 
						
							
							
								
								feat: Implement member change type  
							
							... 
							
							
							
							For easier handling and
comparing of m.room.member
state events to better
know what these event
actually changes. 
							
						 
						
							2023-09-19 16:19:42 +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  
				
					
						
							
							
								 
						
							
								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  
				
					
						
							
							
								 
						
							
								0bd8848ec5 
								
							 
						 
						
							
							
								
								chore: Add voip connection tester.  
							
							
							
						 
						
							2022-12-01 14:14:08 +00:00  
				
					
						
							
							
								 
						
							
								476963069a 
								
							 
						 
						
							
							
								
								feat: support MSC 3935: cute events  
							
							... 
							
							
							
							- add cute event skeletron (`im.fluffychat.cute_events`)
- add cute events to default command batch
- this way, all SDK users can profit from cute events
- supported events: `hug`, `googly_eyes`, `cuddle`
Fixes:
https://rail.chat/@AgathaSorceress@eldritch.cafe/109336005433123570 
Signed-off-by: TheOneWithTheBraid <the-one@with-the-braid.cf> 
							
						 
						
							2022-11-21 09:17:07 +01:00  
				
					
						
							
							
								 
						
							
								e6182db16b 
								
							 
						 
						
							
							
								
								refactor: Remove deprecated fluffybox  
							
							
							
						 
						
							2022-10-28 12:56:20 +02:00  
				
					
						
							
							
								 
						
							
								f55bb4776a 
								
							 
						 
						
							
							
								
								feat: Support evaluating pushrules  
							
							... 
							
							
							
							fixes  #339  
						
							2022-10-17 04:29:20 +02: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  
				
					
						
							
							
								 
						
							
								e2efa3e758 
								
							 
						 
						
							
							
								
								Support group call.  
							
							
							
						 
						
							2022-06-13 15:26:25 +00:00  
				
					
						
							
							
								 
						
							
								8fd3bbe28c 
								
							 
						 
						
							
							
								
								feat: support HiveCollections as Database provider  
							
							... 
							
							
							
							- support Hive's new `CollectionBox` and `BoxCollection`
Signed-off-by: Lanna Michalke <l.michalke@famedly.com> 
							
						 
						
							2022-05-21 20:19:52 +02: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  
				
					
						
							
							
								 
						
							
								ac16724841 
								
							 
						 
						
							
							
								
								chore: make Client.accountData read-only  
							
							... 
							
							
							
							- for external access, Client.accountData should be read only
- added corresponding getter and private Map
Signed-off-by: Lanna Michalke <l.michalke@famedly.com> 
							
						 
						
							2022-05-03 03:29:20 +02:00  
				
					
						
							
							
								 
						
							
								c5a6cc9a52 
								
							 
						 
						
							
							
								
								Merge branch 'krille/get-event-from-push' into 'main'  
							
							... 
							
							
							
							feat: Get event from push notification
See merge request famedly/company/frontend/famedlysdk!1008 
							
						 
						
							2022-04-14 15:08:46 +00:00  
				
					
						
							
							
								 
						
							
								5973e629fe 
								
							 
						 
						
							
							
								
								feat: Get event from push notification  
							
							
							
						 
						
							2022-04-14 17:01:05 +02:00  
				
					
						
							
							
								 
						
							
								059a240214 
								
							 
						 
						
							
							
								
								feat: Add more localization strings and add default matrix localizations  
							
							
							
						 
						
							2022-04-14 07:54:15 +02:00  
				
					
						
							
							
								 
						
							
								7efe123274 
								
							 
						 
						
							
							
								
								Merge branch 'main' into voip/add-voip-function  
							
							
							
						 
						
							2021-11-30 22:31:10 +08:00  
				
					
						
							
							
								 
						
							
								72584d679c 
								
							 
						 
						
							
							
								
								chore: bump version for webrtc_interface.  
							
							
							
						 
						
							2021-11-26 20:33:57 +08:00  
				
					
						
							
							
								 
						
							
								01eb851364 
								
							 
						 
						
							
							
								
								fix:  
							
							
							
						 
						
							2021-11-23 15:48:18 +01:00  
				
					
						
							
							
								 
						
							
								b99a78476a 
								
							 
						 
						
							
							
								
								refactor: Remove Sembast database implementation  
							
							... 
							
							
							
							It was a nice experiment but it
loading everything into memory
is just too slow for big
accounts. 
							
						 
						
							2021-11-18 19:55:21 +01:00  
				
					
						
							
							
								 
						
							
								f5051a5afe 
								
							 
						 
						
							
							
								
								feat: Implement sembast store  
							
							... 
							
							
							
							refactor: Use typed store 
							
						 
						
							2021-11-16 09:50:25 +01:00  
				
					
						
							
							
								 
						
							
								6ee5771334 
								
							 
						 
						
							
							
								
								Merge branch 'nico/nullsafe' into 'main'  
							
							... 
							
							
							
							Make SDK nullsafe
Closes  #201 
See merge request famedly/company/frontend/famedlysdk!867 
							
						 
						
							2021-10-28 16:25:25 +00:00  
				
					
						
							
							
								 
						
							
								6abd9e7e22 
								
							 
						 
						
							
							
								
								refactor: nullsafe event test  
							
							
							
						 
						
							2021-10-28 03:44:01 +02:00  
				
					
						
							
							
								 
						
							
								06281d1361 
								
							 
						 
						
							
							
								
								refactor: add export & order package exports  
							
							
							
						 
						
							2021-10-25 17:51:20 +02:00  
				
					
						
							
							
								 
						
							
								c6e0359522 
								
							 
						 
						
							
							
								
								refactor: Change event status to enum  
							
							
							
						 
						
							2021-10-14 13:31:07 +00:00  
				
					
						
							
							
								 
						
							
								66f29c7685 
								
							 
						 
						
							
							
								
								refactor: move voip content in its own file  
							
							
							
						 
						
							2021-10-08 14:26:23 +02:00  
				
					
						
							
							
								 
						
							
								e13b00d127 
								
							 
						 
						
							
							
								
								refactor: Make RoomUpdate class null safe by removing it  
							
							... 
							
							
							
							RoomUpdate came from a time where we had no data model for
SyncUpdates but now we have and therefore this class is just
code duplication. This removes the class
and uses the SyncRoomUpdate class from
the package matrix_api_lite instead.
It needed a lot of refactoring at some places
where I also have removed some unnecessary null or type checks. 
							
						 
						
							2021-09-08 12:31:55 +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  
				
					
						
							
							
								 
						
							
								86041513f8 
								
							 
						 
						
							
							
								
								refactor: Remove deprecated moor database  
							
							... 
							
							
							
							We have used some data models which were only used in moor in the tests.
I needed to rewrite them in the original data as well.
Also now the "fake database" on native is the same like on web now with hive. 
							
						 
						
							2021-08-17 10:11:59 +02:00  
				
					
						
							
							
								 
						
							
								6d6830505f 
								
							 
						 
						
							
							
								
								refactor: implement http timeouts in this package  
							
							
							
						 
						
							2021-07-26 15:33:36 +02:00  
				
					
						
							
							
								 
						
							
								a1594fd9ac 
								
							 
						 
						
							
							
								
								feat: Add general image pack handling as per MSC2545  
							
							... 
							
							
							
							This also deprecates the old ways to access just emoticons, as the MSC
now covers both emoticons and stickers! 
							
						 
						
							2021-07-18 18:46:32 +02:00  
				
					
						
							
							
								 
						
							
								c0c7f68bf3 
								
							 
						 
						
							
							
								
								chore: Rename to matrix  
							
							
							
						 
						
							2021-06-18 09:58:25 +02:00