slint/internal/backends/android-activity
Tobias Hunger 8a19e13dec android: Support Android 12
Make the code by @matthewjrichey found in issue #5031 into a PR:

> [...] discovered that `AMotionEvent_getActionButton` is only available on
> Android NDK 33 (Android 13) or higher. I came up with a working fix for the
> problem, which is tested and working on Android 12.

Done-by: @matthewjrichey
2024-04-12 14:46:50 +02:00
..
java Add an in-out boolean color-scheme property to Palette (#4701) 2024-03-26 15:44:22 +01:00
LICENSES WIP: introduce an android-activity backend 2023-10-31 16:22:11 +01:00
androidwindowadapter.rs android: Support Android 12 2024-04-12 14:46:50 +02:00
build.rs Android: long press select word 2024-03-26 14:50:55 +01:00
Cargo.toml Android: make the show/hide keyboard work with native-activity 2024-01-05 16:11:28 +01:00
javahelper.rs Add an in-out boolean color-scheme property to Palette (#4701) 2024-03-26 15:44:22 +01:00
lib.rs android: add the menu with cut/copy/paste when there is a selection 2024-03-26 14:50:55 +01:00
README.md Update internal documentation of the android backend 2024-03-18 13:44:14 +01: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