rustdesk 
							
						 
					 
					
						
						
						
						
							
						
						
							bdf8bbe26f 
							
						 
					 
					
						
						
							
							custom android  
						
						
						
						
					 
					
						2024-04-17 12:49:25 +08:00 
						 
				 
			
				
					
						
							
							
								rustdesk 
							
						 
					 
					
						
						
						
						
							
						
						
							7bb4e22a77 
							
						 
					 
					
						
						
							
							fix ci  
						
						
						
						
					 
					
						2024-04-16 22:53:01 +08:00 
						 
				 
			
				
					
						
							
							
								Tom-Brian Garcia 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							c972452310 
							
						 
					 
					
						
						
							
							fix: do not call WakeLock on Web (mobile) ( #7668 )  
						
						... 
						
						
						
						* fix: do not call WakeLock on Web (mobile)
* fix: do not call WakeLock on Web (mobile) - replaced isMobile by !isWeb 
						
						
					 
					
						2024-04-10 21:32:05 +08:00 
						 
				 
			
				
					
						
							
							
								fufesou 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							129548764e 
							
						 
					 
					
						
						
							
							fix build ( #7597 )  
						
						... 
						
						
						
						Signed-off-by: fufesou <shuanglongchen@yeah.net> 
						
						
					 
					
						2024-04-03 22:20:56 +08:00 
						 
				 
			
				
					
						
							
							
								fufesou 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							6e44a91d0b 
							
						 
					 
					
						
						
							
							Refact. Flutter web desktop ( #7539 )  
						
						... 
						
						
						
						* Refact. Flutter web desktop
Signed-off-by: fufesou <shuanglongchen@yeah.net>
* Flutter web, prevent default context menu
Signed-off-by: fufesou <shuanglongchen@yeah.net>
---------
Signed-off-by: fufesou <shuanglongchen@yeah.net> 
						
						
					 
					
						2024-03-28 11:38:11 +08:00 
						 
				 
			
				
					
						
							
							
								fufesou 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							e86d4657da 
							
						 
					 
					
						
						
							
							Refact. Flutter web, key input ( #7511 )  
						
						... 
						
						
						
						Signed-off-by: fufesou <shuanglongchen@yeah.net> 
						
						
					 
					
						2024-03-26 10:45:06 +08:00 
						 
				 
			
				
					
						
							
							
								fufesou 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							85cafda168 
							
						 
					 
					
						
						
							
							Refact. Flutter web, mid commit ( #7494 )  
						
						... 
						
						
						
						Signed-off-by: fufesou <shuanglongchen@yeah.net> 
						
						
					 
					
						2024-03-24 11:23:06 +08:00 
						 
				 
			
				
					
						
							
							
								fufesou 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							a15cd62fd4 
							
						 
					 
					
						
						
							
							Refact. Flutter web, mid commit ( #7482 )  
						
						... 
						
						
						
						Signed-off-by: fufesou <shuanglongchen@yeah.net> 
						
						
					 
					
						2024-03-23 10:08:55 +08:00 
						 
				 
			
				
					
						
							
							
								21pages 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							41da6d552f 
							
						 
					 
					
						
						
							
							shared address book ( #7229 )  
						
						... 
						
						
						
						Signed-off-by: 21pages <pages21@163.com> 
						
						
					 
					
						2024-03-20 15:05:54 +08:00 
						 
				 
			
				
					
						
							
							
								21pages 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							dcbe2805e6 
							
						 
					 
					
						
						
							
							improve waiting for image when only one image received  ( #7340 )  
						
						... 
						
						
						
						* fix padding of mobile server page PopupMenuItem
Signed-off-by: 21pages <pages21@163.com>
* improve waiting for image when only one image received
* For flutter texture late creation: create texture between session add and session start, it works not in principle but in test.
* For late PeerInfo handling
	a. rgba texture render: allow zero size in on_rgba
	b. gpu texture render and rgba buffer render doesn't check size currently
* Fix wrong valid flag of first frame in rgba texture render
Other issues:
* decodeImageFromPixels may fail on first image
* Correct width/height when resolution changes
Signed-off-by: 21pages <pages21@163.com>
---------
Signed-off-by: 21pages <pages21@163.com> 
						
						
					 
					
						2024-03-08 17:24:02 +08:00 
						 
				 
			
				
					
						
							
							
								rustdesk 
							
						 
					 
					
						
						
						
						
							
						
						
							a28c9f8f36 
							
						 
					 
					
						
						
							
							remove more "rustdesk" built-in  
						
						
						
						
					 
					
						2024-02-25 13:29:06 +08:00 
						 
				 
			
				
					
						
							
							
								Sahil Yeole 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							4bf3764b5d 
							
						 
					 
					
						
						
							
							Feat: Windows connect to a specific user session ( #6825 )  
						
						... 
						
						
						
						* feat windows connect to specific user session
Signed-off-by: Sahil Yeole <sahilyeole93@gmail.com>
* fix import
Signed-off-by: Sahil Yeole <sahilyeole93@gmail.com>
* fix multiple user session fields
Signed-off-by: Sahil Yeole <sahilyeole93@gmail.com>
* fix build
Signed-off-by: Sahil Yeole <sahilyeole93@gmail.com>
* fix build
Signed-off-by: Sahil Yeole <sahilyeole93@gmail.com>
* fix file transfer
Signed-off-by: Sahil Yeole <sahilyeole93@gmail.com>
* fix text color on light theme
Signed-off-by: Sahil Yeole <sahilyeole93@gmail.com>
* feat windows connect to specific user session code changes and sciter support
Signed-off-by: Sahil Yeole <sahilyeole93@gmail.com>
* update texts
Signed-off-by: Sahil Yeole <sahilyeole93@gmail.com>
* fix sciter selected user session
Signed-off-by: Sahil Yeole <sahilyeole93@gmail.com>
* add translations
Signed-off-by: Sahil Yeole <sahilyeole93@gmail.com>
* Use Y,N options
* feat windows specific user code changes
Signed-off-by: Sahil Yeole <sahilyeole93@gmail.com>
* Update dialog.dart
* Update connection.rs
* Update connection.rs
* feat windows specific user code changes
Signed-off-by: Sahil Yeole <sahilyeole93@gmail.com>
* fix sciter
Signed-off-by: Sahil Yeole <sahilyeole93@gmail.com>
* use lr.union
Signed-off-by: Sahil Yeole <sahilyeole93@gmail.com>
* remove unused peer options
Signed-off-by: Sahil Yeole <sahilyeole93@gmail.com>
* select user only when authorised and no existing connection
Signed-off-by: Sahil Yeole <sahilyeole93@gmail.com>
* check for multiple users only once
Signed-off-by: Sahil Yeole <sahilyeole93@gmail.com>
* optimise and add check for client version
Signed-off-by: Sahil Yeole <sahilyeole93@gmail.com>
* use misc option message
Signed-off-by: Sahil Yeole <sahilyeole93@gmail.com>
* update rdp user session proto
Signed-off-by: Sahil Yeole <sahilyeole93@gmail.com>
* fix show cm on user session
Signed-off-by: Sahil Yeole <sahilyeole93@gmail.com>
* Update pl.rs
* update on_message
Signed-off-by: Sahil Yeole <sahilyeole93@gmail.com>
* fix cm
Signed-off-by: Sahil Yeole <sahilyeole93@gmail.com>
* remove user_session_id
Signed-off-by: Sahil Yeole <sahilyeole93@gmail.com>
* fix cm
Signed-off-by: Sahil Yeole <sahilyeole93@gmail.com>
* fix multiple connections
Signed-off-by: Sahil Yeole <sahilyeole93@gmail.com>
---------
Signed-off-by: Sahil Yeole <sahilyeole93@gmail.com> 
						
						
					 
					
						2024-02-14 23:59:17 +08:00 
						 
				 
			
				
					
						
							
							
								21pages 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							1f557888f5 
							
						 
					 
					
						
						
							
							update pubspec.lock, remove some deprecated ( #7110 )  
						
						... 
						
						
						
						* fix some warnings and some deprecated reported by `flutter analyze`
Signed-off-by: 21pages <pages21@163.com>
* pubspec.lock changes from flutter 3.16.9
Signed-off-by: 21pages <pages21@163.com>
* pubspec.lock changes from `flutter pub upgrade`
Signed-off-by: 21pages <pages21@163.com>
---------
Signed-off-by: 21pages <pages21@163.com> 
						
						
					 
					
						2024-02-12 21:39:19 +08:00 
						 
				 
			
				
					
						
							
							
								rustdesk 
							
						 
					 
					
						
						
						
						
							
						
						
							44e6b7dbb0 
							
						 
					 
					
						
						
							
							2fa for unattended access  
						
						
						
						
					 
					
						2024-01-19 15:35:58 +08:00 
						 
				 
			
				
					
						
							
							
								Sahil Yeole 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							ce0fc14a8a 
							
						 
					 
					
						
						
							
							scrollable scam warning dialog ( #6850 )  
						
						... 
						
						
						
						Signed-off-by: Sahil Yeole <sahilyeole93@gmail.com> 
						
						
					 
					
						2024-01-11 12:05:30 +08:00 
						 
				 
			
				
					
						
							
							
								Sahil Yeole 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							352de75fdd 
							
						 
					 
					
						
						
							
							fix height ( #6846 )  
						
						
						
						
					 
					
						2024-01-10 09:26:01 +08:00 
						 
				 
			
				
					
						
							
							
								Sahil Yeole 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							bdf6f5c3b9 
							
						 
					 
					
						
						
							
							Fix: android scam warning not showing on toggling screen capture ( #6750 )  
						
						... 
						
						
						
						* fix scam warning not showing on toggling screen capture
* fix scam warning not showing on toggling screen capture
* fix scam warning not showing on toggling screen capture
* fix scam warning not showing on toggling screen capture 
						
						
					 
					
						2023-12-26 10:19:05 +08:00 
						 
				 
			
				
					
						
							
							
								Sahil Yeole 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							c168b7e979 
							
						 
					 
					
						
						
							
							Autocomplete container UI changes ( #6690 )  
						
						... 
						
						
						
						* add left & right padding to autocomplete peer and format
Signed-off-by: Sahil Yeole <sahilyeole93@gmail.com>
* handle max height for autocomplete equal padding, add box shadow and format
Signed-off-by: Sahil Yeole <sahilyeole93@gmail.com>
---------
Signed-off-by: Sahil Yeole <sahilyeole93@gmail.com> 
						
						
					 
					
						2023-12-17 09:22:18 +08:00 
						 
				 
			
				
					
						
							
							
								21pages 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							03c8d94024 
							
						 
					 
					
						
						
							
							mobile/desktop use same 'other default settings' ( #6652 )  
						
						... 
						
						
						
						1. mobile add 'reverse mouse wheel' default setting
2. change related menu position
Signed-off-by: 21pages <pages21@163.com> 
						
						
					 
					
						2023-12-11 15:32:13 +08:00 
						 
				 
			
				
					
						
							
							
								rustdesk 
							
						 
					 
					
						
						
						
						
							
						
						
							2e146190e1 
							
						 
					 
					
						
						
							
							swap left right mouse button  
						
						
						
						
					 
					
						2023-12-11 11:22:27 +08:00 
						 
				 
			
				
					
						
							
							
								rustdesk 
							
						 
					 
					
						
						
						
						
							
						
						
							93aac0bc99 
							
						 
					 
					
						
						
							
							fix   #616 : support QR for uri link  
						
						
						
						
					 
					
						2023-12-03 22:33:52 +08:00 
						 
				 
			
				
					
						
							
							
								fufesou 
							
						 
					 
					
						
						
						
						
							
						
						
							5e103a5ccb 
							
						 
					 
					
						
						
							
							fix, mobile, switch display  
						
						... 
						
						
						
						Signed-off-by: fufesou <shuanglongchen@yeah.net> 
						
						
					 
					
						2023-11-29 12:30:41 +08:00 
						 
				 
			
				
					
						
							
							
								21pages 
							
						 
					 
					
						
						
						
						
							
						
						
							ec15412755 
							
						 
					 
					
						
						
							
							fix mobile os password edit action  
						
						... 
						
						
						
						Signed-off-by: 21pages <pages21@163.com> 
						
						
					 
					
						2023-11-22 16:46:17 +08:00 
						 
				 
			
				
					
						
							
							
								fufesou 
							
						 
					 
					
						
						
						
						
							
						
						
							38182ba020 
							
						 
					 
					
						
						
							
							tmp fix, mobile soft keyboard focus  
						
						... 
						
						
						
						Signed-off-by: fufesou <shuanglongchen@yeah.net> 
						
						
					 
					
						2023-11-17 14:43:23 +08:00 
						 
				 
			
				
					
						
							
							
								fufesou 
							
						 
					 
					
						
						
						
						
							
						
						
							722c789448 
							
						 
					 
					
						
						
							
							add comment  
						
						... 
						
						
						
						Signed-off-by: fufesou <shuanglongchen@yeah.net> 
						
						
					 
					
						2023-11-16 23:39:07 +08:00 
						 
				 
			
				
					
						
							
							
								fufesou 
							
						 
					 
					
						
						
						
						
							
						
						
							faa4c36956 
							
						 
					 
					
						
						
							
							fix, android_soft_keyboard_input, maybe flutter 3.13.*  
						
						... 
						
						
						
						Signed-off-by: fufesou <shuanglongchen@yeah.net> 
						
						
					 
					
						2023-11-16 23:08:09 +08:00 
						 
				 
			
				
					
						
							
							
								fufesou 
							
						 
					 
					
						
						
						
						
							
						
						
							e2382a1465 
							
						 
					 
					
						
						
							
							refact, mobile, privacy mode menu  
						
						... 
						
						
						
						Signed-off-by: fufesou <shuanglongchen@yeah.net> 
						
						
					 
					
						2023-11-14 17:35:16 +08:00 
						 
				 
			
				
					
						
							
							
								mcfans 
							
						 
					 
					
						
						
						
						
							
						
						
							b522de3b56 
							
						 
					 
					
						
						
							
							Merge remote-tracking branch 'upstream/master'  
						
						... 
						
						
						
						# Conflicts:
#	Cargo.lock
#	src/server/connection.rs 
						
						
					 
					
						2023-11-07 12:13:15 +08:00 
						 
				 
			
				
					
						
							
							
								rustdesk 
							
						 
					 
					
						
						
						
						
							
						
						
							d7e8d4d5c3 
							
						 
					 
					
						
						
							
							fix   #6198  
						
						
						
						
					 
					
						2023-11-06 20:12:01 +08:00 
						 
				 
			
				
					
						
							
							
								Sahil Yeole 
							
						 
					 
					
						
						
						
						
							
						
						
							b1682d5794 
							
						 
					 
					
						
						
							
							listen and connect to uni link mobile  
						
						... 
						
						
						
						Signed-off-by: Sahil Yeole <sahilyeole93@gmail.com> 
						
						
					 
					
						2023-11-02 23:57:31 +05:30 
						 
				 
			
				
					
						
							
							
								21pages 
							
						 
					 
					
						
						
						
						
							
						
						
							36f7d64352 
							
						 
					 
					
						
						
							
							opt "True color" translation  
						
						... 
						
						
						
						Signed-off-by: 21pages <pages21@163.com> 
						
						
					 
					
						2023-11-01 11:46:51 +08:00 
						 
				 
			
				
					
						
							
							
								rustdesk 
							
						 
					 
					
						
						
						
						
							
						
						
							c2703d215b 
							
						 
					 
					
						
						
							
							bump flutter to 3.13.9 and bridge to 1.79  
						
						
						
						
					 
					
						2023-10-31 21:10:23 +08:00 
						 
				 
			
				
					
						
							
							
								21pages 
							
						 
					 
					
						
						
						
						
							
						
						
							f05f86dc80 
							
						 
					 
					
						
						
							
							444  
						
						... 
						
						
						
						Signed-off-by: 21pages <pages21@163.com> 
						
						
					 
					
						2023-10-30 18:46:56 +08:00 
						 
				 
			
				
					
						
							
							
								mcfans 
							
						 
					 
					
						
						
						
						
							
						
						
							7b24835c9e 
							
						 
					 
					
						
						
							
							Merge remote-tracking branch 'upstream/master'  
						
						... 
						
						
						
						# Conflicts:
#	src/server/connection.rs 
						
						
					 
					
						2023-10-29 23:32:43 +08:00 
						 
				 
			
				
					
						
							
							
								fufesou 
							
						 
					 
					
						
						
						
						
							
						
						
							e32748daf2 
							
						 
					 
					
						
						
							
							fix, autocomplete, fill id field  
						
						... 
						
						
						
						Signed-off-by: fufesou <shuanglongchen@yeah.net> 
						
						
					 
					
						2023-10-27 17:00:13 +08:00 
						 
				 
			
				
					
						
							
							
								Sahil Yeole 
							
						 
					 
					
						
						
						
						
							
						
						
							feb6f7930e 
							
						 
					 
					
						
						
							
							common code autocomplete  
						
						... 
						
						
						
						Signed-off-by: Sahil Yeole <sahilyeole93@gmail.com> 
						
						
					 
					
						2023-10-24 05:30:43 +05:30 
						 
				 
			
				
					
						
							
							
								Sahil Yeole 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							70794c8eb5 
							
						 
					 
					
						
						
							
							Merge branch 'master' into feat/autocomplete_mobile  
						
						
						
						
					 
					
						2023-10-23 05:28:15 +05:30 
						 
				 
			
				
					
						
							
							
								Sahil Yeole 
							
						 
					 
					
						
						
						
						
							
						
						
							5109802dfb 
							
						 
					 
					
						
						
							
							update id on onchaged  
						
						... 
						
						
						
						Signed-off-by: Sahil Yeole <sahilyeole93@gmail.com> 
						
						
					 
					
						2023-10-23 04:17:28 +05:30 
						 
				 
			
				
					
						
							
							
								Sahil Yeole 
							
						 
					 
					
						
						
						
						
							
						
						
							935297b9e8 
							
						 
					 
					
						
						
							
							fix empty peers  
						
						... 
						
						
						
						Signed-off-by: Sahil Yeole <sahilyeole93@gmail.com> 
						
						
					 
					
						2023-10-23 04:03:05 +05:30 
						 
				 
			
				
					
						
							
							
								Sahil Yeole 
							
						 
					 
					
						
						
						
						
							
						
						
							dad209d1cd 
							
						 
					 
					
						
						
							
							feat autocomplete mobile  
						
						... 
						
						
						
						Signed-off-by: Sahil Yeole <sahilyeole93@gmail.com> 
						
						
					 
					
						2023-10-23 03:21:54 +05:30 
						 
				 
			
				
					
						
							
							
								fufesou 
							
						 
					 
					
						
						
						
						
							
						
						
							c518521d74 
							
						 
					 
					
						
						
							
							fix, android physical mouse, click events, penetrated  
						
						... 
						
						
						
						Signed-off-by: fufesou <shuanglongchen@yeah.net> 
						
						
					 
					
						2023-10-22 20:35:43 +08:00 
						 
				 
			
				
					
						
							
							
								21pages 
							
						 
					 
					
						
						
						
						
							
						
						
							7a5bc864fa 
							
						 
					 
					
						
						
							
							fix client side record  
						
						... 
						
						
						
						Signed-off-by: 21pages <pages21@163.com> 
						
						
					 
					
						2023-10-19 09:50:55 +08:00 
						 
				 
			
				
					
						
							
							
								mcfans 
							
						 
					 
					
						
						
						
						
							
						
						
							bbc241748b 
							
						 
					 
					
						
						
							
							feat: support android keyboard input  
						
						
						
						
					 
					
						2023-10-17 22:12:52 +08:00 
						 
				 
			
				
					
						
							
							
								dignow 
							
						 
					 
					
						
						
						
						
							
						
						
							013d307bcd 
							
						 
					 
					
						
						
							
							feat, multi_flutter_ui_sessions  
						
						... 
						
						
						
						Signed-off-by: dignow <linlong1265@gmail.com> 
						
						
					 
					
						2023-10-14 12:26:24 +08:00 
						 
				 
			
				
					
						
							
							
								Sahil Yeole 
							
						 
					 
					
						
						
						
						
							
						
						
							ab982e86c3 
							
						 
					 
					
						
						
							
							fix scam alert buttons overflow  
						
						... 
						
						
						
						Signed-off-by: Sahil Yeole <sahilyeole93@gmail.com> 
						
						
					 
					
						2023-10-10 22:48:23 +05:30 
						 
				 
			
				
					
						
							
							
								Sahil Yeole 
							
						 
					 
					
						
						
						
						
							
						
						
							20a4cd49de 
							
						 
					 
					
						
						
							
							update scam text height  
						
						... 
						
						
						
						Signed-off-by: Sahil Yeole <sahilyeole93@gmail.com> 
						
						
					 
					
						2023-10-10 21:32:05 +05:30 
						 
				 
			
				
					
						
							
							
								Sahil Yeole 
							
						 
					 
					
						
						
						
						
							
						
						
							387d712b67 
							
						 
					 
					
						
						
							
							make scam alert text scrollable  
						
						... 
						
						
						
						Signed-off-by: Sahil Yeole <sahilyeole93@gmail.com> 
						
						
					 
					
						2023-10-10 20:58:58 +05:30 
						 
				 
			
				
					
						
							
							
								fufesou 
							
						 
					 
					
						
						
						
						
							
						
						
							8cc5aee528 
							
						 
					 
					
						
						
							
							fix, mobile curosr (hotx,hoty)  
						
						... 
						
						
						
						Signed-off-by: fufesou <shuanglongchen@yeah.net> 
						
						
					 
					
						2023-10-06 23:36:58 +08:00 
						 
				 
			
				
					
						
							
							
								fufesou 
							
						 
					 
					
						
						
						
						
							
						
						
							863c8de28e 
							
						 
					 
					
						
						
							
							fix, one tap results double tap event  
						
						... 
						
						
						
						Signed-off-by: fufesou <shuanglongchen@yeah.net> 
						
						
					 
					
						2023-10-02 10:30:51 +08:00 
						 
				 
			
				
					
						
							
							
								fufesou 
							
						 
					 
					
						
						
						
						
							
						
						
							b88fafe5ff 
							
						 
					 
					
						
						
							
							refact, remove cursor if mobile -- mobile  
						
						... 
						
						
						
						Signed-off-by: fufesou <shuanglongchen@yeah.net> 
						
						
					 
					
						2023-10-01 12:16:06 +08:00