You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Rebuilt gguf_lib AAR with KleidiAI disabled — it was injecting SVE assembly into non-SVE backend variants, crashing devices without SVE support (Snapdragon 888 and older)
Theme Crashes (25% of production crashes)
dynamicColorScheme() now wrapped in try-catch — fixes Resources$NotFoundException on OEM ROMs that report API 31+ but lack Monet engine (some MIUI, custom ROMs, AOSP forks)
Cascading IllegalArgumentException in Compose inline classes resolved by the theme fix
16KB Page Size (Pixel 10 + Android 15 devices)
Fixed gguf_lib CMake: backend MODULE targets now get add_link_options() instead of CMAKE_SHARED_LINKER_FLAGS — all .so files are 16KB-aligned
Added 16KB page flag to ums and system_encryptor native modules