* Implement arboard HTML features (desktop only) and ability to trigger clipboard clear
Signed-off-by: TukanDev <contact@tukandev.com>
* Update readme of clipboard plugin
Signed-off-by: TukanDev <contact@tukandev.com>
* Update plugins/clipboard-manager/src/desktop.rs
Propagate error for clear as requested
Co-authored-by: Amr Bashir <amr.bashir2015@gmail.com>
* Update plugins/clipboard-manager/guest-js/index.ts
Change to camelCase as requested
Co-authored-by: Amr Bashir <amr.bashir2015@gmail.com>
* Update plugins/clipboard-manager/guest-js/index.ts
use camelCase here too
Co-authored-by: Amr Bashir <amr.bashir2015@gmail.com>
* Update README.md
Revert back as mentioned in HTML PR
* Update index.ts
After discussion readHtml() is decided to be removed. Will follow and remove corresponding rust side function too.
* Strip all other existence of read_html out as determined in HTML support PR conversation
Signed-off-by: TukanDev <contact@tukandev.com>
* Apply requested changes v2
Signed-off-by: TukanDev <contact@tukandev.com>
* pnpm run build and cargo fmt
Signed-off-by: TukanDev <contact@tukandev.com>
* Update plugins/clipboard-manager/src/mobile.rs
fix ci calling
Co-authored-by: Amr Bashir <amr.bashir2015@gmail.com>
* mobile read_html omg....
Signed-off-by: TukanDev <contact@tukandev.com>
* Update plugins/clipboard-manager/src/mobile.rs
* pnpm format....
Signed-off-by: TukanDev <contact@tukandev.com>
* error on mobile as well
* clear on mobile
* change file
---------
Signed-off-by: TukanDev <contact@tukandev.com>
* fix(window-state): restore window positions that matches monitor positions
closes#892
* check for intersections of any window corner instead of only top-left
* Add support for notify-debouncer-full
* Add fs watch to demo
* Remove notify-debouncer-mini
* Rename RawEvent to WatchEvent
* Add full type definition for EventKind
* Remove `track file ids` option from fs watcher
* Update plugins/fs/guest-js/index.ts
* fix(fs): scope checks on Android
On Android, when we call canonicalize() on "/data/user/0/appid" (which is the data dir), the result is a "/data/data/appid" path, so we need to adjust our scope for that.
* use scope from core
* update persisted-scope
* fix build
* dev branch
* feat(fs): improved API
* fmt
* fix unix builds
* again
* clippy
* clippy
* fix import in docs examples
* fmt, clippy
* Update linux.rs
* add API for watch
* fix with `watcher` feature flag
* use baseDir for all commands
* do not export close function
* fix build
* organize and address review comments
* fmt
* generated files
* rename FsFile to FileHandle, move APIs and docs
* extend example
* extend `Resource`
* actually extend it
---------
Co-authored-by: FabianLars <fabianlars@fabianlars.de>
Co-authored-by: Lucas Nogueira <lucas@tauri.studio>