clipshare_clipboard_listener 1.2.5
clipshare_clipboard_listener: ^1.2.5 copied to clipboard
Supports clipboard monitoring on Windows、Android、Linux、MacOS platforms, with support for text and images. For Android 10+ devices, background clipboard monitoring is supported (requires Shizuku).
1.2.5 #
- Android 优化 前台服务启动相关代码,不要使用 Activity 的 context
- Android Fix: Possible system crashes and restarts caused by creating floating windows on ColorOS
1.2.4 #
- Android 修复 在ColorOS上因创建悬浮窗可能引起的系统奔溃导致的软重启
- Android Fix: Possible system crashes and restarts caused by creating floating windows on ColorOS
1.2.3 #
- Android 修复 当写入的图片 MIMEType 非 'image' 时通过文件头判断
- Android Fix: Determine file type via file header when the written image's MIMEType is not 'image'.
1.2.2 #
- Windows 排除 'ExcludeClipboardContentFromMonitorProcessing' 格式
- Windows exclude 'ExcludeClipboardContentFromMonitorProcessing' format
1.2.1 #
update README.md
1.2.0 #
- Linux 端支持获取剪贴板来源和粘贴到前一窗口功能(基于X11)
- Linux supports obtaining clipboard source and pasting to previous window (based on X11).
1.1.0 #
- 新增 MacOS 支持
- Added MacOS support
1.0.5 #
- 修复 因屏幕旋转重建Activity时可能导致的访问已死亡进程对象导致的异常闪退问题
- Fix the screen rotation to rebuild Activity, which may cause abnormal access to dead objects
1.0.4 #
- 修复 Android 通过插件复制图片失败的问题
- Fix the issue of failing to copy images via plugin on Android
1.0.3 #
- 从包中移除
desktop_multi_window插件(误引用)
- Remove the desktop_multi_window plugin from the package (incorrectly referenced)
1.0.2 #
- 修复 Android 某些情况下 无障碍服务中包名为null的问题
- Fix the issue where the package name is null in AccessibilityService under certain conditions on Android.
1.0.1 #
- 修改包名
- Change package name
1.0.0 #
-
初始版本,支持Android、Windows、Linux平台的剪贴板监听,支持Andoroid10+系统后台监听
-
Initial version, supports clipboard monitoring on Android, Windows, and Linux platforms, and supports background monitoring on Android 10+ systems.