Skip to content

Lawnchair Lite v2.15.7

Choose a tag to compare

@SysAdminDoc SysAdminDoc released this 24 Mar 16:17
· 167 commits to main since this release

Audit Fixes (Round 5)

Bug Fixes

  • 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().