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
suggestFolderName now uses word-boundary tokenization (same fix applied to AppCategorizer in v2.15.4) with expanded keyword sets — dragging "Chrome" onto "Firefox" correctly suggests "Internet", not "Folder"
Drawer columns range capped to 0-6 in both setter and preferences deserialization — was allowing 0-8 programmatically while the settings UI only showed 0-6, causing unreachable states on backup restore
Performance
Unit converter regex hoisted from inline allocation to a class-level val — was being re-compiled on every keystroke in drawer search
Improvements
Flashlight state sync — registered CameraManager.TorchCallback to track external torch toggles (quick settings, other apps). The flashlight gesture now always shows the correct state. Callback properly unregistered in onCleared().