Sahil Yeole
|
149d57150c
|
attempt fix text selection
Signed-off-by: Sahil Yeole <sahilyeole93@gmail.com>
|
2023-10-17 21:29:05 +05:30 |
|
Sahil Yeole
|
9e2c9cbba9
|
add border radius
Signed-off-by: Sahil Yeole <sahilyeole93@gmail.com>
|
2023-10-17 18:57:53 +05:30 |
|
Sahil Yeole
|
1ad740800b
|
remove spaces only if number
Signed-off-by: Sahil Yeole <sahilyeole93@gmail.com>
|
2023-10-17 18:35:38 +05:30 |
|
Sahil Yeole
|
c00d4c1a7b
|
update _fetchPeers
Signed-off-by: Sahil Yeole <sahilyeole93@gmail.com>
|
2023-10-17 18:23:44 +05:30 |
|
Sahil Yeole
|
e0985ebb1c
|
add peers loading indicator
Signed-off-by: Sahil Yeole <sahilyeole93@gmail.com>
|
2023-10-17 18:22:27 +05:30 |
|
Sahil Yeole
|
182f2ae26e
|
add search for alias
Signed-off-by: Sahil Yeole <sahilyeole93@gmail.com>
|
2023-10-17 01:34:00 +05:30 |
|
Sahil Yeole
|
26982787ee
|
make getAllPeers async
Signed-off-by: Sahil Yeole <sahilyeole93@gmail.com>
|
2023-10-16 23:36:43 +05:30 |
|
Sahil Yeole
|
4a42e3ef1b
|
add padding autocomplete
Signed-off-by: Sahil Yeole <sahilyeole93@gmail.com>
|
2023-10-16 23:06:14 +05:30 |
|
Sahil Yeole
|
2d6322f799
|
remove extra parameter from peer tile
Signed-off-by: Sahil Yeole <sahilyeole93@gmail.com>
|
2023-10-15 04:59:03 +05:30 |
|
Sahil Yeole
|
8127ce18a3
|
optimise autocomplete
Signed-off-by: Sahil Yeole <sahilyeole93@gmail.com>
|
2023-10-15 04:53:57 +05:30 |
|
Sahil Yeole
|
7b5801920b
|
update focusnode and texteditingcontroller for autocomplete
Signed-off-by: Sahil Yeole <sahilyeole93@gmail.com>
|
2023-10-15 03:34:53 +05:30 |
|
Sahil Yeole
|
95e3fb24f3
|
add ontap for autocomplete
Signed-off-by: Sahil Yeole <sahilyeole93@gmail.com>
|
2023-10-14 03:09:59 +05:30 |
|
Sahil Yeole
|
83d47aed2d
|
update UI for autocomplete
Signed-off-by: Sahil Yeole <sahilyeole93@gmail.com>
|
2023-10-14 01:55:04 +05:30 |
|
Sahil Yeole
|
bbd7cf306a
|
handle id whitespaces for autocomplete
Signed-off-by: Sahil Yeole <sahilyeole93@gmail.com>
|
2023-10-13 23:28:54 +05:30 |
|
Sahil Yeole
|
f6b5c752f4
|
add autocomplete feat
Signed-off-by: Sahil Yeole <sahilyeole93@gmail.com>
|
2023-10-13 23:10:31 +05:30 |
|
dignow
|
69062dca16
|
fix, dialog button, reconnect cancel in a short time
1. Two `reconnect` is called.
2. The window cannot be closed.
Signed-off-by: dignow <linlong1265@gmail.com>
|
2023-09-29 21:42:49 +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
|
0c6aa381c5
|
replace Wrap with builder in PeerView for efficiency
Signed-off-by: 21pages <pages21@163.com>
|
2023-09-19 20:33:35 +08:00 |
|
dignow
|
bf32477f89
|
Remove dup maximized state
Signed-off-by: dignow <linlong1265@gmail.com>
|
2023-09-03 22:18:48 +08:00 |
|
21pages
|
fbde794d39
|
add missing Get.delete, android can update id controller
Signed-off-by: 21pages <pages21@163.com>
|
2023-08-09 13:54:09 +08:00 |
|
21pages
|
21cf2a01c7
|
update idController when create new connection
Signed-off-by: 21pages <pages21@163.com>
|
2023-08-08 21:20:06 +08:00 |
|
rustdesk
|
3bb9417a9d
|
fix #4880
|
2023-07-05 22:12:54 +08:00 |
|
rustdesk
|
563a205600
|
remove stupid logic
|
2023-06-23 18:37:23 +08:00 |
|
RustDesk
|
e30f09e7f7
|
Revert "Fix/mobile connection login state"
|
2023-06-23 18:25:42 +08:00 |
|
RustDesk
|
74dc8536be
|
Merge pull request #4747 from dignow/fix/mobile_connection_login_state
Fix/mobile connection login state
|
2023-06-23 17:43:42 +08:00 |
|
dignow
|
105a774135
|
simple refactor
Signed-off-by: dignow <linlong1265@gmail.com>
|
2023-06-23 14:42:24 +08:00 |
|
dignow
|
96d95fa08a
|
fix user login state
Signed-off-by: dignow <linlong1265@gmail.com>
|
2023-06-23 13:27:36 +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
|
d851fb58e0
|
switch peer tab does not reset scroll position
|
2023-06-23 12:32:18 +08:00 |
|
rustdesk
|
20db4bed01
|
avoid currentUser call more than once when initializing app
|
2023-06-22 23:19:26 +08:00 |
|
fufesou
|
321f193f4d
|
fix address book state
Signed-off-by: fufesou <shuanglongchen@yeah.net>
|
2023-06-21 18:28:52 +08:00 |
|
fufesou
|
10508a41b1
|
manage network state for both user info and user group
Signed-off-by: fufesou <shuanglongchen@yeah.net>
|
2023-06-21 16:37:27 +08:00 |
|
rustdesk
|
a5d56fcd3f
|
refactor service start/stop
|
2023-06-06 21:51:40 +08:00 |
|
fufesou
|
07500013ff
|
resolution, mid commit, to debug
Signed-off-by: fufesou <shuanglongchen@yeah.net>
|
2023-05-18 23:46:53 +08:00 |
|
fufesou
|
8aa5f3a2a7
|
mobile, edit os account
Signed-off-by: fufesou <shuanglongchen@yeah.net>
|
2023-04-03 13:16:53 +08:00 |
|
fufesou
|
888c851167
|
desktop, remote toolbar, os account
Signed-off-by: fufesou <shuanglongchen@yeah.net>
|
2023-04-03 13:16:53 +08:00 |
|
fufesou
|
9448e35b46
|
update dialog style
Signed-off-by: fufesou <shuanglongchen@yeah.net>
|
2023-04-03 13:16:52 +08:00 |
|
fufesou
|
8ebfd3f628
|
refactor dialog
Signed-off-by: fufesou <shuanglongchen@yeah.net>
|
2023-03-24 15:21:14 +08:00 |
|
grummbeer
|
6f88a70649
|
Unify Input. Remove hardcoded style (remote id)
|
2023-03-18 04:48:56 +01:00 |
|
rustdesk
|
c11f1b3a51
|
remove id input card background
|
2023-03-04 13:23:35 +08:00 |
|
21pages
|
4b25291255
|
sciter/mobile id suffix "\r" or "/r" for relay
Signed-off-by: 21pages <pages21@163.com>
|
2023-02-26 14:32:50 +08:00 |
|
NicKoehler
|
ab9acc76fc
|
backgroundcolor migration
|
2023-02-23 16:49:31 +01:00 |
|
RustDesk
|
1ac49c8892
|
Merge pull request #3196 from 21pages/relay_id
force relay when id is suffixed with "/r"
|
2023-02-16 12:50:40 +08:00 |
|
21pages
|
6f106251f9
|
force relay when id is suffixed with "/r"
Signed-off-by: 21pages <pages21@163.com>
|
2023-02-13 17:12:28 +08:00 |
|
Kingtous
|
9492f401f4
|
fix: allowing idle scroll events
|
2023-02-13 16:18:59 +08:00 |
|
Kingtous
|
d99b0bed0a
|
fix: set edge size to zero when in fullscreen mode
|
2023-01-30 21:43:09 +08:00 |
|
rustdesk
|
87de9eb726
|
a workaround of issue #2886, following the behavior address input of
chrome
|
2023-01-30 18:30:38 +08:00 |
|
Josh Soref
|
44ead53bc3
|
spelling: minimized
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
|
2023-01-09 12:59:08 -05:00 |
|
rustdesk
|
6ebe25a6ba
|
remove counter https://stackoverflow.com/questions/51893926/how-can-i-hide-letter-counter-from-bottom-of-textfield-in-flutter
|
2023-01-07 13:12:51 +08:00 |
|
rustdesk
|
56e699a5e6
|
adjust input style of "enter id"
|
2023-01-06 17:10:38 +08:00 |
|