mirror of
https://github.com/rustdesk/rustdesk.git
synced 2024-11-27 23:19:02 +08:00
84dab0e96f
* fix: Android, keyboard, map mode, workaround The `KeyEvent.physicalKey.usbHidUsage` are wrong if using Microsoft SwiftKey keyboard. `window.addFlags(WindowManager.LayoutParams.FLAG_ALT_FOCUSABLE_IM)` is a workaround for this issue. Signed-off-by: fufesou <linlong1266@gmail.com> * fix: clear callback on first image Signed-off-by: fufesou <linlong1266@gmail.com> * Android disable soft keyboard in remote page if not editing. Signed-off-by: fufesou <linlong1266@gmail.com> --------- Signed-off-by: fufesou <linlong1266@gmail.com> |
||
---|---|---|
.. | ||
android | ||
assets | ||
ios | ||
lib | ||
linux | ||
macos | ||
test | ||
web | ||
windows | ||
.gitattributes | ||
.gitignore | ||
.metadata | ||
analysis_options.yaml | ||
build_android_deps.sh | ||
build_android.sh | ||
build_fdroid.sh | ||
build_ios.sh | ||
deploy.sh | ||
ios_arm64.sh | ||
ios_x64.sh | ||
ndk_arm64.sh | ||
ndk_arm.sh | ||
ndk_x64.sh | ||
ndk_x86.sh | ||
pubspec.lock | ||
pubspec.yaml | ||
README.md | ||
run.sh |
flutter_hbb
A new Flutter project.
Getting Started
This project is a starting point for a Flutter application.
A few resources to get you started if this is your first Flutter project:
For help getting started with Flutter development, view the online documentation, which offers tutorials, samples and guidance on mobile development, and a full API reference.