slint/internal/backends/android-activity
David Faure b23a657c44 Hide Android selection handles when scrolled out of view
In a LineEdit with a long text, when dragging the selection
to the point where the anchor scrolls out of view in the other
direection, it used to keep being visible, outside the LineEdit.

This commit fixes that by passing the clip rect to the java code
that positions the selection handles.
2025-09-16 08:50:29 +02:00
..
java Hide Android selection handles when scrolled out of view 2025-09-16 08:50:29 +02:00
LICENSES Simplify commercial license (#3063) 2024-05-31 14:06:17 +02:00
androidwindowadapter.rs Skia: Add support for rendering with WGPU 2025-08-22 17:26:21 +02:00
build.rs Android: use android-build dev dependency; small fixes (#8334) 2025-05-05 11:47:54 +02:00
Cargo.toml Add --generate-link-to-definition in the docs of all our published crate 2025-06-06 21:47:36 +02:00
javahelper.rs Hide Android selection handles when scrolled out of view 2025-09-16 08:50:29 +02:00
lib.rs Replace no_mangle with unsafe(no_mangle) in example and docs 2025-03-31 17:35:22 +02:00
README.md Simplify commercial license (#3063) 2024-05-31 14:06:17 +02:00

NOTE: This library is an internal crate of the Slint project.

WARNING: This crate does not follow the semver convention for versioning and can only be used with version = "=x.y.z" in Cargo.toml.

Slint Android Activity Backend

This crate implements the Android backend/platform for Slint.

It uses the android-activity crate to initialize the app and provide events handling.

It can be used by using functions from the slint::android module