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
fufesou
30afe4f779
refact: seperate audio device for voice call ( #8703 )
...
Signed-off-by: fufesou <linlong1266@gmail.com>
2024-07-14 04:07:02 +08:00
21pages
0bb4d43e9e
add custom client option to allow remote cm modification ( #8660 )
...
Signed-off-by: 21pages <sunboeasy@gmail.com>
2024-07-09 15:19:16 +08:00
21pages
af66d2a73b
main window add block mask, cm add keyboard block ( #8640 )
...
* block window body only so user can still click minisize button.
* cm doesn't show mask
* Remove focusable Offstage in tabbar_widget.dart
Signed-off-by: 21pages <sunboeasy@gmail.com>
2024-07-08 20:08:05 +08:00
21pages
763174657b
add type to all Getx put/get/delete/isRegistered ( #8550 )
...
Signed-off-by: 21pages <sunboeasy@gmail.com>
2024-06-30 21:24:18 +08:00
fufesou
3c502c6fc2
refact: replace some option keys ( #8090 )
...
Signed-off-by: fufesou <shuanglongchen@yeah.net>
2024-05-19 14:07:42 +08:00
fufesou
01322146c0
refact: window frame border ( #7946 )
...
Signed-off-by: fufesou <shuanglongchen@yeah.net>
2024-05-08 09:59:05 +08:00
fufesou
2c1595d0d5
fix: voice call, select audio input device ( #7922 )
...
Signed-off-by: fufesou <shuanglongchen@yeah.net>
2024-05-07 16:18:48 +08:00
21pages
f6223a6f71
dropdown menu for tabs that cannot be displayed ( #7918 )
...
* The visibility threshold is 75%
* Used in remote, file transfer, port forward and cm
Signed-off-by: 21pages <pages21@163.com>
2024-05-06 17:10:02 +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
5253d67e04
Fix/custom client styles ( #7373 )
...
* Fix. qs styles
Signed-off-by: fufesou <shuanglongchen@yeah.net>
* custom client, options
Signed-off-by: fufesou <shuanglongchen@yeah.net>
* Move logo.svg to icon.svg
Signed-off-by: fufesou <shuanglongchen@yeah.net>
* Refact. Custom client, connection status ui.
Signed-off-by: fufesou <shuanglongchen@yeah.net>
* Custom client ui. Disable settings, hide "Change password"
Signed-off-by: fufesou <shuanglongchen@yeah.net>
* Custom client, logo align center
Signed-off-by: fufesou <shuanglongchen@yeah.net>
* Custom client, refact, outgoing ui
Signed-off-by: fufesou <shuanglongchen@yeah.net>
* Custom client, outgoing, settings icon
Signed-off-by: fufesou <shuanglongchen@yeah.net>
* Custom client, powered by RustDesk
Signed-off-by: fufesou <shuanglongchen@yeah.net>
* Custom client, remove unused SizeBox
Signed-off-by: fufesou <shuanglongchen@yeah.net>
* Update config.rs
* Update flutter_ffi.rs
---------
Signed-off-by: fufesou <shuanglongchen@yeah.net>
Co-authored-by: RustDesk <71636191+rustdesk@users.noreply.github.com>
2024-03-14 11:36:14 +08:00
rustdesk
749a1d2da2
support logo.png
2024-02-26 17:49:12 +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
d7e8d4d5c3
fix #6198
2023-11-06 20:12:01 +08:00
21pages
af132aa62e
permission allow->enable, block->blocking
...
Signed-off-by: 21pages <pages21@163.com>
2023-11-06 18:08:53 +08:00
21pages
d528fd3762
permisson block input
...
Signed-off-by: 21pages <pages21@163.com>
2023-11-06 15:07:03 +08:00
21pages
663d355a48
cm file delete/create log
...
Signed-off-by: 21pages <pages21@163.com>
2023-11-06 14:24:50 +08:00
21pages
d8e51c6b14
render cm side page after window size change, calculate real window
...
width
Signed-off-by: 21pages <pages21@163.com>
2023-10-01 08:50:24 +08:00
21pages
2afce3f1f4
add file log page to cm
...
* Only send and receive logs are shown
* For older version, client send to server doesn't have size information, because server side doesn't know the total_size
* Not switch tabs automatically when new files are transferred
* If cm side page is open, not pop up automatically when new files are transferred
* Show unread message count
* The cm tab remains open when closed if a file transfer has previously occurred
Signed-off-by: 21pages <pages21@163.com>
2023-09-07 19:51:25 +08:00
rustdesk
26ba25d2ae
Move restart to tab right menu, and remove some items
2023-08-06 16:42:13 +08:00
rustdesk
dd4f52b63d
move closing-tabs to local config, and add glgetstring to stack check
2023-07-30 12:16:00 +08:00
21pages
3db0f90af9
revert cm fixed width
...
Signed-off-by: 21pages <pages21@163.com>
2023-07-11 10:05:31 +08:00
21pages
d7ef3df2b3
Revert "try fix linux cm abnormal show"
...
This reverts commit 193426a3c1
.
2023-07-11 10:01:56 +08:00
21pages
745f33a8c1
opt mobile unread and autoSizeTextField
...
Signed-off-by: 21pages <pages21@163.com>
2023-07-10 22:21:01 +08:00
21pages
193426a3c1
try fix linux cm abnormal show
...
Signed-off-by: 21pages <pages21@163.com>
2023-07-10 22:20:38 +08:00
21pages
22994ee8f2
opt chatModel, linux same startup height as dart
...
Signed-off-by: 21pages <pages21@163.com>
2023-07-10 16:02:47 +08:00
21pages
65529b10b6
opt mobile chat message store
...
Signed-off-by: 21pages <pages21@163.com>
2023-07-09 21:45:35 +08:00
RustDesk
84d7115e36
Merge pull request #4920 from 21pages/fix_cm
...
fixed cm control page width
2023-07-08 22:34:25 +08:00
21pages
9f1d4e8ba6
fixed cm control page width and not resizable
...
Signed-off-by: 21pages <pages21@163.com>
2023-07-08 19:30:50 +08:00
rustdesk
8c186edd18
new cm tab style
2023-07-08 17:55:55 +08:00
21pages
b0f22d8693
fix cm unread and add vertical divider
...
Signed-off-by: 21pages <pages21@163.com>
2023-07-08 14:52:12 +08:00
21pages
a5675c06e7
when remote page receive chat message: if minimized, top page and switch tab, otherwise add unread message count
...
Signed-off-by: 21pages <pages21@163.com>
2023-07-06 14:14:19 +08:00
21pages
87e06e974e
desktop block remote click chat page
...
Signed-off-by: 21pages <pages21@163.com>
2023-07-05 20:20:51 +08:00
21pages
7c4c69aa75
cm unread message count
...
Signed-off-by: 21pages <pages21@163.com>
2023-07-05 20:20:51 +08:00
RustDesk
b41c6be341
Revert "remove cm use peer info as title"
2023-07-05 10:56:54 +08:00
21pages
31a7d817da
remove cm use peer info as title
...
Signed-off-by: 21pages <pages21@163.com>
2023-07-05 08:15:09 +08:00
rustdesk
5f4a1960fa
rename to "accept and elevate" button
2023-06-14 21:30:05 +08:00
21pages
60b87e554b
call tab onSelected at the end of tab's initState, needed by session
...
uuid
Signed-off-by: 21pages <pages21@163.com>
2023-06-08 10:09:56 +08:00
21pages
2ececed0c1
use uuid as session id
...
Signed-off-by: 21pages <pages21@163.com>
2023-06-08 07:24:02 +08:00
21pages
6f7f607c3f
opt cm ui
...
Signed-off-by: 21pages <pages21@163.com>
2023-06-04 15:57:01 +08:00
21pages
24ee8509d2
fix cm permission icon overflow
...
Signed-off-by: 21pages <pages21@163.com>
2023-05-29 16:13:00 +08:00
rustdesk
bd3386e014
remove fluent
2023-05-24 14:18:42 +08:00
NicKoehler
3da530191c
added on/off text indicator
2023-05-21 14:24:51 +02:00
NicKoehler
9374188ea9
replaced hardcoded chatpage size with expanded, alignment adjustments
2023-05-21 10:20:40 +02:00
NicKoehler
52f1e06257
removed unused text
2023-05-20 18:33:40 +02:00
NicKoehler
0b1fdffdcc
grey disabled permissions
2023-05-20 18:30:13 +02:00
NicKoehler
11fc56ab2c
switched to grid layout
2023-05-20 15:12:52 +02:00
NicKoehler
f106a116ab
larger chat and moved to left
2023-05-19 23:21:13 +02:00
NicKoehler
87c3a2850d
modernized header
2023-05-18 22:59:07 +02:00