fufesou 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							eba19e67ff 
							
						 
					 
					
						
						
							
							fix: mobile input ( #9769 )  
						
						... 
						
						
						
						1. Map mode. Check if the KeyEvent's usbHidUsage is correct.
2. Korean input, use listener to handle composing state.
Signed-off-by: fufesou <linlong1266@gmail.com> 
						
						
					 
					
						2024-10-29 14:19:16 +08:00 
						 
				 
			
				
					
						
							
							
								21pages 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							e8187588c1 
							
						 
					 
					
						
						
							
							auto record outgoing ( #9711 )  
						
						... 
						
						
						
						* Add option auto record outgoing session
* In the same connection, all displays and all windows share the same
  recording state.
todo:
Android check external storage permission
Known issue:
* Sciter old issue, stop the process directly without stop record, the record file can't play.
Signed-off-by: 21pages <sunboeasy@gmail.com> 
						
						
					 
					
						2024-10-21 14:34:06 +08:00 
						 
				 
			
				
					
						
							
							
								fufesou 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							0d3243e6dd 
							
						 
					 
					
						
						
							
							fix: android, Korean input ( #9667 )  
						
						... 
						
						
						
						Signed-off-by: fufesou <linlong1266@gmail.com> 
						
						
					 
					
						2024-10-18 08:55:18 +08:00 
						 
				 
			
				
					
						
							
							
								rustdesk 
							
						 
					 
					
						
						
						
						
							
						
						
							5e920f0fd0 
							
						 
					 
					
						
						
							
							fix ci  
						
						
						
						
					 
					
						2024-10-16 22:37:40 +08:00 
						 
				 
			
				
					
						
							
							
								shleyZ 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							ace98d98ad 
							
						 
					 
					
						
						
							
							fix: TextFormField onChanged event triggered multiple times when Korean input ( #9644 )  
						
						... 
						
						
						
						* fix: TextFormField onChanged event triggered multiple times when Korean input
* logic fix for iOS
* add comments
* move 'onChanged' logic to handleSoftKeyboardInput 
						
						
					 
					
						2024-10-16 19:25:27 +08:00 
						 
				 
			
				
					
						
							
							
								fufesou 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							65683cc3e6 
							
						 
					 
					
						
						
							
							refact: remove redundant escape ( #9634 )  
						
						... 
						
						
						
						* refact: remove redundant escape
Signed-off-by: fufesou <linlong1266@gmail.com>
* flutter, early assert
Signed-off-by: fufesou <linlong1266@gmail.com>
---------
Signed-off-by: fufesou <linlong1266@gmail.com> 
						
						
					 
					
						2024-10-13 01:07:47 +08:00 
						 
				 
			
				
					
						
							
							
								dignow 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							b967d496cc 
							
						 
					 
					
						
						
							
							refact: init values from initState to Constractor ( #8817 )  
						
						... 
						
						
						
						* refact: init values from initState to Constractor
Signed-off-by: dignow <linlong1265@gmail.com>
* fix: move RxBool init into Constructor
Signed-off-by: dignow <linlong1265@gmail.com>
* peer sort option
Signed-off-by: dignow <linlong1265@gmail.com>
* Remove empty initState()
Signed-off-by: dignow <linlong1265@gmail.com>
---------
Signed-off-by: dignow <linlong1265@gmail.com> 
						
						
					 
					
						2024-07-25 10:45:51 +08:00 
						 
				 
			
				
					
						
							
							
								dignow 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							79a1f888d6 
							
						 
					 
					
						
						
							
							fix: flutter remove setState in initState ( #8807 )  
						
						... 
						
						
						
						Signed-off-by: dignow <linlong1265@gmail.com> 
						
						
					 
					
						2024-07-24 14:00:49 +08:00 
						 
				 
			
				
					
						
							
							
								21pages 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							09466680d3 
							
						 
					 
					
						
						
							
							mobile virtual display, resolution menu, proxy setting ( #8717 )  
						
						... 
						
						
						
						1. Merge code of mobile and desktop virtual display menu.
2. Mobile add seperate resolution menu, only support changing
   resolutions.
3. Android add proxy setting
Signed-off-by: 21pages <sunboeasy@gmail.com> 
						
						
					 
					
						2024-07-15 18:53:14 +08:00 
						 
				 
			
				
					
						
							
							
								21pages 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							3a0ece1447 
							
						 
					 
					
						
						
							
							mobile view mode menu ( #8707 )  
						
						... 
						
						
						
						* mobile add view mode menu, disable same menus as desktop
* show forbidden cursor when not view mode && no keyboard permission &&
  not show remote cursor
* hide keyboard/mouse bottom action when keyboard disabled
* fix not listen keyboard permission change
* mobile missing changing resolution and http proxy setting, will add if
  needed.
Signed-off-by: 21pages <sunboeasy@gmail.com> 
						
						
					 
					
						2024-07-14 15:04:35 +08:00 
						 
				 
			
				
					
						
							
							
								fufesou 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							1fd170b089 
							
						 
					 
					
						
						
							
							fix: mobile more actions, check version 1.2.7 ( #8526 )  
						
						... 
						
						
						
						Signed-off-by: fufesou <linlong1266@gmail.com> 
						
						
					 
					
						2024-06-29 11:50:40 +08:00 
						 
				 
			
				
					
						
							
							
								fufesou 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							d689bbf38e 
							
						 
					 
					
						
						
							
							refact: mobile more actions, divider ( #8512 )  
						
						... 
						
						
						
						Signed-off-by: fufesou <linlong1266@gmail.com> 
						
						
					 
					
						2024-06-28 00:57:16 +08:00 
						 
				 
			
				
					
						
							
							
								fufesou 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							c1bbdaf9ae 
							
						 
					 
					
						
						
							
							refact: mobile min cursor size, 12 ( #8510 )  
						
						... 
						
						
						
						Signed-off-by: fufesou <linlong1266@gmail.com> 
						
						
					 
					
						2024-06-27 23:19:37 +08:00 
						 
				 
			
				
					
						
							
							
								fufesou 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							f17e17a6b9 
							
						 
					 
					
						
						
							
							fix: mobile cursor, check null ( #8481 )  
						
						... 
						
						
						
						Signed-off-by: fufesou <linlong1266@gmail.com> 
						
						
					 
					
						2024-06-26 19:49:52 +08:00 
						 
				 
			
				
					
						
							
							
								fufesou 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							dbbd9179b7 
							
						 
					 
					
						
						
							
							fix: android cursor scale ( #8478 )  
						
						... 
						
						
						
						* fix: android cursor scale
Signed-off-by: fufesou <linlong1266@gmail.com>
* Min scale restriction for mobile cursor
Signed-off-by: fufesou <linlong1266@gmail.com>
---------
Signed-off-by: fufesou <linlong1266@gmail.com> 
						
						
					 
					
						2024-06-26 18:42:08 +08:00 
						 
				 
			
				
					
						
							
							
								fufesou 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							11bdd3cfcd 
							
						 
					 
					
						
						
							
							fix: ios keyboard, composing input ( #8471 )  
						
						... 
						
						
						
						* fix: ios keyboard, composing input
Signed-off-by: fufesou <linlong1266@gmail.com>
* Incorrect changes
Signed-off-by: fufesou <linlong1266@gmail.com>
---------
Signed-off-by: fufesou <linlong1266@gmail.com> 
						
						
					 
					
						2024-06-26 00:24:57 +08:00 
						 
				 
			
				
					
						
							
							
								fufesou 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							245f08055f 
							
						 
					 
					
						
						
							
							fix: mobile, chat menu, hide after tapping ( #8465 )  
						
						... 
						
						
						
						Signed-off-by: fufesou <linlong1266@gmail.com> 
						
						
					 
					
						2024-06-25 00:31:41 +08:00 
						 
				 
			
				
					
						
							
							
								fufesou 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							40cb59336f 
							
						 
					 
					
						
						
							
							fix: mobile actions, position ( #8446 )  
						
						... 
						
						
						
						Signed-off-by: fufesou <linlong1266@gmail.com> 
						
						
					 
					
						2024-06-23 11:06:47 +08:00 
						 
				 
			
				
					
						
							
							
								fufesou 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							bbf7d9e08a 
							
						 
					 
					
						
						
							
							fix: android, no voice call under android 11 ( #8440 )  
						
						... 
						
						
						
						Signed-off-by: fufesou <linlong1266@gmail.com> 
						
						
					 
					
						2024-06-22 08:10:54 +08:00 
						 
				 
			
				
					
						
							
							
								fufesou 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							74cc5abd09 
							
						 
					 
					
						
						
							
							fix: android prompt "Failed to stop voice call" on conn ended ( #8434 )  
						
						... 
						
						
						
						* fix: android prompt "Failed to stop voice call" on conn ended
Signed-off-by: fufesou <linlong1266@gmail.com>
* Remove invalid comment
Signed-off-by: fufesou <linlong1266@gmail.com>
* Better control of voice call status
Signed-off-by: fufesou <linlong1266@gmail.com>
* Better voice call status control
Signed-off-by: fufesou <linlong1266@gmail.com>
* better end conn for voice call
Signed-off-by: fufesou <linlong1266@gmail.com>
---------
Signed-off-by: fufesou <linlong1266@gmail.com> 
						
						
					 
					
						2024-06-21 16:43:54 +08:00 
						 
				 
			
				
					
						
							
							
								rustdesk 
							
						 
					 
					
						
						
						
						
							
						
						
							1cb0e1ce7b 
							
						 
					 
					
						
						
							
							try out 3.22.2  
						
						
						
						
					 
					
						2024-06-21 12:33:24 +08:00 
						 
				 
			
				
					
						
							
							
								fufesou 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							82bf04da81 
							
						 
					 
					
						
						
							
							fix: android, touch mode, correct cursor input, on soft keyboard shows ( #8426 )  
						
						... 
						
						
						
						Signed-off-by: fufesou <linlong1266@gmail.com> 
						
						
					 
					
						2024-06-20 22:18:57 +08:00 
						 
				 
			
				
					
						
							
							
								fufesou 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							39e3da1eb0 
							
						 
					 
					
						
						
							
							android, secure keyboard on remote input ( #8425 )  
						
						... 
						
						
						
						Signed-off-by: fufesou <linlong1266@gmail.com> 
						
						
					 
					
						2024-06-20 20:20:32 +08:00 
						 
				 
			
				
					
						
							
							
								RustDesk 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							7956953669 
							
						 
					 
					
						
						
							
							Revert "fix: android, touch mode, move cursor ( #8419 )" ( #8421 )  
						
						... 
						
						
						
						This reverts commit dcba4615a21f734d2845a0ac285eb78a293df361. 
						
						
					 
					
						2024-06-20 12:22:36 +08:00 
						 
				 
			
				
					
						
							
							
								fufesou 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							dcba4615a2 
							
						 
					 
					
						
						
							
							fix: android, touch mode, move cursor ( #8419 )  
						
						... 
						
						
						
						Signed-off-by: fufesou <linlong1266@gmail.com> 
						
						
					 
					
						2024-06-20 08:29:07 +08:00 
						 
				 
			
				
					
						
							
							
								fufesou 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							e50b72622c 
							
						 
					 
					
						
						
							
							fix: android, touch mode, soft keyboard, no pointer events ( #8409 )  
						
						... 
						
						
						
						* fix: android, touch mode, soft keyboard, no pointer events
Signed-off-by: fufesou <linlong1266@gmail.com>
* Reset lastIsBlocked on touch mode toggled
Signed-off-by: fufesou <linlong1266@gmail.com>
* refact: reset lastIsBlocked when updating keyHelpToolsRect
Signed-off-by: fufesou <linlong1266@gmail.com>
---------
Signed-off-by: fufesou <linlong1266@gmail.com> 
						
						
					 
					
						2024-06-19 15:58:23 +08:00 
						 
				 
			
				
					
						
							
							
								fufesou 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							9ce62dc584 
							
						 
					 
					
						
						
							
							fix: window backgroud color ( #8155 )  
						
						... 
						
						
						
						Signed-off-by: fufesou <linlong1266@gmail.com> 
						
						
					 
					
						2024-05-27 09:29:31 +08:00 
						 
				 
			
				
					
						
							
							
								21pages 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							0442f7012b 
							
						 
					 
					
						
						
							
							fix mac render memory, dispose old decoded image ( #8140 )  
						
						... 
						
						
						
						Signed-off-by: 21pages <sunboeasy@gmail.com> 
						
						
					 
					
						2024-05-27 09:27:30 +08:00 
						 
				 
			
				
					
						
							
							
								fufesou 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							96f41fcc02 
							
						 
					 
					
						
						
							
							refact: custom client, more advanced settings ( #8085 )  
						
						... 
						
						
						
						* refact: custom client, more advanced settings
Signed-off-by: fufesou <shuanglongchen@yeah.net>
* feat: custom client, more advanced settings
Signed-off-by: fufesou <shuanglongchen@yeah.net>
---------
Signed-off-by: fufesou <shuanglongchen@yeah.net> 
						
						
					 
					
						2024-05-18 23:13:54 +08:00 
						 
				 
			
				
					
						
							
							
								fufesou 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							53647fd58e 
							
						 
					 
					
						
						
							
							fix: mobile chat icon ( #8041 )  
						
						... 
						
						
						
						Signed-off-by: fufesou <shuanglongchen@yeah.net> 
						
						
					 
					
						2024-05-14 15:35:34 +08:00 
						 
				 
			
				
					
						
							
							
								fufesou 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							0500bf070e 
							
						 
					 
					
						
						
							
							refact: android audio input, voice call ( #8037 )  
						
						... 
						
						
						
						Signed-off-by: fufesou <shuanglongchen@yeah.net> 
						
						
					 
					
						2024-05-14 09:20:27 +08:00 
						 
				 
			
				
					
						
							
							
								Sahil Yeole 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							3811f41076 
							
						 
					 
					
						
						
							
							Feat: Follow remote cursor and window focus | Auto display switch ( #7717 )  
						
						... 
						
						
						
						* feat: auto switch display on follow remote cursor
Signed-off-by: Sahil Yeole <sahilyeole93@gmail.com>
* feat: auto switch display on follow remote window focus
Signed-off-by: Sahil Yeole <sahilyeole93@gmail.com>
* fix build and remove unused imports
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 linux get_focused_window_id
Signed-off-by: Sahil Yeole <sahilyeole93@gmail.com>
* lock show remote cursor when follow remote cursor is enabled
Signed-off-by: Sahil Yeole <sahilyeole93@gmail.com>
* fix config
Signed-off-by: Sahil Yeole <sahilyeole93@gmail.com>
* prevent auto display switch on show all display and displays as individual windows
Signed-off-by: Sahil Yeole <sahilyeole93@gmail.com>
* fix options
Signed-off-by: Sahil Yeole <sahilyeole93@gmail.com>
* fix options
Signed-off-by: Sahil Yeole <sahilyeole93@gmail.com>
* remove unused function
Signed-off-by: Sahil Yeole <sahilyeole93@gmail.com>
* remove unwraps and improve iterations
Signed-off-by: Sahil Yeole <sahilyeole93@gmail.com>
* set updateCursorPos to false to avoid interrupting remote cursor
Signed-off-by: Sahil Yeole <sahilyeole93@gmail.com>
* update lang
Signed-off-by: Sahil Yeole <sahilyeole93@gmail.com>
* fix web build
Signed-off-by: Sahil Yeole <sahilyeole93@gmail.com>
* update checks for options and enable in view mode
Signed-off-by: Sahil Yeole <sahilyeole93@gmail.com>
* use focused display index for window focus service
Signed-off-by: Sahil Yeole <sahilyeole93@gmail.com>
* use window center for windows display focused
Signed-off-by: Sahil Yeole <sahilyeole93@gmail.com>
* remove unused imports
Signed-off-by: Sahil Yeole <sahilyeole93@gmail.com>
* fix build
Signed-off-by: Sahil Yeole <sahilyeole93@gmail.com>
* use libxdo instead of xdotool
Signed-off-by: Sahil Yeole <sahilyeole93@gmail.com>
* fix multi monitor check
Signed-off-by: Sahil Yeole <sahilyeole93@gmail.com>
* enable show cursor when follow cursor is default
Signed-off-by: Sahil Yeole <sahilyeole93@gmail.com>
* remove show_all_displays,use runtime state instead
Signed-off-by: Sahil Yeole <sahilyeole93@gmail.com>
* fix show cursor lock state on default
Signed-off-by: Sahil Yeole <sahilyeole93@gmail.com>
* remove view mode with follow options
Signed-off-by: Sahil Yeole <sahilyeole93@gmail.com>
* fix build
Signed-off-by: Sahil Yeole <sahilyeole93@gmail.com>
* use separate message for follow current display
Signed-off-by: Sahil Yeole <sahilyeole93@gmail.com>
* fix options
Signed-off-by: Sahil Yeole <sahilyeole93@gmail.com>
* sciter support for follow remote cursor and window
Signed-off-by: Sahil Yeole <sahilyeole93@gmail.com>
* add check for ui session handlers count
Signed-off-by: Sahil Yeole <sahilyeole93@gmail.com>
* use cached displays and remove peer info write
Signed-off-by: Sahil Yeole <sahilyeole93@gmail.com>
* No follow options when show all displays
Signed-off-by: Sahil Yeole <sahilyeole93@gmail.com>
* No follow options when multi ui session
Signed-off-by: Sahil Yeole <sahilyeole93@gmail.com>
* turn off follow options when not used|prevent msgs
Signed-off-by: Sahil Yeole <sahilyeole93@gmail.com>
* use window center for switch in linux
Signed-off-by: Sahil Yeole <sahilyeole93@gmail.com>
* use subbed display count to prevent switch msgs
Signed-off-by: Sahil Yeole <sahilyeole93@gmail.com>
* fix build
Signed-off-by: Sahil Yeole <sahilyeole93@gmail.com>
* fix web build
Signed-off-by: Sahil Yeole <sahilyeole93@gmail.com>
* move subbed displays count
Signed-off-by: Sahil Yeole <sahilyeole93@gmail.com>
* fix build
Signed-off-by: Sahil Yeole <sahilyeole93@gmail.com>
* add noperms for window focus
Signed-off-by: Sahil Yeole <sahilyeole93@gmail.com>
* add subscribe for window focus
Signed-off-by: Sahil Yeole <sahilyeole93@gmail.com>
* remove window_focus message and unsub on multi ui
Signed-off-by: Sahil Yeole <sahilyeole93@gmail.com>
* add multi ui session field
Signed-off-by: Sahil Yeole <sahilyeole93@gmail.com>
---------
Signed-off-by: Sahil Yeole <sahilyeole93@gmail.com>
Co-authored-by: RustDesk <71636191+rustdesk@users.noreply.github.com> 
						
						
					 
					
						2024-04-25 13:26:02 +08:00 
						 
				 
			
				
					
						
							
							
								whosehang 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							66d1af63b0 
							
						 
					 
					
						
						
							
							chore: fix some typos in comments ( #7814 )  
						
						... 
						
						
						
						Signed-off-by: whosehang <whosehang@outlook.com> 
						
						
					 
					
						2024-04-24 14:16:19 +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 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							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 
						 
				 
			
				
					
						
							
							
								21pages 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							41da6d552f 
							
						 
					 
					
						
						
							
							shared address book ( #7229 )  
						
						... 
						
						
						
						Signed-off-by: 21pages <pages21@163.com> 
						
						
					 
					
						2024-03-20 15:05:54 +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 
							
						 
					 
					
						
						
						
						
							
						
						
							c2703d215b 
							
						 
					 
					
						
						
							
							bump flutter to 3.13.9 and bridge to 1.79  
						
						
						
						
					 
					
						2023-10-31 21:10:23 +08:00 
						 
				 
			
				
					
						
							
							
								mcfans 
							
						 
					 
					
						
						
						
						
							
						
						
							7b24835c9e 
							
						 
					 
					
						
						
							
							Merge remote-tracking branch 'upstream/master'  
						
						... 
						
						
						
						# Conflicts:
#	src/server/connection.rs 
						
						
					 
					
						2023-10-29 23:32:43 +08:00 
						 
				 
			
				
					
						
							
							
								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