slint/internal/backends/android-activity
Olivier Goffart 2b7834e7c9 android: attempt to fix build if the locale is not UTF-8
Reported in https://fosstodon.org/@Karcsesz@equestria.social/112141146083141613

The build would fail with
```
error: unmappable character (0xC2) for encoding US-ASCII
```
Because of the © in the comment
2024-03-24 10:12:08 +01:00
..
java Android: selection handle 2024-03-22 09:19:53 +01:00
LICENSES WIP: introduce an android-activity backend 2023-10-31 16:22:11 +01:00
androidwindowadapter.rs android: fix cursor and handle color 2024-03-20 15:06:34 +01:00
build.rs android: attempt to fix build if the locale is not UTF-8 2024-03-24 10:12:08 +01:00
Cargo.toml Android: make the show/hide keyboard work with native-activity 2024-01-05 16:11:28 +01:00
javahelper.rs Android: selection handle 2024-03-22 09:19:53 +01:00
lib.rs Android: fix first frame not being translated after a rotation 2024-02-26 15:51:23 +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