simpl-liste/src
le king fu fccd7faf95 perf(widget): cut expand/collapse tap latency (native patches + light headless path)
- Upgrade react-native-android-widget 0.20.1 -> 0.21.0 (expedited
  WorkManager upstream, clickable-area ripple corner fix)
- patch-package on the lib:
  1. WIDGET_CLICK bypasses WorkManager and runs the headless JS task
     directly on the ReactHost (goAsync + WorkManager fallback), removing
     two Room writes + worker dispatch from every tap and WorkManager
     init from the cold path
  2. WEBP_LOSSLESS (effort 0) encoding instead of PNG q100 on API 30+,
     several times faster for widget-sized bitmaps
  3. Copy identical light/dark collection item files instead of
     compressing every row bitmap twice when the config is single-mode
- Extract dependency-light src/services/widgetState.ts so the headless
  click handler no longer pulls DB/drizzle/date-fns at cold start
- Smoke tests: lock the light import graph + patch/postinstall wiring
- Bump v1.6.5 (versionCode 17) for the preview build

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
2026-07-19 16:41:47 -04:00
..
components feat: add swipe actions and drag-to-reorder for tasks and lists 2026-02-21 08:43:34 -05:00
db fix: resolve sync data inconsistency between mobile and web (#55) 2026-04-08 15:28:36 -04:00
i18n fix: resolve Logto auth crash on web — remove illegal cookie set in layout 2026-04-08 13:12:59 -04:00
lib fix: resolve Logto auth crash on web — remove illegal cookie set in layout 2026-04-08 13:12:59 -04:00
services perf(widget): cut expand/collapse tap latency (native patches + light headless path) 2026-07-19 16:41:47 -04:00
shared fix: remove duplicate RecurrenceType definition in shared/types (#34) 2026-04-06 10:39:12 -04:00
stores feat: add mobile sync client with outbox pattern (#40) 2026-04-06 12:54:44 -04:00
theme feat: extract shared types, colors, priority and recurrence (#34) 2026-04-06 10:38:16 -04:00
widgets perf(widget): cut expand/collapse tap latency (native patches + light headless path) 2026-07-19 16:41:47 -04:00
global.css feat: initial Simpl-Liste MVP 2026-02-20 19:28:42 -05:00