super-productivity/ios/App
Johannes Millan b66b680e30
fix: address code review findings across sync, tasks, and UI (#6339)
- fix(tasks): preserve selectAllTasks memoization by only filtering when
  undefined entities exist, avoiding new array allocation on every call
- fix(sync): replace mutable ARGON2_PARAMS export with getter/setter to
  prevent test pollution across spec files
- fix(sync): convert tag-task-page from async pipe to toSignal pattern
  to fix OnPush change detection after bulk sync state updates
- fix(sync): remove E2E navigation workarounds that masked the rendering
  bug now fixed by the toSignal conversion
- fix(sync): add clarifying comments for archive-wins sibling conflict
  resolution and waitForSyncWindow switchMap concurrency semantics
- fix(ios): add hex preview of first 16 bytes to WebDAV UTF-8 decode
  error for easier debugging
- docs: add JSDoc to getDiffInWeeks noting negative diff behavior

https://claude.ai/code/session_01Y51QDFEdvrJ9VVgp9XfWLJ

Co-authored-by: Claude <noreply@anthropic.com>
2026-02-03 12:13:57 +01:00
..
App fix: address code review findings across sync, tasks, and UI (#6339) 2026-02-03 12:13:57 +01:00
App.xcodeproj fix(sync): add native iOS WebDAV plugin to fix broken read on iPhone 2026-02-02 17:15:13 +01:00
App.xcworkspace fix(ios): remove alpha from icon, add safe area styling 2026-01-16 17:25:49 +01:00
Podfile feat(ios): add keyboard and status bar support 2026-01-14 13:45:42 +01:00
Podfile.lock fix(ios): remove alpha from icon, add safe area styling 2026-01-16 17:25:49 +01:00