]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commit
android: routine maintenance - Dec 2025 (#18338)
authorNaco Siren <redacted>
Mon, 29 Dec 2025 13:51:13 +0000 (05:51 -0800)
committerGitHub <redacted>
Mon, 29 Dec 2025 13:51:13 +0000 (15:51 +0200)
commitc1366056f6cb6607b035e438fb1d10bc8b207364
tree4e5b33da68ba3b129a603f58072588df545d00b2
parent2a85f720b8aa87488468024c0112542b7b742a0b
android: routine maintenance - Dec 2025 (#18338)

* Fix `msg` typo

* Fix thread safety in destroy() to support generation abortion in lifecycle callbacks.

* UI polish: stack new message change from below; fix GGUF margin not in view port

* Bug fixes: rare racing condition when main thread updating view and and default thread updating messages at the same time; user input not disabled during generation.

* Bump dependencies' versions; Deprecated outdated dsl usage.
examples/llama.android/app/build.gradle.kts
examples/llama.android/app/src/main/java/com/example/llama/MainActivity.kt
examples/llama.android/app/src/main/res/layout/activity_main.xml
examples/llama.android/gradle/libs.versions.toml
examples/llama.android/lib/src/main/cpp/ai_chat.cpp
examples/llama.android/lib/src/main/java/com/arm/aichat/InferenceEngine.kt
examples/llama.android/lib/src/main/java/com/arm/aichat/internal/InferenceEngineImpl.kt