rustdesk
dcd4d0886e
Close -> "Toggle tags"
2024-03-26 16:57:29 +08:00
21pages
376bcefc14
fix peer tab Tooltip persist via move it up ( #7510 )
...
Signed-off-by: 21pages <pages21@163.com>
2024-03-25 20:58:55 +08:00
21pages
49f717fcf8
opt pull ab ( #7508 )
...
1. Test legacy/new mode only upon logging out.
2. Avoid pulling all data unnecessarily:
* On startup: Retrieve list, current, and personal data.
* On refresh: Retrieve list and current data.
* On changing AB/switching tabs: Attempt to pull current data if not initialized.
3. Cache only personal and current AB.
4. Synchronize current AB from recent.
5. Remove AB loading CircularProgressIndicator.
Signed-off-by: 21pages <pages21@163.com>
2024-03-25 19:59:21 +08:00
21pages
41da6d552f
shared address book ( #7229 )
...
Signed-off-by: 21pages <pages21@163.com>
2024-03-20 15:05:54 +08:00
grummbeer
3f7244f23f
Peers. Multiselect. Provide actions only if peers selected ( #7122 )
2024-02-13 22:10:32 +08:00
21pages
dc24868800
fix multiselect does not reset on address book and groups ( #7121 )
...
Signed-off-by: 21pages <pages21@163.com>
2024-02-13 21:06:42 +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
21pages
2de1c62daf
wake lock for all connection type
...
Signed-off-by: 21pages <pages21@163.com>
2023-11-25 17:43:07 +08:00
rustdesk
d7e8d4d5c3
fix #6198
2023-11-06 20:12:01 +08:00
Sahil Yeole
0e702d8693
remove setState
...
Signed-off-by: Sahil Yeole <sahilyeole93@gmail.com>
2023-11-04 14:50:04 +05:30
Sahil Yeole
203891c957
fix change view dropdown not working on macos clicking
...
Signed-off-by: Sahil Yeole <sahilyeole93@gmail.com>
2023-11-03 20:12:52 +05:30
Sahil Yeole
3d7c6c14b3
fix remember list view
...
Signed-off-by: Sahil Yeole <sahilyeole93@gmail.com>
2023-11-01 00:59:28 +05:30
rustdesk
0fe80e8e1f
unify text style
2023-10-26 13:09:19 +08:00
Sahil Yeole
55f3b93958
fix peer view menu position
...
Signed-off-by: Sahil Yeole <sahilyeole93@gmail.com>
2023-10-26 05:25:54 +05:30
Sahil Yeole
8fe64755ec
fix icon ui not updating
...
Signed-off-by: Sahil Yeole <sahilyeole93@gmail.com>
2023-10-26 04:46:24 +05:30
Sahil Yeole
cc35328f28
add dropdown for peer view types
...
Signed-off-by: Sahil Yeole <sahilyeole93@gmail.com>
2023-10-26 04:02:34 +05:30
Sahil Yeole
3f3489b292
update peer view type tooltip
...
Signed-off-by: Sahil Yeole <sahilyeole93@gmail.com>
2023-10-24 23:19:43 +05:30
Sahil Yeole
1e059c5649
update peer view type icons
...
Signed-off-by: Sahil Yeole <sahilyeole93@gmail.com>
2023-10-24 23:15:42 +05:30
Sahil Yeole
d9e1b2df7f
update peer view type options
...
Signed-off-by: Sahil Yeole <sahilyeole93@gmail.com>
2023-10-24 22:33:51 +05:30
21pages
70c0edcbe7
mobile peer tab right actions dropdown
...
Signed-off-by: 21pages <pages21@163.com>
2023-10-03 09:27:35 +08:00
21pages
23680ccb14
replace desktop outer scroll view with Column, so that there will be
...
only one scrollbar
Signed-off-by: 21pages <pages21@163.com>
2023-09-25 21:04:40 +08:00
21pages
b2a4f11e0b
enable group, show accessible users and peers
...
Signed-off-by: 21pages <pages21@163.com>
2023-09-18 13:44:41 +08:00
21pages
09d380ba8f
allow hide peer tab
...
Signed-off-by: 21pages <pages21@163.com>
2023-09-18 09:12:58 +08:00
fufesou
553e3ee758
win, try awake the os by mouse movement and right click
...
Signed-off-by: fufesou <shuanglongchen@yeah.net>
2023-08-27 10:28:16 +08:00
Jimmy GALLAND
d8ace7e38b
fix peer tab page count selected translate
2023-08-21 22:42:16 +02:00
21pages
c3abd3e2b3
save user info when refreshCurrentUser
...
Signed-off-by: 21pages <pages21@163.com>
2023-08-20 17:14:52 +08:00
21pages
9cba0a0b89
fix refresh icon stops after switching tab
...
Signed-off-by: 21pages <pages21@163.com>
2023-08-19 18:12:03 +08:00
21pages
cdb264d47b
opt ui: hover decoration of peer tab icon, add tile card
...
checkbox margin
Signed-off-by: 21pages <pages21@163.com>
2023-08-19 11:33:56 +08:00
21pages
979203cbdb
replace offstage with if-else for LinearProgressIndicator in dialog
...
Signed-off-by: 21pages <pages21@163.com>
2023-08-18 16:16:21 +08:00
21pages
24e6b54650
don't use Offstage as widget of animated loading, reuse refresh as
...
loading
Signed-off-by: 21pages <pages21@163.com>
2023-08-18 12:58:37 +08:00
21pages
d7f0acd96d
ab: unremember password in ab also unremember password in recent, and set alias also sync to recent
...
Signed-off-by: 21pages <pages21@163.com>
2023-08-17 19:20:07 +08:00
21pages
6f8483aecd
ab: full check for adding peers from recent/batch operation
...
Signed-off-by: 21pages <pages21@163.com>
2023-08-16 13:30:38 +08:00
21pages
1e75b172d6
ab: opt reaction and message hint
...
Signed-off-by: 21pages <pages21@163.com>
2023-08-16 12:09:01 +08:00
21pages
553a3798a1
ab: sync all recent peers if option enabled
...
Signed-off-by: 21pages <pages21@163.com>
2023-08-16 11:36:16 +08:00
Mr-Update
ff3ca6f719
Update peer_tab_page.dart
2023-08-13 14:09:41 +02:00
sahilyeole
d18250d1e7
add more peer_tab_page tooltips
...
Signed-off-by: sahilyeole <sahilyeole93@gmail.com>
2023-08-12 12:52:31 +05:30
RustDesk
39f0edcb32
Merge pull request #5331 from dignow/fix/save_peer_window_pos
...
fix saving peer window pos
2023-08-11 08:04:57 +08:00
dignow
7f6b18fc9c
change ffi flutter_config to flutter_option
...
Signed-off-by: dignow <linlong1265@gmail.com>
2023-08-10 22:27:35 +08:00
21pages
16c94fb1d0
hide multiselect icon if peers is empty
...
Signed-off-by: 21pages <pages21@163.com>
2023-08-10 21:32:26 +08:00
21pages
3fd58bb69d
opt peer card multi select
...
Signed-off-by: 21pages <pages21@163.com>
2023-08-10 08:23:34 +08:00
21pages
312c6324d2
opt delete dialog title
...
Signed-off-by: 21pages <pages21@163.com>
2023-08-08 21:20:08 +08:00
21pages
2f5ae54c08
simple ab store and add batch operation toast
...
Signed-off-by: 21pages <pages21@163.com>
2023-08-04 15:32:09 +08:00
21pages
5a0865559c
peer card batch operation
...
Signed-off-by: 21pages <pages21@163.com>
2023-08-03 21:35:16 +08:00
rustdesk
9f7706ca3e
hide/show tags panel button
2023-06-29 15:18:35 +08:00
rustdesk
5455cd3dea
better peer tab
2023-06-24 18:27:47 +08:00
rustdesk
c099ff2d8b
chore
2023-06-24 17:52:48 +08:00
rustdesk
58e4d66b44
add force, quiet to pullAb, no force pull while switch tab, this may be
...
not good, because data not updated, have to do with refresh button, we
may change to quiet pull in the future
2023-06-23 15:10:10 +08:00
rustdesk
977ac2a3b2
revert back to hasScrollBody=false, though true can remember scroll
...
position, but it causes much more problems
2023-06-23 13:26:45 +08:00
rustdesk
fea9cfba7f
stupid guy doesn not know what is consistency
2023-06-23 12:58:27 +08:00
21pages
c02a502a7f
peer tab use icon
...
Signed-off-by: 21pages <pages21@163.com>
2023-06-22 08:49:58 +08:00